﻿@charset "utf-8";
body {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti!important
}

@font-face {
	font-family: 'webfontregular';
	src: url(../font/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot);
	src: url(../font/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix) format('embedded-opentype'), url(../font/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2) format('woff2'), url(../font/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff) format('woff'), url(../font/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf) format('truetype'), url(../font/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular) format('svg');
	font-weight: normal;
	font-style: normal
}

ul {
	padding: 0
}

.comment_title h2,
.comment_title h3 {
	margin: 0
}

.reset {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal
}

*,
:after,
:before,
.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.content-box {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.ir {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	word-break: keep-all;
	background-repeat: no-repeat;
	background-position: center center
}

.ir .em,
.ir em {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	text-indent: -1000px
}

.breadcrumb i em,
.button em,
.icon em,
.js-close .icon em,
.js-close>em em,
.js-close i em,
.semantic,
.set-pagination em,
.slider-util .pager a em,
.slider-util .pager a span,
.slider-util a.nav em,
.sr-only,
.sticker em,
button em,
i em {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	text-indent: -9999px;
	z-index: -1;
	display: inline-block;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	word-break: keep-all;
	white-space: nowrap;
	border: 0;
	color: transparent;
	font: 0/0 a;
	*height: 0
}

.hide-text {
	color: transparent;
	border: 0;
	background-color: transparent;
	text-shadow: none;
	font: 0/0 a
}

.hidden {
	visibility: hidden
}

.list-reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none
}

.list-reset li,
ul.reset li {
	margin: 0;
	padding: 0
}

.list-inline {
	margin: 0;
	padding: 0;
	list-style: none
}

.list-inline li {
	display: inline-block;
	margin: 0;
	padding: 0
}

.no-background {
	background: transparent
}

.no-border {
	border: 0
}

.no-select {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.font-normal {
	font-style: normal
}

.font-italic {
	font-style: italic
}

.uppercase {
	text-transform: uppercase
}

.lowercase {
	text-transform: lowercase
}

.capitalize {
	text-transform: capitalize
}

.img-fluid {
	max-width: 100%
}

.field {
	width: 100%
}

.form-group {
	overflow: hidden
}

.form-group label {
	display: inline-block;
	padding-top: 8px
}

.disabled,
[disabled] {
	cursor: default;
	pointer-events: none;
	opacity: .5!important
}

.checkbox,
.radio {
	position: relative;
	display: inline-block
}

.checkbox label,
.radio label {
	display: inline-block;
	padding-top: 0;
	padding-left: 20px
}

.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
	position: absolute;
	top: 4px;
	left: 0
}

.pretty-select {
	position: relative;
	display: block
}

.pretty-select select::-ms-expand {
	display: none
}

.pretty-select select:focus {
	border-color: #9c8d6c
}

.pretty-select select:-moz-focusring {
	color: transparent;
	border-color: #9c8d6c;
	text-shadow: 0 0 0 #000
}

.pretty-select:before {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	content: '';
	pointer-events: none;
	border: 6px solid transparent;
	border-top-color: #676767
}

.pretty-select select {
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #e5e6e6;
	background: #fff;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none
}

.scroll {
	overflow: hidden;
	overflow-y: scroll
}

.animation {
	-webkit-animation: 1s;
	animation: 1s
}

.animation-infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.background-repeat {
	background-repeat: repeat
}

.background-no-repeat {
	background-repeat: no-repeat
}

.background-repeat-x {
	background-repeat: repeat-x
}

.background-repeat-y {
	background-repeat: repeat-y
}

.tab-focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.pos-relative {
	position: relative
}

.pos-absolute {
	position: absolute
}

.margin-0 {
	margin: 0
}

.padding-0 {
	padding: 0
}

.float-none {
	float: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.static {
	position: static
}

.none {
	display: none
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.inline {
	display: inline
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.flex-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.p-5 {
	padding: 5px
}

.p-10 {
	padding: 10px
}

.p-15 {
	padding: 15px
}

.p-20 {
	padding: 20px
}

.p-25 {
	padding: 25px
}

.p-30 {
	padding: 30px
}

.p-35 {
	padding: 35px
}

.p-40 {
	padding: 40px
}

.p-45 {
	padding: 45px
}

.p-50 {
	padding: 50px
}

.p-55 {
	padding: 55px
}

.p-60 {
	padding: 60px
}

.mt-0 {
	margin-top: 0!important
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.comment_titl h2 {
	font-size: 28px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal
}

.comment_titl h3 {
	color: #333;
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'webfontregular';
	letter-spacing: 1px;
	text-decoration: none;
	margin-top: 10px;
	font-weight: normal;
	text-align: center
}

.comment_title h2 {
	font-size: 28px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal
}

.comment_title h3 {
	color: #333;
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'webfontregular';
	letter-spacing: 1px;
	text-decoration: none;
	margin-top: 20px;
	font-weight: normal;
	text-align: center
}

#header>.container2>.wrap {
	margin: 0
}

.container2 {
	width: 85%;
	margin: 0 auto
}

.container2 .warp.padder {
	margin: 0!important
}

.about_sec1 {
	margin: 80px 0
}

.about_sec1_box {
	margin-top: 50px;
	overflow: hidden
}

.about_sec1_box .row .col-dm-7 {
	position: relative
}

.about_sec1_box .video_stop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.about_sec1_box .about_sec1_txt {
	text-align: left;
	padding-left: 14%
}

.about_sec1_box .about_sec1_txt p:first-child {
	text-decoration: underline
}

.about_sec1_box .about_sec1_txt p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 0
}

.about_sec1_box .about_sec1_txt h2 {
	font-size: 50px;
	color: #036eb8;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 30px 0 60px
}

.about_sec1_box .about_sec1_txt h3 {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	margin: 0 0 30px
}

.about_sec1_box .about_sec1_txt .about_sec1_img {
	margin: 50px 0
}

.about_sec1_box .about_sec1_txt .about_sec1_img img {
	margin-right: 4%
}

.about_sec1_box .about_sec1_txt .readmore {
	padding: 20px 0;
	text-align: center;
	border: 1px solid #036eb8;
	color: #036eb8;
	width: 198px;
	display: block
}

.about_sec2_box {
	text-align: left;
	margin-top: ;
	width: 85%;
	margin: 110px auto 0
}

.about_sec2_box .about_sec2_top p {
	font-size: 12px;
	color: #333;
	font-weight: bold
}

.about_sec2_box .about_sec2_top p span {
	color: #999;
	margin-left: 6%
}

.about_sec2_box .about_sec2_top h3 {
	font-size: 26px;
	color: #036eb8;
	letter-spacing: 2px;
	line-height: 32px;
	width: 50%
}

.about_sec2_bottom {
	text-align: left;
	margin-top: 30px;
	padding: 30px 0;
	background-color: #f0f0f0
}

.about_sec2_bottom .row {
	width: 85%;
	margin: 0 auto
}

.about_sec2_bottom .row>div {
	padding: 0;
	position: relative
}

.about_sec2_bottom .about_sec2_txt p {
	font-size: 12px;
	color: #333;
	margin-bottom: 30px;
	line-height: 28px
}

.about_sec2_bottom .about_sec2_img {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%)
}

.fixed_box {
	padding: 120px 0;
	background-color: #0f4b78
}

.fixed_box h3 {
	font-size: 36px;
	color: #70add7;
	font-weight: normal;
	margin-bottom: 20px
}

.fixed_box p {
	font-size: 12px;
	color: #70add7;
	letter-spacing: 3px
}

.fixed_box2 {
	padding: 16% 0
}

.fixed_box2_text {
	font-size: 32px;
	text-align: center;
	color: #fff;
	letter-spacing: 10px
}

.about_sec4 {
	margin: 80px 0
}

.about_sec4_box {
	width: 85%;
	margin: 80px auto
}

.about_sec4_box .row .col-sm-4 {
	position: relative;
	width: 28%;
	margin-left: 4%;
	padding: 0
}

.about_sec4_box .row .col-sm-4:nth-child(2) {
	margin-top: 50px
}

.about_sec4_box .about_sec4_txt {
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-align: left;
	position: relative
}

.about_sec4_box .about_sec4_img {
	text-align: right;
	position: relative;
	overflow: hidden
}

.about_sec4_box .about_sec4_img .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(5, 98, 162, .5);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.about_sec4_box .row .col-sm-4 a {
	text-decoration: none
}

.about_sec4_box .row .col-sm-4 a:hover .about_sec4_img .mask {
	opacity: 1
}

.about_sec4_box .row .col-sm-4 .about_sec4_img>img {
	transform: scale(1);
	-webkit-transition: all .5s;
	transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.about_sec4_box .row .col-sm-4 a:hover .about_sec4_img>img {
	transform: scale(1.1)
}

.about_sec4_box .about_sec4_img .mask img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.about_sec4_box .about_sec4_left {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	position: absolute;
	left: -14%;
	top: 8%;
	transform: rotateZ(-90deg)
}

.about_sec4_box .about_sec4_left2 {
	left: -8%
}

.about_sec5 {
	background: url(../images/about_sec5_bg.jpg) center/cover no-repeat;
	padding: 80px 0 0
}

.about_sec5_box {
	position: relative
}

#swiper-history {
	width: 100%;
	margin: 40px auto;
	position: relative;
	height: 20px;
	overflow: hidden;
	padding: 120px 0
}

.history-inner {
	width: 100%;
	height: 8px;
	margin: auto;
	position: absolute;
	left: 48%;
	top: 10%
}

.history-inner li {
	width: 380px;
	display: block;
	float: left;
	position: relative;
	list-style: none
}

.history-inner li:last-child {
	width: 0
}

.history-inner li p {
	transform: translateX(-210%);
	display: inline-block;
	margin: 10px 8px;
	font-family: arial;
	letter-spacing: 1px;
	text-transform: uppercase
}

.history-inner li p:nth-child(1) {
	position: absolute;
	top: -50px;
	left: 17%;
	color: #2962b2;
	font-family: arial;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 30px!important
}

.history-inner li p:nth-child(3) {
	color: #999
}

.history-inner li .left {
	position: relative;
	right: 22%
}

.history-inner li .left2 {
	position: relative;
	right: 16%
}

.history-inner li .left3 {
	position: relative;
	right: 29%
}

.history-inner li .right {
	position: relative;
	left: 140px
}

.history-inner li>div {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	margin-left: 8px;
	width: 80%
}

.history-inner li>div h5 {
	color: #999;
	line-height: 20px;
	font-size: 14px;
	margin: 8% 0 0
}

.history-inner>ul>li>span {
	display: block;
	position: absolute;
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: rgba(41, 98, 178, .3);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1
}

.history-inner>ul>li>span>span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2962b2;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%)
}

.history-inner li:after {
	content: ' ';
	width: calc(100% - 8px);
	height: 1px;
	background: #ccc;
	display: block;
	position: absolute;
	top: 0;
	left: 8px
}

.history-img {
	margin-top: 2%
}

.history-img ul {
	position: relative;
	width: 400px;
	margin: auto;
	z-index: 2
}

.history-img ul li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none
}

.history-img ul li img {
	width: 100%
}

.history-img ul li h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #2962b2;
	text-align: center;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	margin-top: 10px
}

.history-img ul li p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 24px;
	letter-spacing: 1px
}

.about_sec6 {
	width: 80%;
	margin: 80px auto
}

.about_sec6_box {
	margin-top: 50px
}

.about_sec6_box p {
	font-size: 14px;
	color: #666
}

.about_sec6_con {
	margin-top: 60px;
	display: none
}

.about_sec6_txt {
	width: 16%;
	margin: 30px auto 0
}

.about_sec6_txt a {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
	padding: 10px 0;
	color: #036eb8;
	font-size: 14px;
	border: 1px solid #036eb8;
	text-decoration: none
}

.about_sec6_txt .active {
	background-color: #036eb8;
	color: #fff
}

.about_sec6_box .con_active {
	display: block
}

.about_sec6_box .swiper1 {
	position: relative
}

.about_sec6_box .swiper1 .swiper-container {
	width: 80%;
	padding-bottom: 60px;
	position: relative
}

.about_sec6_box .swiper1 .swiper-slide {
	width: 520px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.about_sec6_box .swiper1 .swiper-slide {
	width: 520px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.about_sec6_box .swiper1 .swiper-slide img {
	display: block;
	width: 90%;
	margin: auto;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.about_sec6_box .swiper1 .swiper-slide.swiper-slide-prev img,
.about_sec6_box .swiper1 .swiper-slide.swiper-slide-next img {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.about_sec6_box .swiper1 .swiper-button-prev {
	left: 30%;
	top: 50%
}

.about_sec6_box .swiper1 .swiper-button-next {
	right: 30%;
	top: 50%
}

.about_sec6_box .swiper2 {
	position: relative
}

.about_sec6_box .swiper2 .swiper-container {
	width: 80%;
	padding-bottom: 60px;
	position: relative
}

.about_sec6_box .swiper2 .swiper-slide {
	width: 520px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.about_sec6_box .swiper2 .swiper-slide {
	width: 520px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.about_sec6_box .swiper2 .swiper-slide img {
	display: block;
	width: 90%;
	margin: auto;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.about_sec6_box .swiper2 .swiper-slide.swiper-slide-prev img,
.about_sec6_box .swiper2 .swiper-slide.swiper-slide-next img {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.about_sec6_box .swiper2 .swiper-button-prev {
	left: 30%;
	top: 50%
}

.about_sec6_box .swiper2 .swiper-button-next {
	right: 30%;
	top: 50%
}

.about_sec8 {
	padding: 80px 0;
	background-color: #f5f5f5
}

.about_sec8_box {
	width: 85%;
	margin: 80px auto
}

.about_sec8_box .row .col-sm-4 {
	position: relative
}

.about_sec8_box .row .active a .about_sec8_img img {
	width: 100%;
	margin-top: -6%
}

.about_sec8_box .row .active a .about_sec8_txt {
	bottom: 16%
}

.about_sec8_box .about_sec8_img {
	text-align: center
}

.about_sec8_box .about_sec8_img img {
	width: 90%;
	-webkit-transition: all .5s;
	transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.about_sec8_box .about_sec8_txt {
	width: 60%;
	padding: 40px 0;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	-webkit-transition: all .5s;
	transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.about_sec8_box .about_sec8_txt p {
	font-size: 16px;
	color: #333;
	letter-spacing: 2px
}

.about_sec8_box .about_sec8_txt span {
	display: block;
	font-size: 12px;
	color: #fff;
	background-color: #036bb3;
	text-align: center;
	padding: 10px;
	width: 50%;
	margin: 0 auto
}

.technology_sec1 {
	width: 80%;
	margin: 80px auto
}

.technology_sec1_box {
	margin-top: 40px
}

.technology_sec1_top ul li {
	list-style: none;
	float: left;
	width: 16%;
	text-align: center;
	cursor: pointer
}

.technology_sec1_top ul li p {
	font-size: 14px;
	color: #000;
	margin-top: 24px;
	line-height: 24px
}

.technology_sec1_bottom {
	position: relative;
	margin-top: 50px
}

.technology_sec1_con {
	width: 100%;
	text-align: left;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.technology_sec1_bottom .active {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.technology_sec1_con_txt h3 {
	font-size: 36px;
	font-weight: bold;
	color: #999
}

.technology_sec1_con_txt h4 {
	font-size: 38px;
	color: #333;
	font-weight: bold
}

.technology_sec1_con .row .col-sm-7 {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f8f8f8;
	padding: 5% 5% 8%
}

.technology_sec1_con .row .col-sm-7 h5 {
	font-size: 18px;
	color: #999
}

.technology_sec1_con .row .col-sm-7 h6 {
	font-size: 28px;
	color: #666
}

.technology_sec1_con .row .col-sm-7 .line {
	width: 80px;
	height: 2px;
	background-color: #e6e6e6;
	margin: 20px 0
}

.technology_sec1_con .row .col-sm-7 p {
	font-size: 18px;
	color: #999
}

.viwemore {
	width: 200px;
	height: 60px;
	background-color: #036eb8;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateX(-40%)
}

.technology_sec3_box {
	width: 70%;
	margin: 0 auto;
	position: relative
}

.technology_sec3_box .swiper-wrapper {
	transition-delay: .3s
}

.technology_sec3_box .swiper-container {
	width: 100%;
	height: 540px;
	margin: 20px auto
}

.technology_sec3_box .swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative
}

.technology_sec3_box .swiper1-button-next,
.technology_sec3_box .swiper1-button-prev {
	width: 49px;
	height: 49px;
	border: 1px solid #e0e0e0;
	text-align: center;
	background-color: #fff;
	position: absolute;
	bottom: 80px;
	right: 5%;
	cursor: pointer
}

.swiper1_pagination1 {
	display: none
}

.technology_sec3_box .swiper1-button-next {
	transform: rotate(90deg)
}

.technology_sec3_box .swiper1-button-prev {
	right: 10%;
	transform: rotate(-90deg)
}

.swiper1_clickList {
	margin-top: 30px
}

.swiper1_clickList ul li {
	display: inline-block;
	float: left;
	width: 10%;
	margin-right: 1%
}

.swiper1_clickList ul li img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.swiper1_clickList ul li:after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #036eb8;
	display: inline-block
}

.swiper1_clickList ul li:nth-last-of-type(1) {
	margin-right: 0
}

.technology_sec3 {
	margin: 80px 0
}

.technology_sec3_box_con {
	width: 90%;
	height: 90%;
	text-align: left;
	padding: 6% 4% 0
}

.technology_sec3_box .swiper-slide .technology_sec3_box_con {
	background-color: #036eb8
}

.technology_sec3_box .swiper-slide .technology_sec3_box_con {
	transform: translateY(200px);
	opacity: 0;
	transition: all .4s
}

.technology_sec3_box .ani-slide .technology_sec3_box_con {
	transform: translateY(0);
	opacity: 1
}

.technology_sec3_box .swiper-slide .technology_sec3_img {
	transform: translateY(200px);
	opacity: 0;
	transition: all .4s;
	transition-delay: .5s
}

.technology_sec3_box .ani-slide .technology_sec3_img {
	transform: translateY(0);
	opacity: 1
}

.technology_sec3_box .swiper-slide .technology_sec3_txt {
	transform: translateY(200px);
	opacity: 0;
	transition: all .4s;
	transition-delay: .8s
}

.technology_sec3_box .ani-slide .technology_sec3_txt {
	transform: translateY(0);
	opacity: 1
}

.technology_sec3_img {
	position: absolute;
	top: -18%;
	right: 4%;
	width: 50%
}

.technology_sec3_txt h2 {
	font-size: 32px;
	color: #000
}

.technology_sec3_txt_con {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.technology_sec3_txt_con:hover {
	transform: translateX(2%)
}

.technology_sec3_txt_con h3 {
	font-size: 66px;
	font-weight: bold;
	color: #fff
}

.technology_sec3_txt_con h3 span {
	display: inline-block;
	width: 6%;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-align: right;
	padding: 0 10px 0 0;
	margin-left: 20px
}

.technology_sec3_txt_con p {
	font-size: 14px;
	color: #fff
}

.technology_sec3_left-txt {
	height: 100%;
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f8f8f8
}

.technology_sec3_left-txt span {
	width: 200px;
	font-size: 24px;
	transform: rotate(-90deg);
	display: inline-block;
	position: absolute;
	line-height: 24px;
	left: -50%;
	bottom: 26%
}

.technology_sec3_left-txt span:before {
	content: "<";
	position: absolute;
	top: 25%;
	left: -16%
}

.technology_sec3_box .gallery-thumbs1 {
	width: 50%;
	height: 100px;
	float: left
}

.technology_sec3_box .gallery-thumbs1 .swiper-slide {
	width: 100px;
	height: 100px
}

.technology_sec4 {
	background-color: #f8f8f8;
	padding: 80px 0
}

.technology_sec4_box {
	width: 80%;
	margin: 50px auto 0
}

.technology_sec4_img {
	position: relative;
	overflow: hidden
}

.technology_sec4_img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.technology_sec4_img .stop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.technology_sec4_txt p {
	border: 1px solid #999;
	width: 60%;
	font-size: 16px;
	color: #666;
	padding: 6px;
	text-align: left;
	margin: 20px 0
}

.technology_sec4_txt h4 {
	font-size: 20px;
	color: #333;
	text-align: left
}

.readmore {
	display: inline-block;
	border: 1px solid #036eb8;
	padding: 10px;
	width: 14%;
	margin-top: 50px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.readmore:hover {
	background-color: #036eb8;
	color: #fff!important
}

.companyprofile_sec1 {
	margin: 80px auto;
	width: 80%
}

.companyprofile_video {
	position: relative;
	margin-top: 50px
}

.companyprofile_video .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.companyprofile_video .stop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.companyprofile_txt {
	text-align: left;
	margin: 80px 0
}

.companyprofile_txt h4 {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin-bottom: 60px
}

.companyprofile_txt p {
	font-size: 24px;
	color: #666;
	line-height: 36px;
	margin-bottom: 60px
}

.companyprofile_img .row {
	margin-bottom: 30px
}

.companyprofile_img a {
	overflow: hidden;
	display: block
}

.companyprofile_img a:hover img {
	transform: scale(1.1)
}

.companyprofile_img a img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.invest_sec1 {
	width: 85%;
	margin: 80px auto 0
}

.invest_sec1_con {
	margin-top: 60px;
	position: relative;
	padding-top: 70px
}

.invest_sec1_con_bg {
	width: 85%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	background-color: #f7f7f7
}

.invest_sec1_con_right {
	text-align: left;
	padding-right: 5%
}

.invest_sec1_con_left,
.invest_sec1_con_right {
	z-index: 1
}

.invest_sec1_con_left {
	padding-right: 4%
}

.invest_sec1_con_left_box {
	overflow: hidden
}

.invest_sec1_con_left_box img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.invest_sec1_con_left_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.invest_sec1_con_right h3 {
	font-size: 60px;
	color: #036eb8;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	letter-spacing: 5px
}

.invest_sec1_con_right h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	height: 2px;
	background-color: #d4d4d4
}

.invest_sec1_con_right h5 {
	margin-top: 10%;
	color: #333;
	font-size: 16px;
	font-weight: bold
}

.invest_sec1_con_right h5 span {
	float: right
}

.invest_sec1_con_right h6 {
	margin-top: 5%;
	color: #aaa;
	font-size: 16px;
	font-weight: bold
}

.invest_sec1_con_right h6 span {
	color: #036eb8;
	font-size: 20px
}

.invest_sec1_con_right a {
	display: inline-block;
	border: 1px solid #036eb8;
	font-size: 14px;
	color: #036eb8;
	padding: 10px 30px;
	margin-top: 20%
}

.invest_sec2 {
	margin-top: 80px;
	position: relative
}

.invest_sec2 h4 {
	color: #fff;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px
}

.invest_sec3 {
	width: 85%;
	margin: 80px auto 0
}

.invest_sec3_con_top h3 {
	margin-top: 30px;
	font-size: 30px;
	color: #515151
}

.invest_sec3_con_top span {
	color: #036eb8
}

.invest_sec3_con_top p {
	width: 50%;
	line-height: 25px;
	margin: 0 auto 20px
}

.invest_sec3_con_imgBox {
	margin-top: 60px
}

.invest_sec3_con_imgBox ul {
	width: 100%;
	padding: 0
}

.invest_sec3_con_imgBox ul li {
	display: inline-block;
	width: 25%;
	float: left
}

.invest_sec3_img {
	overflow: hidden
}

.invest_sec3_img img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.invest_sec3_img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.contact_sec1 {
	margin: 80px auto 0;
	width: 60%;
	position: relative
}

.contact_sec1_top_box {
	position: relative;
	overflow: hidden;
	padding: 20px;
	margin-top: 60px
}

.box_left_top,
.box_left_bot,
.box_right_top,
.box_right_bot {
	width: 100%;
	height: 50%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	background-color: #fff;
	z-index: 1
}

.box_left_top {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -50%;
	top: -50%
}

.box_left_bot {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -50%;
	bottom: -50%
}

.box_right_top {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	right: -50%;
	top: -50%
}

.box_right_bot {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	right: -50%;
	bottom: -50%
}

.contact_sec1_top_box .top,
.contact_sec1_top_box .bottom {
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0
}

.contact_sec1_top_box .top {
	top: 0
}

.contact_sec1_top_box .bottom {
	bottom: 0
}

.contact_sec1_top_box .right,
.contact_sec1_top_box .left {
	height: 100%;
	width: 1px;
	background-color: #000;
	position: absolute;
	top: 0
}

.contact_sec1_top_box .right {
	right: 0
}

.contact_sec1_top_box .left {
	left: 0
}

.contact_sec1_top_txt {
	display: inline-block;
	background-color: #fff;
	padding: 15px;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 90px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2
}

.contact_sec1_top_box ul {
	padding: 0
}

.contact_sec1_top_box ul li {
	float: left;
	width: 50%;
	display: inline-block;
	border-left: 1px solid #e6e6e6
}

.contact_sec1_top_box ul li:nth-of-type(1) {
	border-left: none
}

.contact_sec1_top_left img {
	width: 190px
}

.contact_sec1_top_left {
	display: table;
	height: 100%;
	width: 100%
}

.contact_sec1_top_left>div {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 10%
}

.contact_sec1_top_right {
	padding-left: 10%
}

.contact_sec1_top_right p {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	text-align: left
}

.contact_sec1_bot_list {
	padding: 15px;
	height: 100%
}

.contact_sec1_bot {
	margin-top: 40px
}

.contact_sec1_bot .contact_sec1_bot_list:nth-of-type(2) {
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6
}

.contact_sec1_bot_list_top {
	border-top: 1px solid #e6e6e6
}

.contact_sec1_bot p {
	font-size: 14px;
	color: #333;
	text-align: left
}

.contact_sec1_bot p span {
	color: #036eb8
}

.contact_sec2 {
	margin-top: 80px
}

.contact_sec3_box {
	padding-top: 1px;
	background-color: #f8f8f8
}

.contact_sec3 {
	width: 60%;
	margin: 80px auto 0
}

.contact_sec3_email_txtList {
	padding: 15px 0;
	border-top: 1px solid #e6e6e6
}

.contact_sec3_email {
	padding-bottom: 80px
}

.contact_sec3_email .contact_sec3_email_txtList:nth-of-type(4) {
	border-bottom: 1px solid #e6e6e6
}

.contact_sec3_email_txtList>div {
	float: left;
	font-size: 16px;
	line-height: 36px
}

.contact_sec3_email_txtList_left {
	width: 20%
}

.contact_sec3_email_txtList_left span {
	color: red
}

.contact_sec3_email_txtList_cont {
	width: 50%
}

.contact_sec3_email_txtList .contact_sec3_email_txtList_left2 {
	width: 20%;
	line-height: 70px
}

.contact_sec3_email_txtList_cont2 {
	width: 80%
}

.contact_sec3_email_txtList_cont2 textarea {
	width: 100%;
	height: 50px;
	background-color: #e7e7e7;
	border: 0;
	outline: 0
}

.contact_sec3_email_txtList_cont input {
	width: 100%;
	height: 36px;
	background-color: #e7e7e7;
	border: 0;
	outline: 0
}

.contact_sec3_email_txtList_cont input:focus,
.contact_sec3_email_txtList_cont2 textarea:focus {
	box-shadow: none
}

.contact_sec3_email_txtList_right {
	width: 30%
}

.contact_sec3_email input[type=checkbox] {
	margin-top: 20px
}

.contact_sec3_email_checkbox {
	width: 80%;
	margin-left: 20%;
	text-align: left
}

.contact_sec3_email>a {
	display: block;
	width: 200px;
	height: 35px;
	margin: 20px auto 0;
	background-color: #000;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 16px
}

.news_sec1 {
	width: 85%;
	margin: 80px auto
}

.news_sec1_con {
	margin-top: 60px
}

.news_sec1_con_img {
	overflow: hidden
}

.news_sec1_con_img img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.news_sec1_con_img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news_sec1_con_txt {
	text-align: left
}

.news_sec1_con_txt h4 {
	font-size: 24px;
	margin: 30px 0;
	color: #333
}

.news_sec1_con_txt p {
	font-size: 16px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	line-height: 28px
}

.news_sec1_con_txt .news_more {
	font-size: 12px;
	color: #036eb8;
	border-bottom: 1px dashed #036eb8;
	padding-bottom: 4px;
	margin-top: 30px;
	text-align: left
}

.news_sec3 {
	margin: 80px auto;
	width: 80%
}

.news_sec3_box {
	margin-top: 50px
}

.news_sec3_box ul li {
	border-top: 1px solid #f0f0f0;
	padding: 15px 0
}

.news_sec3_box ul li:last-child {
	border-bottom: 1px solid #f0f0f0
}

.news_sec3_box ul li a {
	display: block;
	padding: 15px 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.news_sec3_box ul li:hover a {
	background-color: #f2f2f2
}

.news_sec3_box ul li a .news_sec3_img {
	width: 24%;
	float: left;
	margin-right: 2%;
	overflow: hidden
}

.news_sec3_box ul li a .news_sec3_txt {
	width: 74%;
	float: left;
	text-align: left
}

.news_sec3_box ul li a .news_sec3_txt h3 {
	margin: 0;
	font-size: 24px;
	color: #333
}

.news_sec3_box ul li a .news_sec3_txt h4 {
	margin: 0;
	font-size: 22px;
	color: #333
}

.news_sec3_box ul li a .news_sec3_txt p {
	font-size: 18px;
	color: #666;
	margin: 30px 0;
	padding-left: 4%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis
}

.news_sec3_box ul li a .news_sec3_txt .message {
	margin-top: 40px;
	text-align: right;
	font-size: 18px;
	color: #666;
	padding-right: 2%
}

.news_sec3_box ul li a:hover .news_sec3_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news_sec3_box ul li a .news_sec3_img img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.news_sec4 {
	padding: 80px 0;
	background-color: #f8f8f8
}

.news_sec4_box {
	width: 80%;
	margin: 80px auto 0
}

.news_sec4_box ul {
	padding: 0
}

.news_sec4_box ul li {
	width: 14.4%;
	float: left;
	margin-right: 7%
}

.news_sec4_box ul li:last-child {
	margin-right: 0
}

.news_sec4_box ul li a {
	display: block
}

.news_sec4_box ul li a .news_sec4_img {
	box-shadow: 0 10px 20px #666;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden
}

.news_sec4_box ul li a:hover .news_sec4_img {
	margin-top: -30px
}

.news_sec4_box ul li a .news_sec4_txt .line {
	background-color: #999;
	width: 1px;
	height: 55px;
	margin: 40px auto 20px
}

.news_sec4_box ul li a .news_sec4_txt h2 {
	font-size: 26px;
	color: #333;
	font-weight: bold
}

.introduction {
	padding: 80px 0;
	background-color: #f8f8f8
}

.introduction_box {
	margin: 50px auto 0;
	width: 80%
}

.introduction_box ul li a {
	display: inline-block;
	width: 10%;
	border: 1px solid #036eb8;
	float: left;
	padding: 14px 0;
	font-size: 14px;
	color: #036eb8
}

.introduction_box ul li a {
	border-right: 0
}

.introduction_box ul li a:last-child {
	border-right: 1px solid #036eb8
}

.introduction_box ul li .active {
	background-color: #036eb8;
	color: #fff
}

.introduction_bottom {
	margin-top: 50px
}

.introduction_bottom .row {
	margin-bottom: 50px
}

.introduction_img {
	overflow: hidden;
	position: relative
}

.introduction_img .mask {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(3, 110, 184, .5);
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.introduction_img .mask img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.introduction_img:hover .mask {
	opacity: 1
}

.introduction_img>img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.introduction_img:hover>img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.introduction_txt {
	text-align: left;
	margin-top: 30px
}

.introduction_txt h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold
}

.introduction_txt h4 {
	font-size: 14px;
	color: #666;
	font-weight: bold
}

.service_sec1 {
	margin: 80px auto;
	width: 80%
}

.service_sec1_box {
	margin: 50px 0
}

.service_sec1_box .row .col-sm-4 {
	position: relative
}

.service_sec1_box .row .col-sm-4 a {
	display: block
}

.service_sec1_img {
	overflow: hidden
}

.service_sec1_img img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.service_sec1_txt {
	position: absolute;
	left: 10%;
	bottom: 6%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.service_sec1_txt h4 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px
}

.service_sec1_box .mask {
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
	width: calc(100% - 30px);
	background-color: rgba(6, 70, 116, .8);
	text-align: left;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.service_sec1_box .mask .mask_txt {
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	padding: 0 8%
}

.service_sec1_box .mask .mask_txt h5 {
	font-size: 18px;
	color: #fff;
	line-height: 32px
}

.service_sec1_box .mask .mask_txt p {
	font-size: 14px;
	color: #fff;
	line-height: 24px
}

.service_sec1_box .row .col-sm-4 a:hover .mask {
	opacity: 1
}

.service_sec1_box .row .col-sm-4 a:hover .service_sec1_txt {
	opacity: 0
}

.service_sec1_box .row .col-sm-4 a:hover .service_sec1_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.fixed_box3 {
	padding: 80px 0 180px;
	background-color: #fff
}

.service_sec2_box {
	width: 80%;
	margin: -100px auto 100px;
	padding: 50px 10%;
	background-color: #fafafa;
	box-shadow: 0 20px 50px #dcdcdc
}

.service_sec2_box ul {
	margin-bottom: 50px
}

.service_sec2_box ul:last-child {
	margin-bottom: 0
}

.service_sec2_box ul li {
	width: 28%;
	float: left;
	margin-right: 8%
}

.service_sec2_box ul li:last-child {
	margin-right: 0
}

.service_sec2_box ul li .logo {
	width: 48%
}

.service_sec2_box ul li .big_logo {
	width: 100%
}

.service_sec2_box ul li .country {
	margin: 0 1%
}

.service_sec2_box ul li .brand {
	font-size: 14px;
	color: #333
}

.service_sec2_box ul li .category {
	font-size: 14px;
	color: #999
}

.service_sec3 {
	background-color: #f8f8f8;
	padding: 80px 0
}

.service_sec3_box {
	width: 80%;
	margin: 50px auto 0
}

.service_sec3_box .row .col-sm-6 ul li {
	text-align: left;
	border-top: 1px solid #dcdcdc;
	padding: 30px 2%
}

.service_sec3_box .row .col-sm-6 ul li:last-child {
	border-bottom: 1px solid #dcdcdc
}

.service_sec3_box .row .col-sm-6 ul li>a {
	display: block
}

.service_sec3_box .service_sec3_con {
	position: relative
}

.service_sec3_box .service_sec3_con h5 {
	font-size: 12px;
	color: #999;
	margin-bottom: 10px
}

.service_sec3_box .service_sec3_con p {
	font-size: 14px;
	color: #333;
	padding-right: 5%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis
}

.service_sec3_box .service_sec3_con .download {
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translateY(-50%)
}

@media only screen and (min-width:1px) and (max-width:1023px) {
	.float-none-sm {
		float: none
	}
	.padding-0-sm {
		padding: 0
	}
	.margin-0-sm {
		margin: 0
	}
	.relative-sm {
		position: relative
	}
	.absolute-sm {
		position: absolute
	}
	.static-sm {
		position: static
	}
	.fixed-sm {
		position: fixed
	}
	.none-sm {
		display: none
	}
	.block-sm {
		display: block
	}
	.inline-block-sm {
		display: inline-block
	}
	.inline-sm {
		display: inline
	}
	.flex-sm {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.flex-row-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.flex-column-sm {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.flex-space-around-sm {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.flex-space-between-sm {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.flex-start-sm {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.flex-center-sm {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.flex-end-sm {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.flex-wrap-sm {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.flex-nowrap-sm {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.pull-left-sm {
		float: left
	}
	.pull-right-sm {
		float: right
	}
	.center-sm {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.text-left-sm {
		text-align: left
	}
	.text-right-sm {
		text-align: right
	}
	.text-center-sm {
		text-align: center
	}
	.text-justify-sm {
		text-align: justify
	}
	.no-col-sm {
		width: auto;
		float: none
	}
	.no-pull-sm,
	.no-push-m {
		left: 0
	}
	.pt-0-sm {
		padding-top: 0
	}
	.pt-5-sm {
		padding-top: 5px
	}
	.pt-10-sm {
		padding-top: 10px
	}
	.pt-15-sm {
		padding-top: 15px
	}
	.pt-20-sm {
		padding-top: 20px
	}
	.pt-25-sm {
		padding-top: 25px
	}
	.pt-30-sm {
		padding-top: 30px
	}
	.pt-35-sm {
		padding-top: 35px
	}
	.pt-40-sm {
		padding-top: 40px
	}
	.pt-45-sm {
		padding-top: 45px
	}
	.pt-50-sm {
		padding-top: 50px
	}
	.pt-55-sm {
		padding-top: 55px
	}
	.pt-60-sm {
		padding-top: 60px
	}
	.pb-0-sm {
		padding-bottom: 0
	}
	.pb-5-sm {
		padding-bottom: 5px
	}
	.pb-10-sm {
		padding-bottom: 10px
	}
	.pb-15-sm {
		padding-bottom: 15px
	}
	.pb-20-sm {
		padding-bottom: 20px
	}
	.pb-25-sm {
		padding-bottom: 25px
	}
	.pb-30-sm {
		padding-bottom: 30px
	}
	.pb-35-sm {
		padding-bottom: 35px
	}
	.pb-40-sm {
		padding-bottom: 40px
	}
	.pb-45-sm {
		padding-bottom: 45px
	}
	.pb-50-sm {
		padding-bottom: 50px
	}
	.pb-55-sm {
		padding-bottom: 55px
	}
	.pb-60-sm {
		padding-bottom: 60px
	}
	.p-0-sm {
		padding: 0
	}
	.p-5-sm {
		padding: 5px
	}
	.p-10-sm {
		padding: 10px
	}
	.p-15-sm {
		padding: 15px
	}
	.p-20-sm {
		padding: 20px
	}
	.p-25-sm {
		padding: 25px
	}
	.p-30-sm {
		padding: 30px
	}
	.p-35-sm {
		padding: 35px
	}
	.p-40-sm {
		padding: 40px
	}
	.p-45-sm {
		padding: 45px
	}
	.p-50-sm {
		padding: 50px
	}
	.p-55-sm {
		padding: 55px
	}
	.p-60-sm {
		padding: 60px
	}
}

@media only screen and (min-width:768px) {
	.float-none-md {
		float: none
	}
	.padding-0-md {
		padding: 0
	}
	.margin-0-md {
		margin: 0
	}
	.relative-md {
		position: relative
	}
	.absolute-md {
		position: absolute
	}
	.static-md {
		position: static
	}
	.fixed-md {
		position: fixed
	}
	.none-md {
		display: none
	}
	.block-md {
		display: block
	}
	.inline-block-md {
		display: inline-block
	}
	.inline-md {
		display: inline
	}
	.flex-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.flex-row-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.flex-column-md {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.flex-space-around-md {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.flex-space-between-md {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.flex-start-md {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.flex-center-md {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.flex-end-md {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.flex-wrap-md {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.flex-nowrap-md {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.pull-left-md {
		float: left
	}
	.pull-right-md {
		float: right
	}
	.center-md {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.text-left-md {
		text-align: left
	}
	.text-right-md {
		text-align: right
	}
	.text-center-md {
		text-align: center
	}
	.text-justify-md {
		text-align: justify
	}
	.no-col-md {
		width: auto;
		float: none
	}
	.no-pull-md,
	.no-push-md {
		left: 0
	}
	.pt-0-md {
		padding-top: 0
	}
	.pt-5-md {
		padding-top: 5px
	}
	.pt-10-md {
		padding-top: 10px
	}
	.pt-15-md {
		padding-top: 15px
	}
	.pt-20-md {
		padding-top: 20px
	}
	.pt-25-md {
		padding-top: 25px
	}
	.pt-30-md {
		padding-top: 30px
	}
	.pt-35-md {
		padding-top: 35px
	}
	.pt-40-md {
		padding-top: 40px
	}
	.pt-45-md {
		padding-top: 45px
	}
	.pt-50-md {
		padding-top: 50px
	}
	.pt-55-md {
		padding-top: 55px
	}
	.pt-60-md {
		padding-top: 60px
	}
	.pb-0-md {
		padding-bottom: 0
	}
	.pb-5-md {
		padding-bottom: 5px
	}
	.pb-10-md {
		padding-bottom: 10px
	}
	.pb-15-md {
		padding-bottom: 15px
	}
	.pb-20-md {
		padding-bottom: 20px
	}
	.pb-25-md {
		padding-bottom: 25px
	}
	.pb-30-md {
		padding-bottom: 30px
	}
	.pb-35-md {
		padding-bottom: 35px
	}
	.pb-40-md {
		padding-bottom: 40px
	}
	.pb-45-md {
		padding-bottom: 45px
	}
	.pb-50-md {
		padding-bottom: 50px
	}
	.pb-55-md {
		padding-bottom: 55px
	}
	.pb-60-md {
		padding-bottom: 60px
	}
	.p-0-md {
		padding: 0
	}
	.p-5-md {
		padding: 5px
	}
	.p-10-md {
		padding: 10px
	}
	.p-15-md {
		padding: 15px
	}
	.p-20-md {
		padding: 20px
	}
	.p-25-md {
		padding: 25px
	}
	.p-30-md {
		padding: 30px
	}
	.p-35-md {
		padding: 35px
	}
	.p-40-md {
		padding: 40px
	}
	.p-45-md {
		padding: 45px
	}
	.p-50-md {
		padding: 50px
	}
	.p-55-md {
		padding: 55px
	}
	.p-60-md {
		padding: 60px
	}
}

@media only screen and (min-width:1024px) {
	.float-none-lg {
		float: none
	}
	.padding-0-lg {
		padding: 0
	}
	.margin-0-lg {
		margin: 0
	}
	.relative-lg {
		position: relative
	}
	.absolute-lg {
		position: absolute
	}
	.static-lg {
		position: static
	}
	.fixed-lg {
		position: fixed
	}
	.none-lg {
		display: none
	}
	.block-lg {
		display: block
	}
	.inline-block-lg {
		display: inline-block
	}
	.inline-lg {
		display: inline
	}
	.flex-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.flex-row-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.flex-column-lg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.flex-space-around-lg {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.flex-space-between-lg {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.flex-start-lg {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.flex-center-lg {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.flex-end-lg {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.flex-wrap-lg {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.flex-nowrap-lg {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.pull-left-lg {
		float: left
	}
	.pull-right-lg {
		float: right
	}
	.center-lg {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.text-left-lg {
		text-align: left
	}
	.text-right-lg {
		text-align: right
	}
	.text-center-lg {
		text-align: center
	}
	.text-justify-lg {
		text-align: justify
	}
	.no-col-lg {
		width: auto;
		float: none
	}
	.no-pull-lg,
	.no-push-l {
		left: 0
	}
	.pt-0-lg {
		padding-top: 0
	}
	.pt-5-lg {
		padding-top: 5px
	}
	.pt-10-lg {
		padding-top: 10px
	}
	.pt-15-lg {
		padding-top: 15px
	}
	.pt-20-lg {
		padding-top: 20px
	}
	.pt-25-lg {
		padding-top: 25px
	}
	.pt-30-lg {
		padding-top: 30px
	}
	.pt-35-lg {
		padding-top: 35px
	}
	.pt-40-lg {
		padding-top: 40px
	}
	.pt-45-lg {
		padding-top: 45px
	}
	.pt-50-lg {
		padding-top: 50px
	}
	.pt-55-lg {
		padding-top: 55px
	}
	.pt-60-lg {
		padding-top: 60px
	}
	.pb-0-lg {
		padding-bottom: 0
	}
	.pb-5-lg {
		padding-bottom: 5px
	}
	.pb-10-lg {
		padding-bottom: 10px
	}
	.pb-15-lg {
		padding-bottom: 15px
	}
	.pb-20-lg {
		padding-bottom: 20px
	}
	.pb-25-lg {
		padding-bottom: 25px
	}
	.pb-30-lg {
		padding-bottom: 30px
	}
	.pb-35-lg {
		padding-bottom: 35px
	}
	.pb-40-lg {
		padding-bottom: 40px
	}
	.pb-45-lg {
		padding-bottom: 45px
	}
	.pb-50-lg {
		padding-bottom: 50px
	}
	.pb-55-lg {
		padding-bottom: 55px
	}
	.pb-60-lg {
		padding-bottom: 60px
	}
	.p-0-lg {
		padding: 0
	}
	.p-5-lg {
		padding: 5px
	}
	.p-10-lg {
		padding: 10px
	}
	.p-15-lg {
		padding: 15px
	}
	.p-20-lg {
		padding: 20px
	}
	.p-25-lg {
		padding: 25px
	}
	.p-30-lg {
		padding: 30px
	}
	.p-35-lg {
		padding: 35px
	}
	.p-40-lg {
		padding: 40px
	}
	.p-45-lg {
		padding: 45px
	}
	.p-50-lg {
		padding: 50px
	}
	.p-55-lg {
		padding: 55px
	}
	.p-60-lg {
		padding: 60px
	}
}

@media only screen and (min-width:1280px) {
	.float-none-xl {
		float: none
	}
	.padding-0-xl {
		padding: 0
	}
	.margin-0-xl {
		margin: 0
	}
	.relative-xl {
		position: relative
	}
	.absolute-xl {
		position: absolute
	}
	.static-xl {
		position: static
	}
	.fixed-xl {
		position: fixed
	}
	.none-xl {
		display: none
	}
	.block-xl {
		display: block
	}
	.inline-block-xl {
		display: inline-block
	}
	.inline-xl {
		display: inline
	}
	.flex-xl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.flex-row-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.flex-column-xl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.flex-space-around-xl {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.flex-space-between-xl {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.flex-start-xl {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.flex-center-xl {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.flex-end-xl {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.flex-wrap-xl {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.flex-nowrap-xl {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.pull-left-xl {
		float: left
	}
	.pull-right-xl {
		float: right
	}
	.center-xl {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.text-left-xl {
		text-align: left
	}
	.text-right-xl {
		text-align: right
	}
	.text-center-xl {
		text-align: center
	}
	.text-justify-xl {
		text-align: justify
	}
	.no-col-xl {
		width: auto;
		float: none
	}
	.no-pull-xl,
	.no-push-xl {
		left: 0
	}
	.pt-0-xl {
		padding-top: 0
	}
	.pt-5-xl {
		padding-top: 5px
	}
	.pt-10-xl {
		padding-top: 10px
	}
	.pt-15-xl {
		padding-top: 15px
	}
	.pt-20-xl {
		padding-top: 20px
	}
	.pt-25-xl {
		padding-top: 25px
	}
	.pt-30-xl {
		padding-top: 30px
	}
	.pt-35-xl {
		padding-top: 35px
	}
	.pt-40-xl {
		padding-top: 40px
	}
	.pt-45-xl {
		padding-top: 45px
	}
	.pt-50-xl {
		padding-top: 50px
	}
	.pt-55-xl {
		padding-top: 55px
	}
	.pt-60-xl {
		padding-top: 60px
	}
	.pb-0-xl {
		padding-bottom: 0
	}
	.pb-5-xl {
		padding-bottom: 5px
	}
	.pb-10-xl {
		padding-bottom: 10px
	}
	.pb-15-xl {
		padding-bottom: 15px
	}
	.pb-20-xl {
		padding-bottom: 20px
	}
	.pb-25-xl {
		padding-bottom: 25px
	}
	.pb-30-xl {
		padding-bottom: 30px
	}
	.pb-35-xl {
		padding-bottom: 35px
	}
	.pb-40-xl {
		padding-bottom: 40px
	}
	.pb-45-xl {
		padding-bottom: 45px
	}
	.pb-50-xl {
		padding-bottom: 50px
	}
	.pb-55-xl {
		padding-bottom: 55px
	}
	.pb-60-xl {
		padding-bottom: 60px
	}
	.p-0-xl {
		padding: 0
	}
	.p-5-xl {
		padding: 5px
	}
	.p-10-xl {
		padding: 10px
	}
	.p-15-xl {
		padding: 15px
	}
	.p-20-xl {
		padding: 20px
	}
	.p-25-xl {
		padding: 25px
	}
	.p-30-xl {
		padding: 30px
	}
	.p-35-xl {
		padding: 35px
	}
	.p-40-xl {
		padding: 40px
	}
	.p-45-xl {
		padding: 45px
	}
	.p-50-xl {
		padding: 50px
	}
	.p-55-xl {
		padding: 55px
	}
	.p-60-xl {
		padding: 60px
	}
}

@ease InExpo:cubic-bezier(0.95, 0.05, 0.795, 0..035);

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {
	20%,
	53%,
	80%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	20%,
	53%,
	80%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	50%,
	0%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	50%,
	0%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	11.1%,
	0%,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

@keyframes jello {
	11.1%,
	0%,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	60%,
	75%,
	90%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	60%,
	75%,
	90%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	60%,
	75%,
	90%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	60%,
	75%,
	90%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	60%,
	75%,
	90%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	60%,
	75%,
	90%,
	0%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	2% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	2% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 200;
	src: url(../other/NanumBarunGothicUltraLight.eot);
	src: local('Nanum Barun Gothic UltraLight'), local('NanumBarunGothicUltraLight'), url(../other/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'), url(../other/NanumBarunGothicUltraLight.woff2) format('woff2'), url(../other/NanumBarunGothicUltraLight.woff) format('woff'), url(../other/NanumBarunGothicUltraLight.ttf) format('truetype')
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 300;
	src: url(../other/NanumBarunGothicLight.eot);
	src: local('Nanum Barun Gothic Light'), local('NanumBarunGothicLight'), url(../other/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'), url(../other/NanumBarunGothicLight.woff2) format('woff2'), url(../other/NanumBarunGothicLight.woff) format('woff'), url(../other/NanumBarunGothicLight.ttf) format('truetype')
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(../other/NanumBarunGothic.eot);
	src: local('Nanum Barun Gothic'), local('NanumBarunGothic'), url(../other/NanumBarunGothic.eot?#iefix) format('embedded-opentype'), url(../other/NanumBarunGothic.woff2) format('woff2'), url(../other/NanumBarunGothic.woff) format('woff'), url(../other/NanumBarunGothic.ttf) format('truetype')
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 700;
	src: url(../other/NanumBarunGothicBold.eot);
	src: local('Nanum Barun Gothic Bold'), local('NanumBarunGothicBold'), url(../other/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'), url(../other/NanumBarunGothicBold.woff2) format('woff2'), url(../other/NanumBarunGothicBold.woff) format('woff'), url(../other/NanumBarunGothicBold.ttf) format('truetype')
}

@font-face {
	font-family: 'Nobel';
	font-weight: 400;
	src: url('../other/Nobel-Regular.eot');
	src: url('../other/Nobel-Regular.eot?#iefix') format('embedded-opentype'), url('../other/Nobel-Regular.woff') format('woff'), url('../other/Nobel-Regular.ttf') format('truetype');
	src: local(Nobel), url('../other/Nobel-Regular.woff') format('woff')
}

@font-face {
	font-family: 'Nobel';
	font-weight: 600;
	src: url('../other/Nobel-Bold.eot');
	src: url('../other/Nobel-Bold.eot?#iefix') format('embedded-opentype'), url('../other/Nobel-Bold.woff') format('woff'), url('../other/Nobel-Bold.ttf') format('truetype');
	src: local(Nobel), url('../other/Nobel-Bold.woff') format('woff')
}

@font-face {
	font-family: 'Nobel';
	font-weight: 200;
	src: url('../other/Nobel-Light.eot');
	src: url('../other/Nobel-Light.eot?#iefix') format('embedded-opentype'), url('../other/Nobel-Light.woff') format('woff'), url('../other/Nobel-Light.otf') format('opentype');
	src: local(Nobel-Light), url('../other/Nobel-Light.woff') format('woff')
}

@font-face {
	font-family: 'Nobel Light';
	src: url('../other/Nobel-Light.eot');
	src: url('../other/Nobel-Light.eot?#iefix') format('embedded-opentype'), url('../other/Nobel-Light.woff') format('woff'), url('../other/Nobel-Light.otf') format('opentype');
	src: local(Nobel-Light), url('../other/Nobel-Light.woff') format('woff')
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
	font-family: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

body,
button,
fieldset,
form,
input,
legend,
select,
textarea {
	margin: 0
}

audio:not([controls]) {
	display: none;
	height: 0
}

audio,
canvas,
progress,
video {
	display: inline-block
}

progress {
	vertical-align: baseline
}

[hidden],
template {
	display: none
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

.clear,
.clearfix,
.container,
.grid {
	clear: both;
	*zoom: 1
}

.clear:after,
.clear:before,
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.grid:after,
.grid:before {
	content: " ";
	display: table
}

.clear:after,
.clearfix:after,
.container:after,
.grid:after {
	clear: both
}

#container,
#footer,
#gnb,
#header,
#inner,
#innerWrapper,
#skipToContent,
#top,
#wrapper,
.clear-both {
	clear: both;
	*zoom: 1
}

.clear-after {
	*zoom: 1
}

.clear-after:after {
	content: "";
	display: table;
	clear: both
}

.grid-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.grid-flex [class*=col-] {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.grid {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.grid .col,
.grid [class*=col-] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}

.grid .col-1-2 {
	width: 50%
}

.grid .col-1-3 {
	width: 33.33333333%
}

.grid .col-2-3 {
	width: 66.66666667%
}

.grid .col-1-5 {
	width: 20%
}

.grid .col-2-5 {
	width: 40%
}

.grid .col-3-5 {
	width: 60%
}

.grid .col-4-5 {
	width: 80%
}

.grid .col-1-6 {
	width: 16.66666667%
}

.grid .col-1-10 {
	width: 10%
}

.grid .col-1-12 {
	width: 8.33333333%
}

.grid .col-2-12 {
	width: 16.66666667%
}

.grid .col-3-12 {
	width: 25%
}

.grid .col-4-12 {
	width: 33.33333333%
}

.grid .col-5-12 {
	width: 41.66666667%
}

.grid .col-6-12 {
	width: 50%
}

.grid .col-7-12 {
	width: 58.33333333%
}

.grid .col-8-12 {
	width: 66.66666667%
}

.grid .col-9-12 {
	width: 75%
}

.grid .col-10-12 {
	width: 83.33333333%
}

.grid .col-11-12 {
	width: 91.66666667%
}

.grid .col-1-1,
.grid .col-12-12 {
	width: 100%;
	float: none
}

@media only screen and (min-width:1px) and (max-width:1023px) {
	.clear-sm,
	.grid-sm {
		clear: both;
		*zoom: 1
	}
	.clear-sm:after,
	.clear-sm:before,
	.grid-sm:after,
	.grid-sm:before {
		content: " ";
		display: table
	}
	.clear-sm:after,
	.grid-sm:after {
		clear: both
	}
	.clear-both-sm {
		clear: both;
		*zoom: 1
	}
	.clear-after-sm {
		*zoom: 1
	}
	.clear-after-sm:after {
		content: "";
		display: table;
		clear: both
	}
	.grid-flex-sm {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.grid-flex-sm [class*=col-] {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.grid .col,
	.grid [class*=col-] {
		float: left
	}
	.grid .col-1-2-sm {
		width: 50%
	}
	.grid .col-1-3-sm {
		width: 33.33333333%
	}
	.grid .col-2-3-sm {
		width: 66.66666667%
	}
	.grid .col-1-5-sm {
		width: 20%
	}
	.grid .col-2-5-sm {
		width: 40%
	}
	.grid .col-3-5-sm {
		width: 60%
	}
	.grid .col-4-5-sm {
		width: 80%
	}
	.grid .col-1-6-sm {
		width: 16.66666667%
	}
	.grid .col-1-10-sm {
		width: 10%
	}
	.grid .col-1-12-sm {
		width: 8.33333333%
	}
	.grid .col-2-12-sm {
		width: 16.66666667%
	}
	.grid .col-3-12-sm {
		width: 25%
	}
	.grid .col-4-12-sm {
		width: 33.33333333%
	}
	.grid .col-5-12-sm {
		width: 41.66666667%
	}
	.grid .col-6-12-sm {
		width: 50%
	}
	.grid .col-7-12-sm {
		width: 58.33333333%
	}
	.grid .col-8-12-sm {
		width: 66.66666667%
	}
	.grid .col-9-12-sm {
		width: 75%
	}
	.grid .col-10-12-sm {
		width: 83.33333333%
	}
	.grid .col-11-12-sm {
		width: 91.66666667%
	}
	.grid .col-1-1-sm,
	.grid .col-12-12-sm {
		width: 100%;
		float: none
	}
}

@media only screen and (min-width:768px) {
	.clear-md,
	.grid-md {
		clear: both;
		*zoom: 1
	}
	.clear-md:after,
	.clear-md:before,
	.grid-md:after,
	.grid-md:before {
		content: " ";
		display: table
	}
	.clear-md:after,
	.grid-md:after {
		clear: both
	}
	.clear-both-md {
		clear: both;
		*zoom: 1
	}
	.clear-after-md {
		*zoom: 1
	}
	.clear-after-md:after {
		content: "";
		display: table;
		clear: both
	}
	.grid-flex-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.grid-flex-md [class*=col-] {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.grid .col,
	.grid [class*=col-] {
		float: left
	}
	.grid .col-1-2-md {
		width: 50%
	}
	.grid .col-1-3-md {
		width: 33.33333333%
	}
	.grid .col-2-3-md {
		width: 66.66666667%
	}
	.grid .col-1-5-md {
		width: 20%
	}
	.grid .col-2-5-md {
		width: 40%
	}
	.grid .col-3-5-md {
		width: 60%
	}
	.grid .col-4-5-md {
		width: 80%
	}
	.grid .col-1-6-md {
		width: 16.66666667%
	}
	.grid .col-1-10-md {
		width: 10%
	}
	.grid .col-1-12-md {
		width: 8.33333333%
	}
	.grid .col-2-12-md {
		width: 16.66666667%
	}
	.grid .col-3-12-md {
		width: 25%
	}
	.grid .col-4-12-md {
		width: 33.33333333%
	}
	.grid .col-5-12-md {
		width: 41.66666667%
	}
	.grid .col-6-12-md {
		width: 50%
	}
	.grid .col-7-12-md {
		width: 58.33333333%
	}
	.grid .col-8-12-md {
		width: 66.66666667%
	}
	.grid .col-9-12-md {
		width: 75%
	}
	.grid .col-10-12-md {
		width: 83.33333333%
	}
	.grid .col-11-12-md {
		width: 91.66666667%
	}
	.grid .col-1-1-md,
	.grid .col-12-12-md {
		width: 100%;
		float: none
	}
}

@media only screen and (min-width:1024px) {
	.clear-lg,
	.grid-lg {
		clear: both;
		*zoom: 1
	}
	.clear-lg:after,
	.clear-lg:before,
	.grid-lg:after,
	.grid-lg:before {
		content: " ";
		display: table
	}
	.clear-lg:after,
	.grid-lg:after {
		clear: both
	}
	.clear-both-lg {
		clear: both;
		*zoom: 1
	}
	.clear-after-lg {
		*zoom: 1
	}
	.clear-after-lg:after {
		content: "";
		display: table;
		clear: both
	}
	.grid-flex-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.grid-flex-lg [class*=col-] {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.grid .col,
	.grid [class*=col-] {
		float: left
	}
	.grid .col-1-2-lg {
		width: 50%
	}
	.grid .col-1-3-lg {
		width: 33.33333333%
	}
	.grid .col-1-4-lg {
		width: 25%
	}
	.grid .col-3-4-lg {
		width: 75%
	}
	.grid .col-2-3-lg {
		width: 66.66666667%
	}
	.grid .col-1-5-lg {
		width: 20%
	}
	.grid .col-2-5-lg {
		width: 40%
	}
	.grid .col-3-5-lg {
		width: 60%
	}
	.grid .col-4-5-lg {
		width: 80%
	}
	.grid .col-1-6-lg {
		width: 16.66666667%
	}
	.grid .col-1-10-lg {
		width: 10%
	}
	.grid .col-1-12-lg {
		width: 8.33333333%
	}
	.grid .col-2-12-lg {
		width: 16.66666667%
	}
	.grid .col-3-12-lg {
		width: 25%
	}
	.grid .col-4-12-lg {
		width: 33.33333333%
	}
	.grid .col-5-12-lg {
		width: 41.66666667%
	}
	.grid .col-6-12-lg {
		width: 50%
	}
	.grid .col-7-12-lg {
		width: 58.33333333%
	}
	.grid .col-8-12-lg {
		width: 66.66666667%
	}
	.grid .col-9-12-lg {
		width: 75%
	}
	.grid .col-10-12-lg {
		width: 83.33333333%
	}
	.grid .col-11-12-lg {
		width: 91.66666667%
	}
	.grid .col-1-1-lg,
	.grid .col-12-12-lg {
		width: 100%;
		float: none
	}
}

@media only screen and (min-width:1280px) {
	.clear-xl,
	.grid-xl {
		clear: both;
		*zoom: 1
	}
	.clear-xl:after,
	.clear-xl:before,
	.grid-xl:after,
	.grid-xl:before {
		content: " ";
		display: table
	}
	.clear-xl:after,
	.grid-xl:after {
		clear: both
	}
	.clear-both-xl {
		clear: both;
		*zoom: 1
	}
	.clear-after-xl {
		*zoom: 1
	}
	.clear-after-xl:after {
		content: "";
		display: table;
		clear: both
	}
	.grid-flex-xl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.grid-flex-xl [class*=col-] {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.grid .col,
	.grid [class*=col-] {
		float: left
	}
	.grid .col-1-2-xl {
		width: 50%
	}
	.grid .col-1-3-xl {
		width: 33.33333333%
	}
	.grid .col-2-3-xl {
		width: 66.66666667%
	}
	.grid .col-1-5-xl {
		width: 20%
	}
	.grid .col-2-5-xl {
		width: 40%
	}
	.grid .col-3-5-xl {
		width: 60%
	}
	.grid .col-4-5-xl {
		width: 80%
	}
	.grid .col-1-6-xl {
		width: 16.66666667%
	}
	.grid .col-1-10-xl {
		width: 10%
	}
	.grid .col-1-12-xl {
		width: 8.33333333%
	}
	.grid .col-2-12-xl {
		width: 16.66666667%
	}
	.grid .col-3-12-xl {
		width: 25%
	}
	.grid .col-4-12-xl {
		width: 33.33333333%
	}
	.grid .col-5-12-xl {
		width: 41.66666667%
	}
	.grid .col-6-12-xl {
		width: 50%
	}
	.grid .col-7-12-xl {
		width: 58.33333333%
	}
	.grid .col-8-12-xl {
		width: 66.66666667%
	}
	.grid .col-9-12-xl {
		width: 75%
	}
	.grid .col-10-12-xl {
		width: 83.33333333%
	}
	.grid .col-11-12-xl {
		width: 91.66666667%
	}
	.grid .col-1-1-xl,
	.grid .col-12-12-xl {
		width: 100%;
		float: none
	}
}

.detector-lg,
.detector-sm {
	position: fixed;
	display: block;
	top: -1px;
	left: -1px;
	width: 1px;
	height: 1px;
	overflow: block
}

@media only screen and (min-width:1px) and (max-width:1023px) {
	.detector-sm {
		display: block
	}
	.detector-lg {
		display: none
	}
}

@media only screen and (min-width:1024px) {
	.detector-sm {
		display: none
	}
	.detector-lg {
		display: block
	}
}

body:after,
body:before {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 10px;
	height: 20px;
	border: solid 1px #000;
	color: #fff
}

body:before {
	bottom: 30px
}

@media only screen and (min-width:1px) {
	body:before {
		content: 'phone : only screen and (min-width : 1px)';
		background-color: #f44336
	}
}

@media only screen and (min-width:768px) {
	body:before {
		content: 'tablet : only screen and (min-width : 768px)';
		background-color: #9c27b0
	}
}

@media only screen and (min-width:1024px) {
	body:before {
		content: 'desktop: only screen and (min-width : 1024px)';
		background-color: #673ab7
	}
}

@media only screen and (min-width:1280px) {
	body:before {
		content: 'wide: only screen and (min-width : 1280px)';
		background-color: #3f51b5
	}
}

body:after {
	content: 'wideOnly: only screen and (min-width : 1280px)'
}

@media only screen and (min-width:1px) and (max-width:1023px) {
	body:after {
		content: 'phoneOnly: only screen and (min-width : 1px) and (max-width: 1023px)';
		background-color: #f44336
	}
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
	body:after {
		content: 'desktopOnly: only screen and (min-width : 1024px) and (max-width: 1279px)';
		background-color: #673ab7
	}
}

@media only screen and (min-width:1280px) {
	body:after {
		background-color: #3f51b5
	}
}

.lt-ie8 .detector-sm {
	display: none
}

.lt-ie8 .detector-lg {
	display: block
}

@media only screen and (min-width:1px) {
	.sm {
		display: block
	}
	/* .lg {
		display: none
	} */
}

@media only screen and (min-width:1024px) {
	.sm {
		display: none
	}
	.lg {
		display: block
	}
}

::-webkit-scrollbar {
	margin: 0;
	padding: 0;
	width: 8px
}

::-webkit-scrollbar-button {
	background-color: #eee;
	height: 1px;
	width: 10px
}

::-webkit-scrollbar-corner {
	background-color: #999
}

::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 0
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
	background: #000
}

::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 0;
	border: 0
}

::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
	background: #eee
}

::-moz-selection,
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::-moz-selection,
::selection {
	background: #b3d4fc;
	text-shadow: none
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle
}

img.spacer {
	background-image: url('../images/fcef457b764d4a998ed8ed61d159eca3.gif')
}

img.noimage {
	background-image: url('../images/6f40f974b09b480688f5258e61f8e715.gif')
}

img.blank {
	background-image: url('../images/fcef457b764d4a998ed8ed61d159eca3.gif')
}

img.full {
	max-width: 100%
}

.hr,
hr {
	clear: both;
	position: relative;
	display: table;
	overflow: hidden;
	margin: 40px 0;
	height: 2px
}

.hr:after,
hr:after {
	position: absolute;
	content: '';
	display: block;
	width: 43px;
	height: 2px;
	background-color: #000
}

.browsehappy {
	margin: .2em 0;
	padding: .2em 0;
	color: #000;
	background: #ccc
}

.bottom-spacer {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	margin-top: 85px
}

@media only screen and (min-width:1024px) {
	.bottom-spacer {
		margin-top: 170px
	}
}

.div_img {
	position: relative;
	overflow: hidden
}

.page-error {
	background: url('../images/error_bg.jpg') no-repeat;
	background-size: cover
}

.page-error .table {
	width: 100%;
	height: 100%;
	height: 100vh
}

.page-error .table .cell {
	text-align: center;
	vertical-align: middle
}

.page-error .table .cell .icon {
	background-image: url('../images/icon_error_logo.png');
	width: 41px;
	height: 71px;
	background-size: 41px 71px
}

.page-error .table .cell p {
	margin: 0;
	color: #000;
	line-height: 1.2
}

.page-error .table .cell p.core {
	margin-top: 20px;
	font-size: 100px
}

.page-error .table .cell p.desc {
	font-size: 40px
}

.page-error .table .cell p.guide {
	margin-top: 20px;
	padding-top: 35px;
	font-size: 20px;
	font-weight: 200;
	border-top: 2px #9c8d6c solid
}

html {
	line-height: 1.4
}

body {
	line-height: 1.4;
	background: #fff
}

color:#000;
font-size:14px
}
@media only screen and (min-width:1024px) {
	body,
	td,
	th {
		font-size: 16px
	}
}
font-weight:400;
font-size:16px
}
@media only screen and (min-width:1024px) {
	.lang-en body,
	.lang-en td,
	.lang-en th {
		font-size: 18px
	}
}
p {
	position:relative
}
p>input[type=checkbox],
p>input[type=radio] {
	vertical-align:middle
}
.line-height {
	line-height:1.4
}
.line-height-reset {
	line-height:1
}
.line-height-large {
	line-height:1.6
}
.light,
.thin {
	font-weight:200
}
.normal {
	font-weight:400
}
.bold,
.thick {
	font-weight:600
}
.strike {
	text-decoration:strike;
	color:#666
}
.underline {
	text-decoration:underline
}
.pre-line {
	white-space:pre-line;
	*white-space:pre;
	word-wrap:break-word
}
.break-all,
.pre {
	white-space:pre-wrap;
	white-space:pre-line;
	white-space:-moz-pre-wrap;
	word-wrap:break-word
}
.ellipsis {
	display:inline;
	display:inline-block;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	word-wrap:normal!important;
	word-break:keep-all;
	white-space:nowrap;
	width:99%
}
.no-font-smooth {
	font-smooth:never;
	-webkit-font-smoothing:none
}
.nowrap {
	word-wrap:break-word;
	word-break:keep-all;
	white-space:nowrap
}
.break-all {
	word-break:break-all
}
div.primary,
em.primary,
p.primary,
small.primary,
span.primary,
strong.primary,
table.primary,
ul.primary {
	color:#9c8d6c
}
div.secondary,
em.secondary,
p.secondary,
small.secondary,
span.secondary,
strong.secondary,
table.secondary,
ul.secondary {
	color:#000
}
div.warning,
em.warning,
p.warning,
small.warning,
span.warning,
strong.warning,
table.warning,
ul.warning {
	color:#fc3
}
div.info,
em.info,
p.info,
small.info,
span.info,
strong.info,
table.info,
ul.info {
	color:#34bf49
}
div.danger,
em.danger,
p.danger,
small.danger,
span.danger,
strong.danger,
table.danger,
ul.danger {
	color:#ee3440
}
div.small,
em.small,
p.small,
small.small,
span.small,
strong.small,
table.small,
ul.small {
	font-size:12px
}
div.large,
em.large,
p.large,
small.large,
span.large,
strong.large,
table.large,
ul.large {
	font-size:16px
}
div.xlarge,
em.xlarge,
p.xlarge,
small.xlarge,
span.xlarge,
strong.xlarge,
table.xlarge,
ul.xlarge {
	font-size:20px
}
ul li {
	list-style:none
}
a {
	color:#666;
	text-decoration:none;
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
	outline-width:0
}
a:link {
	text-decoration:none
}
a:visited {
	text-decoration:none
}
a:hover {
	outline-width:0
}
a:active {
	text-decoration:none;
	outline-width:0
}
a.primary {
	color:#9c8d6c
}
a[href*="tel:"] {
	cursor:default
}
a[href*="tel:"]:hover {
	text-decoration:none
}
@media only screen and (min-width:768px) {
	a[href*="tel:"] {
		cursor: pointer
	}
	a[href*="tel:"]:hover {
		text-decoration: underline
	}
}
a.more span {
	position:relative;
	display:block;
	padding-bottom:5px;
	border-bottom:1px #036eb8 dotted
}
a.more span:after {
	content:'';
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:1px;
	background:#005c9f;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
a.more:hover {
	text-decoration:none
}
a.more:hover:after {
	background:#005c9f
}
a.more:hover span:after {
	width:100%
}
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size:12px;
	font-weight:400
}
.strong,
b,
strong {
	font-weight:600
}
.em,
em {
	font-style:normal
}
.small,
small {
	font-size:12px
}
a.has-outline:focus,
button.has-outline:focus,
input.has-outline:focus,
textarea.has-outline:focus {
	outline:3px solid #d7f07f
}
.has-outline a:focus,
.has-outline button:focus,
.has-outline input:focus,
.has-outline textarea:focus {
	outline:3px solid #d7f07f
}
@media only screen and (min-width:1920px) {}
h4.title {
	margin:40px 0 0;
	font-size:24px;
	font-weight:400;
	color:#9c8d6c
}
@media only screen and (min-width:1024px) {
	h4.title {
		margin-top: 60px;
		font-size: 62px
	}
}
body {
	height:100.1%
}
.container {
	text-align:center
}
.wrap {
	margin:0 auto;
	text-align:left
}
@media only screen and (min-width:1024px) {}
@media only screen and (min-width:1280px) {
	.wrap.padder,
	.wrap .padder {
		width: 80%;
		margin: 0 auto
	}
}
@media only screen and (min-width:1920px) {}
.container {
	min-width:320px;
	width:100%
}
#ghostHeader {
	overflow:hidden
}
.page-main #ghostHeader {
	height:0
}
#gnb .wrap {
	width:auto
}
#gnb li,
#gnb ul {
	margin:0;
	padding:0;
	list-style:none
}
#pageUp {
	position:fixed;
	z-index:-1;
	right:0;
	top:100%;
	margin-top:-35px;
	opacity:0;
	-webkit-transform:scale(0,
	0);
	-ms-transform:scale(0,
	0);
	transform:scale(0,
	0);
	-webkit-transition:opacity .4s,
	-webkit-transform .4s;
	transition:opacity .4s,
	-webkit-transform .4s;
	-o-transition:opacity .4s,
	transform .4s;
	transition:opacity .4s,
	transform .4s;
	transition:opacity .4s,
	transform .4s,
	-webkit-transform .4s
}
#pageUp a.btn {
	display:block;
	overflow:hidden;
	width:35px;
	height:35px;
	background:#363a46
}
#pageUp a.btn:after,
#pageUp a.btn i {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-1px 0 0 -4px;
	width:8px;
	height:1px;
	background:#fff;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
#pageUp a.btn:after {
	-webkit-transform:translate3d(3px,
	0,
	0) rotate(-45deg);
	transform:translate3d(3px,
	0,
	0) rotate(-45deg)
}
#pageUp a.btn i {
	-webkit-transform:translate3d(-3px,
	0,
	0) rotate(45deg);
	transform:translate3d(-3px,
	0,
	0) rotate(45deg)
}
.is-scrollDowned #pageUp {
	z-index:2000;
	opacity:1;
	-webkit-transform:scale(1,
	1);
	-ms-transform:scale(1,
	1);
	transform:scale(1,
	1)
}
.is-content-modal #pageUp {
	display:none
}
@media only screen and (min-width:1024px) {
	#pageUp {
		margin-top: -52px
	}
	#pageUp a.btn {
		width: 52px;
		height: 52px
	}
	#pageUp a.btn:after,
	#pageUp a.btn i {
		margin: -1px 0 0 -8px;
		width: 16px;
		height: 2px
	}
	#pageUp a.btn:after {
		-webkit-transform: translate3d(5px, 2px, 0) rotate(-45deg);
		transform: translate3d(5px, 2px, 0) rotate(-45deg)
	}
	#pageUp a.btn i {
		-webkit-transform: translate3d(-5px, 2px, 0) rotate(45deg);
		transform: translate3d(-5px, 2px, 0) rotate(45deg)
	}
}
.is-sticky-pageup #pageUp a.btn {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.page-snippet {
	padding:3%;
	text-align:left
}
#skrollrVisual {
	position:fixed;
	z-index:1;
	top:130px;
	left:0;
	right:0;
	height:547px;
	overflow:hidden;
	background-color:#fff;
	text-align:center;
	-webkit-transition:all 0s linear 0s;
	-o-transition:all 0s linear 0s;
	transition:all 0s linear 0s
}
#allmenu {
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	opacity:0;
	background:#2b2b2b url('../images/modal_bg.jpg') no-repeat center center;
	background-size:cover
}
#allmenu .container {
	position:static
}
#allmenu .icon.golf {
	display:block;
	background-image:url('../images/icon_menu_golf_mobile.png');
	width:15px;
	height:20px;
	background-size:15px 20px;
	width:100%
}
#allmenu .js-close {
	position:absolute;
	top:30px;
	right:15px
}
#allmenu .wrap {
	margin:40px 0
}
#allmenu div.d1 a.d1 {
	display:block;
	padding:10px 0;
	font-size:18px;
	color:#fff;
	text-align:center;
	letter-spacing:.2em
}
#allmenu div.d1 a.d1 span {
	display:block
}
#allmenu div.d1 ul {
	overflow:hidden;
	max-height:0;
	opacity:0;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease
}
#allmenu div.d1 ul li a.d2 {
	display:block;
	padding:6px 0;
	color:#fff;
	text-align:center;
	opacity:.5;
	-webkit-transition:opacity .4s ease 0s;
	-o-transition:opacity .4s ease 0s;
	transition:opacity .4s ease 0s
}
#allmenu div.d1 ul li.in a.d2,
#allmenu div.d1 ul li a.d2:hover {
	opacity:1
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	#allmenu div.d1.in ul {
		opacity: 1;
		max-height: 500px;
		-webkit-transition: all .5s cubic-bezier(0, 0, 1, 1);
		-o-transition: all .5s cubic-bezier(0, 0, 1, 1);
		transition: all .5s cubic-bezier(0, 0, 1, 1)
	}
}
@media only screen and (min-width:1024px) {
	#allmenu .js-close {
		top: 30px;
		right: 35px
	}
	#allmenu .wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1020px;
		height: 550px;
		margin: -275px 0 0 -498px
	}
	#allmenu div.d1 {
		float: left;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 240px;
		height: 240px;
		margin: -120px 0 0 -120px;
		-webkit-transform: scale3d(0.2, 0.2, 0.2);
		transform: scale3d(0.2, 0.2, 0.2)
	}
	#allmenu div.d1 a.d1 {
		display: inline-block;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 200px;
		height: 200px;
		line-height: 200px;
		margin: -100px 0 0 -100px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		letter-spacing: .2em;
		border-radius: 50%;
		background-position: center center;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: width .6s ease 0s, height .6s ease 0s, margin .6s ease 0s, -webkit-filter .6s ease 0s;
		transition: width .6s ease 0s, height .6s ease 0s, margin .6s ease 0s, -webkit-filter .6s ease 0s;
		-o-transition: width .6s ease 0s, height .6s ease 0s, margin .6s ease 0s, filter .6s ease 0s;
		transition: width .6s ease 0s, height .6s ease 0s, margin .6s ease 0s, filter .6s ease 0s;
		transition: width .6s ease 0s, height .6s ease 0s, margin .6s ease 0s, filter .6s ease 0s, -webkit-filter .6s ease 0s
	}
	#allmenu div.d1 a.d1 span {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.4;
		text-transform: uppercase;
		font-size: 22px
	}
	#allmenu div.d1 a.d1 .icon.golf {
		height: 35px;
		background-image: url('../images/icon_menu_golf.png');
		background-size: 30px 35px
	}
	#allmenu div.d1:hover a.d1 {
		width: 240px;
		height: 240px;
		line-height: 240px;
		margin: -120px 0 0 -120px;
		text-decoration: none;
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%)
	}
	#allmenu div.d1 ul {
		position: absolute;
		top: 55px;
		left: 260px;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		overflow: initial;
		max-height: 500px;
		max-height: initial;
		text-align: left;
		background: url('../images/menu_d2_bg_desktop.png') repeat-y left top
	}
	#allmenu div.d1 ul:after {
		content: '';
		position: absolute;
		top: 50%;
		left: -33px;
		margin-top: -1px;
		width: 23px;
		height: 2px;
		background: #fff;
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: all .3s ease .8s;
		-o-transition: all .3s ease .8s;
		transition: all .3s ease .8s
	}
	#allmenu div.d1 ul li {
		margin-top: 28px;
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
		-webkit-transition: all .6s ease 1s;
		-o-transition: all .6s ease 1s;
		transition: all .6s ease 1s
	}
	#allmenu div.d1 ul li:first-child {
		margin-top: 0
	}
	#allmenu div.d1 ul li.nth-child-2 {
		-webkit-transition-delay: 1s;
		-o-transition-delay: 1s;
		transition-delay: 1s
	}
	#allmenu div.d1 ul li.nth-child-3 {
		-webkit-transition-delay: 1.2s;
		-o-transition-delay: 1.2s;
		transition-delay: 1.2s
	}
	#allmenu div.d1 ul li a.d2 {
		position: relative;
		padding: 0 0 0 24px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		text-align: left;
		color: #fff;
		color: rgba(255, 255, 255, 0.5);
		white-space: nowrap
	}
	#allmenu div.d1 ul li a.d2:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -7px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: transparent;
		-webkit-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		transform: scale(0, 0);
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease
	}
	#allmenu div.d1 ul li.in a.d2,
	#allmenu div.d1 ul li a.d2:hover {
		color: #005c9f
	}
	#allmenu div.d1 ul li.in a.d2:after,
	#allmenu div.d1 ul li a.d2:hover:after {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		background: #005c9f
	}
	#allmenu div.d1.nth-child-1 a.d1 {
		background-image: url('../images/nav_d1_1.jpg')
	}
	#allmenu div.d1.nth-child-2 a.d1 {
		background-image: url('../images/nav_d1_2.jpg')
	}
	#allmenu div.d1.nth-child-3 a.d1 {
		background-image: url('../images/nav_d1_3.jpg')
	}
	#allmenu div.d1.nth-child-4 a.d1 {
		background-image: url('../images/nav_d1_4.jpg')
	}
	#allmenu div.d1.nth-child-5 a.d1 {
		background-image: url('../images/nav_d1_5.jpg')
	}
	#allmenu div.d1.nth-child-6 a.d1 {
		background-image: url('../images/nav_d1_6.jpg')
	}
	#allmenu div.d1.nth-child-7 a.d1 {
		background-image: url('../images/nav_d1_6.jpg')
	}
	#allmenu.is-allmenu-delayed .wrap div.d1 {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		margin: 0;
		-webkit-transition: all .6s linear 0s;
		-o-transition: all .6s linear 0s;
		transition: all .6s linear 0s
	}
	#allmenu.is-allmenu-delayed .wrap div.d1 .module a.d1 {
		position: absolute;
		left: 50%;
		top: 50%
	}
	#allmenu.is-allmenu-delayed .wrap div.d1 ul {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: all .6s ease .5s;
		-o-transition: all .6s ease .5s;
		transition: all .6s ease .5s
	}
	#allmenu.is-allmenu-delayed .wrap div.d1 ul:after {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	#allmenu.is-allmenu-delayed .wrap div.d1 ul li {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	#allmenu.is-allmenu-delayed .wrap div.d1.nth-child-1 {
		top: 0;
		left: 0
	}
	#allmenu.is-allmenu-delayed .wrap div.d1.nth-child-2 {
		top: 0;
		left: 260px
	}
	#allmenu.is-allmenu-delayed .wrap div.d1.nth-child-3 {
		top: 0;
		left: 520px
	}
	#allmenu.is-allmenu-delayed .wrap div.d1.nth-child-4 {
		top: 0;
		left: 780px
	}
	#allmenu.is-allmenu-delayed .wrap div.d1.nth-child-5 {
		top: 310px;
		right: 640px;
		left: initial
	}
	#allmenu.is-allmenu-delayed .wrap div.d1.nth-child-6 {
		top: 310px;
		right: 380px;
		left: initial
	}
	#allmenu.is-allmenu-delayed .wrap div.d1.nth-child-7 {
		top: 310px;
		right: 120px;
		left: initial
	}
}
@media only screen and (min-width:1920px) {
	#allmenu .js-close {
		top: 120px;
		right: 120px
	}
}
#allmenu {
	position:fixed;
	z-index:-1;
	-webkit-transition:visibility 0s ease .4s,
	z-index 0s ease .4s,
	opacity .4s ease 0s,
	-webkit-transform .4s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s;
	transition:visibility 0s ease .4s,
	z-index 0s ease .4s,
	opacity .4s ease 0s,
	-webkit-transform .4s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s;
	-o-transition:transform .4s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s,
	visibility 0s ease .4s,
	z-index 0s ease .4s,
	opacity .4s ease 0s;
	transition:transform .4s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s,
	visibility 0s ease .4s,
	z-index 0s ease .4s,
	opacity .4s ease 0s;
	transition:transform .4s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s,
	visibility 0s ease .4s,
	z-index 0s ease .4s,
	opacity .4s ease 0s,
	-webkit-transform .4s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s
}
.is-allmenu {
	overflow:hidden
}
.is-allmenu #allmenu {
	visibility:visible;
	z-index:4100;
	width:100%;
	height:100%;
	opacity:1;
	-webkit-transition:opacity .4s ease 0s;
	-o-transition:opacity .4s ease 0s;
	transition:opacity .4s ease 0s
}
.js-blind-curtain {
	position:relative;
	z-index:2!important;
	-webkit-box-shadow:-20px 15px 70px 0 rgba(0,
	0,
	0,
	0.5);
	box-shadow:-20px 15px 70px 0 rgba(0,
	0,
	0,
	0.5);
	-webkit-transition:-webkit-box-shadow .6s;
	transition:-webkit-box-shadow .6s;
	-o-transition:box-shadow .6s;
	transition:box-shadow .6s;
	transition:box-shadow .6s,
	-webkit-box-shadow .6s
}
.js-blind-curtain .pic {
	background-position:center center;
	background-size:100%;
	background-size:cover
}
.js-blind-curtain .pic,
.js-blind-curtain .pic .bg,
.js-blind-curtain .pic img {
	height:100%;
	height:100vh
}
.js-blind-curtain.css-slider .in .core,
.js-blind-curtain .slider .active .core,
.js-blind-curtain .wrap .core {
	position:relative;
	padding-bottom:10px;
	color:transparent;
	overflow:hidden;
	-webkit-animation:blindOpacity .3s 0s backwards;
	animation:blindOpacity .3s 0s backwards
}
.js-blind-curtain.css-slider .in .core:after,
.js-blind-curtain .slider .active .core:after,
.js-blind-curtain .wrap .core:after {
	content:attr(data-content);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	color:#fff;
	-webkit-animation:blindUp .8s .7s backwards;
	animation:blindUp .8s .7s backwards
}
.js-blind-curtain.css-slider .in .core span,
.js-blind-curtain .slider .active .core span,
.js-blind-curtain .wrap .core span {
	position:relative;
	display:inline-block
}
.js-blind-curtain.css-slider .in .core span:after,
.js-blind-curtain .slider .active .core span:after,
.js-blind-curtain .wrap .core span:after {
	content:'';
	position:absolute;
	top:calc(108%);
	left:0;
	height:2px;
	width:calc(102%);
	background-color:#fff;
	-webkit-animation:blindBar 1s .3s both;
	animation:blindBar 1s .3s both
}
.js-blind-curtain.css-slider .in .core.nth-child-2:after,
.js-blind-curtain .slider .active .core.nth-child-2:after,
.js-blind-curtain .wrap .core.nth-child-2:after {
	content:attr(data-content);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	color:#fff;
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s
}
.js-blind-curtain.css-slider .in .core.nth-child-2 span:after,
.js-blind-curtain .slider .active .core.nth-child-2 span:after,
.js-blind-curtain .wrap .core.nth-child-2 span:after {
	-webkit-animation-delay:.5s;
	animation-delay:.5s
}
.js-blind-curtain.css-slider .desc,
.js-blind-curtain .slider .desc {
	opacity:0;
	-webkit-transform:translate3d(0,
	250%,
	0);
	transform:translate3d(0,
	250%,
	0);
	-webkit-transition:all .7s .5s;
	-o-transition:all .7s .5s;
	transition:all .7s .5s
}
.js-blind-curtain.css-slider .active .desc,
.js-blind-curtain.css-slider .in .desc,
.js-blind-curtain .slider .active .desc,
.js-blind-curtain .slider .in .desc {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.lt-ie10 .js-blind-curtain .core span:after {
	display:none
}
.is-scrollDowned-blind-more .js-blind-curtain {
	-webkit-box-shadow:none;
	box-shadow:none
}
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .core,
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .desc,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .core,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .desc,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .core,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .desc {
	-webkit-animation:blindHalfOpacity .3s 0s backwards;
	animation:blindHalfOpacity .3s 0s backwards;
	opacity:0;
	-webkit-transform:translate3d(0,
	-100%,
	0);
	transform:translate3d(0,
	-100%,
	0);
	-webkit-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s
}
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .core:after,
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .desc:after,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .core:after,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .desc:after,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .core:after,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .desc:after {
	-webkit-animation:blindDown .8s .7s backwards;
	animation:blindDown .8s .7s backwards
}
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .core span:after,
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .desc span:after,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .core span:after,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .desc span:after,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .core span:after,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .desc span:after {
	-webkit-animation:blindBarRenmove 1s .3s both;
	animation:blindBarRenmove 1s .3s both
}
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .core.desc,
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .core.nth-child-2,
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .desc.desc,
.is-scrollDowned-blind-half .js-blind-curtain.css-slider .in .desc.nth-child-2,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .core.desc,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .core.nth-child-2,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .desc.desc,
.is-scrollDowned-blind-half .js-blind-curtain .slider .active .desc.nth-child-2,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .core.desc,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .core.nth-child-2,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .desc.desc,
.is-scrollDowned-blind-half .js-blind-curtain .wrap .desc.nth-child-2 {
	-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s
}
.page-main #jumbotron.css-slider .in .core,
.page-main #jumbotron .slider .active .core,
.page-main #jumbotron .wrap .core,
.section-visual-slogan.css-slider .in .core,
.section-visual-slogan .slider .active .core,
.section-visual-slogan .wrap .core {
	position:relative;
	padding-bottom:10px;
	color:transparent;
	overflow:hidden;
	-webkit-animation:blindOpacity .3s 0s backwards;
	animation:blindOpacity .3s 0s backwards
}
.page-main #jumbotron.css-slider .in .core:after,
.page-main #jumbotron .slider .active .core:after,
.page-main #jumbotron .wrap .core:after,
.section-visual-slogan.css-slider .in .core:after,
.section-visual-slogan .slider .active .core:after,
.section-visual-slogan .wrap .core:after {
	content:attr(data-content);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	color:#fff;
	-webkit-animation:blindUp .8s .7s backwards;
	animation:blindUp .8s .7s backwards
}
.page-main #jumbotron.css-slider .in .core span,
.page-main #jumbotron .slider .active .core span,
.page-main #jumbotron .wrap .core span,
.section-visual-slogan.css-slider .in .core span,
.section-visual-slogan .slider .active .core span,
.section-visual-slogan .wrap .core span {
	position:relative;
	display:inline-block
}
.page-main #jumbotron.css-slider .in .core span:after,
.page-main #jumbotron .slider .active .core span:after,
.page-main #jumbotron .wrap .core span:after,
.section-visual-slogan.css-slider .in .core span:after,
.section-visual-slogan .slider .active .core span:after,
.section-visual-slogan .wrap .core span:after {
	content:'';
	position:absolute;
	top:calc(108%);
	left:0;
	height:2px;
	width:calc(102%);
	background-color:#fff;
	-webkit-animation:blindBar 1s .3s both;
	animation:blindBar 1s .3s both
}
.page-main #jumbotron.css-slider .in .core.nth-child-2:after,
.page-main #jumbotron .slider .active .core.nth-child-2:after,
.page-main #jumbotron .wrap .core.nth-child-2:after,
.section-visual-slogan.css-slider .in .core.nth-child-2:after,
.section-visual-slogan .slider .active .core.nth-child-2:after,
.section-visual-slogan .wrap .core.nth-child-2:after {
	content:attr(data-content);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	color:#fff;
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s
}
.page-main #jumbotron.css-slider .in .core.nth-child-2 span:after,
.page-main #jumbotron .slider .active .core.nth-child-2 span:after,
.page-main #jumbotron .wrap .core.nth-child-2 span:after,
.section-visual-slogan.css-slider .in .core.nth-child-2 span:after,
.section-visual-slogan .slider .active .core.nth-child-2 span:after,
.section-visual-slogan .wrap .core.nth-child-2 span:after {
	-webkit-animation-delay:.5s;
	animation-delay:.5s
}
.page-main #jumbotron.css-slider .desc,
.page-main #jumbotron .slider .desc,
.section-visual-slogan.css-slider .desc,
.section-visual-slogan .slider .desc {
	opacity:0;
	-webkit-transform:translate3d(0,
	250%,
	0);
	transform:translate3d(0,
	250%,
	0);
	-webkit-transition:all .7s .5s;
	-o-transition:all .7s .5s;
	transition:all .7s .5s
}
.page-main #jumbotron.css-slider .active .desc,
.page-main #jumbotron.css-slider .in .desc,
.page-main #jumbotron .slider .active .desc,
.page-main #jumbotron .slider .in .desc,
.section-visual-slogan.css-slider .active .desc,
.section-visual-slogan.css-slider .in .desc,
.section-visual-slogan .slider .active .desc,
.section-visual-slogan .slider .in .desc {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.lt-ie10 .page-main #jumbotron .core span:after,
.lt-ie10 .section-visual-slogan .core span:after {
	display:none
}
@-webkit-keyframes blindOpacity {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes blindOpacity {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes blindUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes blindUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes blindDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@keyframes blindDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@-webkit-keyframes blindBar {
	0%,
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
	40%,
	60% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes blindBar {
	0%,
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
	40%,
	60% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@-webkit-keyframes blindHalfOpacity {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes blindHalfOpacity {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes blindBarRenmove {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	40%,
	60% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
}
@keyframes blindBarRenmove {
	0%,
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	40%,
	60% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
}
.js-blind-inside {
	position:fixed;
	z-index:0;
	top:0;
	right:0;
	left:0
}
.js-blind-inside .overlay {
	display:none;
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:.85;
	background:#000;
	-webkit-transition:opacity .3s linear;
	-o-transition:opacity .3s linear;
	transition:opacity .3s linear
}
.is-scrollDowned-blind-more .js-blind-inside {
	position:static
}
.is-scrollDowned-blind-more .js-blind-inside:after {
	z-index:-1;
	opacity:0
}
.js-close .icon,
.js-close>em,
.js-close i {
	display:inline-block;
	background-image:url('../images/icon_modal_close_mobile.png');
	width:23px;
	height:23px;
	background-size:23px 23px
}
@media only screen and (min-width:1024px) {
	.js-close .icon,
	.js-close>em,
	.js-close i {
		background-image: url('../images/icon_modal_close.png');
		width: 46px;
		height: 46px;
		background-size: 46px 46px
	}
}
@-webkit-keyframes closeCircleSm {
	0% {
		-webkit-box-shadow: 12px -12px 0 1px #2b2b2b, -12px -12px 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #2b2b2b;
		box-shadow: 12px -12px 0 1px #2b2b2b, -12px -12px 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #2b2b2b
	}
	25% {
		-webkit-box-shadow: 0 -29px 0 1px #2b2b2b, -12px -12px 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -29px 0 1px #2b2b2b, -12px -12px 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	50% {
		-webkit-box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	75% {
		-webkit-box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, 0px 29px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, 0px 29px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	to {
		-webkit-box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, 0px 29px 0 1px #2b2b2b, 24px 29px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, 0px 29px 0 1px #2b2b2b, 24px 29px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
}
@keyframes closeCircleSm {
	0% {
		-webkit-box-shadow: 12px -12px 0 1px #2b2b2b, -12px -12px 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #2b2b2b;
		box-shadow: 12px -12px 0 1px #2b2b2b, -12px -12px 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #2b2b2b
	}
	25% {
		-webkit-box-shadow: 0 -29px 0 1px #2b2b2b, -12px -12px 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -29px 0 1px #2b2b2b, -12px -12px 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	50% {
		-webkit-box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, -12px 12px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	75% {
		-webkit-box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, 0px 29px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, 0px 29px 0 1px #2b2b2b, 12px 12px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	to {
		-webkit-box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, 0px 29px 0 1px #2b2b2b, 24px 29px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -29px 0 1px #2b2b2b, -29px 0 0 1px #2b2b2b, 0px 29px 0 1px #2b2b2b, 24px 29px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
}
@-webkit-keyframes closeCircleLg {
	0% {
		-webkit-box-shadow: 23px -23px 0 1px #2b2b2b, -23px -23px 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #2b2b2b;
		box-shadow: 23px -23px 0 1px #2b2b2b, -23px -23px 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #2b2b2b
	}
	25% {
		-webkit-box-shadow: 0 -51px 0 1px #2b2b2b, -23px -23px 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -51px 0 1px #2b2b2b, -23px -23px 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	50% {
		-webkit-box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	75% {
		-webkit-box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, 0px 51px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, 0px 51px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	to {
		-webkit-box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, 0px 51px 0 1px #2b2b2b, 46px 51px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, 0px 51px 0 1px #2b2b2b, 46px 51px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
}
@keyframes closeCircleLg {
	0% {
		-webkit-box-shadow: 23px -23px 0 1px #2b2b2b, -23px -23px 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #2b2b2b;
		box-shadow: 23px -23px 0 1px #2b2b2b, -23px -23px 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #2b2b2b
	}
	25% {
		-webkit-box-shadow: 0 -51px 0 1px #2b2b2b, -23px -23px 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -51px 0 1px #2b2b2b, -23px -23px 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	50% {
		-webkit-box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, -23px 23px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	75% {
		-webkit-box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, 0px 51px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, 0px 51px 0 1px #2b2b2b, 23px 23px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
	to {
		-webkit-box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, 0px 51px 0 1px #2b2b2b, 46px 51px 0 1px #2b2b2b, 0 0 0 1px #fff;
		box-shadow: 0 -51px 0 1px #2b2b2b, -51px 0 0 1px #2b2b2b, 0px 51px 0 1px #2b2b2b, 46px 51px 0 1px #2b2b2b, 0 0 0 1px #fff
	}
}
#header {
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	right:0;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s
}
#header .logo .icon {
	background-image:url('../images/logo_mobile.png');
	width:80px;
	height:80px;
	background-size:80px 80px
}
#header .course {
	color:#fff
}
#header .course .icon {
	background-image:url('../images/icon_course_layout_mobile.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
#header .members {
	color:#fff
}
#header .members .icon {
	background-image:url('../images/icon_members_sm.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
#header .lang {
	color:#fff;
	border-color:#fff
}
@media only screen and (min-width:1024px) {
	#header .logo .icon {
		background-image: url('../images/logo.png');
		width: 150px;
		height: 150px;
		background-size: 150px 150px
	}
	#header .course .icon {
		background-image: url('../images/icon_course_layout.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
	#header .members .icon {
		background-image: url('../images/icon_members.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
}
#header:after {
	content:'';
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	-webkit-transform:translate3d(0,
	-100%,
	0);
	transform:translate3d(0,
	-100%,
	0);
	-webkit-transition:all .6s cubic-bezier(0.455,
	0.03,
	0.515,
	0.955);
	-o-transition:all .6s cubic-bezier(0.455,
	0.03,
	0.515,
	0.955);
	transition:all .6s cubic-bezier(0.455,
	0.03,
	0.515,
	0.955)
}
#header .wrap {
	position:relative;
	z-index:1
}
#header .menu {
	position:relative;
	display:inline-block;
	position:absolute;
	top:45px;
	right:0;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:12px;
	color:#005c9f;
	background:#fff;
	border-radius:50%;
	opacity:0;
	-webkit-transform:scale3d(0,
	0,
	0);
	transform:scale3d(0,
	0,
	0);
	-webkit-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s
}
#header .menu span {
	position:relative;
	z-index:1;
	display:inline-block;
	overflow:hidden;
	margin-left:14px;
	word-break:break-all;
	line-height:1;
	vertical-align:middle;
	letter-spacing:.3em;
	-webkit-transition:color .7s;
	-o-transition:color .7s;
	transition:color .7s
}
#header .menu:hover {
	color:#fff
}

/* #header .logo a {
    display:inline-block;
    margin-top:5px;
    transition:all .6s;
    -moz-transition:all .6s;
    -ms-transition:all .6s;
    -o-transition:all .6s;
    -webkit-transition:all .6s;
    width:200px
} */
#header .logo .icon {
	-webkit-transition:height .6s,
	margin-top .6s;
	-o-transition:height .6s,
	margin-top .6s;
	transition:height .6s,
	margin-top .6s
}
#header .utill {
	position:absolute;
	top:45px;
	right:95px;
	white-space:nowrap;
	-webkit-transition:top .6s;
	-o-transition:top .6s;
	transition:top .6s
}
#header .utill .icon {
	-webkit-transition:background .5s linear;
	-o-transition:background .5s linear;
	transition:background .5s linear
}
#header .utill span {
	display:none;
	letter-spacing:.1em;
	font-size:16px;
	font-weight:bold
}
#header .utill a {
	margin:0 2px;
	vertical-align:middle
}
#header .course,
#header .members {
	display:inline-block;
	margin-left:10px
}
#header .lang {
	display:inline-block;
	width:35px;
	height:35px;
	line-height:33px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-align:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:50%;
	border:1px #fff solid
}
.nav>ul>li>a {
	color:#000
}
.nav>ul>li>a.active,.nav>ul>li>a:hover{
	color: #0368ab;
}
#header .lang span {
	display:inline;
	line-height:1
}
.example {
	width:100vw;
	height:100vh;
	font-size:40px;
	text-align:center
}
.carousel-item {
	color:#fff;
	font-family:Arial Black;
	position:relative
}
.arra-right {
	right:0;
	z-index:9999;
	transform:translateX(100%)!important
}
.indsec2_swiper .ind_sec2_img:nth-child(3n) {
	margin-right:0
}
@media only screen and (min-width:1024px) {
	#header .menu {
		top: 35px;
		line-height: 48px
	}
	#header .menu:after {
		content: '';
		position: absolute;
		z-index: 0;
		top: 50%;
		left: 50%;
		border-radius: 50%;
		height: 0;
		width: 0;
		opacity: 0;
		-webkit-transition: all .7s cubic-bezier(0.25, 0.19, 0.64, 1.36);
		-o-transition: all .7s cubic-bezier(0.25, 0.19, 0.64, 1.36);
		transition: all .7s cubic-bezier(0.25, 0.19, 0.64, 1.36);
		background-color: #005c9f;
		border-color: #005c9f
	}
	#header .menu:hover {
		color: #fff
	}
	#header .menu:hover:after {
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		opacity: 1
	}
	#header .utill {
		top: 45px
	}
	#header .utill .icon {
		margin-right: 7px
	}
	#header .utill span {
		display: inline-block;
		vertical-align: middle;
		text-transform: uppercase;
		font-family: 'webfontregular'
	}
	#header .utill a {
		margin: 0 0 0 22px
	}
	#header .utill .lang {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px
	}
	#header .utill .lang span {
		vertical-align: baseline
	}
}
.is-window-loaded #header .menu {
	opacity:1;
	-webkit-transform:scale3d(1,
	1,
	1);
	transform:scale3d(1,
	1,
	1)
}
.is-scrollDowned #header:after {
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.is-scrollDowned #header .menu {
	top:20px
}
.is-scrollDowned #header .utill {
	top:28px
}
@media only screen and (min-width:1024px) {
	.is-scrollDowned #header .course {
		top: 22px
	}
}
.is-scrollDowned-blind #header:after {
	-webkit-transform:translate3d(0,
	-100%,
	0);
	transform:translate3d(0,
	-100%,
	0)
}
#footer {
	padding-bottom:30px;
	color:#666;
	font-size:12px;
	background:#fff
}
#footer .wrap {
	text-align:center
}
#footer .logo .icon {
	background-image:url('../images/logo_footer_mobile.png');
	width:115px;
	height:115px;
	background-size:115px 115px
}
#footer .links a {
	display:inline-block;
	padding:5px 8px;
	color:#666;
	text-decoration:underline
}
#footer .copyrights {
	margin-top:15px
}
#footer .copyrights p {
	display:inline-block;
	margin-right:5px;
	letter-spacing:.1em
}
#footer .copyrights a {
	margin:0 5px
}
#footer .copyrights a .icon.instagram {
	background-image:url('../images/icon_instagram_mobile.png');
	width:30.5px;
	height:30px;
	background-size:30.5px 30px
}
#footer .copyrights a .icon.facebook {
	background-image:url('../images/icon_facebook_mobile.png');
	width:30.5px;
	height:30px;
	background-size:30.5px 30px
}
#footer .tel {
	margin:15px 0 0;
	font-size:12px
}
#footer .tel,
#footer .tel a {
	color:#666
}
#footer .tel .pipe {
	position:relative;
	z-index:0;
	margin:0 10px
}
#footer .tel .pipe:after {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-6px;
	width:1px;
	height:10px;
	background:#acacac
}
@media only screen and (min-width:1024px) {
	#footer {
		padding-bottom: 75px;
		font-size: 14px
	}
	#footer .logo .icon {
		background-image: url('../images/logo_footer.png');
		width: 190px;
		height: 190px;
		background-size: 190px 190px
	}
	#footer .links a {
		position: relative;
		padding: 5px 10px;
		text-decoration: none
	}
	#footer .links a:hover {
		text-decoration: underline
	}
	#footer .links a:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -6px;
		width: 1px;
		height: 10px;
		background: #acacac
	}
	#footer .links a:first-child:after {
		display: none
	}
	#footer .copyrights {
		margin-top: 25px
	}
	#footer .copyrights p {
		margin-right: 15px
	}
	#footer .copyrights a .icon.instagram {
		background-image: url('../images/icon_instagram.png');
		width: 30px;
		height: 30px;
		background-size: 30px 30px
	}
	#footer .copyrights a .icon.facebook {
		background-image: url('../images/icon_facebook.png');
		width: 30px;
		height: 30px;
		background-size: 30px 30px
	}
	#footer .tel {
		margin: 30px 0 0;
		font-size: 14px
	}
}
#navLinr {
	opacity:0;
	background-color:#111;
	-webkit-transition:opacity .5s ease-in-out,
	background-color .6s,
	-webkit-transform .4s cubic-bezier(0.215,
	0.61,
	0.355,
	1);
	transition:opacity .5s ease-in-out,
	background-color .6s,
	-webkit-transform .4s cubic-bezier(0.215,
	0.61,
	0.355,
	1);
	-o-transition:transform .4s cubic-bezier(0.215,
	0.61,
	0.355,
	1),
	opacity .5s ease-in-out,
	background-color .6s;
	transition:transform .4s cubic-bezier(0.215,
	0.61,
	0.355,
	1),
	opacity .5s ease-in-out,
	background-color .6s;
	transition:transform .4s cubic-bezier(0.215,
	0.61,
	0.355,
	1),
	opacity .5s ease-in-out,
	background-color .6s,
	-webkit-transform .4s cubic-bezier(0.215,
	0.61,
	0.355,
	1)
}
#navLinr.in {
	opacity:1
}
.breadcrumb {
	margin-left:20px;
	width:940px;
	text-align:left;
	font-size:12px;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
.breadcrumb span {
	display:inline-block;
	padding:0;
	height:22px;
	line-height:22px;
	font-size:12px;
	border:solid 1px transparent;
	color:#000;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
	cursor:default
}
.breadcrumb a span {
	padding:0 15px;
	border:solid 1px #ccc
}
.breadcrumb a:hover span {
	border-color:#333;
	background-color:#fff;
	cursor:pointer
}
.breadcrumb i {
	min-width:18px;
	min-height:18px;
	display:inline-block;
	margin:0;
	padding:0;
	text-decoration:none;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:center center;
	line-height:1;
	vertical-align:middle;
	-webkit-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	margin:0 3px;
	background-image:url('../images/icon_gt.png');
	width:10px;
	height:24px;
	background-size:10px 24px
}
.breadcrumb i.has-hover {
	opacity:.9
}
a:hover .breadcrumb i.has-hover {
	opacity:1
}
.breadcrumb i.pdf {
	background-image:url('../images/icon_pdf.png');
	width:20px;
	height:18px;
	background-size:20px 18px
}
@media only screen and (min-width:1024px) {
	.breadcrumb i.pdf {
		background-image: url('../images/icon_pdf.png');
		width: 40px;
		height: 36px;
		background-size: 40px 36px
	}
}
.breadcrumb i.require {
	min-width:10px
}
.breadcrumb i.require:after {
	content:'*';
	color:#9c8d6c
}
.breadcrumb i,
.breadcrumb span {
	display:inline-block;
	line-height:22px
}
.slider-util {
	line-height:1
}
.slider-util a.nav {
	position:absolute;
	z-index:2;
	display:block;
	display:inline-block;
	width:50px;
	height:100px
}
.slider-util a.nav.prev {
	background-position:left top
}
.slider-util a.nav.prev:hover {
	background-position:left bottom
}
.slider-util a.nav.next {
	background-position:right top
}
.slider-util a.nav.next:hover {
	background-position:right bottom
}
.slider-util .pager {
	position:absolute;
	opacity:0;
	-webkit-transition:opacity .6s linear .5s;
	-o-transition:opacity .6s linear .5s;
	transition:opacity .6s linear .5s;
	text-align:center
}
.slider-util .pager.left {
	left:10px
}
.slider-util .pager.right {
	right:10px
}
.slider-util .pager.top {
	top:0
}
.slider-util .pager.bottom {
	bottom:0
}
.slider-util .pager.in {
	opacity:1
}
.slider-util .pager a i {
	display:block;
	display:inline-block;
	background-repeat:no-repeat;
	vertical-align:middle;
	-webkit-transition:background-color .6s;
	-o-transition:background-color .6s;
	transition:background-color .6s
}
.slider-util .pager.line a {
	display:inline;
	display:inline-block;
	padding:20px 10px
}
.slider-util .pager.line a i {
	width:20px;
	height:2px;
	overflow:hidden;
	background-color:#000
}
.slider-util .pager.line a.in {
	padding-top:19px;
	cursor:default
}
.slider-util .pager.line a.in i {
	margin-top:0;
	height:4px
}
.slider-util .pager.dot a {
	display:inline;
	display:inline-block;
	vertical-align:top;
	padding:5px 2px
}
.slider-util .pager.dot a i {
	width:10px;
	height:10px;
	background-image:none;
	background-color:#c8c8c8;
	background-color:rgba(255,
	255,
	255,
	0.5);
	border-radius:10px
}
.no-borderradius .slider-util .pager.dot a i {
	background-color:transparent
}
.slider-util .pager.dot a.in i {
	background-color:#fff;
	width:20px
}
.no-borderradius .slider-util .pager.dot a.in i {
	background-color:transparent
}
.slider-util .pager.dot.dark a i {
	background-color:#bfb9ad;
	background-color:rgba(128,
	115,
	91,
	0.5)
}
.no-borderradius .slider-util .pager.dot.dark a i {
	background-color:transparent
}
.slider-util .pager.dot.dark a.in i {
	background-color:#80735b
}
.no-borderradius .slider-util .pager.dot.dark a.in i {
	background-color:transparent
}
#skipToContent a {
	display:block;
	position:absolute;
	overflow:hidden;
	left:-1px;
	top:-1px;
	margin:-1px;
	width:1px;
	height:1px;
	-webkit-transition:height .2s;
	-o-transition:height .2s;
	transition:height .2s
}
#skipToContent a:focus {
	left:0;
	top:0;
	margin:0;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:underline
}
#skipToContent a:focus {
	background-color:#fff;
	font-weight:bold;
	font-size:12px
}
.section-title {
	z-index:2500;
	top:0;
	left:0;
	right:0;
	margin:80px 0 35px 0
}
.section-title .wrap {
	text-align:center
}
.section-title .title {
	margin:0;
	font-size:14px;
	letter-spacing:.3em;
	font-weight:400;
	color:#fff
}
.section-title .js-golf-menu {
	display:none;
	position:relative;
	margin-top:20px;
	padding-right:20px;
	color:#fff;
	font-size:16px;
	border-bottom:1px rgba(255,
	255,
	255,
	0.6) dotted;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.section-title .js-golf-menu:after {
	content:'';
	position:absolute;
	left:0;
	top:100%;
	width:0;
	height:1px;
	background:#fff;
	-webkit-transition:width .2s ease;
	-o-transition:width .2s ease;
	transition:width .2s ease
}
.section-title .js-golf-menu span:after,
.section-title .js-golf-menu span:before {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	margin-top:-1px;
	width:5px;
	height:1px;
	background:#fff;
	-webkit-transition:-webkit-transform .2s ease;
	transition:-webkit-transform .2s ease;
	-o-transition:transform .2s ease;
	transition:transform .2s ease;
	transition:transform .2s ease,
	-webkit-transform .2s ease
}
.section-title .js-golf-menu span:before {
	-webkit-transform:translate3d(0,
	-1px,
	0) rotate(45deg);
	transform:translate3d(0,
	-1px,
	0) rotate(45deg)
}
.section-title .js-golf-menu span:after {
	-webkit-transform:translate3d(0,
	2px,
	0) rotate(-45deg);
	transform:translate3d(0,
	2px,
	0) rotate(-45deg)
}
.section-title .js-golf-menu:hover {
	text-decoration:none
}
.section-title .js-golf-menu:hover:after {
	width:100%
}
.section-title .js-golf-menu.active {
	opacity:0!important;
	position:relative;
	z-index:-1;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0)
}
.section-title .golf-menu {
	display:none;
	position:absolute;
	left:0;
	right:0;
	margin-top:10px;
	text-align:center;
	z-index:-1;
	opacity:0;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0);
	-webkit-transition:opacity .5s,
	-webkit-transform .5s;
	transition:opacity .5s,
	-webkit-transform .5s;
	-o-transition:opacity .5s,
	transform .5s;
	transition:opacity .5s,
	transform .5s;
	transition:opacity .5s,
	transform .5s,
	-webkit-transform .5s
}
.section-title .golf-menu a {
	display:inline-block;
	position:relative;
	padding:0 15px;
	color:#fff;
	font-size:16px;
	line-height:1
}
.section-title .golf-menu a:after {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	margin-top:-5px;
	height:10px;
	width:1px;
	opacity:.4;
	background:#fff
}
.section-title .golf-menu a:first-child:after {
	display:none
}
.section-title .golf-menu a span {
	display:block;
	padding:10px 0
}
.section-title .golf-menu a span:after {
	content:'';
	position:absolute;
	top:100%;
	left:50%;
	right:50%;
	height:2px;
	opacity:0;
	background:#fff;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.section-title .golf-menu a.in,
.section-title .golf-menu a:hover {
	text-decoration:none
}
.section-title .golf-menu a.in span,
.section-title .golf-menu a:hover span {
	padding:10px 0
}
.section-title .golf-menu a.in span:after,
.section-title .golf-menu a:hover span:after {
	left:15px;
	right:15px;
	opacity:1
}
.section-title .golf-menu.in {
	z-index:100;
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
@media only screen and (min-width:1024px) {
	.section-title {
		margin-top: 140px;
		margin-bottom: 120px
	}
	.section-title .title {
		font-size: 22px;
		letter-spacing: .2em
	}
	.section-title .golf-menu,
	.section-title .js-golf-menu {
		display: inline-block
	}
}
.section-visual-slogan {
	position:relative;
	overflow:hidden
}
.section-visual-slogan .pic {
	background-size:100%;
	background-size:cover
}
.section-visual-slogan .pic,
.section-visual-slogan .pic img {
	width:100%;
	height:100vh
}
.section-visual-slogan .wrap {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	text-align:center
}
.section-visual-slogan .wrap .table {
	height:100%
}
.section-visual-slogan .wrap .table .cell {
	padding-top:90px
}
.section-visual-slogan p {
	margin:0;
	color:#fff;
	font-size:30px;
	line-height:1.2
}
@media only screen and (min-width:1024px) {
	.section-visual-slogan p {
		font-size: 60px;
		letter-spacing: .05em
	}
}
#courseLayout {
	visibility:hidden;
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	color:#fff;
	background:#2b2b2b url('../images/modal_bg.jpg') no-repeat center center;
	background-size:cover;
	overflow:auto
}
.is-course-layout #courseLayout {
	visibility:visible;
	z-index:4100
}
#courseLayout .wrap {
	position:relative;
	overflow:hidden;
	margin:0 auto
}
#courseLayout h3.title {
	position:absolute;
	z-index:2;
	top:30px;
	left:50px;
	right:50px;
	margin:0;
	font-size:18px;
	color:#fff;
	font-weight:400;
	letter-spacing:0
}
#courseLayout .navigation {
	position:absolute;
	top:85px;
	left:0;
	z-index:1;
	margin:0 4.7%
}
@media only screen and (min-width:1024px) {
	#courseLayout .navigation {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	#courseLayout .navigation {
		margin: 0 6.3%
	}
}
#courseLayout .navigation a {
	display:block;
	padding:10px;
	color:#757575;
	font-size:14px;
	position:relative
}
#courseLayout .navigation a span {
	display:block
}
#courseLayout .navigation a span:after {
	content:'';
	position:absolute;
	left:50%;
	right:50%;
	top:-2px;
	height:2px;
	opacity:0;
	background:#9c8d6c;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
#courseLayout .navigation .in a,
#courseLayout .navigation a:hover {
	color:#fff;
	text-decoration:none
}
#courseLayout .navigation .in a span,
#courseLayout .navigation a:hover span {
	display:block
}
#courseLayout .navigation .in a span:after,
#courseLayout .navigation a:hover span:after {
	left:10px;
	right:10px;
	opacity:1
}
#courseLayout .inner .group {
	display:none
}
#courseLayout .inner .group.in {
	display:block
}
#courseLayout .group .module {
	margin:0 auto;
	max-width:1580px
}
#courseLayout .group.nth-child-2 .course a {
	color:#000
}
#courseLayout .group.nth-child-2 .course a span {
	background:#fff
}
#courseLayout .group.nth-child-3 .course a {
	color:#fff
}
#courseLayout .group.nth-child-3 .course a span {
	background:#ff4950
}
#courseLayout .group.nth-child-4 .course a {
	color:#000
}
#courseLayout .group.nth-child-4 .course a span {
	background:#ede23a
}
#courseLayout .group .course {
	padding-top:125px;
	text-align:center
}
#courseLayout .group .course .module {
	position:relative;
	display:inline-block;
	margin:0 auto;
	max-width:auto
}
#courseLayout .group .course .item {
	display:none
}
#courseLayout .group .course .item.in {
	display:block
}
#courseLayout .group .course .item img {
	max-width:100%;
	max-height:83vh
}
#courseLayout .group .course a {
	position:absolute;
	display:inline-block;
	padding:5px;
	font-size:12px
}
#courseLayout .group .course a span {
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:50%;
	-webkit-transition:background .5s;
	-o-transition:background .5s;
	transition:background .5s
}
#courseLayout .group .course a.in,
#courseLayout .group .course a:hover {
	text-decoration:none;
	color:#fff
}
#courseLayout .group .course a.in span,
#courseLayout .group .course a:hover span {
	background:#2a2b2d
}
#courseLayout .group .hole {
	background-color:rgba(0,
	0,
	0,
	0.23)
}
#courseLayout .group .hole .module {
	margin-top:85px
}
#courseLayout .group .hole .nav {
	margin-top:75px;
	text-align:center
}
#courseLayout .group .hole .nav ul {
	clear:both;
	*zoom:1
}
#courseLayout .group .hole .nav ul:after,
#courseLayout .group .hole .nav ul:before {
	content:" ";
	display:table
}
#courseLayout .group .hole .nav ul:after {
	clear:both
}
#courseLayout .group .hole .nav ul li {
	display:inline-block
}
#courseLayout .group .hole .nav a {
	position:relative;
	display:block;
	margin:0 1px;
	font-size:12px;
	color:#757575;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center
}
#courseLayout .group .hole .nav a span:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	right:50%;
	bottom:50%;
	opacity:0;
	border:2px #9c8d6c solid;
	border-radius:50%;
	-webkit-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear
}
#courseLayout .group .hole .nav .in a,
#courseLayout .group .hole .nav a:hover {
	text-decoration:none;
	color:#fff
}
#courseLayout .group .hole .nav .in a span:after,
#courseLayout .group .hole .nav a:hover span:after {
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:1
}
#courseLayout .group .hole .list .item {
	position:relative;
	z-index:0;
	display:none
}
#courseLayout .group .hole .list .item.in {
	display:block
}
#courseLayout .group.nth-child-1 .module a {
	display:inline-block;
	position:absolute;
	padding:0!important;
	font-size:13px;
	color:#999;
	letter-spacing:.05em
}
#courseLayout .group.nth-child-1 .module a span {
	position:relative;
	display:inline-block;
	width:initial;
	height:initial;
	line-height:1;
	background:transparent;
	border-radius:0
}
#courseLayout .group.nth-child-1 .module a span:before {
	content:'';
	position:absolute;
	top:50%;
	left:-15px;
	margin-top:-4px;
	width:8px;
	height:8px;
	border:1px #999 solid;
	border-radius:50%
}
#courseLayout .group.nth-child-1 .module a.cloud {
	z-index:0;
	top:0;
	left:3%;
	width:56%;
	height:67%
}
#courseLayout .group.nth-child-1 .module a.cloud span {
	margin:50% 0 0 20%
}
#courseLayout .group.nth-child-1 .module a.cloud span:before {
	background:#ede23a
}
#courseLayout .group.nth-child-1 .module a.cocoon {
	z-index:2;
	width:50%;
	height:30%;
	bottom:8%;
	right:17%;
	border-radius:50%;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
#courseLayout .group.nth-child-1 .module a.cocoon span {
	margin:80% 0 0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
#courseLayout .group.nth-child-1 .module a.cocoon span:before {
	background:#fff
}
#courseLayout .group.nth-child-1 .module a.temple {
	z-index:1;
	width:69%;
	height:35%;
	top:40%;
	right:5%;
	border-radius:50%
}
#courseLayout .group.nth-child-1 .module a.temple span {
	position:relative;
	top:-12%;
	left:10%
}
#courseLayout .group.nth-child-1 .module a.temple span:before {
	background:#ff4950
}
#courseLayout .group.nth-child-1 .module img {
	width:initial!important;
	height:initial!important
}
#courseLayout .group.nth-child-2 .course a.hole-1 {
	top:28%;
	left:23%
}
#courseLayout .group.nth-child-2 .course a.hole-2 {
	top:48%;
	left:60%
}
#courseLayout .group.nth-child-2 .course a.hole-3 {
	top:42%;
	left:44%
}
#courseLayout .group.nth-child-2 .course a.hole-4 {
	top:62%;
	left:41%
}
#courseLayout .group.nth-child-2 .course a.hole-5 {
	top:76%;
	left:33%
}
#courseLayout .group.nth-child-2 .course a.hole-6 {
	top:87.5%;
	left:65%
}
#courseLayout .group.nth-child-2 .course a.hole-7 {
	top:32%;
	left:63%
}
#courseLayout .group.nth-child-2 .course a.hole-8 {
	top:5%;
	left:35%
}
#courseLayout .group.nth-child-2 .course a.hole-9 {
	top:32%;
	left:10%
}
#courseLayout .group.nth-child-3 .course a.hole-1 {
	top:40%;
	left:4%
}
#courseLayout .group.nth-child-3 .course a.hole-2 {
	top:25%;
	left:42%
}
#courseLayout .group.nth-child-3 .course a.hole-3 {
	top:46%;
	left:82%
}
#courseLayout .group.nth-child-3 .course a.hole-4 {
	top:42%;
	left:71%
}
#courseLayout .group.nth-child-3 .course a.hole-5 {
	top:53%;
	left:72%
}
#courseLayout .group.nth-child-3 .course a.hole-6 {
	top:72%;
	left:75%
}
#courseLayout .group.nth-child-3 .course a.hole-7 {
	top:45%;
	left:56%
}
#courseLayout .group.nth-child-3 .course a.hole-8 {
	top:31%;
	left:20%
}
#courseLayout .group.nth-child-3 .course a.hole-9 {
	top:49%;
	left:8%
}
#courseLayout .group.nth-child-4 .course a.hole-1 {
	top:76%;
	left:34%
}
#courseLayout .group.nth-child-4 .course a.hole-2 {
	top:24%;
	left:24%
}
#courseLayout .group.nth-child-4 .course a.hole-3 {
	top:13%;
	left:35%
}
#courseLayout .group.nth-child-4 .course a.hole-4 {
	top:9%;
	left:41%
}
#courseLayout .group.nth-child-4 .course a.hole-5 {
	top:15%;
	left:59%
}
#courseLayout .group.nth-child-4 .course a.hole-6 {
	top:25%;
	left:36%
}
#courseLayout .group.nth-child-4 .course a.hole-7 {
	top:41%;
	left:67%
}
#courseLayout .group.nth-child-4 .course a.hole-8 {
	top:49%;
	left:65%
}
#courseLayout .group.nth-child-4 .course a.hole-9 {
	top:78%;
	left:43%
}
#courseLayout .desc {
	margin:20px 25px 20px 25px;
	text-align:left
}
#courseLayout .desc p {
	margin:0
}
#courseLayout .desc p.subject span {
	display:inline-block;
	letter-spacing:.2em
}
#courseLayout .desc p.subject span.hole-name {
	color:#fff;
	font-size:16px
}
#courseLayout .desc p.subject span.course-name {
	margin-left:20px;
	color:#757575;
	font-size:13px
}
#courseLayout .desc p.summary {
	display:inline-block;
	font-size:12px;
	color:#fff;
	opacity:.4;
	letter-spacing:.05em
}
#courseLayout .desc p.action {
	position:relative;
	display:inline-block;
	margin:0 0 0 12px;
	padding-left:15px
}
#courseLayout .desc p.action:after {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:1px;
	height:12px;
	margin-top:-6px;
	background:#fff;
	opacity:.5
}
#courseLayout .js-close {
	position:absolute;
	z-index:0;
	top:20px;
	right:20px
}
#courseLayout .js-back {
	display:inline-block;
	position:absolute;
	z-index:3;
	top:28px;
	left:25px;
	width:23px;
	height:23px;
	border:1px #fff solid;
	border-radius:50%
}
#courseLayout .js-back i:after,
#courseLayout .js-back i:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-1px 0 0 -4px;
	width:8px;
	height:1px;
	background:#fff
}
#courseLayout .js-back i:before {
	-webkit-transform:translate3d(-2px,
	-3px,
	0) rotate(-45deg);
	transform:translate3d(-2px,
	-3px,
	0) rotate(-45deg)
}
#courseLayout .js-back i:after {
	-webkit-transform:translate3d(-2px,
	3px,
	0) rotate(45deg);
	transform:translate3d(-2px,
	3px,
	0) rotate(45deg)
}
.banner_txt {
	position:absolute;
	width:80%;
	height:50%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto!important;
	z-index:99
}
.banner_txt_con {
	width:100%;
	height:100%;
	text-align:center;
	border-radius:3px;
	position:absolute;
	top:36%;
	left:0
}
.banner_txt_con.in {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
.banner_txt_con span {
	display:inline-block;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
	color:#fff;
	font-size:35px;
	margin:45px 15px;
	position:relative;
	top:40px;
	vertical-align:top;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0
}
.banner_txt_con span:first-child {
	padding-top:35px
}
.banner_txt_con.in span.banner_txt_span1 {
	top:0;
	transition:all .7s .2s;
	-moz-transition:all .7s .2s;
	-ms-transition:all .7s .2s;
	-o-transition:all .7s .2s;
	-webkit-transition:all .7s .2s;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
.banner_txt_con.in span.banner_txt_span2 {
	top:0;
	transition:all .7s;
	-moz-transition:all .7s;
	-ms-transition:all .7s;
	-o-transition:all .7s;
	-webkit-transition:all .7s;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
.banner_txt h3 {
	color:#fff;
	font-size:30px;
	line-height:50px;
	letter-spacing:10px;
	margin-bottom:50px;
	font-weight:200
}
.banner_txt h2 {
	font-size:30px;
	line-height:50px;
	color:#fff;
	font-family:'webfontregular';
	letter-spacing:2px;
	font-weight:bold;
	text-transform:uppercase
}
.banner_txt h4 {
	font-size:20px;
	color:#fff;
	width:100%;
	text-align:center;
	bottom:-50px;
	left:0;
	position:absolute
}
.banner_txt h5 {
	text-align:center;
	color:#fff;
	font-size:42px;
	letter-spacing:7px;
	font-weight:200;
	margin-bottom:20px
}
.banner_txt a {
	text-transform:capitalize;
	line-height:30px;
	font-size:16px;
	color:#f2f2f2;
	font-family:'webfontregular';
	font-weight:900;
	letter-spacing:2px;
	border:1px solid #e8e8e8;
	padding:10px 35px;
	transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	-webkit-transition:all .5s
}
.banner_txt a:hover {
	color:#fff;
	border:1px solid #fff;
	transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	-webkit-transition:all .5s;
	text-decoration:none
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	#courseLayout .group .hole {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		-o-transition: transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
		background-image: url('../images/modal_bg.jpg');
		background-size: cover
	}
	#courseLayout .group .hole.in {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	#courseLayout .group .hole .pic {
		margin-top: -10px
	}
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
	#courseLayout .course .module img {
		width: 370px;
		height: 370px
	}
}
@media only screen and (min-width:1024px) {
	#courseLayout h3.title {
		top: 45px;
		font-size: 20px
	}
	#courseLayout .navigation {
		top: 110px
	}
	#courseLayout .navigation a {
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px
	}
	#courseLayout .navigation .in a span:after,
	#courseLayout .navigation a:hover span:after {
		left: 20px;
		right: 20px
	}
	#courseLayout .inner .group {
		background-size: 100% auto
	}
	#courseLayout .inner .group .course {
		padding-top: 180px
	}
	#courseLayout .inner .group .course a {
		padding: 10px;
		font-size: 14px
	}
	#courseLayout .inner .group .hole {
		border-left: solid 1px #000;
		text-align: left
	}
	#courseLayout .inner .group .hole .nav {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		right: 0;
		margin-top: 105px
	}
	#courseLayout .inner .group .hole .nav a {
		margin: 0 5px;
		font-size: 16px;
		width: 37px;
		height: 37px;
		line-height: 37px
	}
	#courseLayout .inner .group .hole .desc {
		position: absolute;
		left: 55%;
		top: 35%;
		margin: 0
	}
	#courseLayout .inner .group .hole .desc p {
		line-height: 1.6
	}
	#courseLayout .inner .group .hole .desc p.subject span {
		display: block
	}
	#courseLayout .inner .group .hole .desc p.subject span.hole-name {
		font-size: 30px
	}
	#courseLayout .inner .group .hole .desc p.subject span.course-name {
		margin-left: 0;
		font-size: 18px
	}
	#courseLayout .inner .group .hole .desc p.summary {
		display: block;
		margin-top: 10px;
		font-size: 18px
	}
	#courseLayout .inner .group .hole .desc p.summary span {
		display: block
	}
	#courseLayout .inner .group .hole .desc p.action {
		display: block;
		margin: 40px 0 0;
		padding-left: 0
	}
	#courseLayout .inner .group .hole .desc p.action:after {
		top: -20px;
		left: 0;
		width: 10px;
		height: 1px;
		margin: 0
	}
	#courseLayout .inner .group .hole .pic {
		overflow: hidden
	}
	#courseLayout .inner .group .hole .pic img {
		margin-left: -100px
	}
	#courseLayout .inner .group.in {
		display: table;
		height: 100vh;
		width: 100%;
		table-layout: fixed
	}
	#courseLayout .inner .group.in .col {
		float: none;
		display: table-cell;
		vertical-align: middle
	}
	#courseLayout .inner .group.nth-child-1 .module a span:before {
		left: -25px;
		width: 16px;
		height: 16px;
		margin-top: -8px
	}
}
@media only screen and (min-width:1920px) {
	#courseLayout .inner .group.nth-child-1 .module a {
		font-size: 30px
	}
	#courseLayout .inner .group.nth-child-1 .module a span:before {
		left: -40px;
		width: 25px;
		height: 25px;
		margin-top: -11px
	}
	#courseLayout .inner .group .hole .pic img {
		margin-left: 0
	}
}
.is-course-layout {
	overflow:hidden
}
.is-course-layout #courseLayout {
	visibility:visible;
	z-index:4100
}
#stickyNav {
	position:fixed;
	z-index:60;
	right:10px;
	top:50%;
	margin-top:-145px
}
#stickyNav li {
	height:52px;
	background:url('../images/sticky_nav_bg.png') no-repeat right top
}
#stickyNav li.nth-child-6 {
	height:auto
}
#stickyNav li a {
	position:relative;
	display:block;
	padding-right:30px;
	height:27px;
	line-height:27px;
	text-align:right;
	font-size:12px;
	color:#fff;
	letter-spacing:.2em;
	text-decoration:none
}
#stickyNav li a:after {
	content:'';
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-4px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#fff
}
#stickyNav li a span {
	display:block;
	opacity:0;
	-webkit-transform:translate3d(100%,
	0,
	0);
	transform:translate3d(100%,
	0,
	0);
	-webkit-transition:opacity .3s .05s,
	-webkit-transform .3s;
	transition:opacity .3s .05s,
	-webkit-transform .3s;
	-o-transition:transform .3s,
	opacity .3s .05s;
	transition:transform .3s,
	opacity .3s .05s;
	transition:transform .3s,
	opacity .3s .05s,
	-webkit-transform .3s
}
#stickyNav li.in a span,
#stickyNav li a:hover span {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	font-family:'webfontregular';
	text-transform:uppercase
}
#stickyNav.clubhouse li,
#stickyNav.contact li,
#stickyNav.gallery li,
#stickyNav.news li,
.is-sticky-dark #stickyNav li {
	background-image:url('../images/sticky_nav_bg_2.png')
}
#stickyNav.clubhouse li a,
#stickyNav.contact li a,
#stickyNav.gallery li a,
#stickyNav.news li a,
.is-sticky-dark #stickyNav li a {
	color:#9c8d6c
}
.is-sticky-dark #stickyNav li a {
	color:#005c9f
}
#stickyNav.clubhouse li a:after,
#stickyNav.contact li a:after,
#stickyNav.gallery li a:after,
#stickyNav.news li a:after,
.is-sticky-dark #stickyNav li a:after {
	background:#005c9f
}
#stickyNav em {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	position:absolute;
	text-indent:-9999px;
	z-index:-1;
	display:inline-block;
	overflow:hidden;
	clip:rect(0 0 0 0);
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	word-break:keep-all;
	white-space:nowrap;
	border:0;
	color:transparent;
	font:0/0 a;
	*height:0
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	#stickyNav {
		display: none
	}
}
.is-sticky-pageup #stickyNav {
	margin:0;
	top:auto;
	bottom:400px
}
.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1
}
.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,
	0px,
	0px)
}
.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none
}
.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display:none
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-loaded {
	display:block
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block
}
.owl-carousel.owl-hidden {
	opacity:0
}
.owl-carousel.owl-refresh .owl-item {
	visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:grab
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.no-js .owl-carousel {
	display:block
}
.owl-carousel .animated {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
	z-index:0
}
.owl-carousel .owl-animated-out {
	z-index:1
}
.owl-carousel .fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url("../images/owl.video.play.png") no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	transition:-webkit-transform 100ms ease;
	-webkit-transition:-webkit-transform 100ms ease;
	-o-transition:transform 100ms ease;
	transition:transform 100ms ease;
	transition:transform 100ms ease,
	-webkit-transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform:scale(1.3,
	1.3);
	-ms-transform:scale(1.3,
	1.3);
	transform:scale(1.3,
	1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}
.sticker {
	position:absolute;
	top:0;
	left:0;
	z-index:60;
	line-height:1;
	text-align:left;
	font-style:normal;
	color:#fff;
	width:45px;
	height:45px;
	background-position:left top;
	background-image:url("../images/ad68220dc5974419b310887ab095510e.gif")
}
.badge {
	display:inline-block!important;
	line-height:1;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
	white-space:nowrap;
	cursor:default;
	-webkit-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s;
	padding:2px 5px
}
.badge em {
	position:relative;
	text-indent:0;
	z-index:1;
	width:auto;
	height:auto;
	line-height:1.6;
	font-size:12px;
	color:#fff
}
.badge:empty {
	display:none
}
a .badge {
	cursor:pointer
}
a:hover .badge {
	text-decoration:none
}
a .badge {
	opacity:.8
}
a:hover .badge {
	opacity:1
}
.bbs-search {
	margin-top:27px
}
.bbs-search .holder {
	position:relative;
	border-bottom:solid 1px #d2d2d2
}
.bbs-search input.text {
	margin:0;
	padding:0 0 0 40px;
	width:100%;
	border:0;
	height:42px;
	line-height:42px
}
.bbs-search .icon {
	position:absolute;
	top:0;
	background-image:url('../images/icon_bbs_search.png');
	width:42px;
	height:42px;
	background-size:42px 42px
}
.bbs-search .icon.search {
	left:0
}
.bbs-search .icon.reset {
	right:0;
	background-image:url('../images/icon_bbs_reset.png')
}
@media only screen and (min-width:1024px) {
	.bbs-search {
		margin-top: 0
	}
	.bbs-search .wrap {
		margin-top: -72px
	}
	.bbs-search .holder {
		float: right;
		width: 442px
	}
	.bbs-search input.text {
		height: 46px;
		line-height: 46px
	}
}
.bbs-util {
	margin:15px 0
}
.bbs-util:first-child {
	margin-top:30px
}
.bbs-util .selects {
	width:40%
}
.bbs-util .selects select {
	width:230px
}
.bbs-util .pager {
	float:right;
	width:60%;
	text-align:right
}
.bbs-util .pager strong {
	display:inline-block;
	height:35px;
	line-height:35px;
	vertical-align:top;
	margin-right:10px;
	font-weight:normal;
	color:#000
}
.bbs-util .pager .nav {
	display:inline-block;
	height:35px;
	width:35px;
	border:solid 1px #e0e1e5
}
.bbs-util .pager .icon {
	background-image:url('../images/icon_bbs_util_prev.png');
	width:35px;
	height:35px;
	background-size:35px 35px;
	vertical-align:top
}
.bbs-util .pager .icon.next {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.bbs-util .pagination {
	margin:0 auto;
	width:80%
}
@media only screen and (min-width:1024px) {
	.bbs-util:first-child {
		margin-top: 80px
	}
	.bbs-util .pager {
		margin-top: 8px;
		line-height: 36px
	}
}
.bbs-list {
	line-height:1.5;
	font-size:14px;
	color:#333
}
.bbs-list a {
	color:#000
}
.bbs-list .item {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:solid 1px #d2d2d2
}
.bbs-list .item:first-child {
	border-top:solid 1px #d2d2d2
}
.bbs-list .col {
	text-align:left
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.bbs-list .col {
		padding-left: 15px;
		padding-right: 15px
	}
	.bbs-list.is-notice .col.no {
		display: none
	}
	.bbs-list.is-notice .col.date {
		margin-top: 10px
	}
}
@media only screen and (min-width:1024px) {
	.bbs-list {
		font-size: 16px
	}
	.bbs-list .item {
		padding-top: 33px;
		padding-bottom: 33px
	}
	.bbs-list .col {
		text-align: center
	}
	.bbs-list .col.subject {
		text-align: left
	}
	.bbs-list.is-notice .col.no {
		display: block;
		width: 12.33333333%
	}
	.bbs-list.is-notice .col.subject {
		width: 69%
	}
	.bbs-list.is-notice .col.date {
		width: 18.66666667%
	}
}
.bbs-media {
	font-size:16px;
	color:#333;
	line-height:1.6
}
.bbs-media p {
	margin:10px 0;
	padding:0
}
.bbs-media .item {
	margin:0 0 20px
}
.bbs-media .module {
	background-color:#f4f4f4
}
.bbs-media .pic {
	text-align:center
}
.bbs-media .pic img {
	width:100%
}
.bbs-media .desc {
	padding:10px 20px
}
.bbs-media .desc .subject {
	margin-top:15px
}
.bbs-media .desc .subject a {
	font-weight:bold;
	color:#000
}
.bbs-media .desc .author {
	margin-top:20px
}
.bbs-media .desc .author strong {
	display:inline-block;
	font-weight:normal;
	margin-left:10px
}
.bbs-media .desc .author strong:first-child {
	margin-left:0
}
@media only screen and (min-width:1024px) {
	.bbs-media {
		font-size: 18px
	}
	.bbs-media p {
		margin: 15px 0;
		padding: 0
	}
	.bbs-media .list {
		margin-left: -10px;
		margin-right: -10px
	}
	.bbs-media .item {
		margin-bottom: 30px
	}
	.bbs-media .module {
		margin-left: 10px;
		margin-right: 10px
	}
	.bbs-media .pic img {
		width: 390px;
		height: 197px
	}
	.bbs-media .desc {
		padding: 20px 30px
	}
	.bbs-media .desc .subject {
		font-size: 26px
	}
}
.bbs-view {
	clear:both;
	*zoom:1;
	margin-top:20px;
	font-size:14px;
	color:#000;
	line-height:1.6
}
.bbs-view:after,
.bbs-view:before {
	content:" ";
	display:table
}
.bbs-view:after {
	clear:both
}
.bbs-view .titles .title {
	color:#9c8d6c;
	margin:0;
	padding:0;
	line-height:1.3;
	font-weight:normal;
	font-size:24px
}
.bbs-view .titles .date {
	margin:20px 0 10px
}
.bbs-view .body p {
	margin:27px 0;
	padding:0
}
@media only screen and (min-width:1024px) {
	.bbs-view {
		margin-top: -70px;
		font-size: 16px
	}
	.bbs-view .titles .title {
		margin-right: 100px;
		font-size: 48px
	}
	.bbs-view .titles .date {
		margin: 30px 0 10px
	}
	.bbs-view .body {
		margin-top: 40px
	}
	.bbs-view .body p {
		margin: 40px 0
	}
}
.section-pagination {
	clear:both;
	*zoom:1;
	font-size:15px
}
.section-pagination:after,
.section-pagination:before {
	content:" ";
	display:table
}
.section-pagination:after {
	clear:both
}
.section-pagination .wrap {
	text-align:center
}
.section-pagination .grid {
	margin:0 auto
}
.section-pagination a {
	color:#999;
	text-decoration:none
}
.section-pagination .col {
	height:60px;
	line-height:60px
}
.section-pagination .col.next,
.section-pagination .col.prev {
	width:24.0625%
}
.section-pagination .col.next a,
.section-pagination .col.prev a {
	color:#000
}
.section-pagination .col.prev {
	text-align:left
}
.section-pagination .col.prev .icon {
	background-image:url('../images/icon_pager_prev.png');
	width:12px;
	height:18px;
	background-size:12px 18px
}
.section-pagination .col.next {
	text-align:right
}
.section-pagination .col.next .icon {
	background-image:url('../images/icon_pager_next.png');
	width:12px;
	height:18px;
	background-size:12px 18px
}
.section-pagination .col.paging {
	width:51.71875%;
	text-align:center
}
.section-pagination .col.paging ul {
	width:100%
}
.section-pagination .col.paging .item {
	width:20%
}
.section-pagination .col.paging .item.in a {
	color:#000
}
.section-pagination .col.paging a {
	display:block;
	text-align:center
}
@media only screen and (min-width:1024px) {
	.section-pagination {
		margin-top: 20px;
		font-size: 16px
	}
	.section-pagination .grid {
		max-width: 640px
	}
}
.button,
button {
	display:inline;
	display:inline-block;
	overflow:hidden;
	line-height:normal;
	text-decoration:none;
	text-align:center;
	-webkit-transition:width .2s,
	height .2s;
	-o-transition:width .2s,
	height .2s;
	transition:width .2s,
	height .2s;
	cursor:pointer;
	height:52px;
	line-height:52px;
	font-size:14px;
	border:solid 1px #d7d7d7;
	font-weight:normal;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
	padding-top:0;
	padding-bottom:0;
	padding-left:15px;
	padding-right:15px
}
.button span,
button span {
	display:inline-block;
	vertical-align:top;
	color:inherit
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.button,
	button {
		height: 26px;
		line-height: 26px;
		font-size: 12px
	}
}
.button,
.button:active,
.button:hover,
.button:link,
.button:visited,
button,
button:active,
button:hover,
button:link,
button:visited {
	text-decoration:none;
	color:#666;
	border-style:solid
}
.button.full,
button.full {
	display:block;
	padding-left:0;
	padding-right:0
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.button.full-sm,
	button.full-sm {
		display: block;
		padding-left: 0;
		padding-right: 0
	}
}
.button.primary,
.button.primary:active,
.button.primary:hover,
.button.primary:link,
.button.primary:visited,
button.primary,
button.primary:active,
button.primary:hover,
button.primary:link,
button.primary:visited {
	border-color:#9c8d6c;
	color:#9c8d6c
}
.button.secondary,
.button.secondary:active,
.button.secondary:hover,
.button.secondary:link,
.button.secondary:visited,
button.secondary,
button.secondary:active,
button.secondary:hover,
button.secondary:link,
button.secondary:visited {
	border-color:#9c8d6c;
	background:#9c8d6c;
	color:#fff
}
.button,
button {
	min-height:18px;
	height:30px;
	line-height:30px
}
@media only screen and (min-width:1024px) {
	.button,
	button {
		min-height: 18px;
		height: 40px;
		line-height: 40px
	}
}
.button.small,
button.small {
	padding:0 10px;
	height:20px;
	line-height:20px
}
@media only screen and (min-width:1024px) {
	.button.small,
	button.small {
		height: 27px;
		line-height: 27px
	}
}
.section-button {
	clear:both;
	*zoom:1;
	margin-top:30px
}
.section-button:after,
.section-button:before {
	content:" ";
	display:table
}
.section-button:after {
	clear:both
}
.section-button .button {
	margin-left:5px
}
.section-button .button.xxlarge,
.section-button .button:first-child {
	margin-left:0
}
.section-button .wrap {
	text-align:center
}
.section-button.is-left .button {
	margin-left:5px
}
.section-button.is-left .button.xxlarge,
.section-button.is-left .button:first-child {
	margin-left:0
}
.section-button.is-left .wrap {
	text-align:left
}
.section-button.is-right .button,
.section-button.is-right .button:first-child {
	margin-left:0;
	margin-right:5px
}
.section-button.is-right .button.section-button.is-right .button.xxlarge,
.section-button.is-right .button:last-child {
	margin-right:0
}
.section-button.is-right .wrap {
	text-align:right
}
.section-button.is-group {
	font-size:0
}
.section-button.is-group .button {
	margin:0!important;
	border-radius:0
}
.section-button.is-group .button:first-child {
	border-radius:0
}
.section-button.is-group .button:last-child {
	border-radius:0
}
.section-button.is-group .bundle {
	display:inline-block;
	margin-left:10px
}
.section-button.is-group .bundle:first-child {
	margin-left:0
}
.section-button.is-linear .button {
	border-left:1px solid rgba(255,
	255,
	255,
	0.2)
}
.section-button.is-linear .button:first-child {
	border-left:0
}
.section-button.has-dropdown .wrap {
	position:relative
}
.section-button.has-dropdown .list {
	position:absolute;
	top:40px;
	left:0;
	width:auto;
	visibility:hidden;
	opacity:0;
	height:0;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}
.section-button.has-dropdown .list ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	border:1px solid #e0e0e0;
	border-radius:0;
	background-color:#fff
}
.section-button.has-dropdown .list ul li {
	width:100px;
	border-top:1px solid #e0e0e0
}
.section-button.has-dropdown .list ul li:first-child {
	border-top:0
}
.section-button.has-dropdown .list ul a {
	display:block;
	padding:10px 15px;
	text-align:center
}
.section-button.has-dropdown.active .list {
	height:auto;
	visibility:visible;
	opacity:1
}
.set-js-form {
	overflow:hidden;
	position:relative;
	zoom:1;
	display:inline-block;
	height:24px;
	margin-right:30px;
	line-height:1;
	vertical-align:middle
}
.set-js-form label {
	height:24px;
	margin-left:25px;
	font-size:14px;
	line-height:1
}
.set-js-form label:after,
.set-js-form label:before {
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	content:" ";
	width:17px;
	height:17px;
	border:1px solid #999;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
.set-js-form label:after {
	border-color:#666;
	background-color:#9c8d6c;
	border-radius:2px;
	opacity:0
}
.set-js-form input:hover+label:before {
	border-color:#666
}
.set-js-form input:checked+label:after {
	border-color:#9c8d6c;
	color:#fff;
	opacity:1
}
.set-js-form input {
	position:absolute;
	z-index:-1;
	opacity:0
}
fieldset {
	margin:0;
	padding:0
}
legend {
	color:inherit;
	display:table;
	margin:0;
	padding:0;
	max-width:100%;
	white-space:normal
}
label {
	cursor:pointer
}
label input[type=checkbox],
label input[type=radio] {
	margin-top:-2px;
	vertical-align:middle;
	cursor:pointer
}
optgroup,
select,
textarea {
	border:solid 1px #e5e6e6
}
input,
optgroup,
select,
textarea {
	border:solid 1px #e5e6e6;
	color:#000;
	-webkit-transition:border-color ease-in-out .2s,
	box-shadow ease-in-out .2s;
	-webkit-transition:border-color ease-in-out .2s,
	-webkit-box-shadow ease-in-out .2s;
	transition:border-color ease-in-out .2s,
	-webkit-box-shadow ease-in-out .2s;
	-o-transition:border-color ease-in-out .2s,
	box-shadow ease-in-out .2s;
	transition:border-color ease-in-out .2s,
	box-shadow ease-in-out .2s;
	transition:border-color ease-in-out .2s,
	box-shadow ease-in-out .2s,
	-webkit-box-shadow ease-in-out .2s
}
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	border-color:#9c8d6c;
	-webkit-box-shadow:0 0 5px #9c8d6c;
	box-shadow:0 0 5px #9c8d6c
}
input.disabled,
optgroup.disabled,
select.disabled,
textarea.disabled {
	background-color:#999;
	color:#333
}
textarea {
	width:100%;
	min-height:70px;
	border-radius:0
}
select {
	border-radius:0
}
select[multiple=multiple] {
	height:auto
}
@media only screen and (min-width:1024px) {
	select {
		height: 52px
	}
}
input:-moz-placeholder {
	color:#999
}
input::-moz-placeholder {
	opacity:1;
	color:#999
}
input:-ms-input-placeholder {
	color:#999
}
input::-webkit-input-placeholder {
	color:#999
}
input.set-placeholder {
	color:#999
}
input [type=checkbox],
input [type=radio] {
	margin-right:3px;
	vertical-align:middle;
	cursor:pointer
}
input.eng,
input.text,
input[type=date],
input[type=date]:hover,
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text] {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:textfield;
	-moz-appearance:textfield;
	-webkit-appearance:textfield;
	border-radius:0;
	max-width:100%;
	border:solid 1px #e5e6e6;
	background-color:#fff;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}
input.eng::-webkit-inner-spin-button,
input.text::-webkit-inner-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]:hover::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-inner-spin-button {
	-webkit-appearance:none
}
input.number,
input.spinner,
input.tel,
input[type=number] {
	ime-mode:disabled
}
input.spinner {
	-moz-appearance:button;
	-webkit-appearance:button;
	width:80px
}
input.spinner::-webkit-inner-spin-button {
	-webkit-appearance:button
}
input:invalid,
textarea:invalid {
	background-color:#f0dddd
}
input.text,
input[type=date],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#666;
	margin:0;
	font:inherit;
	padding:0 20px;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}
input.text:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	color:#999
}
input.text::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity:1;
	color:#999
}
input.text:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#999
}
input.text::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#999
}
input.text.set-placeholder,
input[type=date].set-placeholder,
input[type=number].set-placeholder,
input[type=password].set-placeholder,
input[type=search].set-placeholder,
input[type=tel].set-placeholder,
input[type=text].set-placeholder,
select.set-placeholder,
textarea.set-placeholder {
	color:#999
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	input.text,
	input[type=date],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	select,
	textarea {
		font-size: 14px
	}
}
input.text.full,
input[type=date].full,
input[type=number].full,
input[type=password].full,
input[type=search].full,
input[type=tel].full,
input[type=text].full,
select.full,
textarea.full {
	width:100%
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	input.text,
	input[type=date],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	select,
	textarea {
		padding-left: 5px;
		padding-right: 5px
	}
	input.text.full-sm,
	input[type=date].full-sm,
	input[type=number].full-sm,
	input[type=password].full-sm,
	input[type=search].full-sm,
	input[type=tel].full-sm,
	input[type=text].full-sm,
	select.full-sm,
	textarea.full-sm {
		width: 100%
	}
}
.file-fake input[type=file] {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0
}
.file-fake.fake-a {
	position:relative;
	display:table;
	width:100px;
	height:30px;
	background-color:#333
}
.file-fake.fake-a label {
	display:table-cell;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	color:#fff
}
.file-fake.fake-a input[type=file] {
	visibility:hidden
}
.file-fake.fake-b label {
	position:relative;
	display:block;
	width:50px;
	height:50px;
	font-size:0
}
.file-fake.fake-b .icon {
	background-image:url('../images/icon_file.png');
	background-size:50px 50px;
	width:50px;
	height:50px;
	border-radius:0;
	background-repeat:no-repeat;
	background-size:100% auto
}
.file-fake.fake-b input[type=file] {
	cursor:pointer
}
.js-checkbox {
	overflow:hidden;
	position:relative;
	zoom:1;
	display:inline-block;
	height:24px;
	margin-right:30px;
	line-height:1;
	vertical-align:middle
}
.js-checkbox label {
	height:24px;
	margin-left:25px;
	font-size:14px;
	line-height:1
}
.js-checkbox label:after,
.js-checkbox label:before {
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	content:" ";
	width:17px;
	height:17px;
	border:1px solid #999;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
.js-checkbox label:after {
	border-color:#666;
	background-color:#9c8d6c;
	border-radius:2px;
	opacity:0
}
.js-checkbox input:hover+label:before {
	border-color:#666
}
.js-checkbox input:checked+label:after {
	border-color:#9c8d6c;
	color:#fff;
	opacity:1
}
.js-checkbox input {
	position:absolute;
	z-index:-1;
	opacity:0
}
.js-checkbox label:after,
.js-checkbox label:before {
	border-radius:3px
}
.js-checkbox label:after {
	background-color:primary;
	background-size:100%;
	background-image:url("../images/4fc519739cc2401ebc756ca87cc42a5e.gif")
}
.js-checkbox.large {
	padding-left:40px
}
.js-checkbox.large label:before {
	width:54px;
	height:24px;
	background-color:#eee;
	border-color:#eee;
	border-radius:25px
}
.js-checkbox.large label:after {
	top:1px;
	left:2px;
	display:inline-block;
	width:22px;
	height:22px;
	opacity:1;
	border-radius:50%;
	background-color:#fff;
	border:1px solid #999;
	background-image:none
}
.js-checkbox.large input:hover+label:before {
	background-color:#999
}
.js-checkbox.large input:checked+label:before {
	border-color:#666;
	background-color:#9c8d6c;
	background-position:4px top;
	background-size:24px 24px;
	background-repeat:no-repeat;
	background-image:url("../images/4fc519739cc2401ebc756ca87cc42a5e.gif")
}
.js-checkbox.large input:checked+label:after {
	left:30px;
	color:#fff;
	border-color:#999;
	opacity:1
}
.js-radio {
	overflow:hidden;
	position:relative;
	zoom:1;
	display:inline-block;
	height:24px;
	margin-right:30px;
	line-height:1;
	vertical-align:middle
}
.js-radio label {
	height:24px;
	margin-left:25px;
	font-size:14px;
	line-height:1
}
.js-radio label:after,
.js-radio label:before {
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	content:" ";
	width:17px;
	height:17px;
	border:1px solid #999;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
.js-radio label:after {
	border-color:#666;
	background-color:#9c8d6c;
	border-radius:2px;
	opacity:0
}
.js-radio input:hover+label:before {
	border-color:#666
}
.js-radio input:checked+label:after {
	border-color:#9c8d6c;
	color:#fff;
	opacity:1
}
.js-radio input {
	position:absolute;
	z-index:-1;
	opacity:0
}
.js-radio label:after,
.js-radio label:before {
	border-radius:50%
}
.js-radio label:after {
	-ms-transform:scale(0.5,
	0.5);
	-webkit-transform:scale(0.5,
	0.5);
	transform:scale(0.5,
	0.5)
}
.rating {
	overflow:hidden;
	display:inline-block;
	width:auto;
	height:20px
}
.rating input {
	margin-left:-999px
}
.rating label {
	position:relative;
	display:block;
	float:right
}
.rating label:before {
	display:block;
	content:"\e247";
	color:#6a737b;
	font-size:16px;
	width:20px;
	height:20px;
	-webkit-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear
}
.rating label:hover:before,
.rating label:hover~:before {
	content:"\e125";
	color:#fc3
}
.rating:not(:hover)>:checked~label:before {
	content:"\e125";
	color:#fc3
}
.hover.opacity {
	opacity:.7;
	-webkit-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s
}
.hover.opacity:hover {
	opacity:1
}
.hover.scale {
	-ms-transform:scale(1,
	1);
	-webkit-transform:scale(1,
	1);
	transform:scale(1,
	1);
	transition:-webkit-transform .2s;
	-o-transition:transform .2s;
	transition:transform .2s;
	transition:transform .2s,
	-webkit-transform .2s;
	-webkit-transition:-webkit-transform .2s
}
.hover.scale:hover {
	-ms-transform:scale(1.1,
	1.1);
	-webkit-transform:scale(1.1,
	1.1);
	transform:scale(1.1,
	1.1)
}
.reveal {
	overflow:hidden;
	position:relative;
	display:inline-block;
	font-size:0
}
.reveal .cover {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	width:100%;
	height:100%;
	background-position:center;
	background-image:url('../images/6f40f974b09b480688f5258e61f8e715.gif');
	background-color:#bebebe;
	-webkit-transition-duration:.5s;
	-o-transition-duration:.5s;
	transition-duration:.5s
}
.reveal.fade-in .cover {
	opacity:1
}
.reveal.fade-in:hover .cover {
	opacity:0
}
.reveal.fade-out .cover {
	opacity:0
}
.reveal.fade-out:hover .cover {
	opacity:1
}
.reveal.slide-left .cover {
	left:0
}
.reveal.slide-left:hover .cover {
	left:-100%
}
.reveal.slide-up .cover {
	top:0
}
.reveal.slide-up:hover .cover {
	top:-100%
}
.reveal.slide-down .cover {
	top:0
}
.reveal.slide-down:hover .cover {
	top:100%
}
.reveal.rotate {
	border-radius:50%
}
.reveal.rotate .cover {
	border-radius:50%;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transform-origin:bottom right;
	-moz-transform-origin:bottom right;
	-ms-transform-origin:bottom right;
	transform-origin:bottom right
}
.reveal.rotate:hover .cover {
	-webkit-transform:rotate(110deg);
	-ms-transform:rotate(110deg);
	transform:rotate(110deg)
}
.icon,
i.close {
	min-width:18px;
	min-height:18px;
	display:inline-block;
	margin:0;
	padding:0;
	text-decoration:none;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:center center;
	line-height:1;
	vertical-align:middle;
	-webkit-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.icon.has-hover {
	opacity:.9
}
a:hover .icon.has-hover {
	opacity:1
}
.icon.pdf {
	background-image:url('../images/icon_pdf.png');
	width:20px;
	height:18px;
	background-size:20px 18px
}
@media only screen and (min-width:1024px) {
	.icon.pdf {
		background-image: url('../images/icon_pdf.png');
		width: 40px;
		height: 36px;
		background-size: 40px 36px
	}
}
.icon.require {
	min-width:10px
}
.icon.require:after {
	content:'*';
	color:#9c8d6c
}
.jumbotron {
	clear:both;
	*zoom:1
}
.jumbotron:after,
.jumbotron:before {
	content:" ";
	display:table
}
.jumbotron:after {
	clear:both
}
.jumbotron .holder {
	position:relative;
	overflow:hidden
}
.jumbotron .title {
	position:absolute;
	margin:0;
	padding:0;
	top:50%;
	margin-top:-20px;
	margin-left:15px;
	font-size:30px;
	color:#fff
}
.jumbotron .background {
	height:170px;
	background-size:auto 100%;
	background-size:cover;
	-webkit-transition:height .2s;
	-o-transition:height .2s;
	transition:height .2s
}
@media only screen and (min-width:1024px) {
	.jumbotron .title {
		font-size: 48px
	}
	.jumbotron .background {
		height: 314px
	}
}
.label {
	display:inline-block;
	vertical-align:middle;
	line-height:1;
	height:20px;
	line-height:20px;
	padding:0 10px;
	font-size:12px;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}
ul.list {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	line-height:1
}
ul.list li {
	clear:both;
	margin:5px 0;
	line-height:1.6
}
ul.list.depth {
	margin:0 0 0 15px
}
ul.list.depth li {
	line-height:2
}
ul.list.list-a {
	border-top:1px #e5e5e5 solid
}
ul.list.list-a li {
	position:relative;
	z-index:0;
	margin:0;
	padding:10px 0 10px 10px;
	border-bottom:1px #e5e5e5 solid
}
ul.list.list-a li:after {
	content:'';
	display:block;
	position:absolute;
	background-color:#31424e;
	width:2px;
	height:2px;
	top:20px;
	left:0;
	border-radius:50%
}
@media only screen and (min-width:1024px) {
	ul.list.list-a li {
		padding: 5px 0 5px 30px
	}
	ul.list.list-a li:after {
		width: 4px;
		height: 4px;
		top: 23px;
		left: 10px
	}
}
ul.list.list-b li {
	position:relative;
	z-index:0;
	margin:0;
	padding-left:20px
}
ul.list.list-b li:after {
	content:'-';
	display:block;
	position:absolute;
	top:0;
	left:0
}
dl.table {
	clear:both;
	margin:0;
	padding:0
}
dl.table dd,
dl.table dt {
	margin:0;
	padding:0;
	height:26px;
	line-height:25px;
	overflow:hidden
}
dl.table dt {
	clear:left;
	float:left;
	color:#333
}
dl.table dt label {
	display:inline-block;
	vertical-align:top
}
dl.table dd {
	margin:0 0 0 100px;
	padding:0
}
dl.table.height-auto dd,
dl.table.height-auto dt {
	height:auto
}
.set-list-numberic {
	margin:0;
	padding:0;
	font-weight:normal;
	border-left:solid 2px #d0d0d0;
	line-height:1.4;
	list-style:none
}
.set-list-numberic li {
	position:relative;
	padding:0 0 0 17px;
	margin:5px 0
}
.set-list-numberic li:first-child {
	margin-top:0
}
.set-list-numberic li:last-child {
	margin-bottom:0
}
.set-list-numberic li span {
	padding-left:0
}
.set-list-numberic li:before {
	font-weight:200;
	padding-right:20px
}
.set-list-numberic li:first-child::before {
	content:'01'
}
.set-list-numberic li:nth-child(2):before {
	content:'02'
}
.set-list-numberic li:nth-child(3):before {
	content:'03'
}
.set-list-numberic li:nth-child(4):before {
	content:'04'
}
.set-list-numberic li:nth-child(5):before {
	content:'05'
}
.set-list-numberic li:nth-child(6):before {
	content:'06'
}
.set-list-numberic li:nth-child(7):before {
	content:'07'
}
.set-list-numberic li:nth-child(8):before {
	content:'08'
}
ol.numberic {
	margin:0;
	padding:0;
	font-weight:normal;
	border-left:solid 2px #d0d0d0;
	line-height:1.4;
	list-style:none
}
ol.numberic li {
	position:relative;
	padding:0 0 0 17px;
	margin:5px 0
}
ol.numberic li:first-child {
	margin-top:0
}
ol.numberic li:last-child {
	margin-bottom:0
}
ol.numberic li span {
	padding-left:0
}
ol.numberic li:before {
	font-weight:200;
	padding-right:20px
}
ol.numberic li:first-child::before {
	content:'01'
}
ol.numberic li:nth-child(2):before {
	content:'02'
}
ol.numberic li:nth-child(3):before {
	content:'03'
}
ol.numberic li:nth-child(4):before {
	content:'04'
}
ol.numberic li:nth-child(5):before {
	content:'05'
}
ol.numberic li:nth-child(6):before {
	content:'06'
}
ol.numberic li:nth-child(7):before {
	content:'07'
}
ol.numberic li:nth-child(8):before {
	content:'08'
}
.masonry-list .item-sizer {
	height:0!important;
	overflow:hidden
}
.masonry-list.is-start .item {
	-webkit-transition-property:opacity,
	-webkit-transform;
	transition-property:opacity,
	-webkit-transform;
	-o-transition-property:opacity,
	transform;
	transition-property:opacity,
	transform;
	transition-property:opacity,
	transform,
	-webkit-transform;
	-webkit-transition-duration:600ms;
	-o-transition-duration:600ms;
	transition-duration:600ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	transition-delay:200ms;
	-webkit-transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1);
	-o-transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1)
}
.masonry-list .item {
	-webkit-transform:scale(1) translate3d(0,
	60px,
	0) scale(1);
	transform:scale(1) translate3d(0,
	60px,
	0) scale(1);
	float:left;
	opacity:0
}
.masonry-list .item:nth-child(20) {
	-webkit-transition-delay:1900ms;
	-o-transition-delay:1900ms;
	transition-delay:1900ms
}
.masonry-list .item:nth-child(19) {
	-webkit-transition-delay:1800ms;
	-o-transition-delay:1800ms;
	transition-delay:1800ms
}
.masonry-list .item:nth-child(18) {
	-webkit-transition-delay:1700ms;
	-o-transition-delay:1700ms;
	transition-delay:1700ms
}
.masonry-list .item:nth-child(17) {
	-webkit-transition-delay:1600ms;
	-o-transition-delay:1600ms;
	transition-delay:1600ms
}
.masonry-list .item:nth-child(16) {
	-webkit-transition-delay:1500ms;
	-o-transition-delay:1500ms;
	transition-delay:1500ms
}
.masonry-list .item:nth-child(15) {
	-webkit-transition-delay:1400ms;
	-o-transition-delay:1400ms;
	transition-delay:1400ms
}
.masonry-list .item:nth-child(14) {
	-webkit-transition-delay:1300ms;
	-o-transition-delay:1300ms;
	transition-delay:1300ms
}
.masonry-list .item:nth-child(13) {
	-webkit-transition-delay:1200ms;
	-o-transition-delay:1200ms;
	transition-delay:1200ms
}
.masonry-list .item:nth-child(12) {
	-webkit-transition-delay:1100ms;
	-o-transition-delay:1100ms;
	transition-delay:1100ms
}
.masonry-list .item:nth-child(11) {
	-webkit-transition-delay:1000ms;
	-o-transition-delay:1000ms;
	transition-delay:1000ms
}
.masonry-list .item:nth-child(10) {
	-webkit-transition-delay:900ms;
	-o-transition-delay:900ms;
	transition-delay:900ms
}
.masonry-list .item:nth-child(9) {
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	transition-delay:800ms
}
.masonry-list .item:nth-child(8) {
	-webkit-transition-delay:700ms;
	-o-transition-delay:700ms;
	transition-delay:700ms
}
.masonry-list .item:nth-child(7) {
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	transition-delay:600ms
}
.masonry-list .item:nth-child(6) {
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	transition-delay:500ms
}
.masonry-list .item:nth-child(5) {
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	transition-delay:400ms
}
.masonry-list .item:nth-child(4) {
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	transition-delay:300ms
}
.masonry-list .item:nth-child(3) {
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	transition-delay:200ms
}
.masonry-list .item:nth-child(2) {
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	transition-delay:100ms
}
.masonry-list .item:first-child {
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	transition-delay:0ms
}
.masonry-list .item .pic img {
	max-width:100%
}
.masonry-list.is-loaded .item {
	-webkit-transform:scale(1) translate3d(0,
	0,
	0) scale(1);
	transform:scale(1) translate3d(0,
	0,
	0) scale(1);
	opacity:1
}
.masonry-list .list-masonry {
	width:980px
}
.masonry-list.is-col-3 {
	width:1005px
}
.masonry-list.is-col-3 .item {
	width:290px
}
.masonry-list.is-col-4 {
	width:1000px
}
.masonry-list.is-col-4 .item {
	width:225px
}
.masonry-list.is-col-4 .item .pic img {
	width:100%
}
.masonry-list.is-col-4 .item-width-2x {
	width:470px
}
.media-aspect {
	position:relative;
	height:20px;
	padding-bottom:75%
}
.media-aspect .media,
.media-aspect>div,
.media-aspect>iframe {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.alignment {
	overflow:hidden;
	zoom:1;
	margin:10px 0
}
.alignment .body,
.alignment .head,
.alignment .image {
	display:table-cell;
	vertical-align:top;
	word-wrap:break-word
}
.alignment:after {
	display:block;
	content:" ";
	height:0;
	clear:both
}
.alignment .image img {
	max-width:initial
}
.alignment .head {
	display:block;
	margin:0 0 10px;
	font-weight:bold
}
.alignment .body {
	overflow:hidden;
	zoom:1;
	word-break:break-all;
	margin:0 0 10px
}
.alignment .left {
	padding-right:15px
}
.alignment .right {
	padding-left:15px
}
.alignment.vtop * {
	vertical-align:top
}
.alignment.vmiddle * {
	vertical-align:middle
}
.alignment.vbottom * {
	vertical-align:bottom
}
.section-page-more .wrap {
	margin:20px auto;
	text-align:center
}
.section-page-more .pager-more {
	display:inline-block;
	margin:0 auto;
	width:57px;
	height:55px;
	overflow:hidden;
	border:solid 1px #999
}
.section-page-more .pager-more i {
	display:block;
	position:relative;
	width:57px;
	height:55px;
	background-color:rgba(255,
	255,
	255,
	0);
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
.section-page-more .pager-more i em {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	position:absolute;
	text-indent:-9999px;
	z-index:-1;
	display:inline-block;
	overflow:hidden;
	clip:rect(0 0 0 0);
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	word-break:keep-all;
	white-space:nowrap;
	border:0;
	color:transparent;
	font:0/0 a;
	*height:0
}
.section-page-more .pager-more i:after,
.section-page-more .pager-more i:before {
	display:block;
	content:'';
	position:absolute;
	top:25%;
	bottom:25%;
	left:50%;
	margin-left:-1px;
	width:1px;
	background-color:#000;
	-webkit-transition:-webkit-transform .6s;
	transition:-webkit-transform .6s;
	-o-transition:transform .6s;
	transition:transform .6s;
	transition:transform .6s,
	-webkit-transform .6s
}
.section-page-more .pager-more i:before {
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg)
}
.section-page-more .pager-more i:after {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.section-page-more .pager-more:hover i {
	background-color:rgba(255,
	255,
	255,
	0.9)
}
.section-page-more .pager-more:hover i:after,
.section-page-more .pager-more:hover i:before {
	top:20%;
	bottom:20%;
	left:50%;
	margin-left:-1px;
	width:1px
}
.section-page-more .pager-more:hover i:before {
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg)
}
.section-page-more .pager-more:hover i:after {
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg)
}
.section-page-more .desc {
	margin:15px auto;
	font-size:14px
}
.section-page-more .desc em {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	position:absolute;
	text-indent:-9999px;
	z-index:-1;
	display:inline-block;
	overflow:hidden;
	clip:rect(0 0 0 0);
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	word-break:keep-all;
	white-space:nowrap;
	border:0;
	color:transparent;
	font:0/0 a;
	*height:0
}
.section-page-more .desc strong {
	font-weight:normal
}
.section-page-more .desc strong:first-of-type {
	color:#f00
}
.set-pagination {
	line-height:1
}
.set-pagination .wrap {
	clear:both;
	position:relative;
	text-align:center;
	cursor:default
}
.set-pagination a,
.set-pagination strong {
	display:inline-block;
	vertical-align:middle;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
	text-align:center;
	margin:0;
	margin-left:-1px;
	font-size:14px
}
.set-pagination a:hover {
	text-decoration:none
}
.set-pagination a.nav i {
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	background-image:url('../images/ac2d4745749742cf8904bb7dce516b53.gif')
}
.product-visual {
	line-height:1.2;
	font-size:13px;
	color:#000
}
.product-visual p {
	margin:0;
	padding:0
}
.product-visual .item {
	padding-bottom:75px
}
.product-visual .desc {
	text-align:center
}
.product-visual .desc p {
	margin:10px 0
}
.product-visual .desc p.subject {
	margin-top:20px
}
.product-visual .desc p.name {
	margin-bottom:15px;
	font-size:40px
}
.product-visual .desc p.cost {
	margin-top:20px;
	font-size:18px;
	font-weight:bold
}
.product-visual .pics {
	text-align:center
}
.product-visual .action i.icon {
	background-image:url('../images/icon_addtocart_sm.png');
	width:38px;
	height:38px;
	background-size:38px 38px
}
.product-visual .action .col.view {
	padding-right:10px
}
.product-visual .action .col.view i.icon {
	background-image:url('../images/icon_view_sm.png')
}
.product-visual .action .col.addtocart i.icon {
	background-image:url('../images/icon_addtocart_sm.png')
}
@media only screen and (min-width:1024px) {
	.product-visual .inner {
		position: relative
	}
	.product-visual .desc {
		position: absolute;
		top: 0;
		left: 0;
		width: 45%;
		text-align: left;
		font-size: 18px;
		margin-top: 115px
	}
	.product-visual .desc p {
		margin: 15px 0
	}
	.product-visual .desc p.subject {
		margin-top: 15px
	}
	.product-visual .desc p.name {
		margin-bottom: 40px;
		font-size: 78px
	}
	.product-visual .desc p.cost {
		font-size: 20px
	}
	.product-visual .action {
		margin-top: 70px;
		width: 315px
	}
}
.product-list-type {
	clear:both;
	*zoom:1;
	margin-bottom:10px;
	text-align:right
}
.product-list-type:after,
.product-list-type:before {
	content:" ";
	display:table
}
.product-list-type:after {
	clear:both
}
.product-list-type .icon {
	background-image:url('../images/list_type_tile_on.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.product-list-type ul.tab {
	float:right
}
.product-list-type ul.tab li {
	margin-left:9px
}
.product-list-type a.type {
	display:inline-block;
	border:solid 1px #e0e1e5;
	-webkit-transition:border .2s;
	-o-transition:border .2s;
	transition:border .2s
}
.product-list-type a.type:hover {
	border-color:#9c8d6c
}
.product-list-type a.type.is-grid .icon {
	background-image:url('../images/list_type_grid_off.png')
}
.product-list-type a.type.is-row .icon {
	background-image:url('../images/list_type_row_off.png')
}
.product-list {
	line-height:1.2;
	font-size:15px
}
.product-list p {
	margin:0;
	padding:0;
	line-height:1.6
}
.product-list .module {
	padding:0 0 15px 0;
	background-color:#f2f2f2
}
.product-list .pic {
	position:relative
}
.product-list .pic .pic-item {
	visibility:hidden
}
.product-list .pic .pic-item a {
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center
}
.product-list .pic .pic-item.in {
	visibility:visible
}
.product-list .pic .pic-item.in a.in {
	visibility:visible
}
.product-list .pic .spacer {
	visibility:hidden
}
.product-list .colors {
	position:relative
}
.product-list .colors p {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:-25px 0 0 0;
	padding:0;
	text-align:center
}
.product-list .colors strong {
	display:inline-block;
	overflow:hidden;
	margin:0 3px;
	width:25px;
	height:25px;
	border-radius:200%
}
.product-list .colors a.in strong {
	background-image:url('../images/list_checked.png');
	width:25px;
	height:25px;
	background-size:25px 25px
}
.product-list .desc {
	margin:10px 15px
}
.product-list .desc p.subject {
	font-size:16px
}
.product-list .desc p.price {
	font-weight:bold
}
.product-list .action {
	margin:15px 15px 0
}
.product-list .action .icon {
	background-image:url('../images/list_favorite.png');
	width:25px;
	height:25px;
	background-size:25px 25px
}
.product-list .action .icon.favorite {
	background-image:url('../images/list_favorite.png')
}
.product-list .action .icon.basket {
	background-image:url('../images/list_basket.png')
}
.product-list .action .icon.prev {
	background-image:url('../images/list_prev.png')
}
.product-list .action .icon.next {
	background-image:url('../images/list_next.png')
}
.product-list .action .nav {
	text-align:right
}
.product-list .action .nav .nav-item {
	display:none
}
.product-list .action .nav .nav-item.in {
	display:block
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.product-list .module {
		margin: 0 0 15px 0
	}
}
@media only screen and (min-width:1024px) {
	.product-list .list {
		margin-left: -13px;
		margin-right: -13px
	}
	.product-list .module {
		margin: 0 13px 20px
	}
}
.promotion-list {
	line-height:1.2;
	font-size:13px
}
.promotion-list .item {
	margin-bottom:30px
}
.promotion-list .item .module {
	background-color:#fff
}
.promotion-list .item p {
	margin:10px 0;
	padding:0
}
.promotion-list .item p.subject {
	font-size:15px
}
.promotion-list .item .desc {
	margin:0 20px
}
@media only screen and (min-width:1024px) {
	.promotion-list .list {
		margin-left: -15px;
		margin-right: -15px
	}
	.promotion-list .item .module {
		margin: 0 15px 20px
	}
}
ul.tab {
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	*zoom:1
}
ul.tab li {
	margin:0;
	padding:0
}
ul.tab:after,
ul.tab:before {
	content:" ";
	display:table
}
ul.tab:after {
	clear:both
}
ul.tab>li {
	float:left
}
.tab-list {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	clear:both;
	position:relative;
	*zoom:1
}
.tab-list:after,
.tab-list:before {
	content:" ";
	display:table
}
.tab-list:after {
	clear:both
}
.tab-list>li {
	float:left
}
.tab-content .item {
	display:none
}
.tab-content .item.in {
	display:block
}
.tab-list.tab-a li {
	float:left
}
.tab-list.tab-a li a {
	display:block;
	padding:0 7px;
	font-size:12px;
	text-decoration:none
}
.lang-en .tab-list.tab-a li a {
	letter-spacing:.1em
}
.tab-list.tab-a li span {
	position:relative;
	display:block;
	padding:10px 0;
	color:#777;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}
.tab-list.tab-a li span:after {
	content:'';
	display:block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:-2px;
	width:0;
	height:2px;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	background-color:#9c8d6c
}
.tab-list.tab-a li.in span,
.tab-list.tab-a li a:hover span {
	color:#9c8d6c
}
.tab-list.tab-a li.in span:after,
.tab-list.tab-a li a:hover span:after {
	width:100%
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.tab-list.tab-a {
		margin-left: -7px
	}
}
@media only screen and (min-width:1024px) {
	.tab-list.tab-a li a {
		padding: 0 15px;
		font-size: 16px
	}
	.lang-en .tab-list.tab-a li a {
		letter-spacing: 0
	}
	.tab-list.tab-a li:first-child a {
		padding-left: 0
	}
}
.lang-ko .tab-list.tab-a li a {
	font-size:14px
}
@media only screen and (min-width:1024px) {
	.lang-ko .tab-list.tab-a li a {
		font-size: 18px
	}
}
.tab-list.tab-b {
	text-align:center
}
.tab-list.tab-b li {
	float:none;
	display:inline-block
}
.tab-list.tab-b li a {
	display:block;
	padding:0 20px;
	font-size:14px;
	text-decoration:none
}
.lang-en .tab-list.tab-b li a {
	letter-spacing:.1em
}
.tab-list.tab-b li span {
	position:relative;
	text-transform:uppercase;
	display:block;
	padding:10px 0;
	color:#fff;
	color:rgba(255,
	255,
	255,
	0.6);
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s
}
.tab-list.tab-b li span:before {
	content:'/';
	display:block;
	overflow:hidden;
	position:absolute;
	left:-25px;
	top:10px;
	color:#fff;
	font-weight:200
}
.tab-list.tab-b li span:after {
	content:'';
	display:block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:-2px;
	width:0;
	height:2px;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	background-color:#fff
}
.tab-list.tab-b li:first-child span:before {
	display:none
}
.tab-list.tab-b li.in span,
.tab-list.tab-b li a:hover span {
	color:#fff;
	color:#fff
}
.tab-list.tab-b li.in span:after,
.tab-list.tab-b li a:hover span:after {
	width:100%
}
@media only screen and (min-width:1024px) {
	.tab-list.tab-b li a {
		font-size: 16px
	}
	.lang-en .tab-list.tab-b li a {
		letter-spacing: 0
	}
}
.table {
	display:table;
	width:100%;
	table-layout:auto
}
.table.is-fixed {
	table-layout:fixed
}
.table .row {
	display:table-row
}
.table .cell {
	display:table-cell;
	vertical-align:middle
}
caption {
	margin:0;
	padding:10px 0;
	font-size:inherit;
	line-height:1;
	text-align:left
}
table {
	border-spacing:0;
	font-size:inherit;
	width:100%;
	margin:0;
	border-collapse:separate
}
table.collapse {
	border-collapse:collapse
}
table.fixed {
	table-layout:fixed
}
table caption {
	display:none
}
table .button,
table button,
table img,
table input,
table optgroup,
table select,
table textarea {
	vertical-align:middle
}
table.table-col,
table.table-row {
	width:100%
}
table.table-col td,
table.table-col th,
table.table-row td,
table.table-row th {
	line-height:1.4
}
table.table-col th,
table.table-row th {
	position:relative;
	vertical-align:top
}
table.table-col th label,
table.table-col th span,
table.table-row th label,
table.table-row th span {
	display:inline-block;
	white-space:nowrap;
	font-weight:normal
}
table.table-col td,
table.table-row td {
	vertical-align:middle
}
table.table-col p,
table.table-row p {
	margin:5px 0;
	padding:0
}
table.table-col p:first-child,
table.table-row p:first-child {
	margin-top:0
}
table.table-row td,
table.table-row th {
	text-align:left
}
table.table-row th label,
table.table-row th span {
	display:inline-block
}
table.table-col td,
table.table-col th {
	text-align:center
}
table.text-center td,
table.text-center th {
	text-align:center
}
table.text-left td {
	text-align:left
}
table.has-hover td {
	-webkit-transition:background-color .2s;
	-o-transition:background-color .2s;
	transition:background-color .2s
}
table.has-hover tr:hover td {
	background-color:#999
}
table.table-col th label,
table.table-col th span,
table.table-row th label,
table.table-row th span {
	color:#000
}
table.table-col td,
table.table-row td {
	background-color:#000
}
table.table-row th label,
table.table-row th span {
	display:inline-block;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:15px
}
table.table-row td {
	padding:15px 5px
}
table.table-col td,
table.table-col th {
	padding:15px 5px
}
.js-inview .js-transit-item {
	opacity:0
}
.js-inview .js-transit-item.transit-a {
	-webkit-transition-property:opacity,
	-webkit-transform;
	transition-property:opacity,
	-webkit-transform;
	-o-transition-property:opacity,
	transform;
	transition-property:opacity,
	transform;
	transition-property:opacity,
	transform,
	-webkit-transform;
	-webkit-transition-duration:600ms;
	-o-transition-duration:600ms;
	transition-duration:600ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	transition-delay:200ms;
	-webkit-transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1);
	-o-transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1);
	opacity:0;
	-webkit-transform:scale(1) translate3d(0,
	60px,
	0) scale(1);
	transform:scale(1) translate3d(0,
	60px,
	0) scale(1)
}
.js-inview .js-transit-item.transit-a:first-child {
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	transition-delay:0ms
}
.js-inview.is-inview {
	opacity:1
}
.js-inview.is-inview .js-transit-item.transit-a {
	-webkit-transform:scale(1) translate3d(0,
	0,
	0) scale(1);
	transform:scale(1) translate3d(0,
	0,
	0) scale(1);
	opacity:1
}
.js-transit-window-loaded .js-transit-item {
	-webkit-transition-property:opacity,
	-webkit-transform;
	transition-property:opacity,
	-webkit-transform;
	-o-transition-property:opacity,
	transform;
	transition-property:opacity,
	transform;
	transition-property:opacity,
	transform,
	-webkit-transform;
	-webkit-transition-duration:600ms;
	-o-transition-duration:600ms;
	transition-duration:600ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	transition-delay:200ms;
	-webkit-transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1);
	-o-transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition-timing-function:cubic-bezier(0.42,
	0,
	0.58,
	1);
	opacity:0;
	-webkit-transform:scale(1) translate3d(0,
	60px,
	0) scale(1);
	transform:scale(1) translate3d(0,
	60px,
	0) scale(1)
}
.js-transit-window-loaded .js-transit-item:nth-child(6) {
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	transition-delay:500ms
}
.js-transit-window-loaded .js-transit-item:nth-child(5) {
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	transition-delay:400ms
}
.js-transit-window-loaded .js-transit-item:nth-child(4) {
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	transition-delay:300ms
}
.js-transit-window-loaded .js-transit-item:nth-child(3) {
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	transition-delay:200ms
}
.js-transit-window-loaded .js-transit-item:nth-child(2) {
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	transition-delay:100ms
}
.js-transit-window-loaded .js-transit-item:first-child {
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	transition-delay:0ms
}
.is-window-loaded .js-transit-window-loaded .js-transit-item {
	-webkit-transform:scale(1) translate3d(0,
	0,
	0) scale(1);
	transform:scale(1) translate3d(0,
	0,
	0) scale(1);
	opacity:1
}
.content-modal-wrapper.is-large a.close {
	position:absolute;
	top:8px;
	right:33px;
	line-height:1
}
.content-modal-wrapper.is-large i.close {
	background-image:url('../images/contentmodal_close.png');
	width:34px;
	height:34px;
	background-size:34px 34px
}
.content-modal-wrapper.is-large .content-modal-body {
	text-align:center;
	height:600px;
	overflow:scroll;
	overflow-x:hidden;
	background-color:#fff
}
.content-modal-wrapper.is-large .content-modal-header {
	position:relative
}
.content-modal-wrapper.is-large .content-modal-header .inner {
	position:absolute;
	z-index:5010;
	top:0;
	left:0;
	right:0;
	padding:13px 0;
	height:24px;
	background-color:#fafafa;
	border-bottom:solid 1px #f2f2f2
}
.content-modal-wrapper.is-large .content-modal-footer {
	height:70px;
	line-height:70px;
	background-color:#1b1b1b;
	text-align:center;
	color:#777
}
.content-modal-wrapper.is-small .container .wrap {
	width:100%
}
.content-modal-wrapper.is-small .container .wrap img {
	max-width:100%
}
.content-modal-wrapper.is-small i.close {
	background-image:url('../images/contentmodal_close_02.png');
	width:29px;
	height:29px;
	background-size:29px 29px;
	position:absolute;
	z-index:6000;
	top:0;
	right:0;
	margin-top:20px;
	margin-right:20px;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.content-modal-wrapper.is-small i.close:hover {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
@media only screen and (min-width:1024px) {
	.content-modal-wrapper.is-small i.close {
		top: 0;
		right: 0;
		margin-top: 2px;
		margin-right: -50px
	}
}
.content-modal-wrapper.is-small .content-modal-holder {
	display:table;
	width:100%;
	height:100%;
	margin:0 auto
}
.content-modal-wrapper.is-small .content-modal-body {
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
.content-modal-wrapper.is-small .content-modal-innerwrap {
	display:inline-block;
	position:relative;
	margin:20px auto;
	height:auto;
	width:960px
}
.is-small .modal-origin .content-modal-inner {
	overflow:scroll;
	overflow-x:hidden;
	-webkit-transition:height .4s;
	-o-transition:height .4s;
	transition:height .4s;
	background-color:#fff
}
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar {
	margin:0;
	padding:0;
	width:8px
}
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar-button {
	background-color:#fff;
	height:1px;
	width:10px
}
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar-corner {
	background-color:#000
}
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar-thumb {
	background:#000;
	border-radius:0
}
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar-thumb:active,
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar-thumb:hover {
	background:#fff
}
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar-track {
	background-color:#fff;
	border-radius:0;
	border:0
}
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar-track:active,
.is-small .modal-origin .content-modal-inner::-webkit-scrollbar-track:hover {
	background:#fff
}
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar {
	margin:0;
	padding:0;
	width:8px
}
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar-button {
	background-color:#999;
	height:1px;
	width:10px
}
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar-corner {
	background-color:#000
}
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar-thumb {
	background:#000;
	border-radius:0
}
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar-thumb:active,
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar-thumb:hover {
	background:#fff
}
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar-track {
	background-color:#999;
	border-radius:0;
	border:0
}
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar-track:active,
.is-small.is-more .modal-origin .content-modal-inner::-webkit-scrollbar-track:hover {
	background:#999
}
.modal-sandbox-innerwrap,
.modal-sandbox-innerwrap.is-small {
	width:960px
}
.is-content-modal-gallery .modal-sandbox-innerwrap {
	width:960px
}
.is-content-modal-movie .modal-sandbox-innerwrap {
	width:960px
}
.modal-sandbox-inner {
	-webkit-transition:height 0s;
	-o-transition:height 0s;
	transition:height 0s;
	background-color:#000
}
.modal-sandbox-inner div {
	height:100%
}
.modal-sandbox-inner .wrap-nav {
	height:auto!important
}
.modal-sandbox-inner .wrap-nav .pager {
	position:absolute;
	z-index:5020;
	top:0;
	left:0;
	margin:20px;
	padding:0;
	color:#fff
}
.modal-sandbox-inner .wrap-nav a {
	position:absolute;
	z-index:6000;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
.modal-sandbox-inner .wrap-nav a .icon {
	background-image:url('../images/icon_nav_next.png');
	width:50px;
	height:50px;
	background-size:50px 50px
}
.modal-sandbox-inner .wrap-nav a:hover {
	text-decoration:none
}
.modal-sandbox-inner .wrap-nav a.nav-prev {
	left:0;
	margin-left:10px
}
.modal-sandbox-inner .wrap-nav a.nav-prev .icon {
	background-image:url('../images/icon_nav_prev.png')
}
.modal-sandbox-inner .wrap-nav a.nav-next {
	right:0;
	margin-right:10px
}
@media only screen and (min-width:1024px) {
	.modal-sandbox-inner .wrap-nav a.nav-prev {
		margin-left: -80px
	}
	.modal-sandbox-inner .wrap-nav a.nav-next {
		margin-right: -80px
	}
}
.modal-sandbox-inner.is-no-prev a.nav-prev {
	opacity:.1;
	cursor:default
}
.modal-sandbox-inner.is-no-next a.nav-next {
	opacity:.1;
	cursor:default
}
.modal-sandbox-inner .gallery-large {
	position:relative;
	overflow:hidden;
	height:100%
}
.modal-sandbox-inner .gallery-large .item {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.modal-sandbox-inner .gallery-large .module {
	display:table;
	width:100%;
	height:100%;
	line-height:100%;
	vertical-align:middle
}
.modal-sandbox-inner .gallery-large .module span {
	display:table-cell;
	height:100%;
	cursor:default;
	pointer-events:none;
	vertical-align:middle;
	text-align:center
}
.modal-sandbox-inner .gallery-large .module img {
	max-width:80%;
	max-height:100%
}
.modal-section-media.gallery .item {
	z-index:-1;
	visibility:hidden;
	opacity:0;
	-webkit-transition:visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s;
	transition:visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s;
	-o-transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s;
	transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s;
	transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s;
	-webkit-transform:translate(0,
	100%) scale(1,
	1);
	-ms-transform:translate(0,
	100%) scale(1,
	1);
	transform:translate(0,
	100%) scale(1,
	1);
	-webkit-transform:translate3d(0,
	100%,
	0) scale(1,
	1);
	transform:translate3d(0,
	100%,
	0) scale(1,
	1);
	-webkit-transform:translate(0,
	0) scale(1,
	1);
	-ms-transform:translate(0,
	0) scale(1,
	1);
	transform:translate(0,
	0) scale(1,
	1);
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1);
	opacity:.5
}
.modal-section-media.gallery .item.prev {
	-webkit-transform:translate(-100%,
	0) scale(1,
	1);
	-ms-transform:translate(-100%,
	0) scale(1,
	1);
	transform:translate(-100%,
	0) scale(1,
	1);
	-webkit-transform:translate3d(-100%,
	0,
	0) scale(1,
	1);
	transform:translate3d(-100%,
	0,
	0) scale(1,
	1)
}
.modal-section-media.gallery .item.next {
	-webkit-transform:translate(100%,
	0) scale(1,
	1);
	-ms-transform:translate(100%,
	0) scale(1,
	1);
	transform:translate(100%,
	0) scale(1,
	1);
	-webkit-transform:translate3d(100%,
	0,
	0) scale(1,
	1);
	transform:translate3d(100%,
	0,
	0) scale(1,
	1)
}
.modal-section-media.gallery .item.in {
	z-index:5000;
	visibility:visible;
	-webkit-transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s;
	transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s;
	-o-transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s;
	transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s;
	transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s;
	-webkit-transform:translate(0,
	0) scale(1,
	1);
	-ms-transform:translate(0,
	0) scale(1,
	1);
	transform:translate(0,
	0) scale(1,
	1);
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1);
	z-index:5001;
	opacity:1
}
.modal-section-media.movie .item {
	position:relative;
	z-index:-1;
	display:none;
	width:100%;
	height:100%
}
.modal-section-media.movie .item.in {
	z-index:1;
	display:table
}
.modal-section-media.movie .module {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle
}
.modal-section-media.movie iframe {
	display:inline-block;
	width:960px;
	height:720px
}
.modal-section-media.movie .tilt-mask {
	z-index:5002;
	bottom:70px
}
.content-modal-wrapper {
	display:block;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	z-index:-1;
	visibility:hidden
}
.content-modal-wrapper .content-modal-outter {
	width:100%;
	height:100%;
	height:100vh
}
.content-modal-wrapper .content-modal-inner {
	min-height:300px
}
.content-modal-wrapper.is-large {
	top:80px;
	right:0;
	z-index:-1;
	visibility:hidden;
	opacity:0;
	-webkit-transition:visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s;
	transition:visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s;
	-o-transition:transform .6s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s;
	transition:transform .6s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s;
	transition:transform .6s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.19,
	1,
	0.22,
	1) 0s;
	-webkit-transform:translate(0,
	100%) scale(1,
	1);
	-ms-transform:translate(0,
	100%) scale(1,
	1);
	transform:translate(0,
	100%) scale(1,
	1);
	-webkit-transform:translate3d(0,
	100%,
	0) scale(1,
	1);
	transform:translate3d(0,
	100%,
	0) scale(1,
	1);
	opacity:1
}
.is-content-modal .content-modal-wrapper.is-large {
	z-index:5000;
	visibility:visible;
	opacity:1;
	-webkit-transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	-o-transition:transform .6s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s;
	transition:transform .6s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s;
	transition:transform .6s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	-webkit-transform:translate(0,
	0) scale(1,
	1);
	-ms-transform:translate(0,
	0) scale(1,
	1);
	transform:translate(0,
	0) scale(1,
	1);
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1)
}
.content-modal-wrapper.is-large .content-modal-header {
	height:50px
}
.content-modal-wrapper.is-small {
	top:0;
	left:0;
	bottom:0;
	width:200%;
	width:200vw;
	z-index:-1;
	visibility:hidden;
	opacity:0;
	-webkit-transition:visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.47,
	0,
	0.745,
	0.715) 0s;
	transition:visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.47,
	0,
	0.745,
	0.715) 0s;
	-o-transition:transform .6s cubic-bezier(0.47,
	0,
	0.745,
	0.715) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s;
	transition:transform .6s cubic-bezier(0.47,
	0,
	0.745,
	0.715) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s;
	transition:transform .6s cubic-bezier(0.47,
	0,
	0.745,
	0.715) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.47,
	0,
	0.745,
	0.715) 0s;
	-webkit-transform:translate(0,
	100%) scale(1,
	1);
	-ms-transform:translate(0,
	100%) scale(1,
	1);
	transform:translate(0,
	100%) scale(1,
	1);
	-webkit-transform:translate3d(0,
	100%,
	0) scale(1,
	1);
	transform:translate3d(0,
	100%,
	0) scale(1,
	1)
}
.content-modal-wrapper.is-small .content-modal-outter {
	float:left;
	width:50%;
	width:100vw;
	height:100%;
	height:100vh
}
.is-content-modal .content-modal-wrapper.is-small {
	z-index:5000;
	visibility:visible;
	opacity:1;
	-webkit-transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.215,
	0.61,
	0.355,
	1) .2s;
	transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.215,
	0.61,
	0.355,
	1) .2s;
	-o-transition:transform .6s cubic-bezier(0.215,
	0.61,
	0.355,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s;
	transition:transform .6s cubic-bezier(0.215,
	0.61,
	0.355,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s;
	transition:transform .6s cubic-bezier(0.215,
	0.61,
	0.355,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.215,
	0.61,
	0.355,
	1) .2s;
	-webkit-transform:translate(0,
	0) scale(1,
	1);
	-ms-transform:translate(0,
	0) scale(1,
	1);
	transform:translate(0,
	0) scale(1,
	1);
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1)
}
.is-content-modal-media .content-modal-wrapper.is-small {
	-webkit-transform:translate(-50%,
	0) scale(1,
	1);
	-ms-transform:translate(-50%,
	0) scale(1,
	1);
	transform:translate(-50%,
	0) scale(1,
	1);
	-webkit-transform:translate3d(-50%,
	0,
	0) scale(1,
	1);
	transform:translate3d(-50%,
	0,
	0) scale(1,
	1)
}
.mask-content-modal {
	background-color:rgba(0,
	0,
	0,
	0.5);
	position:fixed;
	z-index:5001;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0);
	-webkit-transition:-webkit-transform .2s ease .2s;
	transition:-webkit-transform .2s ease .2s;
	-o-transition:transform .2s ease .2s;
	transition:transform .2s ease .2s;
	transition:transform .2s ease .2s,
	-webkit-transform .2s ease .2s;
	overflow:hidden;
	height:100%
}
.is-content-modal .mask-content-modal {
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition:-webkit-transform .2s ease 0s;
	transition:-webkit-transform .2s ease 0s;
	-o-transition:transform .2s ease 0s;
	transition:transform .2s ease 0s;
	transition:transform .2s ease 0s,
	-webkit-transform .2s ease 0s
}
.is-content-modal body:after,
.is-content-modal body:before {
	content:'';
	display:block;
	position:fixed;
	z-index:3001;
	right:0;
	top:0;
	width:17px
}
.is-content-modal body:before {
	height:80px;
	background-color:#fff
}
.is-content-modal body:after {
	content:'';
	top:80px;
	right:0;
	height:50px;
	background-color:#fafafa
}
.is-content-modal.is-scrollDowned body:before {
	height:80px;
	background-color:#fff
}
.css-slider-wrapper {
	position:relative;
	line-height:1;
	background-color:#fff
}
.css-slider-wrapper * {
	margin:0;
	padding:0
}
.css-slider-wrapper em {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	position:absolute;
	text-indent:-9999px;
	z-index:-1;
	display:inline-block;
	overflow:hidden;
	clip:rect(0 0 0 0);
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	word-break:keep-all;
	white-space:nowrap;
	border:0;
	color:transparent;
	font:0/0 a;
	*height:0
}
.css-slider-wrapper .left {
	left:0
}
.css-slider-wrapper .right {
	right:0
}
.css-slider-wrapper .center {
	left:0;
	right:0
}
.css-slider-wrapper .top {
	top:0
}
.css-slider-wrapper .middle {
	top:50%
}
.csstransforms3d .css-slider-wrapper .middle {
	-webkit-transform:translate3d(0,
	-50%,
	0);
	transform:translate3d(0,
	-50%,
	0)
}
.css-slider-wrapper .bottom {
	bottom:0
}
.css-slider-wrapper .slider-counter,
.css-slider-wrapper .slider-indicator,
.css-slider-wrapper .slider-nav,
.css-slider-wrapper .slider-pager,
.css-slider-wrapper .slider-timer {
	position:absolute;
	z-index:51;
	visibility:hidden
}
.css-slider-wrapper .slider-indicator {
	visibility:visible
}
.css-slider-wrapper .slider-nav {
	cursor:pointer
}
.css-slider-wrapper .slider-nav span {
	display:inline-block;
	width:50px;
	height:50px;
	background-color:#000;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.css-slider-wrapper.is-no-next .slider-nav.next {
	opacity:.1;
	cursor:default;
	pointer-events:none
}
.css-slider-wrapper.is-no-prev .slider-nav.prev {
	opacity:.1;
	cursor:default;
	pointer-events:none
}
.css-slider-wrapper .slider-counter {
	color:#fff;
	font-size:12px
}
.css-slider-wrapper .slider-counter em,
.css-slider-wrapper .slider-counter strong {
	font-style:normal;
	font-weight:bold
}
.css-slider-wrapper .slider-counter.bottom {
	margin-bottom:15px
}
.css-slider-wrapper .slider-pager {
	line-height:1
}
.css-slider-wrapper .slider-pager span {
	display:inline-block;
	overflow:hidden;
	margin:0 1px;
	width:10px;
	height:10px;
	border-radius:10px;
	border:solid 1px #000;
	background-color:#000;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
.css-slider-wrapper .slider-pager a.in span {
	width:50px
}
.css-slider-wrapper .slider-pager.bottom {
	margin-bottom:-30px
}
.css-slider-wrapper .slider-timer {
	margin:5px;
	height:2px;
	min-width:30%;
	overflow:hidden
}
.css-slider-wrapper .slider-timer span {
	display:block;
	background-color:rgba(0,
	0,
	0,
	0.5);
	overflow:hidden
}
.css-slider-wrapper .slider-timer strong {
	display:block;
	overflow:hidden;
	width:0;
	height:2px;
	background-color:#fff
}
.css-slider-wrapper .slider-timer span {
	opacity:0;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
.css-slider-wrapper.is-timer .slider-timer span {
	opacity:1
}
.css-slider-wrapper .slider-inner {
	position:relative
}
.css-slider-wrapper .slider-item {
	text-align:left
}
.css-slider-wrapper .slider-sizer {
	height:20vh;
	z-index:-1
}
.css-slider-wrapper.is-inner-overflow-hidden .slider-inner {
	overflow:hidden
}
.css-slider-wrapper.is-position .slider-inner {
	width:100%
}
.css-slider-wrapper.is-position .slider-itemwrap {
	position:relative
}
.css-slider-wrapper.is-position .slider-item {
	position:absolute;
	z-index:49
}
.css-slider-wrapper.is-position .slider-item.in {
	z-index:50
}
.css-slider-wrapper.is-transition .slider-item {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	visibility:hidden
}
.css-slider-wrapper.is-transition .slider-item.in {
	z-index:50;
	visibility:visible
}
.css-slider-wrapper.is-animation .slider-item {
	position:absolute;
	z-index:48;
	top:0;
	left:0;
	visibility:hidden;
	-webkit-transition:all 0s;
	-o-transition:all 0s;
	transition:all 0s
}
.css-slider-wrapper.is-animation .slider-item.animated {
	z-index:49;
	visibility:visible
}
.css-slider-wrapper.is-animation .slider-item.in.animated {
	z-index:50;
	visibility:visible
}
.css-slider-wrapper.is-transition .slider-item {
	-webkit-transition:visibility 0s linear .8s,
	z-index 0s linear .8s,
	opacity .8s linear 0s,
	-webkit-transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s;
	transition:visibility 0s linear .8s,
	z-index 0s linear .8s,
	opacity .8s linear 0s,
	-webkit-transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s;
	-o-transition:transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s,
	visibility 0s linear .8s,
	z-index 0s linear .8s,
	opacity .8s linear 0s;
	transition:transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s,
	visibility 0s linear .8s,
	z-index 0s linear .8s,
	opacity .8s linear 0s;
	transition:transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s,
	visibility 0s linear .8s,
	z-index 0s linear .8s,
	opacity .8s linear 0s,
	-webkit-transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s;
	visibility:hidden;
	z-index:-1;
	opacity:0;
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1);
	opacity:1
}
.css-slider-wrapper.is-transition .slider-item.prev {
	-webkit-transform:translate3d(-100%,
	0,
	0) scale(1,
	1);
	transform:translate3d(-100%,
	0,
	0) scale(1,
	1)
}
.css-slider-wrapper.is-transition .slider-item.next {
	-webkit-transform:translate3d(100%,
	0,
	0) scale(1,
	1);
	transform:translate3d(100%,
	0,
	0) scale(1,
	1)
}
.css-slider-wrapper.is-transition .slider-item.in {
	-webkit-transition:visibility 0s linear 0s,
	z-index 0s linear 0s,
	opacity .8s linear 0s,
	-webkit-transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s;
	transition:visibility 0s linear 0s,
	z-index 0s linear 0s,
	opacity .8s linear 0s,
	-webkit-transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s;
	-o-transition:transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s,
	visibility 0s linear 0s,
	z-index 0s linear 0s,
	opacity .8s linear 0s;
	transition:transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s,
	visibility 0s linear 0s,
	z-index 0s linear 0s,
	opacity .8s linear 0s;
	transition:transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s,
	visibility 0s linear 0s,
	z-index 0s linear 0s,
	opacity .8s linear 0s,
	-webkit-transform .8s cubic-bezier(0.215,
	0.61,
	0.355,
	1) 0s;
	visibility:visible;
	z-index:50;
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1)
}
.css-slider-wrapper .slider-item {
	display:none
}
.css-slider-wrapper.is-ready .slider-item {
	display:block
}
.css-slider-wrapper.is-ready .slider-counter,
.css-slider-wrapper.is-ready .slider-nav,
.css-slider-wrapper.is-ready .slider-pager,
.css-slider-wrapper.is-ready .slider-timer {
	visibility:visible
}
.css-slider-wrapper.is-ready .slider-indicator {
	visibility:hidden
}
.css-slider-wrapper .slider-item .slider-module {
	position:relative;
	height:100%
}
.css-slider-wrapper .slider-item .slider-bg,
.css-slider-wrapper .slider-item .slider-obj {
	position:absolute
}
.css-slider-wrapper .slider-item .slider-bg {
	overflow:hidden;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover
}
.css-slider-wrapper .slider-item.in .slider-bg {
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1)
}
.css-slider-wrapper .slider-nav {
	background:rgba(0,
	0,
	0,
	0.3);
	border-radius:50%;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.css-slider-wrapper .slider-nav span {
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	background:transparent
}
.css-slider-wrapper .slider-nav:hover {
	background:#000
}
.css-slider-wrapper .slider-nav.prev {
	left:10px
}
.css-slider-wrapper .slider-nav.prev span {
	background-image:url('../images/icon_slider_core_prev_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.css-slider-wrapper .slider-nav.next {
	right:10px
}
.css-slider-wrapper .slider-nav.next span {
	background-image:url('../images/icon_slider_core_next_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.css-slider-wrapper .slider-pager {
	position:absolute
}
.css-slider-wrapper .slider-pager a {
	display:inline-block
}
.css-slider-wrapper .slider-pager a span {
	margin:20px 10px;
	width:10px;
	height:10px;
	border:1px #fff solid;
	background:transparent
}
.css-slider-wrapper .slider-pager a.in span {
	width:10px;
	background:#fff
}
@media only screen and (min-width:1024px) {
	.css-slider-wrapper .slider-nav.prev {
		left: 25px
	}
	.css-slider-wrapper .slider-nav.prev span {
		background-image: url('../images/icon_slider_core_prev_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.css-slider-wrapper .slider-nav.next {
		right: 25px
	}
	.css-slider-wrapper .slider-nav.next span {
		background-image: url('../images/icon_slider_core_next_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
}
@media only screen and (min-width:1920px) {
	.css-slider-wrapper .slider-nav.prev {
		left: 80px
	}
	.css-slider-wrapper .slider-nav.prev span {
		background-image: url('../images/icon_slider_core_prev.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
	.css-slider-wrapper .slider-nav.next {
		right: 80px
	}
	.css-slider-wrapper .slider-nav.next span {
		background-image: url('../images/icon_slider_core_next.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
}
.js-text-linr-trigger .text-linr-wrap,
.js-text-linr-wordbreak .text-linr-wrap,
.js-text-linr .text-linr-wrap {
	overflow:hidden;
	font-style:normal
}
.js-text-linr-trigger span,
.js-text-linr-wordbreak span,
.js-text-linr span {
	opacity:0;
	display:inline-block
}
.js-text-linr-trigger .spacer,
.js-text-linr-wordbreak .spacer,
.js-text-linr .spacer {
	display:inline-block;
	width:6px
}
.js-textTransit-trigger .textTransit-wrap,
.js-textTransit-wordbreak .textTransit-wrap,
.js-textTransit .textTransit-wrap {
	overflow:hidden;
	font-style:normal
}
.js-textTransit-trigger span,
.js-textTransit-wordbreak span,
.js-textTransit span {
	opacity:0;
	display:inline-block;
	-webkit-transform:translateX(0) translateY(100%) translateZ(0);
	transform:translateX(0) translateY(100%) translateZ(0);
	-webkit-transition-timing-function:cubic-bezier(0.345,
	0.005,
	0.07,
	1);
	-o-transition-timing-function:cubic-bezier(0.345,
	0.005,
	0.07,
	1);
	transition-timing-function:cubic-bezier(0.345,
	0.005,
	0.07,
	1);
	-webkit-transition-property:all;
	-o-transition-property:all;
	transition-property:all;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	transition-delay:800ms;
	-webkit-transition-duration:200ms;
	-o-transition-duration:200ms;
	transition-duration:200ms;
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
.js-textTransit-trigger .spacer,
.js-textTransit-wordbreak .spacer,
.js-textTransit .spacer {
	display:inline-block;
	width:6px
}
@-webkit-keyframes textTransit {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	to {
		opacity: 1
	}
}
@keyframes textTransit {
	0% {
		opacity: 1
	}
	50% {
		opacity: .5
	}
	to {
		opacity: 1
	}
}
.js-color-mask {
	position:relative;
	overflow:hidden
}
.js-color-mask .color-mask {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:0;
	background-color:#f7f7f7;
	-webkit-transform:translate(-100%,
	0);
	-ms-transform:translate(-100%,
	0);
	transform:translate(-100%,
	0);
	visibility:hidden;
	opacity:0;
	-webkit-transition:visibility 0s linear 100ms,
	opacity 0ms linear 100ms;
	-o-transition:visibility 0s linear 100ms,
	opacity 0ms linear 100ms;
	transition:visibility 0s linear 100ms,
	opacity 0ms linear 100ms;
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-timing-function:'cubic-bezier(0.77, 0, 0.175, 1)';
	animation-timing-function:'cubic-bezier(0.77, 0, 0.175, 1)'
}
.js-color-mask .color-mask.nth-child-1 {
	-webkit-animation-delay:0;
	animation-delay:0
}
.js-color-mask .color-mask.nth-child-2 {
	background-color:#aa6c45;
	-webkit-animation-delay:150ms;
	animation-delay:150ms
}
.js-color-mask .js-color-mask-el {
	opacity:0;
	-webkit-animation-duration:1200ms;
	animation-duration:1200ms;
	-webkit-animation-timing-function:ease;
	animation-timing-function:ease
}
.js-color-mask.in-color-mask .color-mask,
.js-color-mask.is-inview .color-mask {
	visibility:visible;
	opacity:1
}
.js-color-mask.in-color-mask .color-mask.nth-child-1,
.js-color-mask.is-inview .color-mask.nth-child-1 {
	-webkit-animation-name:colorMask1;
	animation-name:colorMask1;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.js-color-mask.in-color-mask .color-mask.nth-child-2,
.js-color-mask.is-inview .color-mask.nth-child-2 {
	-webkit-animation-name:colorMask2;
	animation-name:colorMask2;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out
}
.js-color-mask.in-color-mask .js-color-mask-el,
.js-color-mask.is-inview .js-color-mask-el {
	opacity:0;
	-webkit-animation-name:colorMaskImg;
	animation-name:colorMaskImg;
	-webkit-animation-delay:400ms;
	animation-delay:400ms;
	-webkit-animation-duration:600ms;
	animation-duration:600ms;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-timing-function:cubic-bezier(0.77,
	0,
	0.175,
	1);
	animation-timing-function:cubic-bezier(0.77,
	0,
	0.175,
	1)
}
@-webkit-keyframes colorMask1 {
	0% {
		width: 100%;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	to {
		width: 100%;
		-webkit-transform: translate(101%, 0);
		transform: translate(101%, 0)
	}
}
@keyframes colorMask1 {
	0% {
		width: 100%;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	to {
		width: 100%;
		-webkit-transform: translate(101%, 0);
		transform: translate(101%, 0)
	}
}
@-webkit-keyframes colorMask2 {
	0% {
		width: 100%;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	1% {
		width: 100%;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	to {
		width: 50%;
		-webkit-transform: translate(201%, 0);
		transform: translate(201%, 0)
	}
}
@keyframes colorMask2 {
	0% {
		width: 100%;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	1% {
		width: 100%;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	to {
		width: 50%;
		-webkit-transform: translate(201%, 0);
		transform: translate(201%, 0)
	}
}
@-webkit-keyframes colorMaskImg {
	0% {
		opacity: 0;
		-webkit-transform: translate(-10%, 0);
		transform: translate(-10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes colorMaskImg {
	0% {
		opacity: 0;
		-webkit-transform: translate(-10%, 0);
		transform: translate(-10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
.js-centos {
	position:relative;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	-ms-touch-action:pan-y;
	touch-action:pan-y
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.js-centos {
		overflow: scroll;
		overflow-y: hidden
	}
}
.js-centos .inner {
	position:absolute
}
.js-centos .item {
	float:left
}
.offcanvas {
	display:none
}
.offcanvas .offcanvas-holder {
	display:table-cell;
	vertical-align:middle;
	min-height:100%
}
.offcanvas .offcanvas-inner {
	min-height:100%;
	height:100%;
	overflow:scroll;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
	background-color:#fff
}
.offcanvas.in {
	position:relative;
	z-index:120;
	display:table;
	width:100%;
	height:100%
}
.offcanvas h3.title {
	border-bottom:1px solid #555;
	-webkit-box-shadow:0 0 7px 2px rgba(0,
	0,
	0,
	0.2);
	box-shadow:0 0 7px 2px rgba(0,
	0,
	0,
	0.2);
	font-size:16px;
	height:50px;
	line-height:50px;
	margin:0;
	position:relative;
	text-align:center
}
.offcanvas .offcanvas-content {
	padding-bottom:20px
}
.offcanvas .offcanvas-content.padder,
.offcanvas .offcanvas-content .padder {
	margin:0 15px
}
.offcanvas .section-action .col-1-2:nth-child(odd) {
	padding-right:5px
}
.offcanvas .section-action .col-1-2:nth-child(2n) {
	padding-left:5px
}
.offcanvas .close {
	position:absolute;
	top:0;
	right:0
}
.offcanvas .close .icon {
	background-color:#f00;
	width:30px;
	height:30px
}
.is-offcanvas {
	height:100%
}
.is-offcanvas #container {
	display:none
}
.md-overlay {
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,
	0,
	0,
	0.6);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	opacity:0;
	visibility:hidden;
	-webkit-transition:transform .4s ease-in-out .4s,
	opacity .4s ease .4s,
	visibility 0s ease .8s,
	z-index 0s ease .8s;
	-webkit-transition:opacity .4s ease .4s,
	visibility 0s ease .8s,
	z-index 0s ease .8s,
	-webkit-transform .4s ease-in-out .4s;
	transition:opacity .4s ease .4s,
	visibility 0s ease .8s,
	z-index 0s ease .8s,
	-webkit-transform .4s ease-in-out .4s;
	-o-transition:transform .4s ease-in-out .4s,
	opacity .4s ease .4s,
	visibility 0s ease .8s,
	z-index 0s ease .8s;
	transition:transform .4s ease-in-out .4s,
	opacity .4s ease .4s,
	visibility 0s ease .8s,
	z-index 0s ease .8s;
	transition:transform .4s ease-in-out .4s,
	opacity .4s ease .4s,
	visibility 0s ease .8s,
	z-index 0s ease .8s,
	-webkit-transform .4s ease-in-out .4s
}
.is-overlay .md-overlay {
	z-index:4000;
	opacity:1;
	visibility:visible;
	-webkit-transition:transform .4s ease-in-out 0s,
	opacity .4s ease 0s,
	visibility 0s ease 0s,
	z-index 0s ease 0s;
	-webkit-transition:opacity .4s ease 0s,
	visibility 0s ease 0s,
	z-index 0s ease 0s,
	-webkit-transform .4s ease-in-out 0s;
	transition:opacity .4s ease 0s,
	visibility 0s ease 0s,
	z-index 0s ease 0s,
	-webkit-transform .4s ease-in-out 0s;
	-o-transition:transform .4s ease-in-out 0s,
	opacity .4s ease 0s,
	visibility 0s ease 0s,
	z-index 0s ease 0s;
	transition:transform .4s ease-in-out 0s,
	opacity .4s ease 0s,
	visibility 0s ease 0s,
	z-index 0s ease 0s;
	transition:transform .4s ease-in-out 0s,
	opacity .4s ease 0s,
	visibility 0s ease 0s,
	z-index 0s ease 0s,
	-webkit-transform .4s ease-in-out 0s
}
.no-rgba.is-overlay .md-overlay {
	background-color:#000;
	opacity:.5
}
.csstransitions .md-overlay {
	opacity:0;
	visibility:hidden
}
.csstransitions.is-overlay .md-overlay {
	opacity:1;
	visibility:visible
}
.no-csstransitions .md-overlay {
	display:none
}
.no-csstransitions .is-overlay .md-overlay {
	display:block
}
.md-tooltip.fx-1 .md-content {
	-ms-transform:scale(0.7,
	0.7);
	-webkit-transform:scale(0.7,
	0.7);
	transform:scale(0.7,
	0.7);
	opacity:0
}
.md-tooltip.fx-2 .md-content {
	-webkit-transform:translate(20%,
	0);
	-ms-transform:translate(20%,
	0);
	transform:translate(20%,
	0);
	-webkit-transition:all .3s cubic-bezier(0.25,
	0.5,
	0.5,
	0.9);
	-o-transition:all .3s cubic-bezier(0.25,
	0.5,
	0.5,
	0.9);
	transition:all .3s cubic-bezier(0.25,
	0.5,
	0.5,
	0.9);
	opacity:0
}
.md-tooltip.fx-3 .md-content {
	-webkit-transform:translate(0,
	20%);
	-ms-transform:translate(0,
	20%);
	transform:translate(0,
	20%);
	opacity:0
}
.md-tooltip.fx-4 .md-content {
	-ms-transform:scale(0,
	0);
	transform:scale(0,
	0);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	opacity:0
}
.md-tooltip.fx-5 {
	-webkit-perspective:600px;
	-moz-perspective:600px;
	perspective:600px
}
.md-tooltip.fx-5 .md-content {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:translateZ(600px);
	-ms-transform:translateZ(600px);
	transform:translateZ(600px);
	-webkit-transform:rotateX(20deg);
	-ms-transform:rotateX(20deg);
	transform:rotateX(20deg);
	opacity:0
}
.md-tooltip.fx-6 {
	-webkit-perspective:600px;
	-moz-perspective:600px;
	perspective:600px
}
.md-tooltip.fx-6 .md-content {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:translateZ(600px);
	-ms-transform:translateZ(600px);
	transform:translateZ(600px);
	-webkit-transform:translate(30%,
	30%);
	-ms-transform:translate(30%,
	30%);
	transform:translate(30%,
	30%);
	-webkit-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
	opacity:0
}
.md-tooltip.fx-7 {
	top:0;
	-webkit-transform:translate(-50%,
	0);
	-ms-transform:translate(-50%,
	0);
	transform:translate(-50%,
	0)
}
.md-tooltip.fx-7 .md-content {
	-webkit-transform:translate(0,
	-200%);
	-ms-transform:translate(0,
	-200%);
	transform:translate(0,
	-200%);
	opacity:0
}
.md-tooltip.fx-8 {
	-webkit-perspective:1300px;
	-moz-perspective:1300px;
	perspective:1300px
}
.md-tooltip.fx-8 .md-content {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:rotateY(-70deg);
	-ms-transform:rotateY(-70deg);
	transform:rotateY(-70deg);
	opacity:0
}
.md-tooltip.fx-9 {
	-webkit-perspective:1300px;
	-moz-perspective:1300px;
	perspective:1300px
}
.md-tooltip.fx-9 .md-content {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:rotateX(-70deg);
	-ms-transform:rotateX(-70deg);
	transform:rotateX(-70deg);
	opacity:0
}
.md-tooltip.fx-10 {
	-webkit-perspective:1300px;
	-moz-perspective:1300px;
	perspective:1300px
}
.md-tooltip.fx-10 .md-content {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:rotateX(-60deg);
	-ms-transform:rotateX(-60deg);
	transform:rotateX(-60deg);
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	transform-origin:50% 0;
	opacity:0
}
.md-tooltip.fx-11 .md-content {
	-ms-transform:scale(2,
	2);
	-webkit-transform:scale(2,
	2);
	transform:scale(2,
	2);
	opacity:0
}
.md-tooltip.fx-12 {
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0);
	transform:translate(0,
	0)
}
.md-tooltip.fx-12 .md-content {
	min-height:100%
}
.md-tooltip.fx-12 .md-close {
	margin-top:0;
	margin-right:0;
	-webkit-box-shadow:none;
	box-shadow:none
}
.md-tooltip.fx-12 .md-content {
	-ms-transform:scale(0.8,
	0.8);
	-webkit-transform:scale(0.8,
	0.8);
	transform:scale(0.8,
	0.8);
	opacity:0;
	background-color:#9c8d6c
}
.md-tooltip.fx-12 .md-content>.title {
	background-color:#9c8d6c
}
.md-tooltip.fx-13 {
	-webkit-perspective:1300px;
	-moz-perspective:1300px;
	perspective:1300px
}
.md-tooltip.fx-13 .md-content {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:translateZ(-3000px);
	-ms-transform:translateZ(-3000px);
	transform:translateZ(-3000px);
	-webkit-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	transform:rotateY(90deg);
	opacity:0
}
.md-tooltip.fx-14 {
	-webkit-perspective:1300px;
	-moz-perspective:1300px;
	perspective:1300px
}
.md-tooltip.fx-14 .md-content {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:translate(0,
	100%);
	-ms-transform:translate(0,
	100%);
	transform:translate(0,
	100%);
	-webkit-transform:rotateX(90deg);
	-ms-transform:rotateX(90deg);
	transform:rotateX(90deg);
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	transform-origin:0 100%;
	-webkit-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	opacity:0
}
.md-tooltip.fx-15 {
	-webkit-perspective:1300px;
	-moz-perspective:1300px;
	perspective:1300px
}
.md-tooltip.fx-15 .md-content {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform:translateZ(100px);
	-ms-transform:translateZ(100px);
	transform:translateZ(100px);
	-webkit-transform:translate(-30%,
	0);
	-ms-transform:translate(-30%,
	0);
	transform:translate(-30%,
	0);
	-webkit-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	transform:rotateY(90deg);
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	transform-origin:0 100%;
	opacity:0
}
.md-tooltip.fx-16 .md-content {
	-webkit-transform:translate(0,
	-5%);
	-ms-transform:translate(0,
	-5%);
	transform:translate(0,
	-5%);
	opacity:0
}
.md-tooltip.fx-17 .md-content {
	opacity:0;
	-webkit-transform:translate(0,
	100%);
	-ms-transform:translate(0,
	100%);
	transform:translate(0,
	100%)
}
.md-tooltip.fx-18 .md-content {
	-webkit-transform:translate(100%,
	0);
	-ms-transform:translate(100%,
	0);
	transform:translate(100%,
	0);
	opacity:0
}
.md-tooltip.fx-19 .md-content {
	-webkit-transform:translate(0,
	-100%);
	-ms-transform:translate(0,
	-100%);
	transform:translate(0,
	-100%);
	opacity:0
}
.md-tooltip.md-show {
	visibility:visible
}
.md-tooltip.md-show .md-content {
	opacity:1;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0);
	transform:translate(0,
	0);
	-ms-transform:scale(1,
	1);
	transform:scale(1,
	1);
	-webkit-transform:rotateX(0deg);
	-ms-transform:rotateX(0deg);
	transform:rotateX(0deg);
	-webkit-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg)
}
.md-tooltip.md-show.fx-7 .md-content {
	-webkit-transform:translate(0,
	0);
	-ms-transform:translate(0,
	0);
	transform:translate(0,
	0);
	border-radius:0 0 3px 3px;
	opacity:1
}
.md-tooltip.md-show.fx-12~.md-overlay {
	background:#e74c3c
}
.md-tooltip.md-show.fx-13 .md-content {
	-webkit-animation-name:slit;
	animation-name:slit;
	-webkit-animation-duration:.7s;
	animation-duration:.7s;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-timing-function:ease-out;
	animation-timing-function:ease-out
}
.md-tooltip.md-show.fx-16~.md-overlay {
	background:#b42e20;
	background:rgba(180,
	46,
	32,
	0.5)
}
.md-tooltip.md-show.fx-16~.container {
	-webkit-filter:blur(3px);
	-moz-filter:blur(3px);
	filter:blur(3px);
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.md-tooltip.md-show.fx-17~.container {
	height:100%;
	overflow:hidden;
	-webkit-transition:transform .3s;
	-webkit-transition:-webkit-transform .3s;
	transition:-webkit-transform .3s;
	-o-transition:transform .3s;
	transition:transform .3s;
	transition:transform .3s,
	-webkit-transform .3s
}
.md-tooltip.md-show.fx-17~.container,
.md-tooltip.md-show.fx-17~.md-overlay {
	-webkit-transform:rotateX(-2deg);
	-ms-transform:rotateX(-2deg);
	transform:rotateX(-2deg);
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	transform-origin:50% 0;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.md-tooltip.md-show.fx-17 .md-content {
	-webkit-transform:translate(0,
	0%);
	-ms-transform:translate(0,
	0%);
	transform:translate(0,
	0%);
	opacity:1;
	-webkit-transition:all .3s .2s;
	-o-transition:all .3s .2s;
	transition:all .3s .2s
}
.md-tooltip.md-show.fx-18~.container {
	height:100%;
	overflow:hidden
}
.md-tooltip.md-show.fx-18~.md-overlay {
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.md-tooltip.md-show.fx-18~.container,
.md-tooltip.md-show.fx-18~.md-overlay {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform-origin:0 50%;
	-moz-transform-origin:0 50%;
	-ms-transform-origin:0 50%;
	transform-origin:0 50%;
	-webkit-animation-name:rotateRightSideFirst;
	animation-name:rotateRightSideFirst;
	-webkit-animation-duration:.5s;
	animation-duration:.5s;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
.md-tooltip.md-show.fx-18 .md-content {
	-webkit-transform:translate(0%,
	0);
	-ms-transform:translate(0%,
	0);
	transform:translate(0%,
	0);
	opacity:1;
	-webkit-transition:all .5s .1s;
	-o-transition:all .5s .1s;
	transition:all .5s .1s
}
.md-tooltip.md-show.fx-19~.container {
	height:100%;
	overflow:hidden
}
.md-tooltip.md-show.fx-19~.md-overlay {
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.md-tooltip.md-show.fx-19~.container,
.md-tooltip.md-show.fx-19~.md-overlay {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform-origin:50% 100%;
	-moz-transform-origin:50% 100%;
	-ms-transform-origin:50% 100%;
	transform-origin:50% 100%;
	-webkit-animation-name:OpenTop;
	animation-name:OpenTop;
	-webkit-animation-duration:.5s;
	animation-duration:.5s;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-timing-function:ease-in;
	animation-timing-function:ease-in
}
@-webkit-keyframes slit {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(89deg);
		opacity: .5;
		-webkit-animation-timing-function: ease-out
	}
	to {
		-webkit-transform: translateZ(0) rotateY(0deg);
		opacity: 1
	}
}
@-moz-keyframes slit {
	50% {
		-moz-transform: translateZ(-250px) rotateY(89deg);
		opacity: .5;
		-moz-animation-timing-function: ease-out
	}
	to {
		-moz-transform: translateZ(0) rotateY(0deg);
		opacity: 1
	}
}
@keyframes slit {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(89deg);
		transform: translateZ(-250px) rotateY(89deg);
		opacity: 1;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: translateZ(0) rotateY(0deg);
		transform: translateZ(0) rotateY(0deg);
		opacity: 1
	}
}
@-webkit-keyframes rotateRightSideFirst {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
		-webkit-animation-timing-function: ease-out
	}
	to {
		-webkit-transform: translateZ(-200px)
	}
}
@-moz-keyframes rotateRightSideFirst {
	50% {
		-moz-transform: translateZ(-50px) rotateY(5deg);
		-moz-animation-timing-function: ease-out
	}
	to {
		-moz-transform: translateZ(-200px)
	}
}
@keyframes rotateRightSideFirst {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
		transform: translateZ(-50px) rotateY(5deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	to {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px)
	}
}
@-webkit-keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out
	}
}
@-moz-keyframes OpenTop {
	50% {
		-moz-transform: rotateX(10deg);
		-moz-animation-timing-function: ease-out
	}
}
@keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}
.js-tooltip {
	cursor:pointer
}
.js-tooltip.has-click {
	cursor:pointer
}
.js-tooltip i.icon {
	background-image:url('../images/icon_tooltip.png');
	width:20px;
	height:20px;
	background-size:20px 20px;
	vertical-align:top
}
.pos-relative .js-tooltip {
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-10px
}
.md-tooltip {
	position:fixed;
	z-index:80;
	top:50%;
	left:50%;
	max-width:100%;
	max-height:100%;
	visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.md-tooltip .md-content {
	position:relative;
	z-index:82;
	color:#000;
	background:#fff;
	border-style:solid;
	border-width:4px;
	border-color:#9c8d6c;
	min-width:200px;
	margin:0 auto;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.md-tooltip .md-content>.title {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	text-align:left;
	text-indent:10px;
	font-weight:bold;
	color:#fff;
	height:50px;
	line-height:50px;
	background-color:#9c8d6c;
	cursor:inherit;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.md-tooltip .md-content>.title a {
	color:#fff;
	text-decoration:none;
	outline:0;
	cursor:default;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.md-tooltip .md-close {
	position:absolute;
	z-index:81;
	top:0;
	right:0;
	opacity:0;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
	margin-top:-4px;
	margin-right:-40px
}
.md-tooltip .md-close .icon {
	width:40px;
	height:40px;
	background-color:#9c8d6c;
	background-image:url(../images/5b9b2a9431d64e759abc9c2ac266ef57.gif);
	color:#fff
}
.md-tooltip .inner-wrapper {
	margin:20px 20px;
	padding:0
}
.md-tooltip .section-buttons {
	margin:0 15px;
	padding:10px 0 20px;
	clear:both;
	text-align:center;
	opacity:0;
	-webkit-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s
}
.md-tooltip .section-buttons a {
	margin-left:2px;
	margin-right:2px
}
.md-tooltip.is-clicked {
	position:absolute;
	z-index:10
}
.md-tooltip.is-clicked .md-content {
	z-index:11
}
.md-tooltip.is-clicked .md-close {
	opacity:1
}
.md-indicator {
	display:none;
	position:fixed;
	z-index:9999;
	top:50%;
	right:50%;
	width:300px;
	margin-top:-34px;
	margin-right:-150px;
	text-align:center
}
.csstransitions.is-indicator .md-indicator {
	display:block
}
.md-indicator>div {
	position:relative;
	text-indent:-9999em;
	font-size:10px
}
.indicator-load8 .md-indicator>div {
	margin:0 auto;
	border-top:7px solid rgba(0,
	125,
	195,
	0.4);
	border-right:7px solid rgba(248,
	151,
	29,
	0.4);
	border-bottom:7px solid rgba(227,
	27,
	35,
	0.4);
	border-left:7px solid rgba(227,
	27,
	35,
	0.1);
	background:transparent;
	-webkit-animation:load8 .8s infinite linear;
	animation:load8 .8s infinite linear
}
.indicator-load8.is-overlay .md-indicator>div {
	border-top:7px solid rgba(255,
	255,
	255,
	0.2);
	border-right:7px solid rgba(255,
	255,
	255,
	0.2);
	border-bottom:7px solid rgba(255,
	255,
	255,
	0.2);
	border-left:7px solid #fff
}
.indicator-load8 .md-indicator>div {
	display:none
}
.indicator-load8 .md-indicator>div:first-child {
	display:block
}
.indicator-load8 .md-indicator>div,
.indicator-load8 .md-indicator>div:after {
	width:54px;
	height:54px;
	border-radius:100%
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.parallax {
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:120% auto
}
.js-inview {
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.js-inview.in {
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-main #jumbotron {
	overflow:hidden
}
.page-main #jumbotron .slider-sizer {
	height:100vh
}
.page-main #jumbotron .slider-pager {
	top:auto;
	margin:0;
	bottom:70px;
	text-align:center
}
.page-main #jumbotron .slider-counter,
.page-main #jumbotron .slider-nav {
	display:none
}
.page-main #jumbotron .slider-obj {
	top:40%;
	left:0;
	right:0;
	color:#fff;
	text-align:center
}
.page-main #jumbotron .slider-obj p {
	margin:0
}
.page-main #jumbotron .slider-obj p.desc {
	letter-spacing:.15em
}
.page-main #jumbotron .slider-obj p.core {
	margin-top:30px;
	font-size:30px;
	letter-spacing:.1em
}
@media only screen and (min-width:1024px) {
	.page-main #jumbotron .slider-obj {
		top: 185px
	}
	.page-main #jumbotron .slider-obj p.desc {
		font-size: 18px;
		letter-spacing: .3em
	}
	.page-main #jumbotron .slider-obj p.core {
		margin-top: 60px;
		font-size: 60px
	}
}
@media only screen and (min-width:1280px) {
	.page-main #jumbotron .slider-obj {
		top: 230px;
		left: 0;
		right: 0;
		color: #fff;
		text-align: center
	}
	.page-main #jumbotron .slider-obj p.core {
		margin-top: 100px
	}
}
@media only screen and (min-width:1920px) {
	.page-main #jumbotron .slider-obj {
		top: 410px
	}
}
.page-main .section-news-preview {
	position:absolute;
	z-index:50;
	left:0;
	right:0;
	margin-top:-70px;
	height:70px;
	background-color:rgba(0,
	0,
	0,
	0.5);
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	opacity:0;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0);
	-webkit-transition:all .6s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	-o-transition:all .6s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	transition:all .6s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s
}
.page-main .section-news-preview h3.title {
	margin:0;
	font-size:12px;
	color:#fff;
	text-align:left;
	font-weight:normal
}
.page-main .section-news-preview .subject {
	margin:0;
	color:#fff;
	font-size:12px;
	font-weight:normal
}
.page-main .section-news-preview .bx-controls {
	position:absolute;
	z-index:5;
	top:35px!important;
	right:15px
}
.page-main .section-news-preview .bx-controls .bx-pager-item {
	display:inline-block
}
.page-main .section-news-preview .bx-controls .bx-pager-link {
	display:inline-block;
	padding:10px 5px;
	line-height:0
}
.page-main .section-news-preview .bx-controls .bx-pager-link span {
	display:inline-block;
	width:10px;
	height:10px;
	border:1px #fff solid;
	border-radius:50%;
	text-indent:-1000px;
	overflow:hidden;
	background:transparent;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-main .section-news-preview .bx-controls .bx-pager-link.active span,
.page-main .section-news-preview .bx-controls .bx-pager-link:hover span {
	border-color:#fff;
	background:#fff
}
.page-main .section-news-preview a.close {
	position:absolute;
	top:5px;
	right:15px
}
.page-main .section-news-preview a.close .icon {
	background-image:url('../images/icon_news_close_sm.png');
	width:25px;
	height:25px;
	background-size:25px 25px
}
.is-window-loaded .page-main .section-news-preview {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-main .section-news-preview.is-out {
	opacity:0;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0)
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-main .section-news-preview .wrap {
		margin-left: 15px;
		margin-right: 50px
	}
	.page-main .section-news-preview h3.title {
		margin-top: 15px;
		margin-bottom: 10px
	}
}
@media only screen and (min-width:1024px) {
	.page-main .section-news-preview {
		margin-top: -50px;
		height: 50px
	}
	.page-main .section-news-preview .wrap {
		position: relative;
		padding: 0 155px
	}
	.page-main .section-news-preview h3.title {
		position: absolute;
		left: 0;
		height: 50px;
		line-height: 50px;
		font-size: 14px
	}
	.page-main .section-news-preview .subject {
		width: auto;
		max-width: 80%;
		line-height: 52px;
		font-size: 14px;
		vertical-align: top;
		font-family: 'webfontregular';
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px
	}
	.page-main .section-news-preview .date {
		display: inline-block;
		line-height: 52px;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.8);
		vertical-align: top;
		letter-spacing: 1px;
		font-family: 'webfontregular';
		text-transform: capitalize;
		margin-left: 60px
	}
	.page-main .section-news-preview a.close {
		position: absolute;
		top: 0;
		right: 0
	}
	.page-main .section-news-preview a.close .icon {
		background-image: url('../images/icon_news_close_lg.png');
		width: 28px;
		height: 50px;
		background-size: 28px 50px
	}
	.page-main .section-news-preview .bx-controls {
		top: 10px!important;
		right: 40px
	}
}
.page-main .section-about {
	position:relative;
	z-index:51;
	overflow:hidden;
	margin:0 auto;
	max-width:1920px;
	clear:both;
	*zoom:1
}
.page-main .section-about:after,
.page-main .section-about:before {
	content:" ";
	display:table
}
.page-main .section-about:after {
	clear:both
}
.page-main .section-about .more {
	margin-top:40px
}
.page-main .section-about .col {
	float:none
}
.page-main .section-about .col .module {
	margin:30px 15px 40px 15px
}
.page-main .section-about .col .module :first-child {
	margin-top:0
}
.page-main .section-about .col .module :last-child {
	margin-bottom:0
}
.page-main .section-about .col h3.title {
	margin:0;
	letter-spacing:0;
	color:#9c8d6c;
	font-size:24px;
	text-align:left
}
.page-main .section-about .col p {
	margin-bottom:0;
	color:#000;
	line-height:2
}
.lang-en .page-main .section-about .col p {
	letter-spacing:.05em
}
.page-main .section-about .col img {
	max-width:initial
}
.page-main .section-about .js-inview {
	opacity:0;
	-webkit-transform:translate3d(0,
	200%,
	0);
	transform:translate3d(0,
	200%,
	0);
	-webkit-transition:all .6s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	-o-transition:all .6s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	transition:all .6s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s
}
.page-main .section-about .js-inview.pic {
	opacity:.5;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-main .section-about .js-inview.is-inview {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-main .section-about .section-b {
	text-align:center;
	color:#fff;
	background:url('../images/main_about_place.jpg') no-repeat center center fixed;
	background-size:100%
}
.page-main .section-about .section-b .table {
	height:150px
}
@media only screen and (min-width:1024px) {
	.page-main .section-about .js-inview {
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0)
	}
	.page-main .section-about .js-inview.pic {
		width: 0;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.page-main .section-about .js-inview.pic img {
		width: auto;
		max-width: none
	}
	.page-main .section-about .js-inview.pic.is-inview {
		width: 100%
	}
	.page-main .section-about .section-a .pic.js-inview {
		float: right
	}
	.page-main .section-about .section-a .pic.js-inview img {
		float: right
	}
	.page-main .section-about .col {
		float: left;
		width: 50%
	}
	.page-main .section-about .col .module {
		margin: 0 60px
	}
	.page-main .section-about .col h3.title {
		font-size: 34px
	}
	.page-main .section-about .col .pic img {
		height: 460px
	}
	.page-main .section-about .section-a {
		background-color: #fff;
		width: 87%;
		margin: 0 auto;
		padding: 80px 0
	}
	.page-main .section-about .section-a .col.nth-child-1 {
		float: right
	}
	.page-main .section-about .section-a .col.nth-child-2 {
		float: left
	}
	.page-main .section-about .section-a .col.nth-child-2 .module {
		margin-top: 80px
	}
	.page-main .section-about .section-b {
		display: block;
		font-size: 44px;
		background-size: cover;
		background-attachment: fixed
	}
	.page-main .section-about .section-b .table {
		height: 400px
	}
	.page-main .section-about .section-c .col {
		overflow: hidden
	}
	.page-main .section-about .section-c .col.nth-child-2 .module {
		margin-top: 40px
	}
}
@media only screen and (min-width:1024px) and (max-width:1279px) {
	.page-main .section-about .section-b {
		background-size: 100%;
		background-attachment: scroll
	}
}
@media only screen and (min-width:1280px) {
	.page-main .section-about .col h3.title {
		font-size: 42px
	}
	.page-main .section-about .col .pic img {
		height: 540px
	}
	.page-main .section-about .section-a .col h3.title {
		font-size: 42px
	}
	.page-main .section-about .section-a .col img {
		height: 540px
	}
	.page-main .section-about .section-a .col.nth-child-1 {
		width: 47%
	}
	.page-main .section-about .section-a .col.nth-child-2 {
		width: 53%
	}
	.page-main .section-about .section-a .col.nth-child-2 .module {
		margin: 130px 80px 0 80px
	}
	.page-main .section-about .section-b {
		font-size: 48px
	}
	.page-main .section-about .section-c .col.nth-child-1 {
		width: 47%
	}
	.page-main .section-about .section-c .col.nth-child-1 .pic {
		margin-left: 0
	}
	.page-main .section-about .section-c .col.nth-child-2 {
		width: 53%
	}
	.page-main .section-about .section-c .col.nth-child-2 .module {
		margin: 80px 80px 0 110px
	}
}
@media only screen and (min-width:1920px) {
	.page-main .section-about .section-a img {
		width: 100%
	}
	.page-main .section-about .section-a .col.nth-child-2 .module {
		margin: 160px 120px 0 120px
	}
	.page-main .section-about .section-c img {
		width: 100%
	}
	.page-main .section-about .section-c .col.nth-child-2 .module {
		margin: 130px 120px 0 180px
	}
}
.page-main .section-course {
	position:relative;
	text-align:center;
	background-color:#e8e8e8;
	padding: 50px 0 80px;
}
.page-main .section-course .title {
	position:absolute;
	z-index:1;
	top:15px;
	left:50%;
	margin:0 0 0 -35px;
	width:70px;
	color:#fff;
	font-size:14px;
	letter-spacing:.2em
}
.colItem {
	position:relative;
	z-index:1;
	border-right:1px solid #fff
}
.colItem .bg {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position:center center;
	background-size:cover
}
.colItem .bg:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url('../images/main_course_clip.png');
	background-size:100% auto;
	background-position:center center
}
.colItem .module:after,
.colItem .module:before {
	content:'';
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
	width:140px;
	height:140px;
	border:4px #fff solid;
	border-radius:50%;
	-webkit-transform:scale(0.2);
	-ms-transform:scale(0.2);
	transform:scale(0.2);
	-webkit-transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1);
	-o-transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1);
	transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1)
}
.colItem .module:after {
	background:#fff;
	-webkit-transform:scale(0.05);
	-ms-transform:scale(0.05);
	transform:scale(0.05)
}
.colItem a {
	position:relative;
	z-index:2;
	display:block;
	color:#fff;
	overflow:hidden;
	background-position:center bottom
}
.colItem a span {
	display:block;
	-webkit-transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1);
	-o-transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1);
	transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1)
}
.colItem a span.core {
	font-size:26px;
	margin-top:100px;
	letter-spacing:3px
}
.colItem a:after,
.colItem a:before {
	content:'';
	position:absolute;
	-webkit-transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1);
	-o-transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1);
	transition:all .6s cubic-bezier(0.23,
	1,
	0.32,
	1)
}
.colItem a:before {
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
	width:140px;
	height:140px;
	border:2px #9c8d6c solid;
	border-radius:50%;
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8)
}
.colItem a:after {
	top:50%;
	margin:55px 0 0 -1px;
	left:50%;
	width:1px;
	height:30px;
	background:#9c8d6c
}
.colItem.nth-child-1 .bg {
	background-image:url('../images/hj.jpg');
	background-position:26px 100px;
	background-repeat:initial
}
.colItem.nth-child-1 a {
	background-image:url('../images/colitem1-icon.png')
}
.colItem.nth-child-2 .bg {
	background-image:url('../images/feiqi.jpg');
	background-size:contain;
	background-repeat:repeat;
	background-position:67px 227px
}
.colItem.nth-child-2 a {
	background-image:url('../images/colitem2-icon.png')
}
.colItem.nth-child-3 .bg {
	background-image:url('../images/colitem2.png')
}
.colItem.nth-child-3 a {
	background-image:url('../images/colitem3-icon.png')
}
.colItem.nth-child-4 .bg {
	background-image:url('../images/colitem4.png')
}
.colItem.nth-child-4 a {
	background-image:url('../images/colitem4-icon.png')
}
.colItem.nth-child-5 .bg {
	background-image:url('../images/colitem5.png')
}
.colItem.nth-child-5 a {
	background-image:url('../images/colitem5-icon.png')
}
.colItem:hover .module:before {
	-webkit-animation:coursePointB 2.5s infinite cubic-bezier(0.39,
	0.575,
	0.565,
	1);
	animation:coursePointB 2.5s infinite cubic-bezier(0.39,
	0.575,
	0.565,
	1)
}
.colItem:hover .module:after {
	-webkit-animation:coursePointA 2s infinite cubic-bezier(0.39,
	0.575,
	0.565,
	1);
	animation:coursePointA 2s infinite cubic-bezier(0.39,
	0.575,
	0.565,
	1)
}
.colItem:hover a {
	text-decoration:none
}
.colItem:hover a span.core {
	-webkit-transform:translate3d(0,
	30%,
	0);
	transform:translate3d(0,
	30%,
	0)
}
.colItem:hover a span.desc {
	-webkit-transform:translate3d(0,
	-50%,
	0);
	transform:translate3d(0,
	-50%,
	0)
}
.colItem:hover a:before {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:0
}
.colItem:hover a:after {
	-webkit-transform:translate3d(0,
	50%,
	0);
	transform:translate3d(0,
	50%,
	0);
	opacity:0
}
@media only screen and (min-width:1024px) {
	.page-main .section-course .title {
		top: 30px;
		font-size: 18px
	}
	.colItem .bg:after {
		background-image: url('../images/main_course_clip.png');
		background-position: center center
	}
	.colItem .module:after,
	.colItem .module:before {
		margin: -120px 0 0 -145px;
		width: 290px;
		height: 290px;
		-webkit-transform: scale(0.1);
		-ms-transform: scale(0.1);
		transform: scale(0.1)
	}
	.colItem .module:after {
		-webkit-transform: scale(0.02);
		-ms-transform: scale(0.02);
		transform: scale(0.02)
	}
	.colItem a {
		height: 660px;
		background-size: 640px 130px
	}
	.colItem a span.desc {
		margin-top: 10px;
		font-size: 24px;
		text-transform: uppercase;
		font-family: 'webfontregular'
	}
	.colItem a:before {
		margin: -105px 0 0 -145px;
		width: 290px;
		height: 290px;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7)
	}
	.colItem a:after {
		margin: 140px 0 0 -1px;
		width: 2px;
		height: 50px
	}
	.colItem:hover a span.core {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	.colItem:hover a span.desc {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	.colItem:hover a:before {
		-webkit-animation: coursePointC 3s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
		animation: coursePointC 3s infinite cubic-bezier(0.39, 0.575, 0.565, 1)
	}
	.colItem:hover a:after {
		-webkit-animation: coursePointD 2.3s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
		animation: coursePointD 2.3s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top
	}
}
@media only screen and (min-width:1920px) {
	.page-main .section-course .title {
		top: 60px
	}
	.colItem a {
		height: 798px
	}
	.colItem a span.core {
		margin-top: 100px;
		font-size: 26px;
		font-weight: 300;
		letter-spacing: 3px
	}
	.colItem a:before {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}
	.colItem a:after {
		margin: 130px 0 0 -1px;
		height: 100px
	}
	.colItem:hover a:before {
		-webkit-animation: coursePointCXl 3s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
		animation: coursePointCXl 3s infinite cubic-bezier(0.39, 0.575, 0.565, 1)
	}
}
@-webkit-keyframes coursePointA {
	0% {
		-webkit-transform: scale3d(0.05, 0.05, 0.05);
		transform: scale3d(0.05, 0.05, 0.05)
	}
	50% {
		opacity: .5;
		-webkit-transform: scale3d(0.08, 0.08, 0.08);
		transform: scale3d(0.08, 0.08, 0.08)
	}
	to {
		-webkit-transform: scale3d(0.05, 0.05, 0.05);
		transform: scale3d(0.05, 0.05, 0.05)
	}
}
@keyframes coursePointA {
	0% {
		-webkit-transform: scale3d(0.05, 0.05, 0.05);
		transform: scale3d(0.05, 0.05, 0.05)
	}
	50% {
		opacity: .5;
		-webkit-transform: scale3d(0.08, 0.08, 0.08);
		transform: scale3d(0.08, 0.08, 0.08)
	}
	to {
		-webkit-transform: scale3d(0.05, 0.05, 0.05);
		transform: scale3d(0.05, 0.05, 0.05)
	}
}
@-webkit-keyframes coursePointB {
	0% {
		-webkit-transform: scale3d(0.2, 0.2, 0.2);
		transform: scale3d(0.2, 0.2, 0.2)
	}
	50% {
		opacity: .7;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	to {
		-webkit-transform: scale3d(0.2, 0.2, 0.2);
		transform: scale3d(0.2, 0.2, 0.2)
	}
}
@keyframes coursePointB {
	0% {
		-webkit-transform: scale3d(0.2, 0.2, 0.2);
		transform: scale3d(0.2, 0.2, 0.2)
	}
	50% {
		opacity: .7;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	to {
		-webkit-transform: scale3d(0.2, 0.2, 0.2);
		transform: scale3d(0.2, 0.2, 0.2)
	}
}
@-webkit-keyframes coursePointC {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 0.7);
		transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 0.7)
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
		transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 0.7);
		transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 0.7)
	}
}
@keyframes coursePointC {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 0.7);
		transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 0.7)
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9);
		transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 0.9)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 0.7);
		transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 0.7)
	}
}
@-webkit-keyframes coursePointCXl {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
		transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2)
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5);
		transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
		transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2)
	}
}
@keyframes coursePointCXl {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
		transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2)
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5);
		transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
		transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2)
	}
}
@-webkit-keyframes coursePointD {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1.3, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1.3, 1)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
	}
}
@keyframes coursePointD {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1.3, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1.3, 1)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
	}
}
.page-main .section-house {
	position:relative;
	overflow:hidden
}
.page-main .section-house h3.title {
	position:absolute;
	z-index:2;
	margin:0;
	color:#fff;
	font-size:50px;
	left:0;
	right:0;
	margin:0 -4.7%;
	bottom:-15px;
	text-align:center;
	line-height:1;
	letter-spacing:3rem;
	font-family:none
}
.page-main .section-house h3.title.js-inview {
	opacity:0;
	-webkit-transform:translate3d(0,
	150%,
	0);
	transform:translate3d(0,
	150%,
	0);
	-webkit-transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	-o-transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s
}
.page-main .section-house h3.title.js-inview.is-inview {
	opacity:.7;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	font-family:'webfontregular';
	font-weight:bold
}
.page-main .section-house .slider-holder-bg {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background:url('../images/main_house_bg.jpg') no-repeat;
	background-size:cover
}
.page-main .section-house .slider-holder {
	position:relative;
	padding-top:80px
}
.page-main .section-house .slider-holder .wrap {
	margin:0 4.7%
}
@media only screen and (min-width:1024px) {
	.page-main .section-house .slider-holder .wrap {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.page-main .section-house .slider-holder .wrap {
		margin: 0 6.3%
	}
}
.page-main .section-house .bx-controls {
	position:absolute;
	margin-top:30px;
	z-index:5;
	top:100%!important;
	left:0;
	right:0;
	text-align:center
}
.page-main .section-house .bx-controls .bx-pager-item {
	display:inline-block
}
.page-main .section-house .bx-controls .bx-pager-link {
	display:inline-block;
	padding:0 10px
}
.page-main .section-house .bx-controls .bx-pager-link span {
	display:inline-block;
	width:10px;
	height:10px;
	border:1px #777 solid;
	border-radius:50%;
	text-indent:-1000px;
	overflow:hidden;
	background:transparent;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-main .section-house .bx-controls .bx-pager-link.active span,
.page-main .section-house .bx-controls .bx-pager-link:hover span {
	border-color:#363a46;
	background:#363a46
}
.page-main .section-house .links {
	clear:both;
	*zoom:1;
	margin:0 4.7%;
	margin-top:80px;
	margin-bottom:100px
}
.page-main .section-house .links:after,
.page-main .section-house .links:before {
	content:" ";
	display:table
}
.page-main .section-house .links:after {
	clear:both
}
@media only screen and (min-width:1024px) {
	.page-main .section-house .links {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.page-main .section-house .links {
		margin: 0 6.3%
	}
}
.page-main .section-house .links .col {
	width:50%
}
.page-main .section-house .links .col a {
	display:block;
	margin:-1px 0 0 -1px;
	padding-left:15px;
	height:80px;
	line-height:80px;
	font-size:12px;
	border:1px #efefef solid
}
.page-main .section-house .links .col a .icon {
	background-image:url('../images/1-01.png');
	width:37px;
	height:37px;
	background-size:37px 37px;
	-webkit-transition:all .3s cubic-bezier(0.77,
	0,
	0.175,
	1);
	-o-transition:all .3s cubic-bezier(0.77,
	0,
	0.175,
	1);
	transition:all .3s cubic-bezier(0.77,
	0,
	0.175,
	1)
}
.page-main .section-house .links .col a .icon.service {
	background-image:url('../images/3-01.png')
}
.page-main .section-house .links .col a .icon.rooms {
	background-image:url('../images/2-01.png')
}
.page-main .section-house .links .col a .icon.culinary {
	background-image:url('../images/4-01.png')
}
.page-main .section-house .links .col a span {
	position:relative;
	margin-left:15px
}
.page-main .section-house .links .col a span:after {
	content:'';
	position:absolute;
	top:50%;
	left:-25px;
	margin-top:-2px;
	width:20px;
	height:1px;
	background:#c1c1c1
}
.page-main .section-house .links .col.js-inview {
	opacity:0;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0);
	-webkit-transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	-o-transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s
}
.page-main .section-house .links .col.js-inview.is-inview {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-main .section-house .links .col.js-inview.nth-child-1 {
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s
}
.page-main .section-house .links .col.js-inview.nth-child-2 {
	-webkit-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s
}
.page-main .section-house .links .col.js-inview.nth-child-3 {
	-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s
}
.page-main .section-house .links .col.js-inview.nth-child-4 {
	-webkit-transition-delay:.5s;
	-o-transition-delay:.5s;
	transition-delay:.5s
}
.page-main .section-house .concept {
	position:absolute;
	z-index:100;
	top:50px;
	left:50%;
	color:#fff;
	width:160px;
	padding:40px 0;
	margin-left:-80px;
	text-align:center
}
.page-main .section-house .concept a {
	color:#fff
}
.page-main .section-house .concept p {
	margin:0;
	font-size:12px;
	letter-spacing:.05em
}
.page-main .section-house .concept p.desc {
	position:relative;
	margin-top:10px
}
.page-main .section-house .concept p.desc:after {
	content:'';
	position:absolute;
	left:50%;
	bottom:-5px;
	margin-left:-5px;
	width:10px;
	height:1px;
	background:#9c8d6c
}
.page-main .section-house .concept p.summary {
	margin-top:10px
}
.page-main .section-house .concept.js-inview:after {
	content:'';
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:inline-block;
	-webkit-box-sizing:box-sizing;
	box-sizing:box-sizing;
	border:3px #9c8d6c solid;
	opacity:0;
	-webkit-transform:scale(0,
	0);
	-ms-transform:scale(0,
	0);
	transform:scale(0,
	0);
	-webkit-transition:all .6s cubic-bezier(0.77,
	0,
	0.175,
	1);
	-o-transition:all .6s cubic-bezier(0.77,
	0,
	0.175,
	1);
	transition:all .6s cubic-bezier(0.77,
	0,
	0.175,
	1)
}
.page-main .section-house .concept.js-inview p {
	opacity:0;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0);
	-webkit-transition:all .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .5s;
	-o-transition:all .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .5s;
	transition:all .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .5s
}
.page-main .section-house .concept.js-inview.is-inview {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-main .section-house .concept.js-inview.is-inview:after {
	opacity:1;
	-webkit-transform:scale(1,
	1);
	-ms-transform:scale(1,
	1);
	transform:scale(1,
	1)
}
.page-main .section-house .concept.js-inview.is-inview p {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-main .section-house .concept.js-inview.is-inview p.summary {
	-webkit-transition-delay:.7s;
	-o-transition-delay:.7s;
	transition-delay:.7s;
	padding:0 20px;
	line-height:26px;
	text-transform:uppercase
}
@media only screen and (min-width:1024px) {
	.page-main .section-house h3.title {
		font-size: 153px;
		margin: 0 -5.9%;
		bottom: -50px
	}
	.page-main .section-house .slider-holder {
		padding-top: 150px
	}
	.page-main .section-house .links {
		margin-top: 100px;
		margin-bottom: 100px
	}
	.page-main .section-house .links .col {
		width: 25%
	}
	.page-main .section-house .links .col a {
		padding-left: 30px;
		height: 125px;
		line-height: 125px;
		font-size: 14px;
		-webkit-transition: background .3s cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: background .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: background .3s cubic-bezier(0.77, 0, 0.175, 1)
	}
	.page-main .section-house .links .col a .icon {
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
		-webkit-transition: -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1)
	}
	.page-main .section-house .links .col a span {
		display: inline-block;
		margin-left: 25px;
		-webkit-transition: -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1)
	}
	.page-main .section-house .links .col a span:after {
		left: -40px;
		width: 30px;
		-webkit-transition: -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform .3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform .3s cubic-bezier(0.77, 0, 0.175, 1)
	}
	.page-main .section-house .links .col a:hover {
		background: #f8f8f8
	}
	.page-main .section-house .links .col a:hover .icon {
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	.page-main .section-house .links .col a:hover span {
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	.page-main .section-house .links .col a:hover span:after {
		-webkit-transform: scale(0.5, 0.5);
		-ms-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5)
	}
	.page-main .section-house .concept {
		top: 90px;
		color: #fff;
		width: 250px;
		padding: 80px 0;
		margin-left: -125px
	}
	.page-main .section-house .concept.js-inview:after {
		border: 5px #036eb8 solid
	}
	.page-main .section-house .concept p {
		font-size: 28px;
		letter-spacing: 2px
	}
	.page-main .section-house .concept p.desc {
		margin-top: 15px
	}
	.page-main .section-house .concept p.desc:after {
		bottom: -10px;
		margin-left: -10px;
		width: 20px;
		height: 2px
	}
	.page-main .section-house .concept p.summary {
		margin-top: 10px;
		font-size: 26px;
		font-family: 'webfontregular';
		text-transform: capitalize;
		line-height: 20px
	}
}
@media only screen and (min-width:1280px) {
	.page-main .section-house h3.title {
		font-size: 170px;
		margin: 0 -7.3%;
		bottom: -45px;
		text-transform: uppercase;
		letter-spacing: 40px;
		font-weight: bold
	}
	.page-main .section-house .slider-holder .wrap {
		margin: 0 auto;
		width: 1100px
	}
	.page-main .section-house .links {
		margin: 120px auto;
		width: 1100px
	}
	.page-main .section-house .links .col a {
		padding-left: 40px;
		height: 160px;
		line-height: 160px;
		font-size: 16px;
		letter-spacing: 1px
	}
	.page-main .section-house .links .col a .icon {
		width: 74px;
		height: 74px;
		background-size: 74px
	}
	.page-main .section-house .links .col a span {
		margin-left: 35px
	}
	.page-main .section-house .links .col a span:after {
		top: 50%;
		left: -45px;
		width: 40px
	}
	.page-main .section-house .bx-controls {
		margin-top: 50px
	}
	.page-main .section-house .concept {
		top: 75px;
		width: 320px;
		padding: 100px 0 40px 0;
		margin-left: -160px
	}
}
.page-main .section-club {
	overflow:hidden;
	position:relative;
	padding-bottom:80px;
	background:#f8f8f8
}
.page-main .section-club .wrap {
	margin:0 auto;
	max-width:1920px
}
.page-main .section-club .sticker-a {
	display:none;
	position:absolute;
	z-index:100;
	top:15%;
	left:50%;
	margin-left:40px
}
.page-main .section-club .circle {
	position:absolute;
	z-index:100;
	top:25px;
	left:0;
	margin-left:-40px
}
.page-main .section-club .circle:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-2px;
	width:100%;
	height:3px;
	background-color:rgba(152,
	136,
	102,
	0.3);
	-webkit-animation:beat3 1.5s infinite alternate;
	animation:beat3 1.5s infinite alternate
}
.page-main .section-club .circle span {
	display:block;
	background-color:rgba(152,
	136,
	102,
	0.3);
	border-radius:100%;
	overflow:hidden;
	width:150px;
	height:150px;
	-webkit-animation:beat2 1.5s infinite alternate;
	animation:beat2 1.5s infinite alternate
}
.page-main .section-club .circle.nth-child-1 span {
	background-color:rgba(152,
	136,
	102,
	0.6);
	-webkit-animation:beat 1.7s infinite alternate;
	animation:beat 1.7s infinite alternate
}
.page-main .section-club .circle.nth-child-1:after {
	content:'';
	width:70%;
	background-color:#9c8d6c;
	-webkit-animation:beat4 1.7s infinite alternate;
	animation:beat4 1.7s infinite alternate
}
@-webkit-keyframes beat {
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}
@keyframes beat {
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}
@-webkit-keyframes beat2 {
	to {
		-webkit-transform: scale(3.2);
		transform: scale(3.2)
	}
}
@keyframes beat2 {
	to {
		-webkit-transform: scale(3.2);
		transform: scale(3.2)
	}
}
@-webkit-keyframes beat3 {
	to {
		width: 160%
	}
}
@keyframes beat3 {
	to {
		width: 160%
	}
}
@-webkit-keyframes beat4 {
	to {
		width: 100%
	}
}
@keyframes beat4 {
	to {
		width: 100%
	}
}
.page-main .section-club h3.title {
	margin:35px 0;
	color:#9c8d6c;
	font-size:14px;
	letter-spacing:.2em
}
.page-main .section-club .pager {
	display:none;
	position:absolute;
	left:82%;
	margin-top:-75px;
	font-size:16px
}
.page-main .section-club .pager a {
	display:block;
	width:150px;
	height:68px;
	line-height:68px;
	color:#9c8d6c
}
.page-main .section-club .pager a.active {
	color:#000
}
.page-main .section-club .pager a .icon.art {
	background-image:url('../images/icon_main_art_1_off.png');
	width:68px;
	height:68px;
	background-size:68px 68px
}
.page-main .section-club .pager a .icon.ball {
	background-image:url('../images/icon_main_art_2_off.png');
	width:68px;
	height:68px;
	background-size:68px 68px
}
.page-main .section-club .pager a .icon.nature {
	background-image:url('../images/icon_main_art_3_off.png');
	width:68px;
	height:68px;
	background-size:68px 68px
}
.page-main .section-club .pager a.active .icon.art {
	background-image:url('../images/icon_main_art_1_on.png')
}
.page-main .section-club .pager a.active .icon.ball {
	background-image:url('../images/icon_main_art_2_on.png')
}
.page-main .section-club .pager a.active .icon.nature {
	background-image:url('../images/icon_main_art_3_on.png')
}
.page-main .section-club .bx-controls {
	position:absolute;
	margin-top:20px;
	right:15px;
	color:#9c8d6c
}
.page-main .section-club .bx-controls .icon {
	background-image:url('../images/icon_club_prev_small.png');
	width:25px;
	height:25px;
	background-size:25px 25px
}
.page-main .section-club .bx-controls .icon.next {
	background-image:url('../images/icon_club_next_small.png')
}
.page-main .section-club .bx-controls .title {
	display:inline-block;
	margin:0 15px;
	text-align:center;
	vertical-align:middle
}
.page-main .section-club .bx-controls .title .icon {
	margin-right:5px;
	background-image:url('../images/icon_main_art_1.png');
	width:20px;
	height:20px;
	background-size:20px 20px;
	vertical-align:top
}
.page-main .section-club .bx-controls .title.nth-child-2 .icon {
	background-image:url('../images/icon_main_art_2.png')
}
.page-main .section-club .bx-controls .title.nth-child-3 .icon {
	background-image:url('../images/icon_main_art_3.png')
}
.page-main .section-club .pic {
	margin-right:15px
}
.page-main .section-club .text-wrap {
	margin:0 4.7%;
	margin-top:60px;
	line-height:2
}
@media only screen and (min-width:1024px) {
	.page-main .section-club .text-wrap {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.page-main .section-club .text-wrap {
		margin: 0 6.3%
	}
}
.page-main .section-club .text-wrap p {
	margin:0;
	color:#000
}
.page-main .section-club .text-wrap p.subject {
	font-size:24px;
	-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s
}
.page-main .section-club .text-wrap p.summary {
	margin-top:20px;
	font-size:19px;
	-webkit-transition-delay:.5s;
	-o-transition-delay:.5s;
	transition-delay:.5s
}
.page-main .section-club .text-wrap p.desc {
	margin-top:20px
}
.page-main .section-club .text-wrap p.more {
	margin-top:40px
}
.page-main .section-club .text-wrap p:last-child {
	margin-bottom:50px
}
.page-main .section-club .text-wrap p,
.page-main .section-club .text-wrap ul {
	opacity:0;
	-webkit-transform:translate3d(0,
	30px,
	0);
	transform:translate3d(0,
	30px,
	0);
	-webkit-transition:all .6s cubic-bezier(0.77,
	0,
	0.175,
	1) .7s;
	-o-transition:all .6s cubic-bezier(0.77,
	0,
	0.175,
	1) .7s;
	transition:all .6s cubic-bezier(0.77,
	0,
	0.175,
	1) .7s
}
.page-main .section-club .item.active .text-wrap p,
.page-main .section-club .item.active .text-wrap ul {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-main .section-club .pdf-link {
	display:inline-block;
	margin-top:20px
}
.page-main .section-club .pdf-link .icon {
	margin-right:15px
}
.page-main .section-club .pdf-link:first-child {
	margin-top:0
}
@media only screen and (min-width:1024px) {
	.page-main .section-club h3.title {
		margin: 160px 0 50px 0;
		font-size: 18px
	}
	.page-main .section-club .pager {
		display: block
	}
	.page-main .section-club .bx-controls {
		display: none
	}
	.page-main .section-club .bx-controls:hover {
		opacity: .7
	}
	.page-main .section-club .pic {
		margin-right: 225px
	}
	.page-main .section-club .text-wrap {
		position: relative;
		margin-top: 70px;
		padding-left: 295px
	}
	.page-main .section-club .text-wrap p.subject {
		position: absolute;
		top: -135px;
		left: 0;
		font-size: 62px
	}
	.page-main .section-club .text-wrap p.summary {
		margin: 0 0 10px 0;
		font-size: 22px
	}
}
@media only screen and (min-width:1280px) {
	.page-main .section-club .pic {
		margin-right: 300px
	}
	@-webkit-keyframes beat3 {
		to {
			width: 210%
		}
	}
	@keyframes beat3 {
		to {
			width: 210%
		}
	}
	@-webkit-keyframes beat4 {
		to {
			width: 150%
		}
	}
	@keyframes beat4 {
		to {
			width: 150%
		}
	}
}
@media only screen and (min-width:1920px) {
	.page-main .section-club .pic {
		margin-right: 480px
	}
	.page-main .section-club .text-wrap {
		margin-left: 390px;
		margin-right: 480px
	}
	@-webkit-keyframes beat3 {
		to {
			width: 320%
		}
	}
	@keyframes beat3 {
		to {
			width: 320%
		}
	}
	@-webkit-keyframes beat4 {
		to {
			width: 200%
		}
	}
	@keyframes beat4 {
		to {
			width: 200%
		}
	}
}
.page-main .section-news {
	padding-bottom:60px;
	overflow:hidden;
	position:relative;
	background:#f0f0f0
}
.title {
	color:#333;
	font-size:26px;
	text-transform:uppercase;
	font-family:'webfontregular';
	letter-spacing:1px;
	text-decoration:none;
	margin-top:10px;
	font-weight:normal;
	text-align:center
}
.new_tit {
	font-size:28px;
	letter-spacing:1px;
	text-align:center;
	font-weight:normal;
	margin-bottom:0;
	margin-top:80px
}
.page-main .section-news .wrap {
	text-align:center
}
.page-main .section-news .news-pager .item a.month i {
	border-color:#f0f0f0
}
.page-main .section-news .news-pager .item .article {
	display:none
}
.page-main .section-contact {
	padding-bottom:60px;
	background:#f8f8f8
}
.page-main .section-contact .contact-list {
	margin:0 15px
}
.page-main .section-contact .contact-list .item {
	color:#666;
	text-align:center;
	border:1px #d7d7d7 solid;
	border-top:0
}
.page-main .section-contact .contact-list .item .module {
	padding:30px 0
}
.page-main .section-contact .contact-list .item:first-child {
	border-top:1px #d7d7d7 solid
}
.page-main .section-contact .contact-list .item h4 {
	margin:0 0 10px 0;
	font-size:16px;
	color:#000;
	font-weight:400;
	font-family:'webfontregular'
}
.page-main .section-contact .contact-list .item p {
	margin:5px 0
}
.page-main .section-contact .contact-list .item p .subject {
	border-bottom:1px #c7c7c7 dotted
}
.contact-list .item:nth-child(2) img {
	width:120px
}
.page-main .section-contact .js-inview {
	opacity:0;
	-webkit-transform:translate3d(0,
	30px,
	0);
	transform:translate3d(0,
	30px,
	0);
	-webkit-transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	-o-transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s;
	transition:all 1s cubic-bezier(0.39,
	0.575,
	0.565,
	1) 0s
}
.page-main .section-contact .js-inview.is-inview {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-main .section-contact .js-inview.nth-child-1 {
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s
}
.page-main .section-contact .js-inview.nth-child-2 {
	-webkit-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s
}
.page-main .section-contact .js-inview.nth-child-3 {
	-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s
}
.page-main .section-contact .js-inview.nth-child-4 {
	-webkit-transition-delay:.5s;
	-o-transition-delay:.5s;
	transition-delay:.5s
}
@media only screen and (min-width:1024px) {
	.page-main .section-contact .contact-list {
		display: table;
		margin: 0 auto;
		width: 770px;
		height: 210px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #d7d7d7 solid
	}
	.page-main .section-contact .contact-list .item {
		display: table-cell;
		position: relative;
		width: 50%;
		border: 0;
		font-size: 14px
	}
	.page-main .section-contact .contact-list .item:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -85px;
		width: 1px;
		height: 170px;
		background: #d7d7d7
	}
	.page-main .section-contact .contact-list .item .module {
		margin: 0 20px;
		padding: 50px 0 0
	}
	.page-main .section-contact .contact-list .item:first-child {
		border: 0
	}
	.page-main .section-contact .contact-list .item:first-child:after {
		display: none
	}
	.page-main .section-contact .contact-list .item h4 {
		margin: 0 0 20px 0
	}
	.page-main .section-contact .contact-list .item p {
		margin: 10px 0
	}
	.contact-list .item {
		width: 362.5px!important
	}
	.contact-list .item:nth-child(2) {
		width: 235px!important
	}
	.contact-list .item .js-transit-item.module {
		margin: 0 auto!important
	}
	.contact-list .item:nth-child(2) img {
		position: absolute;
		top: 30%;
		width: 80%;
		left: 10%
	}
}
@media only screen and (min-width:1280px) {
	.page-main .section-contact {
		padding-bottom: 80px
	}
	.page-main .section-contact .contact-list {
		width: 960px;
		height: 235px;
		margin-top: 40px
	}
	.page-main .section-contact .contact-list .item:after {
		margin-top: -100px;
		height: 200px
	}
	.page-main .section-contact .contact-list .item .module {
		margin: 0 50px;
		padding-top: 50px
	}
	.page-main .section-contact .contact-list .item h4 {
		margin-bottom: 30px;
		font-family: 'webfontregular';
		letter-spacing: 1px
	}
	.contact-list .item {
		width: 362.5px!important
	}
	.contact-list .item:nth-child(2) {
		width: 235px!important
	}
	.contact-list .item .js-transit-item.module {
		margin: 0 auto!important
	}
	.contact-list .item:nth-child(2) img {
		position: absolute;
		top: 10%;
		width: 80%;
		left: 10%
	}
}
#courseList {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	opacity:0;
	padding:50px 0;
	background:#2a2b2d;
	-webkit-transform:translate3d(-100%,
	100%,
	0) scale(1,
	1);
	transform:translate3d(-100%,
	100%,
	0) scale(1,
	1)
}
#courseList .js-close {
	position:absolute;
	top:15px;
	right:15px
}
#courseList .list-item {
	display:none
}
#courseList .list-item.in {
	display:block
}
#courseList .list-item .col {
	position:relative;
	background-position:center center;
	background-size:100%;
	background-size:cover
}
#courseList .list-item .col .module {
	display:table;
	width:100%;
	height:160px;
	text-align:center
}
#courseList .list-item .col .module a {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-size:20px;
	letter-spacing:.05em
}
#courseList .list-item .col .module a:after {
	content:'';
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	background:#000;
	-webkit-transition:opacity .5s;
	-o-transition:opacity .5s;
	transition:opacity .5s
}
#courseList .list-item .col .module a span {
	display:inline-block;
	position:relative;
	z-index:1
}
#courseList .list-item .col .module a span:after {
	content:'';
	position:absolute;
	top:100%;
	left:50%;
	right:50%;
	height:2px;
	opacity:0;
	background:#fff;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
#courseList .list-item .col .module a:hover {
	text-decoration:none
}
#courseList .list-item .col .module a:hover:after {
	opacity:.4
}
#courseList .list-item .col .module a:hover span:after {
	left:0;
	right:0;
	opacity:1
}
#courseList .list-item.cocoon .col.nth-child-1 {
	background-image:url('../images/main_course_a_1.jpg')
}
#courseList .list-item.cocoon .col.nth-child-2 {
	background-image:url('../images/main_course_a_2.jpg')
}
#courseList .list-item.cocoon .col.nth-child-3 {
	background-image:url('../images/main_course_a_3.jpg')
}
#courseList .list-item.cocoon .col.nth-child-4 {
	background-image:url('../images/main_course_a_4.jpg')
}
#courseList .list-item.cocoon .col.nth-child-5 {
	background-image:url('../images/main_course_a_5.jpg')
}
#courseList .list-item.cocoon .col.nth-child-6 {
	background-image:url('../images/main_course_a_6.jpg')
}
#courseList .list-item.cocoon .col.nth-child-7 {
	background-image:url('../images/main_course_a_7.jpg')
}
#courseList .list-item.cocoon .col.nth-child-8 {
	background-image:url('../images/main_course_a_8.jpg')
}
#courseList .list-item.cocoon .col.nth-child-9 {
	background-image:url('../images/main_course_a_9.jpg')
}
#courseList .list-item.temple .col.nth-child-1 {
	background-image:url('../images/main_course_b_1.jpg')
}
#courseList .list-item.temple .col.nth-child-2 {
	background-image:url('../images/main_course_b_2.jpg')
}
#courseList .list-item.temple .col.nth-child-3 {
	background-image:url('../images/main_course_b_3.jpg')
}
#courseList .list-item.temple .col.nth-child-4 {
	background-image:url('../images/main_course_b_4.jpg')
}
#courseList .list-item.temple .col.nth-child-5 {
	background-image:url('../images/main_course_b_5.jpg')
}
#courseList .list-item.temple .col.nth-child-6 {
	background-image:url('../images/main_course_b_6.jpg')
}
#courseList .list-item.temple .col.nth-child-7 {
	background-image:url('../images/main_course_b_7.jpg')
}
#courseList .list-item.temple .col.nth-child-8 {
	background-image:url('../images/main_course_b_8.jpg')
}
#courseList .list-item.temple .col.nth-child-9 {
	background-image:url('../images/main_course_b_9.jpg')
}
#courseList .list-item.cloud .col.nth-child-1 {
	background-image:url('../images/main_course_c_1.jpg')
}
#courseList .list-item.cloud .col.nth-child-2 {
	background-image:url('../images/main_course_c_2.jpg')
}
#courseList .list-item.cloud .col.nth-child-3 {
	background-image:url('../images/main_course_c_3.jpg')
}
#courseList .list-item.cloud .col.nth-child-4 {
	background-image:url('../images/main_course_c_4.jpg')
}
#courseList .list-item.cloud .col.nth-child-5 {
	background-image:url('../images/main_course_c_5.jpg')
}
#courseList .list-item.cloud .col.nth-child-6 {
	background-image:url('../images/main_course_c_6.jpg')
}
#courseList .list-item.cloud .col.nth-child-7 {
	background-image:url('../images/main_course_c_7.jpg')
}
#courseList .list-item.cloud .col.nth-child-8 {
	background-image:url('../images/main_course_c_8.jpg')
}
#courseList .list-item.cloud .col.nth-child-9 {
	background-image:url('../images/main_course_c_9.jpg')
}
@media only screen and (min-width:1024px) {
	#courseList {
		padding: 0
	}
	#courseList .table {
		height: 100%;
		height: 100vh
	}
	#courseList .list-item .col .module {
		height: 195px
	}
}
@media only screen and (min-width:1920px) {
	#courseList .list-item .col .module {
		height: 295px
	}
}
.is-courses-list #container {
	-webkit-transform:translate3d(-1000%,
	-1000%,
	0);
	transform:translate3d(-1000%,
	-1000%,
	0);
	height:100vh
}
.is-courses-list #courseList {
	visibility:visible;
	z-index:4100;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	border-radius:0;
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1);
	-webkit-transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	-o-transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s;
	transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s;
	transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s
}
.is-courses-list.mobile.safari #container {
	display:none
}
.is-courses-list.ie #container {
	height:0;
	overflow:hidden
}
.page-about .section-title {
	position:absolute
}
.page-about .section-title .title {
	color:#fff
}
.page-about .section-about {
	margin:0 auto;
	max-width:1920px
}
.page-about .section-about h4.title {
	position:relative
}
.page-about .section-about h4.title:after {
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	width:15px;
	height:1px;
	background:#9c8d6c
}
.page-about .section-about p {
	margin:25px 0 0;
	font-weight:200;
	color:#000;
	line-height:2
}
.lang-ko .page-about .section-about p {
	font-weight:400
}
.page-about .section-about.introduction .pic {
	margin-top:10px
}
.page-about .section-about.introduction .pic.obj-d a,
.page-about .section-about.introduction .pic.obj-e a {
	display:inline-block;
	position:relative
}
.page-about .section-about.introduction .pic.obj-d a span,
.page-about .section-about.introduction .pic.obj-e a span {
	position:absolute;
	z-index:1;
	bottom:10px;
	left:5px;
	right:5px;
	color:#fff;
	text-align:center
}
.page-about .section-about.introduction .pic .icon.cnn {
	margin-right:5px;
	background-image:url('../images/icon_cnn_sm.png');
	width:77px;
	height:25px;
	background-size:77px 25px
}
.page-about .section-about.introduction br.wide {
	display:none
}
.page-about .section-about.greetings .pic {
	margin-top:40px
}
.page-about .section-about.greetings p.name {
	margin-top:20px;
	font-weight:400
}
.page-about .section-about.greetings p.name span,
.page-about .section-about.greetings p.name strong {
	font-size:22px
}
.page-about .section-about.greetings p.name strong {
	margin-left:5px
}
.page-about .section-about.greetings p.position {
	margin-top:0;
	font-size:12px
}
.page-about .section-about.facilities {
	margin-top:10px
}
.page-about .section-about.facilities .pic {
	text-align:center
}
.page-about .section-about.facilities .pic:first-child {
	position:relative
}
.page-about .section-about.facilities .pic:first-child:after {
	content:'';
	position:absolute;
	top:-25px;
	left:50%;
	width:1px;
	height:40px;
	background:#9c8d6c;
	-webkit-animation:upDown 5s infinite linear;
	animation:upDown 5s infinite linear
}
.page-about .section-about.facilities h4.title {
	text-align:center
}
.page-about .section-about.facilities h4.title:after {
	left:50%;
	margin-left:-8px
}
.page-about .section-about.facilities h5.title {
	margin:40px 0 0;
	padding-left:15px;
	font-weight:600;
	font-size:14px;
	background:url('../images/icon_arrow.png') no-repeat left 45%;
	background-size:6px 6px
}
.page-about .section-about.facilities h6.title {
	margin:10px 0 0;
	padding:10px 0;
	text-align:center;
	font-weight:400;
	font-size:12px;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid
}
.page-about .section-about.facilities li {
	position:relative;
	padding:10px 0 10px 170px;
	border-bottom:1px #e6e6e6 solid
}
.page-about .section-about.facilities li .subject {
	position:absolute;
	left:0
}
.page-about .section-about.facilities ul.club-house {
	margin-bottom:30px
}
.page-about .section-about.location {
	overflow:hidden;
	max-width:none
}
.page-about .section-about.location h4.title {
	text-align:center
}
.page-about .section-about.location h4.title:after {
	left:50%;
	margin-left:-8px
}
.page-about .section-about.location h4.title:before {
	content:'';
	position:absolute;
	top:-60px;
	left:50%;
	width:1px;
	height:40px;
	background:#9c8d6c;
	-webkit-animation:upDown 5s infinite linear;
	animation:upDown 5s infinite linear
}
.page-about .section-about.location .item {
	position:relative
}
.page-about .section-about.location .item img {
	width:100%
}
.page-about .section-about.location .item .more {
	position:absolute;
	top:10px;
	left:10px;
	background:#333;
	color:#fff;
	padding:0 30px 0 10px;
	height:30px;
	line-height:30px
}
.page-about .section-about.location .item .more:after {
	margin-top:-5px;
	right:10px;
	border-color:#fff
}
.page-about .section-about.location .item .more span {
	border:0
}
.page-about .section-about.location .item .more span:after {
	display:none
}
.page-about .section-about.location .item .more:hover:after {
	background:#fff
}
.page-about .section-about.location .desc {
	position:relative;
	z-index:0;
	overflow:hidden;
	background:#f3f3f3
}
.page-about .section-about.location .desc .module {
	margin:40px 15px 0 90px
}
.page-about .section-about.location .desc .module p {
	margin:20px 0 0;
	color:#666;
	font-weight:400
}
.page-about .section-about.location .desc .module p:first-child {
	margin-top:0
}
.page-about .section-about.location .desc .title {
	position:absolute;
	left:15px;
	top:40px;
	color:#000;
	font-size:14px;
	font-weight:400
}
@media only screen and (min-width:1024px) {
	.page-about .section-about h4.title {
		margin-bottom: 50px;
		font-size: 42px
	}
	.page-about .section-about h4.title:after {
		bottom: -20px;
		width: 20px;
		height: 2px
	}
	.page-about .section-about p {
		margin-top: 40px;
		line-height: 2
	}
	.page-about .section-about li {
		line-height: 2
	}
	.page-about .section-about.greetings .wrap:first-child {
		margin: 0 auto;
		width: 960px
	}
	.page-about .section-about.greetings .pic {
		position: relative;
		margin-top: 160px
	}
	.page-about .section-about.greetings .pic:after {
		content: '';
		position: absolute;
		top: -60px;
		left: 50%;
		width: 1px;
		height: 80px;
		background: #9c8d6c;
		-webkit-animation: upDown 5s infinite linear;
		animation: upDown 5s infinite linear
	}
	.page-about .section-about.greetings h4.title {
		margin-top: 100px
	}
	.page-about .section-about.greetings p.name {
		margin-top: 20px;
		font-weight: 400
	}
	.page-about .section-about.greetings p.position {
		margin-top: 0;
		font-size: 14px
	}
	.page-about .section-about.introduction {
		margin-top: 0
	}
	.page-about .section-about.introduction .core {
		float: right
	}
	.page-about .section-about.introduction .core .module {
		margin-top: 150px;
		margin-left: 60px
	}
	.page-about .section-about.introduction .desc .module {
		position: relative
	}
	.page-about .section-about.introduction p.name {
		margin-top: 20px;
		font-weight: 400
	}
	.page-about .section-about.introduction p.position {
		margin-top: 0;
		font-size: 14px
	}
	.page-about .section-about.introduction .pic {
		text-align: right
	}
	.page-about .section-about.introduction .pic.obj-a {
		position: static;
		margin-top: -70px
	}
	.page-about .section-about.introduction .pic.obj-d a span,
	.page-about .section-about.introduction .pic.obj-e a span {
		bottom: 20px;
		left: 5px;
		right: 5px;
		color: #fff;
		letter-spacing: .05em
	}
	.page-about .section-about.introduction .pic.obj-e {
		position: absolute;
		right: -455px;
		bottom: 0
	}
	.page-about .section-about.introduction .pic .icon.cnn {
		background-image: url('../images/icon_cnn_lg.png');
		width: 101px;
		height: 33px;
		background-size: 101px 33px
	}
	.page-about .section-about.facilities {
		margin-top: 10px
	}
	.page-about .section-about.facilities .pic:after {
		height: 80px
	}
	.page-about .section-about.facilities .padder {
		margin: 0 auto;
		width: 610px
	}
	.page-about .section-about.facilities h4.title {
		margin: 100px 0
	}
	.page-about .section-about.facilities h4.title:after {
		margin-left: -10px
	}
	.page-about .section-about.facilities h5.title {
		margin-top: 40px;
		font-size: 16px;
		background-size: 12px 12px
	}
	.page-about .section-about.facilities h6.title {
		margin-top: 20px;
		padding: 15px 0;
		font-size: 14px
	}
	.page-about .section-about.facilities li {
		padding: 10px 20px 10px 240px;
		line-height: 2
	}
	.page-about .section-about.facilities ul.club-house {
		margin-bottom: 75px
	}
	.page-about .section-about.facilities ul.club-house li {
		padding-left: 0;
		text-align: center
	}
	.page-about .section-about.facilities ul.club-house li .holder {
		display: inline-block;
		margin: 0 auto;
		width: 350px;
		text-align: left
	}
	.lang-ko .page-about .section-about.facilities ul.club-house li .holder {
		width: 250px
	}
	.page-about .section-about.facilities ul.club-house li:first-child .holder {
		position: relative;
		padding-left: 90px
	}
	.page-about .section-about.location h4.title {
		margin-top: 160px
	}
	.page-about .section-about.location h4.title:after {
		margin-left: -10px
	}
	.page-about .section-about.location h4.title:before {
		top: -240px;
		height: 80px
	}
	.page-about .section-about.location .map {
		margin-top: 80px
	}
	.page-about .section-about.location .pipe {
		position: relative;
		display: inline-block;
		margin: 0 10px;
		vertical-align: middle
	}
	.page-about .section-about.location .pipe:after {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -4px;
		width: 1px;
		height: 7px;
		background: #aeb2b1
	}
	.page-about .section-about.location .desc {
		text-align: center
	}
	.page-about .section-about.location .desc .module {
		position: relative;
		display: inline-block;
		margin: 85px auto 0 auto;
		padding-left: 165px;
		text-align: left
	}
	.page-about .section-about.location .desc .module p {
		margin: 5px 0 0
	}
	.page-about .section-about.location .desc .module p:first-child {
		margin-bottom: 25px
	}
	.page-about .section-about.location .desc .module p.action {
		margin-top: 25px
	}
	.page-about .section-about.location .desc .title {
		top: 10px;
		left: 0;
		font-size: 16px;
		text-align: left
	}
	.page-about .section-about.location .tab-wrap {
		text-align: center
	}
	.page-about .section-about.location .tab-wrap .tab-list {
		display: inline-block;
		margin: 80px auto 30px auto;
		text-align: left
	}
	.page-about .section-about.location .tab-wrap .tab-list li {
		margin: 0 20px
	}
	.page-about .section-about.location .tab-wrap .more {
		top: 50px;
		left: 175px;
		padding: 0 40px 0 20px;
		height: 40px;
		line-height: 40px
	}
	.page-about .section-about.location .tab-wrap .more:after {
		right: 20px;
		border-width: 2px
	}
}
@media only screen and (min-width:1280px) {
	.page-about .section-about.introduction .wrap {
		margin: 0 auto;
		max-width: 1024px
	}
	.page-about .section-about.introduction br.wide {
		display: block
	}
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-about .section-about.facilities ul.club-house li {
		padding-left: 0
	}
	.page-about .section-about.facilities ul.club-house li .subject {
		display: block;
		position: static
	}
	.page-about .section-about.location .tab-list {
		margin: 40px 8px 15px 8px
	}
	.page-about .section-about.location .tab-list li {
		width: 50%
	}
	.page-about .section-about.location .tab-list li a {
		padding: 0 7px
	}
	.page-about .section-about.location .desc {
		text-align: center
	}
	.page-about .section-about.location .desc .module {
		display: inline-block;
		position: relative;
		z-index: 0;
		text-align: left;
		margin: 20px auto 0 auto;
		width: 290px;
		padding-left: 75px
	}
	.page-about .section-about.location .desc .title {
		left: 0;
		top: 20px
	}
}
@-webkit-keyframes upDown {
	50%,
	0%,
	to {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	25%,
	75% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes upDown {
	50%,
	0%,
	to {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	25%,
	75% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.page-golf .section-course-main-visual {
	position:relative;
	min-height:90%;
	min-height:90vh;
	padding-bottom:20px;
	background:url('../images/bg_course.jpg') center top no-repeat;
	background-size:auto 100%;
	background-size:cover;
	color:#fff;
	text-align:center
}
.page-golf .section-course-main-visual .module {
	margin:0 auto
}
.page-golf .section-course-main-visual .maps .module {
	position:relative
}
.page-golf .section-course-main-visual .maps .module>a {
	position:absolute;
	z-index:1;
	text-decoration:underline;
	font-size:16px;
	color:#fff
}
.page-golf .section-course-main-visual .maps .module>a.cocoon {
	left:40%;
	top:95%
}
.page-golf .section-course-main-visual .maps .module>a.temple {
	top:40%;
	left:60%
}
.page-golf .section-course-main-visual .maps .module>a.cloud {
	left:30%;
	top:30%
}
.page-golf .section-course-main-visual .maps .map {
	display:none
}
.page-golf .section-course-main-visual .maps .map.in {
	display:block
}
.page-golf .section-course-main-visual .maps .map a {
	display:inline-block;
	position:absolute;
	z-index:0;
	background:#fff;
	opacity:0
}
.page-golf .section-course-main-visual .maps .map a.cloud {
	z-index:0;
	top:0;
	left:0;
	width:56%;
	height:75%
}
.page-golf .section-course-main-visual .maps .map a.cocoon {
	z-index:2;
	width:50%;
	height:30%;
	bottom:5%;
	right:15%;
	border-radius:50%;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.page-golf .section-course-main-visual .maps .map a.temple {
	z-index:1;
	width:60%;
	height:35%;
	top:48%;
	right:10%;
	border-radius:50%
}
.page-golf .section-course-main-visual .maps .item {
	display:none
}
.page-golf .section-course-main-visual .maps .item.in {
	display:block
}
.page-golf .section-course-main-visual .links .module {
	text-align:center
}
.page-golf .section-course-main-visual .links h3 {
	margin:0;
	padding:0;
	font-size:22px;
	font-weight:400
}
.page-golf .section-course-main-visual .links h4 {
	position:relative;
	margin:30px 0 0;
	padding:6px 0 16px;
	font-size:14px;
	text-align:left;
	font-weight:400
}
.page-golf .section-course-main-visual .links h4:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:2px;
	width:10px;
	background-color:#fff;
	overflow:hidden
}
.page-golf .section-course-main-visual .links .nav {
	margin:0 auto
}
.page-golf .section-course-main-visual .links .item {
	width:11%
}
.page-golf .section-course-main-visual .links .item a {
	display:block;
	width:33px;
	height:33px;
	line-height:33px;
	text-align:center;
	border-radius:200%;
	overflow:hidden;
	color:#fff
}
.page-golf .section-course-main-visual .links .item.in a,
.page-golf .section-course-main-visual .links .item a:hover {
	color:#202123;
	background-color:#fff;
	text-decoration:none
}
.page-golf .section-course-main-visual .links .group.temple.in a,
.page-golf .section-course-main-visual .links .group.temple a:hover {
	color:#fff;
	background-color:#ff4950
}
.page-golf .section-course-main-visual .links .group.cloud.in a,
.page-golf .section-course-main-visual .links .group.cloud a:hover {
	background-color:#ede23a
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-golf .section-course-main-visual .desc,
	.page-golf .section-course-main-visual .maps {
		display: none
	}
	.page-golf .section-course-main-visual .links .module {
		margin-top: 20%;
		margin-top: 150px
	}
}
@media only screen and (min-width:1024px) {
	.page-golf .section-course-main-visual .maps .module {
		width: 79.16666667%;
		max-width: 760px;
		margin-top: 220px;
		margin-top: 30vh
	}
	.page-golf .section-course-main-visual .links h3 {
		font-size: 22px;
		letter-spacing: .1em
	}
	.page-golf .section-course-main-visual .links .desc {
		margin: 15px 0 30px;
		font-size: 14px;
		letter-spacing: .05em
	}
	.page-golf .section-course-main-visual .links h4 {
		margin: 30px 0 5px 0;
		padding: 10px 0;
		font-size: 18px
	}
	.page-golf .section-course-main-visual .links .module {
		width: 79.16666667%;
		max-width: 610px;
		margin-top: 220px;
		margin-top: 30vh
	}
	.page-golf .section-course-main-visual .links .item a {
		width: 45px;
		height: 45px;
		line-height: 45px
	}
}
@media only screen and (min-width:1280px) {
	.page-golf .section-course-main-visual .maps .module {
		margin-top: 25vh
	}
	.page-golf .section-course-main-visual .maps .module>span {
		font-size: 16px
	}
	.page-golf .section-course-main-visual .desc {
		margin: 40px 0 60px;
		font-size: 21px
	}
	.page-golf .section-course-main-visual .links h3 {
		font-size: 33px
	}
	.page-golf .section-course-main-visual .links .desc {
		margin: 40px 0 30px;
		font-size: 21px
	}
	.page-golf .section-course-main-visual .links h4 {
		margin: 20px 0 0;
		padding: 18px 0;
		font-size: 27px
	}
	.page-golf .section-course-main-visual .links h4:before {
		height: 3px;
		width: 20px
	}
	.page-golf .section-course-main-visual .links .module {
		margin-top: 220px;
		margin-top: 27vh
	}
	.page-golf .section-course-main-visual .links .item a {
		width: 68px;
		height: 68px;
		line-height: 68px
	}
}
@media only screen and (min-width:1920px) {
	.page-golf .section-course-main-visual .wrap {
		margin: 0 auto;
		max-width: 1680px
	}
	.page-golf .section-course-main-visual .maps .module>span {
		font-size: 24px
	}
}
.page-golf .section-course-link {
	background:#f3f3f3
}
.page-golf .section-course-link a {
	display:block;
	height:70px;
	color:#666;
	text-align:center
}
.page-golf .section-course-link a span {
	display:block
}
.page-golf .section-course-link .icon.team {
	background-image:url('../images/icon_course_link_1.png');
	width:45px;
	height:45px;
	background-size:45px 45px
}
.page-golf .section-course-link .icon.tea {
	background-image:url('../images/icon_course_link_2.png');
	width:45px;
	height:45px;
	background-size:45px 45px
}
@media only screen and (min-width:1024px) {
	.page-golf .section-course-link a {
		height: 100px;
		line-height: 100px;
		font-size: 16px
	}
	.page-golf .section-course-link a span {
		display: inline
	}
	.page-golf .section-course-link .icon.team {
		background-image: url('../images/icon_course_link_1_lg.png');
		width: 66px;
		height: 100px;
		background-size: 66px 100px
	}
	.page-golf .section-course-link .icon.tea {
		background-image: url('../images/icon_course_link_2_lg.png');
		width: 67px;
		height: 100px;
		background-size: 67px 100px
	}
}
.page-golf .section-title {
	position:absolute
}
.page-golf .section-visual-slogan {
	z-index:0
}
.page-golf .section-visual-slogan .hole-layout,
.page-golf .section-visual-slogan .hole-video {
	display:inline-block;
	position:absolute;
	z-index:2;
	top:50%;
	margin-top:-35px;
	padding:0 40px;
	height:40px;
	line-height:40px;
	color:#fff;
	letter-spacing:.05em;
	font-size:12px;
	text-align:left
}
.page-golf .section-visual-slogan .hole-layout:after,
.page-golf .section-visual-slogan .hole-video:after {
	content:'';
	position:absolute;
	top:50%;
	margin-top:-1px;
	width:30px;
	height:1px;
	background:#fff;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-golf .section-visual-slogan .hole-layout span,
.page-golf .section-visual-slogan .hole-video span {
	display:inline-block;
	width:50px;
	line-height:1.2;
	vertical-align:middle;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-golf .section-visual-slogan .hole-layout:hover:after,
.page-golf .section-visual-slogan .hole-video:hover:after {
	width:40px;
	-webkit-transition-delay:.1s;
	-o-transition-delay:.1s;
	transition-delay:.1s
}
.page-golf .section-visual-slogan .hole-video {
	left:0
}
.page-golf .section-visual-slogan .hole-video:after {
	left:0
}
.page-golf .section-visual-slogan .hole-video:hover span {
	-webkit-transform:translate3d(10px,
	0,
	0);
	transform:translate3d(10px,
	0,
	0)
}
.page-golf .section-visual-slogan .hole-layout {
	right:0;
	text-align:right
}
.page-golf .section-visual-slogan .hole-layout:after {
	right:0
}
.page-golf .section-visual-slogan .hole-layout:hover span {
	-webkit-transform:translate3d(-10px,
	0,
	0);
	transform:translate3d(-10px,
	0,
	0)
}
.page-golf .section-visual-slogan .bx-viewport {
	height:100vh
}
.page-golf .section-visual-slogan .slider .module {
	position:relative;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	height:100vh
}
.page-golf .section-visual-slogan .slider .module .table {
	height:100%;
	color:#fff;
	text-align:center
}
.page-golf .section-visual-slogan.courses .cell {
	vertical-align:bottom;
	padding-bottom:150px
}
.page-golf .section-visual-slogan.courses p {
	margin:0;
	display:inline-block;
	text-align:left
}
.page-golf .section-visual-slogan.courses p span {
	display:block
}
.page-golf .section-visual-slogan.courses p span.desc {
	font-size:12px;
	letter-spacing:.2em
}
.page-golf .section-visual-slogan.courses p span.core {
	font-size:30px;
	letter-spacing:.2em
}
.page-golf .section-visual-slogan.courses p.construction {
	position:absolute;
	z-index:0;
	top:40%;
	left:0;
	right:0;
	display:block;
	text-align:center;
	font-size:12px;
	letter-spacing:.2em
}
.page-golf .section-visual-slogan.courses .pic img {
	position:absolute;
	top:50%;
	left:50%;
	max-width:none;
	max-width:initial;
	width:initial;
	width:auto;
	min-width:100%;
	height:100vh
}
@media only screen and (min-height:1px) and (max-height:500px) {
	.page-golf .section-visual-slogan.courses .pic img {
		margin: -250px 0 0 -445px;
		height: 500px
	}
}
@media only screen and (min-height:501px) and (max-height:600px) {
	.page-golf .section-visual-slogan.courses .pic img {
		margin: -300px 0 0 -534px;
		height: 600px
	}
}
@media only screen and (min-height:601px) and (max-height:750px) {
	.page-golf .section-visual-slogan.courses .pic img {
		margin: -375px 0 0 -667px;
		height: 750px
	}
}
@media only screen and (min-height:756px) and (max-height:1024px) {
	.page-golf .section-visual-slogan.courses .pic img {
		margin: -512px 0 0 -910px;
		height: 1024px
	}
}
@media only screen and (min-height:1025px) and (max-height:1080px) {
	.page-golf .section-visual-slogan.courses .pic img {
		margin: -540px 0 0 -960px;
		height: 1080px
	}
}
@media only screen and (min-height:1081px) {
	.page-golf .section-visual-slogan.courses .pic img {
		margin: -50vh 0 0 -960px;
		height: 100vh
	}
}
@media only screen and (min-width:1921px) {
	.page-golf .section-visual-slogan.courses .pic img {
		left: 0;
		margin-left: 0;
		width: 100%
	}
}
.page-golf .section-visual-slogan.courses .bg {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	background-size:cover
}
.page-golf .section-visual-slogan.courses .item {
	z-index:0;
	overflow:hidden
}
.page-golf .section-visual-slogan.courses .item.active {
	z-index:1
}
.page-golf .section-visual-slogan.courses .tab-wrap {
	position:absolute;
	z-index:100;
	bottom:90px;
	left:50%;
	margin-left:-155px
}
.page-golf .section-visual-slogan.courses .bx-controls {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	background:url('../images/courses_pager_bg_small.png') repeat-x center center;
	background-size:4px 1px
}
.page-golf .section-visual-slogan.courses .bx-pager-item {
	display:inline-block;
	overflow:hidden;
	width:60px;
	vertical-align:top
}
.page-golf .section-visual-slogan.courses .bx-pager-item a {
	display:block;
	margin-top:-2px;
	color:#fff;
	text-align:center;
	font-size:12px;
	height:90px;
	line-height:90px
}
.page-golf .section-visual-slogan.courses .bx-pager-item a span {
	display:inline-block;
	margin:7px;
	width:10px;
	height:10px;
	padding-top:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	line-height:17px;
	border-radius:50%;
	background:#fff;
	overflow:hidden;
	vertical-align:middle;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.page-golf .section-visual-slogan.courses .bx-pager-item a.active {
	margin-top:-1px
}
.page-golf .section-visual-slogan.courses .bx-pager-item a.active span {
	margin:0;
	padding-top:0;
	width:17px;
	height:17px;
	color:#9c8d6c
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-golf .section-visual-slogan.courses {
		position: relative
	}
	.page-golf .section-visual-slogan.courses:after {
		content: '';
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #fff
	}
	.page-golf .section-visual-slogan.courses .pic {
		position: relative;
		z-index: 1
	}
	.page-golf .section-visual-slogan.courses .tab-wrap {
		bottom: 90px
	}
	.page-golf .section-visual-slogan.courses .bx-controls {
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch
	}
}
@media only screen and (min-width:1024px) {
	.page-golf .section-visual-slogan.courses .bx-pager-item {
		width: 120px
	}
	.page-golf .section-visual-slogan.courses p span.desc {
		font-size: 28px;
		letter-spacing: .1em
	}
	.page-golf .section-visual-slogan.courses p span.core {
		font-size: 72px
	}
	.page-golf .section-visual-slogan.courses p.construction {
		top: 48%;
		font-size: 28px;
		letter-spacing: .1em
	}
}
@media only screen and (min-width:1280px) {
	.page-golf .section-visual-slogan.courses .cell {
		padding-bottom: 200px
	}
}
@media only screen and (min-width:1024px) {
	.page-golf .section-visual-slogan .hole-layout,
	.page-golf .section-visual-slogan .hole-video {
		margin-top: -25px;
		padding: 0 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px
	}
	.page-golf .section-visual-slogan .hole-layout:after,
	.page-golf .section-visual-slogan .hole-video:after {
		width: 40px;
		height: 2px
	}
	.page-golf .section-visual-slogan .hole-layout span,
	.page-golf .section-visual-slogan .hole-video span {
		width: initial
	}
	.page-golf .section-visual-slogan .hole-layout:hover:after,
	.page-golf .section-visual-slogan .hole-video:hover:after {
		width: 50px
	}
}
.page-golf .section-hole {
	position:relative;
	z-index:1
}
.page-golf .section-hole .bx-wrapper {
	margin:0 4.7%
}
@media only screen and (min-width:1024px) {
	.page-golf .section-hole .bx-wrapper {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.page-golf .section-hole .bx-wrapper {
		margin: 0 6.3%
	}
}
.page-golf .section-hole .cell {
	display:block;
	vertical-align:top
}
.page-golf .section-hole .cell.map img {
	opacity:0;
	-webkit-transform:translate3d(0,
	30%,
	0);
	transform:translate3d(0,
	30%,
	0)
}
.page-golf .section-hole .cell p {
	margin:0;
	color:#000;
	line-height:1;
	opacity:0;
	-webkit-transform:translate3d(0,
	50%,
	0);
	transform:translate3d(0,
	50%,
	0)
}
.page-golf .section-hole .cell p.hole-number {
	font-size:24px;
	color:#666;
	letter-spacing:.1em
}
.page-golf .section-hole .cell p.par,
.page-golf .section-hole .cell p.yard {
	margin-top:5px;
	font-size:24px;
	color:#333;
	letter-spacing:.05em
}
.page-golf .section-hole .cell p.yard {
	margin-top:15px;
	font-size:28px
}
.page-golf .section-hole .cell p.par {
	margin-top:15px;
	font-size:28px
}
.page-golf .section-hole .cell p.detail {
	margin:30px 0 0;
	line-height:2
}
.lang-ko .page-golf .section-hole .cell p.detail {
	word-break:keep-all
}
.page-golf .section-hole .cell p .link {
	font-weight:200
}
.page-golf .section-hole .active .cell.map img {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition:all .6s cubic-bezier(0.175,
	0.885,
	0.32,
	1.275);
	-o-transition:all .6s cubic-bezier(0.175,
	0.885,
	0.32,
	1.275);
	transition:all .6s cubic-bezier(0.175,
	0.885,
	0.32,
	1.275)
}
.page-golf .section-hole .active .cell p {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition:all 1s cubic-bezier(0.175,
	0.885,
	0.32,
	1.275);
	-o-transition:all 1s cubic-bezier(0.175,
	0.885,
	0.32,
	1.275);
	transition:all 1s cubic-bezier(0.175,
	0.885,
	0.32,
	1.275)
}
.page-golf .section-hole .active .cell p.yard {
	-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s
}
.page-golf .section-hole .active .cell p.par {
	-webkit-transition-delay:.5s;
	-o-transition-delay:.5s;
	transition-delay:.5s
}
.page-golf .section-hole .active .cell p.detail {
	-webkit-transition-delay:.7s;
	-o-transition-delay:.7s;
	transition-delay:.7s
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-golf .section-hole .table {
		display: block
	}
	.page-golf .section-hole .cell.map {
		text-align: center
	}
}
@media only screen and (min-width:1024px) {
	.page-golf .section-hole .slider {
		margin: 0 auto;
		max-width: 1280px!important
	}
	.page-golf .section-hole .slider .item {
		max-width: 1280px
	}
	.page-golf .section-hole .bx-pager-item {
		width: 120px
	}
	.page-golf .section-hole .cell {
		display: table-cell;
		width: 50%
	}
	.page-golf .section-hole .cell.desc {
		padding: 40px 0 40px 60px
	}
	.page-golf .section-hole .cell p {
		margin: 0
	}
	.page-golf .section-hole .cell p.hole-number {
		font-size: 18px;
		letter-spacing: .2em
	}
	.page-golf .section-hole .cell p.par,
	.page-golf .section-hole .cell p.yard {
		font-size: 24px
	}
	.page-golf .section-hole .cell p.yard {
		font-size: 40px
	}
	.page-golf .section-hole .cell p.detail {
		margin-top: 30px
	}
}
.page-golf .section-hole-photo {
	position:relative;
	z-index:0;
	border-top:1px #212426 solid
}
.page-golf .section-hole-photo:after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:100%;
	left:0;
	right:0;
	margin-top:-1px;
	height:1px;
	background:#212426
}
.page-golf .section-hole-photo .item,
.page-golf .section-hole-photo .item-sizer {
	float:left;
	width:33.33%
}
.page-golf .section-hole-photo .item {
	overflow:hidden;
	border-bottom:1px #212426 solid;
	border-right:1px #212426 solid;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.page-golf .section-hole-photo .item img {
	width:100%
}
.page-golf .section-hole-photo .item .module {
	position:relative;
	z-index:0
}
.page-golf .section-hole-photo .item .module a:first-child {
	display:block
}
.page-golf .section-hole-photo .item .module a:first-child:after {
	content:'';
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	right:-1px;
	bottom:0;
	background:rgba(0,
	0,
	0,
	0.3);
	-webkit-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s
}
.page-golf .section-hole-photo .item .module .js-viewr:before {
	content:'';
	position:absolute;
	z-index:1;
	top:50%;
	right:50%;
	margin:-24px -24px 0 0;
	background-image:url('../images/icon_viewr.png');
	width:48px;
	height:48px;
	background-size:48px 48px;
	opacity:0;
	-webkit-transform:scale(0,
	0);
	-ms-transform:scale(0,
	0);
	transform:scale(0,
	0);
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.page-golf .section-hole-photo .item .module .js-viewr:hover:after {
	background:rgba(0,
	0,
	0,
	0)
}
.page-golf .section-hole-photo .item .module .js-viewr:hover:before {
	opacity:1;
	-webkit-transform:scale(1,
	1);
	-ms-transform:scale(1,
	1);
	transform:scale(1,
	1)
}
.page-golf .section-hole-photo .item .module .js-comment {
	display:none;
	position:absolute;
	z-index:2;
	left:0;
	bottom:0
}
.page-golf .section-hole-photo .item .module .js-comment .icon {
	background-image:url('../images/icon_comment_off.png');
	width:48px;
	height:48px;
	background-size:48px 48px;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-golf .section-hole-photo .item .module .comment {
	position:absolute;
	z-index:1;
	left:48px;
	right:0;
	bottom:0;
	height:48px;
	font-size:14px;
	line-height:48px;
	color:#fff;
	background:#9c8d6c;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0);
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-golf .section-hole-photo .item .module .js-comment {
	display:block
}
.page-golf .section-hole-photo .item.is-comment .js-comment .icon {
	background-image:url('../images/icon_comment_on.png')
}
.page-golf .section-hole-photo .item.is-comment .comment {
	padding-left:15px;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-golf .section-hole-photo {
		display: none
	}
}
@media only screen and (min-width:1024px) {
	.page-golf .section-hole-photo {
		background: url('../images/course_no_img.jpg') left top;
		background-size: 33.33% auto
	}
}
.page-golf .section-design-team {
	position:relative;
	z-index:0;
	padding-bottom:60px;
	background:#f3f3f3
}
.page-golf .section-design-team:after {
	content:'';
	position:absolute;
	top:-20px;
	left:50%;
	width:1px;
	height:40px;
	background:#9c8d6c;
	-webkit-animation:upDown 5s infinite linear;
	animation:upDown 5s infinite linear
}
.page-golf .section-design-team h4.title {
	text-align:center
}
.page-golf .section-design-team h5.title {
	margin:30px 0 0;
	font-size:17px;
	font-weight:400
}
.page-golf .section-design-team h6.title {
	margin:30px 0 0;
	font-size:16px;
	font-weight:400
}
.page-golf .section-design-team p {
	margin:25px 0 0;
	font-weight:400;
	line-height:1.8;
	color:#000
}
.page-golf .section-design-team p.large {
	margin-top:15px;
	font-size:22px;
	color:#000
}
.page-golf .section-design-team p.xlarge {
	margin-top:30px;
	font-size:20px;
	font-weight:400;
	color:#000!important
}
.page-golf .section-design-team p.url {
	font-size:14px
}
.page-golf .section-design-team .list {
	margin-top:20px
}
.page-golf .section-design-team .list li {
	line-height:1.8
}
.page-golf .section-design-team.design-team-a h4.title {
	margin-top:0
}
.page-golf .section-design-team.design-team-a .wrap {
	text-align:center
}
.page-golf .section-design-team.design-team-ted {
	background:#f8f8f8
}
.page-golf .section-design-team.design-team-ted .wrap {
	margin:0 auto;
	max-width:1280px
}
.page-golf .section-design-team.design-team-ted h4.title {
	margin-bottom:20px
}
.page-golf .section-design-team.design-team-ted .core .module {
	margin:0 15px
}
.page-golf .section-design-team.design-team-eric {
	padding-bottom:0;
	background:#fff
}
.page-golf .section-design-team.design-team-eric .desc .name-position {
	margin:0
}
.page-golf .section-design-team.design-team-eric p.name {
	font-size:20px;
	line-height:1.4;
	font-weight:200
}
.page-golf .section-design-team.design-team-eric p.name span {
	display:block;
	font-weight:400
}
.page-golf .section-design-team.design-team-eric .overview {
	margin-top:30px;
	padding-bottom:40px;
	background:#f8f8f8
}
.page-golf .section-design-team.design-team-eric .overview .wrap {
	overflow:hidden;
	text-align:center
}
.page-golf .section-design-team.design-team-eric .overview .title {
	margin-top:30px
}
.page-golf .section-design-team.design-team-eric .modification-history {
	padding-bottom:10px;
	border-bottom:1px #e9e9e9 solid
}
.page-golf .section-design-team.design-team-eric .modification-history h5.title {
	margin:30px 0 15px 0;
	text-align:center
}
.page-golf .section-design-team.design-team-eric .project-wrap .pic {
	margin-top:40px
}
.page-golf .section-design-team.design-team-pinnacle .desc .pic {
	margin:10px 0 20px 0
}
.page-golf .section-design-team.design-team-pinnacle .desc p {
	margin-top:0
}
.page-golf .section-design-team.design-team-pinnacle h4.title {
	margin-bottom:20px
}
@media only screen and (min-width:1024px) {
	.page-golf .section-design-team {
		padding-bottom: 120px
	}
	.page-golf .section-design-team:after {
		top: -40px;
		height: 80px
	}
	.page-golf .section-design-team h4.title {
		margin-top: 120px;
		font-size: 42px
	}
	.page-golf .section-design-team h5.title {
		font-size: 34px
	}
	.page-golf .section-design-team h6.title {
		margin-top: 0;
		font-size: 24px
	}
	.page-golf .section-design-team p.large {
		margin-top: 15px;
		font-size: 22px
	}
	.page-golf .section-design-team p.xlarge {
		margin-top: 50px;
		font-size: 24px
	}
	.page-golf .section-design-team p.url {
		font-size: 16px
	}
	.page-golf .section-design-team.design-team-a .wrap {
		margin: 0 auto;
		width: 880px
	}
	.page-golf .section-design-team.design-team-ted {
		padding-bottom: 230px
	}
	.page-golf .section-design-team.design-team-ted h4.title {
		margin-bottom: 90px
	}
	.page-golf .section-design-team.design-team-ted h5.title {
		margin-top: 0
	}
	.page-golf .section-design-team.design-team-ted .desc {
		float: right;
		text-align: right
	}
	.page-golf .section-design-team.design-team-ted .core {
		position: relative
	}
	.page-golf .section-design-team.design-team-ted .core .module {
		margin: 0 60px
	}
	.page-golf .section-design-team.design-team-ted .core .project-list {
		position: absolute;
		top: 900px;
		left: 100%;
		margin-left: 60px;
		width: 400px
	}
	.page-golf .section-design-team.design-team-eric {
		padding-bottom: 0
	}
	.page-golf .section-design-team.design-team-eric h4.title {
		margin-bottom: 90px
	}
	.page-golf .section-design-team.design-team-eric h5.title {
		margin-top: 100px;
		font-size: 24px
	}
	.page-golf .section-design-team.design-team-eric p {
		margin-top: 35px
	}
	.page-golf .section-design-team.design-team-eric p.name {
		margin-bottom: 40px;
		font-size: 34px
	}
	.page-golf .section-design-team.design-team-eric p.url {
		margin-top: 40px;
		font-weight: 400
	}
	.page-golf .section-design-team.design-team-eric .grid {
		margin: 0 auto;
		max-width: 1280px
	}
	.page-golf .section-design-team.design-team-eric .grid .core .module {
		margin-left: 50px
	}
	.page-golf .section-design-team.design-team-eric .grid .pic {
		margin-top: 35px;
		text-align: center
	}
	.page-golf .section-design-team.design-team-eric .overview {
		margin-top: 0;
		padding-bottom: 80px
	}
	.page-golf .section-design-team.design-team-eric .overview .title {
		margin-top: 60px
	}
	.page-golf .section-design-team.design-team-eric .modification-history {
		padding-bottom: 30px
	}
	.page-golf .section-design-team.design-team-eric .modification-history h5.title {
		margin: 60px 0 30px 0
	}
	.page-golf .section-design-team.design-team-eric .project-wrap {
		margin-bottom: 170px
	}
	.page-golf .section-design-team.design-team-eric .project-wrap .pic {
		margin-top: 180px
	}
	.page-golf .section-design-team.design-team-pinnacle .desc .module {
		margin-right: 60px
	}
	.page-golf .section-design-team.design-team-pinnacle .core {
		position: relative
	}
	.page-golf .section-design-team.design-team-pinnacle .core .module {
		margin-left: 60px
	}
	.page-golf .section-design-team.design-team-pinnacle .core .project-list {
		position: absolute;
		top: 600px;
		left: -100%;
		width: 450px
	}
	.page-golf .section-design-team.design-team-pinnacle h4.title {
		margin-bottom: 90px
	}
	.page-golf .section-design-team.design-team-pinnacle h5.title {
		margin-top: 0
	}
}
@media only screen and (min-width:1280px) {
	.page-golf .section-design-team.design-team-pinnacle .wrap {
		margin: 0 auto;
		width: 1080px
	}
	.page-golf .section-design-team.design-team-ted .core .module {
		margin: 0 0 0 200px
	}
	.page-golf .section-design-team.design-team-ted .core .project-list {
		top: 840px;
		left: 100%;
		margin-left: 100px;
		width: 460px
	}
	.page-golf .section-design-team.design-team-eric .grid .desc {
		width: 650px
	}
	.page-golf .section-design-team.design-team-eric .grid .core {
		width: 630px
	}
	.page-golf .section-design-team.design-team-eric .grid .core .module {
		margin-right: 50px
	}
}
.page-golf .design-slider-wrap {
	position:relative;
	z-index:0;
	margin:0 auto;
	max-width:1280px
}
.page-golf .design-slider-wrap .bx-controls {
	margin-top:20px;
	text-align:center
}
.page-golf .design-slider-wrap .bx-controls .bx-pager-item {
	display:inline-block;
	margin:0 8px
}
.page-golf .design-slider-wrap .bx-controls .bx-pager-link {
	display:inline-block;
	width:10px;
	height:10px;
	border:1px #000 solid;
	border-radius:50%;
	text-indent:-1000px;
	overflow:hidden;
	background:transparent;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-golf .design-slider-wrap .bx-controls .bx-pager-link.active,
.page-golf .design-slider-wrap .bx-controls .bx-pager-link:hover {
	border-color:#000;
	background:#000
}
.page-golf .design-slider-wrap .bx-next,
.page-golf .design-slider-wrap .bx-prev {
	display:block;
	position:absolute;
	top:50%;
	bottom:auto;
	margin-top:-15px;
	border-radius:50%;
	background:rgba(0,
	0,
	0,
	0.3);
	-webkit-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}
.page-golf .design-slider-wrap .bx-next:hover,
.page-golf .design-slider-wrap .bx-prev:hover {
	background:#000
}
.page-golf .design-slider-wrap .bx-prev {
	left:10px
}
.page-golf .design-slider-wrap .bx-prev .icon {
	background-image:url('../images/icon_slider_core_prev_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.page-golf .design-slider-wrap .bx-next {
	right:10px
}
.page-golf .design-slider-wrap .bx-next .icon {
	background-image:url('../images/icon_slider_core_next_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.page-golf .design-slider-wrap .item {
	position:relative
}
.page-golf .design-slider-wrap .item .summary {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:auto;
	padding:10px;
	background:rgba(0,
	0,
	0,
	0.4);
	opacity:0;
	-webkit-transform:translate3d(0,
	-100%,
	0);
	transform:translate3d(0,
	-100%,
	0);
	-webkit-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s
}
.page-golf .design-slider-wrap .item .summary p {
	margin:0;
	opacity:0;
	color:#fff;
	font-weight:400;
	line-height:1.2;
	font-size:13px;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0);
	-webkit-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s
}
.page-golf .design-slider-wrap .item.active .summary {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.page-golf .design-slider-wrap .item.active .summary p {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s
}
@media only screen and (min-width:1024px) {
	.page-golf .design-slider-wrap .bx-pager {
		bottom: 30px
	}
	.page-golf .design-slider-wrap .bx-prev {
		left: 30px
	}
	.page-golf .design-slider-wrap .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.page-golf .design-slider-wrap .bx-next {
		right: 30px
	}
	.page-golf .design-slider-wrap .bx-next .icon {
		background-image: url('../images/icon_slider_core_next_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.page-golf .design-slider-wrap .item .summary {
		padding: 15px 30px
	}
	.page-golf .design-slider-wrap .item .summary p {
		font-size: 18px
	}
}
.page-golf .section-tea-house {
	position:relative;
	z-index:0
}
.page-golf .section-tea-house:after {
	content:'';
	position:absolute;
	top:-20px;
	left:50%;
	width:1px;
	height:40px;
	background:#9c8d6c;
	-webkit-animation:upDown 5s infinite linear;
	animation:upDown 5s infinite linear
}
.page-golf .section-tea-house .wrap {
	text-align:center;
	margin:0 auto;
	max-width:1920px
}
.page-golf .section-tea-house h4.title {
	margin-bottom:20px
}
.page-golf .section-tea-house h5.title {
	margin:0;
	font-size:14px;
	font-weight:400
}
.page-golf .section-tea-house p {
	margin:20px auto 0 auto;
	color:#000;
	line-height:1.8
}
.page-golf .section-tea-house .obj {
	margin-top:30px
}
.page-golf .section-tea-house .tea-house-slider-wrap {
	position:relative
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-controls {
	margin:15px 0 20px 0;
	text-align:center
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-controls .bx-pager-item {
	display:inline-block;
	margin:0 8px
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-controls .bx-pager-link {
	display:inline-block;
	width:10px;
	height:10px;
	border:1px #606060 solid;
	border-radius:50%;
	text-indent:-1000px;
	overflow:hidden;
	background:transparent;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-controls .bx-pager-link.active,
.page-golf .section-tea-house .tea-house-slider-wrap .bx-controls .bx-pager-link:hover {
	border-color:#606060;
	background:#606060
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-next,
.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev {
	position:absolute;
	top:50%;
	bottom:auto;
	margin-top:-25px;
	border-radius:50%;
	background:rgba(0,
	0,
	0,
	0.3);
	-webkit-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-next:hover,
.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev:hover {
	background:#000
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev {
	left:10px
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev .icon {
	background-image:url('../images/icon_slider_core_prev_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-next {
	right:10px
}
.page-golf .section-tea-house .tea-house-slider-wrap .bx-next .icon {
	background-image:url('../images/icon_slider_core_next_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.page-golf .section-tea-house.tea-house-a {
	margin-bottom:50px
}
.page-golf .section-tea-house.tea-house-a:after {
	display:none
}
.page-golf .section-tea-house.tea-house-b {
	padding-bottom:40px;
	background:#f0f0f0
}
.page-golf .section-tea-house.tea-house-c {
	padding-bottom:70px
}
.page-golf .section-tea-house.tea-house-d {
	background:#f0f0f0
}
@media only screen and (min-width:1024px) {
	.page-golf .section-tea-house:after {
		top: -40px;
		height: 80px
	}
	.page-golf .section-tea-house h4.title {
		margin-top: 120px;
		margin-bottom: 40px
	}
	.page-golf .section-tea-house h5.title {
		margin: 0 0 30px 0;
		font-size: 22px
	}
	.page-golf .section-tea-house p {
		margin-top: 30px;
		max-width: 600px
	}
	.page-golf .section-tea-house .obj {
		margin-top: 0
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-next,
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev {
		margin-top: -14px
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev {
		left: 30px
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-next {
		right: 30px
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-next .icon {
		background-image: url('../images/icon_slider_core_next_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.page-golf .section-tea-house.tea-house-a {
		margin-bottom: 80px
	}
	.page-golf .section-tea-house.tea-house-a h4.title {
		margin-top: 80px
	}
	.page-golf .section-tea-house.tea-house-a p {
		max-width: 750px
	}
	.page-golf .section-tea-house.tea-house-b {
		padding-bottom: 0
	}
	.page-golf .section-tea-house.tea-house-c {
		padding-bottom: 0
	}
	.page-golf .section-tea-house.tea-house-c .obj {
		text-align: right
	}
	.page-golf .section-tea-house.tea-house-d .obj {
		text-align: left
	}
}
@media only screen and (min-width:1920px) {
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-next,
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev {
		margin-top: -14px
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev {
		left: 80px
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-next {
		right: 80px
	}
	.page-golf .section-tea-house .tea-house-slider-wrap .bx-next .icon {
		background-image: url('../images/icon_slider_core_next.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
}
.page-golf .section-course-modification {
	display:none
}
.page-golf .section-course-modification .section-course {
	overflow:hidden
}
.page-golf .section-course-modification .section-course .wrap {
	margin:0 15px
}
.page-golf .section-course-modification .section-course h5.title {
	margin:30px 0 0;
	font-size:20px;
	font-weight:400;
	text-align:center
}
.page-golf .section-course-modification .section-course h6.title {
	margin:30px 0 0;
	font-size:16px;
	font-weight:200
}
.page-golf .section-course-modification .section-course h6.title span {
	display:block
}
.page-golf .section-course-modification .section-course h6.title .core {
	font-weight:400;
	font-size:20px
}
.page-golf .section-course-modification .section-course .item {
	margin-top:20px;
	overflow:hidden
}
.page-golf .section-course-modification .section-course .item h6.title {
	margin:10px 0 15px 0;
	font-size:18px;
	font-weight:400
}
.page-golf .section-course-modification .section-course .item .desc {
	margin-top:5px;
	padding:5px 0 5px 10px;
	border-left:1px #e9e9e9 solid;
	font-size:13px;
	color:#666
}
.page-golf .section-course-modification .section-course .item .desc p {
	margin:0
}
.page-golf .section-course-modification .section-course .item .desc p.subject {
	color:#000;
	font-size:16px;
	line-height:1.2
}
.page-golf .section-course-modification .section-course .item .grid {
	margin:0 -10px
}
.page-golf .section-course-modification .section-course .item .grid .module {
	margin:0 10px
}
.page-golf .section-course-modification .section-course .item .grid .col:first-child .core {
	position:relative
}
.page-golf .section-course-modification .section-course .item .grid .col:first-child .core:after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:-20px;
	margin-top:-10px;
	background-image:url('../images/icon_modification_arrow.png');
	width:30px;
	height:30px;
	background-size:30px 30px
}
.page-golf .section-course-modification .section-course .item .core video {
	display:none
}
.page-golf .section-course-modification .section-course .item .core.in .js-video-control {
	display:none
}
.page-golf .section-course-modification .section-course .item .core.in video {
	display:block
}
@media only screen and (min-width:1024px) {
	.page-golf .section-course-modification .section-course .wrap {
		margin: 0 auto;
		width: 694px
	}
	.page-golf .section-course-modification .section-course h5.title {
		margin-top: 70px;
		font-size: 24px
	}
	.page-golf .section-course-modification .section-course h6.title {
		position: relative;
		margin-top: 70px;
		padding-left: 170px;
		font-size: 18px
	}
	.page-golf .section-course-modification .section-course h6.title .core {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 24px
	}
	.page-golf .section-course-modification .section-course .item {
		margin-top: 40px
	}
	.page-golf .section-course-modification .section-course .item h6.title {
		margin: 10px 0 30px 0;
		font-size: 24px
	}
	.page-golf .section-course-modification .section-course .item .desc {
		margin-top: 10px;
		padding: 5px 0 5px 20px;
		font-size: 16px
	}
	.page-golf .section-course-modification .section-course .item .desc p.subject {
		font-size: 20px
	}
	.page-golf .section-course-modification .section-course .item .grid {
		margin: 0 -20px
	}
	.page-golf .section-course-modification .section-course .item .grid .module {
		margin: 0 20px
	}
	.page-golf .section-course-modification .section-course .item .grid .col:first-child .core:after {
		right: -40px;
		margin-top: -20px;
		background-image: url('../images/icon_modification_arrow.png');
		width: 60px;
		height: 60px;
		background-size: 60px 60px
	}
}
.page-golf .section-holebyhole {
	padding-top:30px;
	background:#f8f8f8
}
.page-golf .section-holebyhole .wrap {
	text-align:center
}
.page-golf .section-holebyhole .wrap .button {
	margin:0 5px
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-golf .section-holebyhole {
		padding-top: 20px
	}
	.page-golf .section-holebyhole .wrap {
		margin: 0 30px
	}
	.page-golf .section-holebyhole .wrap .button {
		display: block;
		margin: 10px 0 0
	}
}
#coursesVideo,
#coursesViewr {
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	opacity:0;
	background:#2a2b2d;
	-webkit-transform:translate3d(-100%,
	100%,
	0) scale(1,
	1);
	transform:translate3d(-100%,
	100%,
	0) scale(1,
	1)
}
#coursesVideo .js-close,
#coursesViewr .js-close {
	position:absolute;
	top:15px;
	right:15px
}
#coursesVideo .table,
#coursesViewr .table {
	height:100%
}
#coursesVideo .table .cell,
#coursesViewr .table .cell {
	text-align:center;
	vertical-align:middle
}
#coursesVideo .play,
#coursesViewr .play {
	background-image:url('../images/play_btn.png');
	width:100px;
	height:100px;
	background-size:100px 100px
}
#coursesViewr .holder {
	position:relative;
	margin:0 auto;
	padding:10px 15px 15px 15px;
	background:#fff
}
#coursesViewr .viewr-head {
	text-align:left
}
#coursesViewr .viewr-head .view-thumb {
	display:none;
	position:absolute;
	top:0;
	right:0;
	line-height:1
}
#coursesViewr .viewr-head .view-thumb .icon {
	background-image:url('../images/icon_view_thumb.png');
	width:48px;
	height:48px;
	background-size:48px 48px
}
#coursesViewr .viewr-body {
	position:relative;
	margin-top:10px
}
#coursesViewr .slider-core {
	text-align:center
}
#coursesViewr .slider-core .bx-next,
#coursesViewr .slider-core .bx-prev {
	position:absolute;
	top:50%;
	bottom:auto;
	margin-top:-38px;
	border-radius:50%;
	background:rgba(0,
	0,
	0,
	0.3);
	-webkit-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}
#coursesViewr .slider-core .bx-next:hover,
#coursesViewr .slider-core .bx-prev:hover {
	background:#000
}
#coursesViewr .slider-core .bx-prev {
	left:10px
}
#coursesViewr .slider-core .bx-prev .icon {
	background-image:url('../images/icon_slider_core_prev_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
#coursesViewr .slider-core .bx-next {
	right:10px
}
#coursesViewr .slider-core .bx-next .icon {
	background-image:url('../images/icon_slider_core_next_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
#coursesViewr .slider-core img {
	max-height:85vh
}
#coursesViewr .slider-nav {
	clear:both;
	*zoom:1;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:0 50px;
	background:#9c8d6c;
	white-space:nowrap;
	text-align:left;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
#coursesViewr .slider-nav:after,
#coursesViewr .slider-nav:before {
	content:" ";
	display:table
}
#coursesViewr .slider-nav:after {
	clear:both
}
#coursesViewr .slider-nav .bx-wrapper {
	max-height:0;
	overflow:hidden;
	-webkit-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s
}
#coursesViewr .slider-nav .bx-wrapper .bx-viewport {
	overflow:hidden
}
#coursesViewr .slider-nav a {
	float:left;
	display:inline-block;
	position:relative;
	padding:10px 5px;
	width:auto!important
}
#coursesViewr .slider-nav a img {
	width:auto;
	height:54px
}
#coursesViewr .slider-nav a:after {
	content:'';
	position:absolute;
	top:10px;
	left:5px;
	right:5px;
	bottom:10px;
	border:0 transparent solid;
	-webkit-transition:border .3s linear;
	-o-transition:border .3s linear;
	transition:border .3s linear
}
#coursesViewr .slider-nav a.active:after {
	border:3px #fff solid
}
#coursesViewr .slider-nav .bx-next,
#coursesViewr .slider-nav .bx-prev {
	position:absolute;
	top:0;
	padding:0;
	margin:0;
	display:none
}
#coursesViewr .slider-nav .bx-prev {
	left:0
}
#coursesViewr .slider-nav .bx-prev .icon {
	background-image:url('../images/icon_viewr_nav_prev.png');
	width:55px;
	height:75px;
	background-size:55px 75px
}
#coursesViewr .slider-nav .bx-next {
	right:0
}
#coursesViewr .slider-nav .bx-next .icon {
	background-image:url('../images/icon_viewr_nav_next.png');
	width:55px;
	height:75px;
	background-size:55px 75px
}
#coursesViewr.is-nav-view .viewr-head .view-thumb .icon {
	background-image:url('../images/icon_view_thumb_on.png')
}
#coursesViewr.is-nav-view .slider-nav .bx-wrapper {
	max-height:500px
}
#coursesViewr.is-nav-view .bx-next,
#coursesViewr.is-nav-view .bx-prev {
	display:block
}
@media only screen and (min-width:1024px) {
	#coursesViewr {
		margin-top: 0
	}
	#coursesViewr .table-lg {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%
	}
	#coursesViewr .table-lg .cell-lg {
		display: table-cell;
		vertical-align: middle;
		text-align: center
	}
	#coursesViewr .holder {
		width: 860px;
		padding: 0 10px 10px 10px
	}
	#coursesViewr .viewr-head {
		height: 48px;
		line-height: 48px;
		font-size: 14px
	}
	#coursesViewr .viewr-head .view-thumb {
		display: block
	}
	#coursesViewr .viewr-body {
		margin-top: 0
	}
	#coursesViewr .slider-core .bx-next,
	#coursesViewr .slider-core .bx-prev {
		margin-top: -14px
	}
	#coursesViewr .slider-core .bx-prev {
		left: 30px
	}
	#coursesViewr .slider-core .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	#coursesViewr .slider-core .bx-next {
		right: 30px
	}
	#coursesViewr .slider-core .bx-next .icon {
		background-image: url('../images/icon_slider_core_next_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	#coursesViewr .slider-nav {
		display: block
	}
}
@media only screen and (min-width:1280px) {
	#coursesViewr .holder {
		width: 1080px
	}
	#coursesViewr .slider-nav {
		display: block
	}
}
@media only screen and (min-width:1920px) {
	#coursesViewr .holder {
		width: 1620px;
		padding: 0 15px 15px 15px
	}
	#coursesViewr .viewr-head {
		height: 70px;
		line-height: 70px
	}
	#coursesViewr .viewr-head .view-thumb .icon {
		background-image: url('../images/icon_view_thumb_large.png');
		width: 70px;
		height: 70px;
		background-size: 70px 70px
	}
	#coursesViewr .slder-core .bx-next,
	#coursesViewr .slder-core .bx-prev {
		margin-top: -14px
	}
	#coursesViewr .slder-core .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
	#coursesViewr .slder-core .bx-next .icon {
		background-image: url('../images/icon_slider_core_next.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
	#coursesViewr .slider-nav {
		padding: 0 85px
	}
	#coursesViewr .slider-nav:after {
		top: -50px;
		margin-left: -40px
	}
	#coursesViewr .slider-nav a {
		padding: 15px 8px
	}
	#coursesViewr .slider-nav a img {
		height: 80px
	}
	#coursesViewr .slider-nav a:after {
		top: 15px;
		left: 8px;
		right: 8px;
		bottom: 15px
	}
	#coursesViewr .slider-nav a.active:after {
		border: 4px #fff solid
	}
	#coursesViewr .slider-nav .bx-prev .icon {
		background-image: url('../images/icon_viewr_nav_prev_large.png');
		width: 80px;
		height: 110px;
		background-size: 80px 110px
	}
	#coursesViewr .slider-nav .bx-next .icon {
		background-image: url('../images/icon_viewr_nav_next_large.png');
		width: 80px;
		height: 110px;
		background-size: 80px 110px
	}
	#coursesViewr.is-nav-view .viewr-head .view-thumb .icon {
		background-image: url('../images/icon_view_thumb_large_on.png')
	}
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	#coursesViewr {
		margin-top: 30px;
		position: static;
		z-index: 0;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
		transform: translate3d(0, 0, 0) scale(1, 1);
		max-width: 100%
	}
	#coursesViewr .holder {
		padding-top: 0;
		padding-bottom: 0
	}
	#coursesViewr .viewr-head {
		display: none
	}
	#coursesViewr .viewr-body {
		margin-top: 0
	}
	#coursesViewr .bx-next,
	#coursesViewr .bx-prev {
		display: none
	}
	#coursesViewr .slider-core .bx-next,
	#coursesViewr .slider-core .bx-prev {
		display: block
	}
	#coursesViewr .slider-core img {
		max-width: 100%
	}
	#coursesViewr .slider-nav {
		position: static;
		padding: 0
	}
	#coursesViewr .slider-nav .bx-wrapper {
		max-height: 500px
	}
	#coursesViewr .slider-nav a {
		padding: 5px 5px
	}
	#coursesViewr .slider-nav a img {
		width: auto;
		height: 28px
	}
	#coursesViewr .slider-nav a:after {
		top: 5px;
		bottom: 5px
	}
	#coursesViewr .slider-nav a.active:after {
		border: 2px #fff solid
	}
	#coursesViewr .js-close {
		display: none
	}
}
#coursesVideo .holder {
	margin:0 15px
}
#coursesVideo .viewr-head {
	color:#fff;
	font-size:16px
}
#coursesVideo .viewr-body {
	margin-top:35px
}
@media only screen and (min-width:1024px) {
	#coursesVideo .holder {
		margin: 0 auto;
		width: 960px;
		text-align: center
	}
}
.is-viewr {
	overflow:hidden
}
.is-viewr #coursesViewr {
	visibility:visible;
	z-index:4100;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:0;
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1);
	-webkit-transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	-o-transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s;
	transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s;
	transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s
}
.is-video {
	overflow:hidden
}
.is-video #coursesVideo {
	visibility:visible;
	z-index:4100;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:0;
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1);
	-webkit-transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s;
	-o-transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s;
	transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s;
	transition:transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .4s ease .2s,
	-webkit-transform .4s cubic-bezier(0.075,
	0.82,
	0.165,
	1) .2s
}
.is-video #coursesVideo .js-replay {
	display:none;
	position:absolute;
	z-index:4200;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px
}
.is-video #coursesVideo .js-replay .icon {
	background-image:url('../images/play_btn.png');
	width:100px;
	height:100px;
	background-size:100px 100px
}
.is-video #coursesVideo #videoAbout {
	display:block
}
.is-video #coursesVideo.is-pause .js-replay {
	display:block
}
.is-video #coursesVideo.is-pause #videoAbout {
	display:none
}
.page-clubhouse .section-title {
	position:absolute
}
.page-clubhouse h4.title {
	position:relative;
	text-align:center;
	margin-bottom:30px
}
.page-clubhouse h4.title:after {
	content:'';
	position:absolute;
	top:-60px;
	left:50%;
	width:1px;
	height:40px;
	background:#9c8d6c;
	-webkit-animation:upDown 5s infinite linear;
	animation:upDown 5s infinite linear
}
.page-clubhouse h4.title:before {
	content:'';
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-5px;
	width:10px;
	height:1px;
	background:#9c8d6c
}
@media only screen and (min-width:1024px) {
	.page-clubhouse h4.title {
		margin-bottom: 70px;
		font-size: 42px
	}
	.page-clubhouse h4.title:after {
		top: -100px;
		height: 80px
	}
	.page-clubhouse h4.title:before {
		bottom: -30px;
		margin-left: -11px;
		width: 22px;
		height: 2px
	}
}
.page-clubhouse .clubhouse-exclusive-slider-wrap,
.page-clubhouse .clubhouse-slider-wrap {
	position:relative;
	z-index:0
}
.page-clubhouse .clubhouse-exclusive-slider-wrap .bx-controls,
.page-clubhouse .clubhouse-slider-wrap .bx-controls {
	text-align:center
}
.page-clubhouse .clubhouse-exclusive-slider-wrap .bx-controls .bx-pager-item,
.page-clubhouse .clubhouse-slider-wrap .bx-controls .bx-pager-item {
	display:inline-block;
	margin:0 8px
}
.page-clubhouse .clubhouse-exclusive-slider-wrap .bx-controls .bx-pager-link,
.page-clubhouse .clubhouse-slider-wrap .bx-controls .bx-pager-link {
	display:inline-block;
	width:10px;
	height:10px;
	border:1px #000 solid;
	border-radius:50%;
	text-indent:-1000px;
	overflow:hidden;
	background:transparent;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-clubhouse .clubhouse-exclusive-slider-wrap .bx-controls .bx-pager-link.active,
.page-clubhouse .clubhouse-exclusive-slider-wrap .bx-controls .bx-pager-link:hover,
.page-clubhouse .clubhouse-slider-wrap .bx-controls .bx-pager-link.active,
.page-clubhouse .clubhouse-slider-wrap .bx-controls .bx-pager-link:hover {
	border-color:#000;
	background:#000
}
.page-clubhouse .clubhouse-slider-wrap .bx-pager {
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	margin:0
}
.page-clubhouse .clubhouse-slider-wrap .bx-pager .bx-pager-link {
	border:1px #fff solid
}
.page-clubhouse .clubhouse-slider-wrap .bx-pager .bx-pager-link.active,
.page-clubhouse .clubhouse-slider-wrap .bx-pager .bx-pager-link:hover {
	border-color:#fff;
	background:#fff
}
.page-clubhouse .clubhouse-slider-wrap .bx-next,
.page-clubhouse .clubhouse-slider-wrap .bx-prev {
	display:block;
	position:absolute;
	top:50%;
	bottom:auto;
	margin-top:-15px;
	border-radius:50%;
	background:rgba(0,
	0,
	0,
	0.3);
	-webkit-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}
.page-clubhouse .clubhouse-slider-wrap .bx-next:hover,
.page-clubhouse .clubhouse-slider-wrap .bx-prev:hover {
	background:#000
}
.page-clubhouse .clubhouse-slider-wrap .bx-prev {
	left:10px
}
.page-clubhouse .clubhouse-slider-wrap .bx-prev .icon {
	background-image:url('../images/icon_slider_core_prev_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.page-clubhouse .clubhouse-slider-wrap .bx-next {
	right:10px
}
.page-clubhouse .clubhouse-slider-wrap .bx-next .icon {
	background-image:url('../images/icon_slider_core_next_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
@media only screen and (min-width:1024px) {
	.page-clubhouse .clubhouse-slider-wrap .bx-pager {
		bottom: 30px
	}
	.page-clubhouse .clubhouse-slider-wrap .bx-prev {
		left: 30px
	}
	.page-clubhouse .clubhouse-slider-wrap .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.page-clubhouse .clubhouse-slider-wrap .bx-next {
		right: 30px
	}
	.page-clubhouse .clubhouse-slider-wrap .bx-next .icon {
		background-image: url('../images/icon_slider_core_next_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
}
.page-clubhouse .section-clubhouse li,
.page-clubhouse .section-clubhouse p {
	color:#000;
	line-height:1.8
}
.page-clubhouse .section-clubhouse li.large,
.page-clubhouse .section-clubhouse p.large {
	font-size:22px;
	line-height:1.2
}
.page-clubhouse .section-clubhouse p {
	margin:15px 0 0
}
.page-clubhouse .section-clubhouse .message-wrap {
	padding:15px 0;
	text-align:center;
	border:1px #9c8d6c solid;
	background:#fff
}
.page-clubhouse .section-clubhouse .message-wrap p {
	margin:0
}
@media only screen and (min-width:1024px) {
	.page-clubhouse .section-clubhouse li.large,
	.page-clubhouse .section-clubhouse p.large {
		font-size: 22px
	}
	.page-clubhouse .section-clubhouse p {
		margin: 25px 0 0
	}
	.page-clubhouse .section-clubhouse .message-wrap {
		padding: 30px 0
	}
	.page-clubhouse .section-clubhouse .message-wrap p {
		font-size: 28px
	}
}
@media only screen and (min-width:1280px) {
	.page-clubhouse .section-clubhouse .wrap {
		margin: 0 auto!important;
		max-width: 1030px
	}
}
.page-clubhouse .section-clubhouse-architect {
	padding-bottom:60px
}
.page-clubhouse .section-clubhouse-architect h4.title {
	margin-bottom:0
}
.page-clubhouse .section-clubhouse-architect h4.title:after,
.page-clubhouse .section-clubhouse-architect h4.title:before {
	display:none
}
.page-clubhouse .section-clubhouse-architect .wrap {
	text-align:left;
	max-width:none
}
.page-clubhouse .section-clubhouse-architect .message-wrap {
	margin:40px 0;
	padding:0;
	border:0
}
.page-clubhouse .section-clubhouse-architect .message-wrap p {
	display:inline-block
}
.page-clubhouse .section-clubhouse-architect .message-wrap .ldquo,
.page-clubhouse .section-clubhouse-architect .message-wrap .rdquo {
	position:absolute;
	font-size:30px;
	font-family:Georgia
}
.page-clubhouse .section-clubhouse-architect .message-wrap .ldquo {
	margin:-15px 0 0 -15px
}
.page-clubhouse .section-clubhouse-architect .message-wrap .rdquo {
	margin:5px 0 0 10px
}
.page-clubhouse .section-clubhouse-architect h5.title {
	margin:40px 0 10px;
	font-weight:400;
	font-size:20px
}
.page-clubhouse .section-clubhouse-architect .clubhouse-slider-wrap {
	margin:80px auto 0 auto;
	max-width:862px
}
.page-clubhouse .section-clubhouse-architect .section-a {
	margin:50px 15px 0 15px
}
.page-clubhouse .section-clubhouse-architect .section-a p:first-child {
	margin-top:0
}
.page-clubhouse .section-clubhouse-architect .section-a p.name {
	font-size:18px
}
.page-clubhouse .section-clubhouse-architect .section-a p.name span {
	display:block
}
.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-2 .module p.url {
	font-size:14px
}
.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-2 .module p.name {
	line-height:1.2
}
.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-2 .module p.name.core {
	font-size:22px
}
.page-clubhouse .section-clubhouse-architect .section-b {
	margin:0 15px
}
.page-clubhouse .section-clubhouse-architect .section-b .cell-lg.nth-child-2 {
	margin-top:30px
}
.page-clubhouse .section-clubhouse-architect .section-b .cell-lg h5.title {
	margin-top:0
}
.page-clubhouse .section-clubhouse-architect .section-c {
	margin:0 15px
}
.page-clubhouse .section-clubhouse-architect .section-c .module li span {
	font-weight:400
}
.page-clubhouse .section-clubhouse-architect .js-project-more {
	padding:5px 0;
	font-size:12px;
	text-align:center;
	color:#9c8d6c
}
.page-clubhouse .section-clubhouse-architect .js-project-more i {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	border:1px #9c8d6c solid;
	border-radius:50%
}
.page-clubhouse .section-clubhouse-architect .js-project-more i:after,
.page-clubhouse .section-clubhouse-architect .js-project-more i:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:0 0 0 -8px;
	width:16px;
	height:1px;
	background:#9c8d6c;
	-webkit-transition:-webkit-transform .5s;
	transition:-webkit-transform .5s;
	-o-transition:transform .5s;
	transition:transform .5s;
	transition:transform .5s,
	-webkit-transform .5s
}
.page-clubhouse .section-clubhouse-architect .js-project-more i:after {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}
.page-clubhouse .section-clubhouse-architect .js-project-more span {
	display:block
}
@media only screen and (min-width:1024px) {
	.page-clubhouse .section-clubhouse-architect {
		padding-bottom: 120px;
		overflow: hidden
	}
	.page-clubhouse .section-clubhouse-architect .table-lg {
		display: table;
		width: 100%;
		table-layout: fixed
	}
	.page-clubhouse .section-clubhouse-architect .table-lg .cell-lg {
		display: table-cell;
		width: 50%;
		vertical-align: middle
	}
	.page-clubhouse .section-clubhouse-architect h5.title {
		margin: 80px 0 15px 0;
		font-size: 24px
	}
	.page-clubhouse .section-clubhouse-architect .message-wrap {
		margin: 80px 0 0
	}
	.page-clubhouse .section-clubhouse-architect .message-wrap p {
		font-size: 32px;
		line-height: 1.4
	}
	.page-clubhouse .section-clubhouse-architect .message-wrap .ldquo,
	.page-clubhouse .section-clubhouse-architect .message-wrap .rdquo {
		font-size: 60px
	}
	.page-clubhouse .section-clubhouse-architect .message-wrap .ldquo {
		margin: -30px 0 0 -30px
	}
	.page-clubhouse .section-clubhouse-architect .section-a {
		margin: 110px auto 0 auto;
		max-width: 1280px
	}
	.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-1 {
		vertical-align: bottom
	}
	.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-2 .module {
		margin-left: 60px;
		margin-right: 60px
	}
	.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-2 .module p.url {
		font-size: 16px
	}
	.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-2 .module p.name {
		line-height: 1.6
	}
	.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-2 .module p.name.core {
		font-size: 24px
	}
	.page-clubhouse .section-clubhouse-architect .section-b {
		margin: 0 auto;
		max-width: 1280px
	}
	.page-clubhouse .section-clubhouse-architect .section-b .cell-lg.nth-child-1 .module {
		margin-left: 80px
	}
	.page-clubhouse .section-clubhouse-architect .section-b .cell-lg.nth-child-2 {
		margin-top: 0
	}
	.page-clubhouse .section-clubhouse-architect .section-b .cell-lg.nth-child-2 img {
		max-width: none
	}
	.page-clubhouse .section-clubhouse-architect .section-b .cell-lg h5.title {
		margin-top: 50px
	}
	.page-clubhouse .section-clubhouse-architect .section-c {
		margin: 0 auto 160px auto;
		max-width: 1280px
	}
	.page-clubhouse .section-clubhouse-architect .section-c .module {
		margin: 0 80px
	}
}
@media only screen and (min-width:1280px) {
	.page-clubhouse .section-clubhouse-architect .section-a .cell-lg.nth-child-2 .module {
		margin-right: 15%
	}
	.page-clubhouse .section-clubhouse-architect .section-b .cell-lg.nth-child-1 .module {
		margin-left: 24.6%
	}
	.page-clubhouse .section-clubhouse-architect .section-c .module {
		margin: 0 12.3%
	}
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-clubhouse .section-clubhouse-architect .section .list-a li {
		display: none
	}
	.page-clubhouse .section-clubhouse-architect .section .list-a li:first-child,
	.page-clubhouse .section-clubhouse-architect .section .list-a li:nth-child(2),
	.page-clubhouse .section-clubhouse-architect .section .list-a li:nth-child(3) {
		display: block
	}
	.page-clubhouse .section-clubhouse-architect .section.in .js-project-more i:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	.page-clubhouse .section-clubhouse-architect .section.in .list-a li {
		display: block
	}
}
.page-clubhouse .section-clubhouse-service {
	padding-bottom:80px;
	background:#f3f3f3
}
.page-clubhouse .section-clubhouse-service .wrap {
	text-align:center
}
.page-clubhouse .section-clubhouse-service .clubhouse-slider-wrap {
	margin-top:30px
}
@media only screen and (min-width:1024px) {
	.page-clubhouse .section-clubhouse-service {
		padding-bottom: 160px
	}
	.page-clubhouse .section-clubhouse-service .clubhouse-slider-wrap {
		margin-top: 100px
	}
}
.page-clubhouse .section-clubhouse-exclusive {
	padding-bottom:50px;
	background:#f8f8f8;
	text-align:center
}
.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap {
	margin-top:50px;
	text-align:left
}
.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop {
	position:relative;
	z-index:0;
	padding-top:10px;
	margin-top:30px
}
.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop h5.title {
	position:absolute;
	z-index:1;
	left:15px;
	top:-8%;
	font-size:24px;
	font-weight:400;
	line-height:1
}
.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop .bx-viewport {
	z-index:0
}
.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop>.module {
	margin:0 15px
}
.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop .core {
	font-size:14px;
	line-height:1.4
}
@media only screen and (min-width:768px) {
	.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop h5.title {
		top: -5%
	}
}
@media only screen and (min-width:1024px) {
	.page-clubhouse .section-clubhouse-exclusive {
		padding-bottom: 160px
	}
	.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap {
		margin-top: 120px
	}
	.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop {
		margin-top: 90px;
		padding-top: 30px
	}
	.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop h5.title {
		top: -8%;
		left: 50px;
		font-size: 62px
	}
	.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop>.module {
		margin-left: 350px;
		margin-right: 50px
	}
	.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop .core {
		font-size: 22px;
		line-height: 1.4
	}
	.page-clubhouse .section-clubhouse-exclusive .clubhouse-exclusive-slider-wrap .loop .desc {
		margin: 15px 0 0
	}
}
@media only screen and (min-width:1280px) {
	.page-clubhouse .section-clubhouse-exclusive .wrap {
		margin: 0 auto;
		max-width: 1120px
	}
}
.page-clubhouse .section-clubhouse-food p.name {
	font-weight:400
}
.page-clubhouse .section-clubhouse-food .pic {
	border-bottom:1px #e5e5e5 solid
}
.page-clubhouse .section-clubhouse-food .message-wrap {
	margin:20px 0 30px 0
}
@media only screen and (min-width:1024px) {
	.page-clubhouse .section-clubhouse-food .message-wrap {
		margin: 0 0 85px 0
	}
}
.lang-ko .page-clubhouse .section-clubhouse-food .col.nth-child-2 .module {
	margin-top:100px
}
.lang-ko .page-clubhouse .section-clubhouse-food .message-wrap p {
	line-height:1.4
}
.page-clubhouse .section-clubhouse-wine {
	margin-top:80px;
	text-align:center;
	background:#f3f3f3
}
.page-clubhouse .section-clubhouse-wine .wrap {
	margin:0 4.7%
}
@media only screen and (min-width:1024px) {
	.page-clubhouse .section-clubhouse-wine .wrap {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.page-clubhouse .section-clubhouse-wine .wrap {
		margin: 0 6.3%
	}
}
.page-clubhouse .section-clubhouse-wine .grid {
	margin:30px 15px 0 15px
}
.page-clubhouse .section-clubhouse-wine h5.title {
	margin:20px 0 0;
	font-size:14px;
	font-weight:400
}
.page-clubhouse .section-clubhouse-wine .action {
	margin-top:15px
}
.page-clubhouse .section-clubhouse-wine .clubhouse-slider {
	text-align:center
}
@media only screen and (min-width:1024px) {
	.page-clubhouse .section-clubhouse-wine {
		margin-top: 160px
	}
	.page-clubhouse .section-clubhouse-wine h5.title {
		margin: 0 0 80px 0;
		font-size: 22px
	}
	.page-clubhouse .section-clubhouse-wine .action {
		margin-top: 40px
	}
	.page-clubhouse .section-clubhouse-wine .grid {
		margin-top: 150px
	}
	.page-clubhouse .section-clubhouse-wine .grid.wine {
		margin-top: 60px
	}
	.page-clubhouse .section-clubhouse-wine .grid.wine h5.title {
		margin-top: 150px;
		font-size: 22px
	}
	.page-clubhouse .section-clubhouse-wine .grid.wine .nth-child-2 .module {
		margin-left: 40px
	}
	.page-clubhouse .section-clubhouse-wine .grid.coffee .core {
		float: right;
		text-align: right
	}
	.page-clubhouse .section-clubhouse-wine .grid.coffee .desc .module {
		margin-right: 20px
	}
}
.page-art #wrapper {
	background:#f3f3f3;
	overflow:hidden
}
.page-art #header .logo .icon {
	background-image:url('../images/logo_dark_mobile.png');
	width:80px;
	height:80px;
	background-size:80px 80px
}
.page-art #header .course {
	color:#988866
}
.page-art #header .course .icon {
	background-image:url('../images/icon_course_layout_dark_mobile.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.page-art #header .members {
	color:#988866
}
.page-art #header .members .icon {
	background-image:url('../images/icon_members_dark_sm.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.page-art #header .lang {
	color:#988866;
	border-color:#988866
}
@media only screen and (min-width:1024px) {
	.page-art #header .logo .icon {
		background-image: url('../images/logo_dark.png');
		width: 150px;
		height: 150px;
		background-size: 150px 150px
	}
	.page-art #header .course .icon {
		background-image: url('../images/icon_course_layout_dark.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
	.page-art #header .members .icon {
		background-image: url('../images/icon_members_dark.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
}
.is-scrollDowned .page-art #header .logo .icon {
	background-image:url('../images/logo_mobile.png');
	width:80px;
	height:80px;
	background-size:80px 80px
}
.is-scrollDowned .page-art #header .course {
	color:#fff
}
.is-scrollDowned .page-art #header .course .icon {
	background-image:url('../images/icon_course_layout_mobile.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.is-scrollDowned .page-art #header .members {
	color:#fff
}
.is-scrollDowned .page-art #header .members .icon {
	background-image:url('../images/icon_members_sm.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.is-scrollDowned .page-art #header .lang {
	color:#fff;
	border-color:#fff
}
@media only screen and (min-width:1024px) {
	.is-scrollDowned .page-art #header .logo .icon {
		background-image: url('../images/logo.png');
		width: 150px;
		height: 150px;
		background-size: 150px 150px
	}
	.is-scrollDowned .page-art #header .course .icon {
		background-image: url('../images/icon_course_layout.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
	.is-scrollDowned .page-art #header .members .icon {
		background-image: url('../images/icon_members.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
}
.page-art .container {
	position:relative
}
.page-art .container #ajaxElement {
	position:absolute;
	opacity:0;
	z-index:-1
}
.page-art .container #ajaxElement .css-slider {
	height:100%
}
.page-art .container.in .item-list {
	display:none
}
.page-art .container.in #ajaxElement {
	position:relative;
	opacity:1;
	z-index:1
}
@media only screen and (min-width:1024px) {
	.page-art .container #ajaxElement {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s
	}
	.page-art .container.in .item-list {
		display: block
	}
	.page-art .container.in #ajaxElement {
		position: absolute
	}
}
.page-art .owl-carousel .owl-dots {
	text-align:center
}
.page-art .owl-carousel .owl-dots .owl-dot {
	display:inline-block
}
.page-art .owl-carousel .owl-dots .owl-dot span {
	display:inline-block;
	margin:5px;
	width:6px;
	height:6px;
	border:1px #fff solid;
	border-radius:50%;
	background:transparent
}
.page-art .owl-carousel .owl-dots .owl-dot.active span {
	background:#fff
}
@media only screen and (min-width:1024px) {
	.page-art .owl-carousel .owl-dots .owl-dot span {
		margin: 8px
	}
}
@media only screen and (min-width:1920px) {
	.page-art .owl-carousel .owl-dots .owl-dot span {
		margin: 10px;
		width: 12px;
		height: 12px
	}
}
.page-art .section-art-story {
	margin-top:40px;
	margin-bottom:50px
}
.page-art .section-art-story h5.title {
	margin:0;
	font-size:14px;
	color:#000;
	font-weight:400
}
.lang-en .page-art .section-art-story h5.title {
	letter-spacing:.05em
}
.page-art .section-art-story p {
	margin:15px 0 0;
	line-height:1.8
}
.lang-en .page-art .section-art-story p {
	letter-spacing:.05em
}
.page-art .section-art-story .icon.color {
	margin-right:15px;
	background-image:url('../images/icon_color.png');
	width:25px;
	height:20px;
	background-size:25px 20px
}
@media only screen and (min-width:1024px) {
	.page-art .section-art-story {
		margin-top: 50px;
		margin-left: 295px
	}
	.page-art .section-art-story h5.title {
		font-size: 22px
	}
	.page-art .section-art-story.nature {
		clear: both;
		*zoom: 1;
		margin-left: 390px
	}
	.page-art .section-art-story.nature:after,
	.page-art .section-art-story.nature:before {
		content: " ";
		display: table
	}
	.page-art .section-art-story.nature:after {
		clear: both
	}
}
@media only screen and (min-width:1280px) {
	.page-art .section-art-story {
		margin-left: 310px;
		margin-bottom: 80px
	}
	.page-art .section-art-story.nature {
		margin-left: 665px
	}
}
@media only screen and (min-width:1920px) {
	.page-art .section-art-story {
		margin-left: 545px;
		margin-bottom: 40px
	}
}
.page-art .section-nature-general {
	margin:30px 0 0
}
.page-art .section-nature-general .item {
	display:none
}
.page-art .section-nature-general .item.in {
	display:block
}
.page-art .section-nature-general h5.title {
	font-size:18px;
	font-weight:400
}
.page-art .section-nature-general p {
	line-height:1.8
}
@media only screen and (min-width:1024px) {
	.page-art .section-nature-general {
		margin: 50px 0 40px 265px
	}
	.page-art .section-nature-general h5.title {
		font-size: 22px
	}
}
.page-art .item-list .item {
	overflow:hidden
}
.page-art .item-list .item .module {
	display:table;
	position:relative;
	width:100.15%;
	height:180px
}
.page-art .item-list .item .module:after {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:1px;
	background:#000
}
.page-art .item-list .item .module .thumb {
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-size:cover
}
.page-art .item-list .item .module a {
	display:table-cell;
	vertical-align:middle;
	color:#fff
}
.page-art .item-list .item .module a:after {
	content:'';
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	bottom:0;
	left:-10px;
	width:110%;
	background:rgba(0,
	0,
	0,
	0.4);
	-webkit-transition:background 1s;
	-o-transition:background 1s;
	transition:background 1s
}
.page-art .item-list .item .module a span {
	display:block;
	position:relative;
	z-index:1;
	vertical-align:middle;
	line-height:1.2;
	letter-spacing:.05em;
	-webkit-transition:-webkit-transform .5s;
	transition:-webkit-transform .5s;
	-o-transition:transform .5s;
	transition:transform .5s;
	transition:transform .5s,
	-webkit-transform .5s
}
.page-art .item-list .item .module a span.subject {
	font-size:14px
}
.page-art .item-list .item .module a span.more {
	display:inline-block;
	margin-top:10px;
	padding-bottom:5px;
	background:url('../images/dot.png') repeat-x left bottom
}
.page-art .item-list .item .module a:hover:after {
	background:rgba(0,
	0,
	0,
	0)
}
.page-art .item-list .item .module a:hover span {
	-webkit-transform:translate3d(0,
	-100%,
	0);
	transform:translate3d(0,
	-100%,
	0)
}
.page-art .item-list .item .module a:hover span.subject {
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s
}
.page-art .item-list .item .module a:hover span.more {
	-webkit-transition-delay:.1s;
	-o-transition-delay:.1s;
	transition-delay:.1s
}
@media only screen and (min-width:1024px) {
	.page-art .item-list {
		clear: both;
		*zoom: 1
	}
	.page-art .item-list:after,
	.page-art .item-list:before {
		content: " ";
		display: table
	}
	.page-art .item-list:after {
		clear: both
	}
	.page-art .item-list .item {
		float: left;
		width: 33.3%
	}
	.page-art .item-list .item:nth-child(3n+1) {
		width: 33.4%
	}
	.page-art .item-list .item .module {
		height: 195px
	}
	.page-art .item-list .item .module a:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		background: #000
	}
	.page-art .item-list .item .module a span.subject {
		font-size: 16px
	}
	.page-art .item-list .item .module a span.more {
		margin-top: 15px;
		font-size: 12px
	}
}
@media only screen and (min-width:1280px) {
	.page-art .item-list .item .module {
		height: 240px
	}
}
@media only screen and (min-width:1920px) {
	.page-art .item-list .item .module {
		height: 360px
	}
}
.page-art .view-Category {
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	top:0
}
.page-art .view-Category a {
	display:block;
	padding:10px 0;
	color:#fff;
	text-align:left;
	background:rgba(0,
	0,
	0,
	0.4);
	-webkit-transition:background .6s;
	-o-transition:background .6s;
	transition:background .6s
}
.page-art .view-Category a span {
	display:block;
	padding-left:20px;
	margin:0 4.7%;
	-webkit-transition:-webkit-transform .2s ease .1s;
	transition:-webkit-transform .2s ease .1s;
	-o-transition:transform .2s ease .1s;
	transition:transform .2s ease .1s;
	transition:transform .2s ease .1s,
	-webkit-transform .2s ease .1s
}
@media only screen and (min-width:1024px) {
	.page-art .view-Category a span {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.page-art .view-Category a span {
		margin: 0 6.3%
	}
}
.page-art .view-Category a:after,
.page-art .view-Category a:before {
	content:'';
	position:absolute;
	left:4.7%;
	top:50%;
	margin-top:-1px;
	width:10px;
	height:2px;
	background:#fff;
	-webkit-transition:-webkit-transform .2s ease;
	transition:-webkit-transform .2s ease;
	-o-transition:transform .2s ease;
	transition:transform .2s ease;
	transition:transform .2s ease,
	-webkit-transform .2s ease
}
.page-art .view-Category a:before {
	-webkit-transform:translate3d(0,
	-3px,
	0) rotate(-45deg);
	transform:translate3d(0,
	-3px,
	0) rotate(-45deg)
}
.page-art .view-Category a:after {
	-webkit-transform:translate3d(0,
	3px,
	0) rotate(45deg);
	transform:translate3d(0,
	3px,
	0) rotate(45deg)
}
.page-art .view-Category a:hover {
	background:rgba(0,
	0,
	0,
	0.5)
}
.page-art .view-Category a:hover:before {
	-webkit-transform:translate3d(-10px,
	-3px,
	0) rotate(-45deg);
	transform:translate3d(-10px,
	-3px,
	0) rotate(-45deg)
}
.page-art .view-Category a:hover:after {
	-webkit-transform:translate3d(-10px,
	3px,
	0) rotate(45deg);
	transform:translate3d(-10px,
	3px,
	0) rotate(45deg)
}
.page-art .view-Category a:hover span {
	-webkit-transform:translate3d(-10px,
	0,
	0);
	transform:translate3d(-10px,
	0,
	0)
}
@media only screen and (min-width:1024px) {
	.page-art .view-Category a {
		font-size: 16px
	}
	.page-art .view-Category a span {
		padding-left: 20px
	}
	.page-art .view-Category a:after,
	.page-art .view-Category a:before {
		left: 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.page-art .view-Category a {
		padding: 15px 0
	}
	.page-art .view-Category a:after,
	.page-art .view-Category a:before {
		left: 6.3%
	}
}
@media only screen and (min-width:1920px) {
	.page-art .view-Category a {
		padding: 25px 0
	}
	.page-art .view-Category a span {
		padding-left: 35px
	}
	.page-art .view-Category a:after,
	.page-art .view-Category a:before {
		left: 6.3%
	}
}
.page-art .view-nav {
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	top:0;
	text-align:left;
	background:rgba(0,
	0,
	0,
	0.4)
}
.page-art .view-nav a {
	position:relative;
	display:inline-block;
	padding:10px 15px;
	color:#fff;
	white-space:nowrap
}
.page-art .view-nav a span {
	display:block;
	padding-left:20px;
	-webkit-transition:-webkit-transform .2s ease .1s;
	transition:-webkit-transform .2s ease .1s;
	-o-transition:transform .2s ease .1s;
	transition:transform .2s ease .1s;
	transition:transform .2s ease .1s,
	-webkit-transform .2s ease .1s
}
.page-art .view-nav a:after,
.page-art .view-nav a:before {
	content:'';
	position:absolute;
	top:50%;
	margin-top:-1px;
	width:10px;
	height:2px;
	background:#fff;
	-webkit-transition:-webkit-transform .2s ease;
	transition:-webkit-transform .2s ease;
	-o-transition:transform .2s ease;
	transition:transform .2s ease;
	transition:transform .2s ease,
	-webkit-transform .2s ease
}
.page-art .view-nav a:before {
	-webkit-transform:translate3d(0,
	-3px,
	0) rotate(-45deg);
	transform:translate3d(0,
	-3px,
	0) rotate(-45deg)
}
.page-art .view-nav a:after {
	-webkit-transform:translate3d(0,
	3px,
	0) rotate(45deg);
	transform:translate3d(0,
	3px,
	0) rotate(45deg)
}
.page-art .view-nav a:hover:before {
	-webkit-transform:translate3d(-10px,
	-3px,
	0) rotate(-45deg);
	transform:translate3d(-10px,
	-3px,
	0) rotate(-45deg)
}
.page-art .view-nav a:hover:after {
	-webkit-transform:translate3d(-10px,
	3px,
	0) rotate(45deg);
	transform:translate3d(-10px,
	3px,
	0) rotate(45deg)
}
.page-art .view-nav a:hover span {
	-webkit-transform:translate3d(-10px,
	0,
	0);
	transform:translate3d(-10px,
	0,
	0)
}
.page-art .view-nav a.disabled {
	cursor:default;
	opacity:.5
}
.page-art .view-nav a.js-ball-prev {
	left:0
}
.page-art .view-nav a.js-ball-prev span {
	padding-left:20px
}
.page-art .view-nav a.js-ball-prev:after,
.page-art .view-nav a.js-ball-prev:before {
	left:15px
}
.page-art .view-nav a.js-ball-next {
	position:absolute;
	top:0;
	right:0
}
.page-art .view-nav a.js-ball-next span {
	padding-right:20px
}
.page-art .view-nav a.js-ball-next:after,
.page-art .view-nav a.js-ball-next:before {
	right:15px
}
.page-art .view-nav a.js-ball-next:before {
	-webkit-transform:translate3d(0,
	-3px,
	0) rotate(45deg);
	transform:translate3d(0,
	-3px,
	0) rotate(45deg)
}
.page-art .view-nav a.js-ball-next:after {
	-webkit-transform:translate3d(0,
	3px,
	0) rotate(-45deg);
	transform:translate3d(0,
	3px,
	0) rotate(-45deg)
}
.page-art .view-nav a.js-ball-next:hover:before {
	-webkit-transform:translate3d(10px,
	-3px,
	0) rotate(45deg);
	transform:translate3d(10px,
	-3px,
	0) rotate(45deg)
}
.page-art .view-nav a.js-ball-next:hover:after {
	-webkit-transform:translate3d(10px,
	3px,
	0) rotate(-45deg);
	transform:translate3d(10px,
	3px,
	0) rotate(-45deg)
}
.page-art .view-nav a.js-ball-next:hover span {
	-webkit-transform:translate3d(10px,
	0,
	0);
	transform:translate3d(10px,
	0,
	0)
}
@media only screen and (min-width:1024px) {
	.page-art .view-nav a {
		font-size: 16px;
		padding-left: 60px;
		padding-right: 60px
	}
	.page-art .view-nav a.js-ball-prev:after,
	.page-art .view-nav a.js-ball-prev:before {
		left: 60px
	}
	.page-art .view-nav a.js-ball-next:after,
	.page-art .view-nav a.js-ball-next:before {
		right: 60px
	}
}
@media only screen and (min-width:1280px) {
	.page-art .view-nav a {
		padding: 15px 80px
	}
	.page-art .view-nav a.js-ball-prev:after,
	.page-art .view-nav a.js-ball-prev:before {
		left: 80px
	}
	.page-art .view-nav a.js-ball-next:after,
	.page-art .view-nav a.js-ball-next:before {
		right: 80px
	}
}
@media only screen and (min-width:1920px) {
	.page-art .view-nav a {
		padding: 25px 120px
	}
	.page-art .view-nav a.js-ball-prev span {
		padding-left: 35px
	}
	.page-art .view-nav a.js-ball-prev:after,
	.page-art .view-nav a.js-ball-prev:before {
		left: 120px
	}
	.page-art .view-nav a.js-ball-next span {
		padding-right: 35px
	}
	.page-art .view-nav a.js-ball-next:after,
	.page-art .view-nav a.js-ball-next:before {
		right: 120px
	}
}
.page-art .section-ball .item-list .item .module a span.more {
	display:none
}
.page-art .section-ball-slider {
	position:relative;
	z-index:1;
	width:100%
}
.page-art .section-ball-slider .slider-inner {
	z-index:0
}
.page-art .section-ball-slider .slider-inner .slider-bg,
.page-art .section-ball-slider .slider-inner .slider-item,
.page-art .section-ball-slider .slider-inner .slider-module {
	width:100%!important;
	height:100%!important
}
.page-art .section-ball-slider .slider-sizer {
	width:100%;
	height:270px
}
.page-art .section-ball-slider .slider-counter {
	display:none
}
.page-art .section-ball-slider .slider-pager {
	top:82%;
	text-align:right
}
.page-art .section-ball-slider .slider-pager a span {
	margin:10px 7px
}
.page-art .section-ball-slider .summary {
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	bottom:0;
	padding:20px 0;
	text-align:left;
	background:rgba(0,
	0,
	0,
	0.4)
}
.page-art .section-ball-slider .summary p {
	margin:0;
	color:#fff
}
.page-art .section-ball-slider .summary p.core {
	font-size:16px;
	letter-spacing:.02em
}
.page-art .section-ball-slider .summary p.desc {
	margin-top:10px;
	line-height:1.8
}
.page-art .section-ball-slider .summary p.desc span {
	margin-right:10px
}
.page-art .section-ball-slider .summary p.desc span:first-child {
	display:block;
	margin-right:0
}
@media only screen and (min-width:1024px) {
	.page-art .section-ball-slider .css-slider,
	.page-art .section-ball-slider .slider-inner,
	.page-art .section-ball-slider .slider-sizer {
		height: 100%
	}
	.page-art .section-ball-slider .slider-pager {
		top: auto;
		right: 50px;
		bottom: 50px;
		margin: 0
	}
	.page-art .section-ball-slider .slider-pager a span {
		margin: 20px 10px
	}
	.page-art .section-ball-slider .summary {
		padding: 40px 0
	}
	.page-art .section-ball-slider .summary p.core {
		font-size: 24px;
		letter-spacing: 0
	}
	.page-art .section-ball-slider .summary p.desc {
		font-size: 14px
	}
	.page-art .section-ball-slider .summary p.desc span {
		margin-right: 30px
	}
	.page-art .section-ball-slider .summary p.desc span:first-child {
		display: inline;
		margin-right: 30px
	}
}
@media only screen and (min-width:1920px) {
	.page-art .section-ball-slider .slider-pager {
		bottom: 115px
	}
	.page-art .section-ball-slider .summary {
		padding: 70px 0
	}
	.page-art .section-ball-slider .summary p.desc {
		font-size: 18px
	}
}
.page-art .section-nature .item-list .icon {
	display:none;
	position:relative;
	z-index:1;
	background-image:url('../images/icon_mountains.png');
	width:50px;
	height:50px;
	background-size:50px 50px
}
.page-art .section-nature .item-list .icon.landscape {
	background-image:url('../images/icon_landscape.png')
}
.page-art .section-nature .item-list .icon.water {
	background-image:url('../images/icon_water.png')
}
.page-art .section-nature .slider-core .slider .item {
	position:relative;
	z-index:0
}
.page-art .section-nature .slider-core .slider .item .desc {
	bottom:0;
	right:0;
	left:0;
	color:#fff;
	text-align:left;
	background:rgba(0,
	0,
	0,
	0.4)
}
.page-art .section-nature .slider-core .slider .item .desc .holder {
	margin:0 4.7%
}
@media only screen and (min-width:1024px) {
	.page-art .section-nature .slider-core .slider .item .desc .holder {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.page-art .section-nature .slider-core .slider .item .desc .holder {
		margin: 0 6.3%
	}
}
.page-art .section-nature .bx-next,
.page-art .section-nature .bx-prev,
.page-art .section-nature .slider-count,
.page-art .section-nature .slider-nav {
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s
}
.page-art .section-nature.text-view .text-more a i {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.page-art .section-nature.text-view .text-more .text-wrap {
	padding-bottom:30px;
	max-height:2000px
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-art .section-nature .slider-core .slider .item {
		position: relative;
		z-index: 0;
		height: auto
	}
	.page-art .section-nature .slider-core .slider .item .module {
		height: auto
	}
	.page-art .section-nature .slider-core .slider .item .desc {
		padding-bottom: 48px
	}
	.page-art .section-nature .slider-core .bx-next,
	.page-art .section-nature .slider-core .bx-prev {
		top: 120px
	}
}
@media only screen and (min-width:1024px) {
	.page-art .section-nature .item-list .item .module {
		height: 575px
	}
	.page-art .section-nature .item-list .item .module a .icon {
		display: inline-block;
		-webkit-transition: -webkit-transform .5s .1s;
		transition: -webkit-transform .5s .1s;
		-o-transition: transform .5s .1s;
		transition: transform .5s .1s;
		transition: transform .5s .1s, -webkit-transform .5s .1s
	}
	.page-art .section-nature .item-list .item .module a span.subject {
		margin-top: 10px;
		font-size: 24px
	}
	.page-art .section-nature .item-list .item .module a span.more {
		margin-top: 290px;
		font-size: 12px
	}
	.page-art .section-nature .item-list .item .module a:hover .icon {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	.page-art .section-nature .item-list .item .module a:hover span.subject {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	.page-art .section-nature .item-list .item .module a:hover span.desc {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s
	}
	.page-art .section-nature .pos-relative,
	.page-art .section-nature .section-gallery-wrap,
	.page-art .section-nature .slider-core,
	.page-art .section-nature .slider-core .bx-viewport,
	.page-art .section-nature .slider-core .bx-wrapper,
	.page-art .section-nature .slider-core .slider,
	.page-art .section-nature .slider-core .slider .item {
		height: 100%!important
	}
	.page-art .section-nature .slider-core .slider .item .desc {
		position: absolute;
		padding-bottom: 86px
	}
	.page-art .section-nature .bx-next,
	.page-art .section-nature .bx-prev,
	.page-art .section-nature .slider-count,
	.page-art .section-nature .slider-nav {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}
	.page-art .section-nature .slider-nav .bx-next,
	.page-art .section-nature .slider-nav .bx-prev {
		margin-top: 7px
	}
	.page-art .section-nature .slider-nav:before {
		background: transparent
	}
	.page-art .section-nature .text-more {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 86px;
		background: transparent;
		-webkit-transition: bottom .3s;
		-o-transition: bottom .3s;
		transition: bottom .3s
	}
	.page-art .section-nature .text-more a {
		height: 50px;
		line-height: 50px
	}
	.page-art .section-nature .text-more a i {
		width: 50px;
		height: 50px
	}
	.page-art .section-nature .text-more a i:after,
	.page-art .section-nature .text-more a i:before {
		margin: -1px 0 0 -10px;
		width: 20px;
		height: 2px;
		-webkit-transform: translate3d(-7px, 0, 0) rotate(-45deg);
		transform: translate3d(-7px, 0, 0) rotate(-45deg)
	}
	.page-art .section-nature .text-more a i:after {
		-webkit-transform: translate3d(7px, 0, 0) rotate(45deg);
		transform: translate3d(7px, 0, 0) rotate(45deg)
	}
	.page-art .section-nature .text-more .text-wrap {
		position: relative;
		padding-left: 110px;
		font-size: 14px
	}
	.page-art .section-nature .text-more .text-wrap h4 {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 19px
	}
	.page-art .section-nature .text-more .text-wrap p:first-child {
		margin-top: 0
	}
	.page-art .section-nature.text-view .text-more {
		background: rgba(0, 0, 0, 0.4);
		bottom: 0
	}
	.page-art .section-nature.text-view .text-more .text-wrap {
		padding-bottom: 40px
	}
	.page-art .section-nature.text-view .slider-nav {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	.page-art .section-nature.text-view .bx-prev {
		opacity: 0;
		-webkit-transform: translate3d(-700%, 0, 0);
		transform: translate3d(-700%, 0, 0)
	}
	.page-art .section-nature.text-view .bx-next,
	.page-art .section-nature.text-view .slider-count {
		-webkit-transform: translate3d(700%, 0, 0);
		transform: translate3d(700%, 0, 0)
	}
}
@media only screen and (min-width:1280px) {
	.page-art .section-nature .item-list .item .module {
		height: 720px
	}
	.page-art .section-nature .owl-dots {
		margin-right: 230px
	}
	.page-art .section-nature .text-more .text-wrap {
		padding-left: 230px
	}
	.page-art .section-nature .text-more .text-wrap h4 {
		font-size: 24px
	}
}
@media only screen and (min-width:1920px) {
	.page-art .section-nature .item-list .item .module {
		height: 1080px
	}
	.page-art .section-nature .item-list .item .module a .icon {
		background-image: url('../images/icon_mountains_large.png');
		width: 70px;
		height: 70px;
		background-size: 70px 70px
	}
	.page-art .section-nature .item-list .item .module a .icon.landscape {
		background-image: url('../images/icon_landscape_large.png')
	}
	.page-art .section-nature .item-list .item .module a .icon.water {
		background-image: url('../images/icon_water_large.png')
	}
	.page-art .section-nature .item-list .item .module a span.more {
		margin-top: 445px
	}
	.page-art .section-nature .text-more a {
		height: 70px;
		line-height: 70px
	}
	.page-art .section-nature .text-more a i {
		width: 70px;
		height: 70px
	}
	.page-art .section-nature .text-more a i:after,
	.page-art .section-nature .text-more a i:before {
		margin: -1px 0 0 -18px;
		width: 35px;
		height: 2px;
		-webkit-transform: translate3d(-12px, 0, 0) rotate(-45deg);
		transform: translate3d(-12px, 0, 0) rotate(-45deg)
	}
	.page-art .section-nature .text-more a i:after {
		-webkit-transform: translate3d(12px, 0, 0) rotate(45deg);
		transform: translate3d(12px, 0, 0) rotate(45deg)
	}
	.page-art .section-nature .text-more .owl-dots {
		bottom: -80px;
		margin-right: 345px
	}
	.page-art .section-nature .text-more .text-wrap {
		padding-left: 345px
	}
	.page-art .section-nature.text-view .text-more .text-wrap {
		padding-bottom: 100px
	}
}
.page-art .section-landscape-architects h5.title {
	position:relative;
	z-index:0;
	margin-top:60px;
	margin-bottom:30px;
	text-align:center;
	color:#9c8d6c;
	font-weight:400;
	font-size:24px
}
.page-art .section-landscape-architects h5.title:after {
	content:'';
	position:absolute;
	top:-60px;
	left:50%;
	width:1px;
	height:40px;
	background:#9c8d6c;
	-webkit-animation:upDown 5s infinite linear;
	animation:upDown 5s infinite linear
}
.page-art .section-landscape-architects h6.title {
	margin:30px 0 0;
	font-size:20px;
	font-weight:400
}
.page-art .section-landscape-architects p {
	margin:25px 0 0;
	line-height:1.8;
	color:#000
}
.page-art .section-landscape-architects p.large {
	margin-top:15px;
	font-size:18px;
	font-weight:400
}
.page-art .section-landscape-architects p.xlarge {
	font-size:20px;
	font-weight:400
}
.page-art .section-landscape-architects p.url {
	font-size:14px
}
.page-art .section-landscape-architects .list {
	margin-top:20px
}
.page-art .section-landscape-architects .list li {
	line-height:1.8
}
@media only screen and (min-width:1024px) {
	.page-art .section-landscape-architects h5.title {
		margin-top: 120px;
		margin-bottom: 50px;
		font-size: 42px
	}
	.page-art .section-landscape-architects h5.title:after {
		top: -120px;
		height: 80px
	}
	.page-art .section-landscape-architects h6.title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 24px
	}
	.page-art .section-landscape-architects p.large {
		margin: 30px 0;
		font-size: 22px
	}
	.page-art .section-landscape-architects p.xlarge {
		margin-top: 0;
		font-size: 34px
	}
	.page-art .section-landscape-architects p.url {
		font-size: 16px
	}
	.page-art .section-landscape-architects .desc .module {
		margin-right: 60px
	}
	.page-art .section-landscape-architects .core {
		position: relative
	}
	.page-art .section-landscape-architects .core .module {
		margin-left: 60px
	}
	.page-art .section-landscape-architects .core .project-list {
		position: absolute;
		top: 650px;
		left: -100%;
		width: 450px
	}
	.lang-ko .page-art .section-landscape-architects .core .project-list {
		top: 550px
	}
}
@media only screen and (min-width:1280px) {
	.page-art .section-landscape-architects .wrap {
		margin: 0 auto;
		width: 1080px
	}
}
.page-art .section-download-link {
	margin-top:15px
}
.page-art .section-download-link .title {
	margin-bottom:20px;
	font-weight:400
}
.page-art .section-download-link .wrap {
	text-align:left
}
.page-art .section-download-link a {
	display:block;
	margin-top:10px;
	color:#000
}
.page-art .section-download-link a:first-child {
	margin:0
}
.page-art .section-download-link a span {
	vertical-align:middle
}
@media only screen and (min-width:1024px) {
	.page-art .section-download-link {
		margin-top: 150px
	}
	.page-art .section-download-link .wrap {
		text-align: center
	}
	.page-art .section-download-link .title {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 30px
	}
	.page-art .section-download-link .title span {
		display: inline-block;
		text-align: left
	}
	.page-art .section-download-link a {
		display: inline-block;
		margin-left: 20px
	}
	.page-art .section-download-link a .icon {
		margin-right: 10px
	}
	.page-art .section-download-link a:first-child {
		margin-left: 0
	}
}
.page-art .section-gallery-wrap .slider-core {
	background:#000
}
.page-art .section-gallery-wrap .slider-core img {
	max-height:50vh;
	max-width:100%
}
@media only screen and (min-width:1024px) {
	.page-art .section-gallery-wrap .slider-core .slider,
	.page-art .section-gallery-wrap .slider-core .slider .item {
		height: 100vh
	}
	.page-art .section-gallery-wrap .slider-core .slider .item img,
	.page-art .section-gallery-wrap .slider-core .slider img {
		max-height: 100vh
	}
}
#thumbPager {
	opacity:0
}
#thumbPager.is-centos-loaded {
	opacity:1;
	-webkit-transition:opacity .6s linear .2s;
	-o-transition:opacity .6s linear .2s;
	transition:opacity .6s linear .2s
}
#thumbPager .item.in a {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 2px #fff
}
.section-gallery-wrap {
	position:relative;
	overflow:hidden
}
.section-gallery-wrap .slider-core .slider .item {
	margin:0;
	position:relative;
	text-align:center;
	overflow:hidden
}
.section-gallery-wrap .slider-core .slider .item .module {
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%
}
.section-gallery-wrap .slider-core .slider .item .module .pic {
	display:table-cell;
	width:100%;
	vertical-align:middle;
	text-align:center
}
.section-gallery-wrap .slider-core .slider .item .summary {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:auto;
	text-align:left;
	background:rgba(0,
	0,
	0,
	0.4);
	opacity:0;
	-webkit-transform:translate3d(0,
	-100%,
	0);
	transform:translate3d(0,
	-100%,
	0);
	-webkit-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s
}
.section-gallery-wrap .slider-core .slider .item .summary .inner {
	margin:0 4.7%;
	padding:10px 0;
	text-align:left;
	color:#fff
}
@media only screen and (min-width:1024px) {
	.section-gallery-wrap .slider-core .slider .item .summary .inner {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	.section-gallery-wrap .slider-core .slider .item .summary .inner {
		margin: 0 6.3%
	}
}
.section-gallery-wrap .slider-core .slider .item .summary span {
	display:block;
	opacity:0;
	-webkit-transform:translate3d(0,
	100%,
	0);
	transform:translate3d(0,
	100%,
	0);
	-webkit-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s
}
.section-gallery-wrap .slider-core .slider .item .summary span.core {
	font-size:16px
}
.section-gallery-wrap .slider-core .slider .item.active .summary {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.section-gallery-wrap .slider-core .slider .item.active .summary span {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s
}
.section-gallery-wrap .slider-core .slider .item.active .summary span.desc {
	-webkit-transition-delay:.6s;
	-o-transition-delay:.6s;
	transition-delay:.6s
}
.section-gallery-wrap .slider-core .bx-next,
.section-gallery-wrap .slider-core .bx-prev {
	display:block;
	position:absolute;
	top:50%;
	bottom:auto;
	margin-top:-38px;
	border-radius:50%;
	background:rgba(0,
	0,
	0,
	0.3);
	-webkit-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}
.section-gallery-wrap .slider-core .bx-next:hover,
.section-gallery-wrap .slider-core .bx-prev:hover {
	background:#000
}
.section-gallery-wrap .slider-core .bx-prev {
	left:10px
}
.section-gallery-wrap .slider-core .bx-prev .icon {
	background-image:url('../images/icon_slider_core_prev_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.section-gallery-wrap .slider-core .bx-next {
	right:10px
}
.section-gallery-wrap .slider-core .bx-next .icon {
	background-image:url('../images/icon_slider_core_next_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.section-gallery-wrap .slider-nav {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	white-space:nowrap
}
.section-gallery-wrap .slider-nav:before {
	content:'';
	position:absolute;
	z-index:0;
	left:0;
	bottom:0;
	right:0;
	top:0;
	background:rgba(0,
	0,
	0,
	0.4)
}
.section-gallery-wrap .slider-nav #sliderGalleryPager {
	clear:both;
	*zoom:1;
	z-index:1
}
.section-gallery-wrap .slider-nav #sliderGalleryPager:after,
.section-gallery-wrap .slider-nav #sliderGalleryPager:before {
	content:" ";
	display:table
}
.section-gallery-wrap .slider-nav #sliderGalleryPager:after {
	clear:both
}
.section-gallery-wrap .slider-nav .bx-viewport {
	height:initial!important
}
.section-gallery-wrap .slider-nav .bx-next,
.section-gallery-wrap .slider-nav .bx-prev {
	display:none;
	position:absolute;
	z-index:10;
	top:50%;
	margin:-18px 0 0
}
.section-gallery-wrap .slider-nav .bx-prev {
	left:50px
}
.section-gallery-wrap .slider-nav .bx-prev .icon {
	background-image:url('../images/icon_slider_thumb_prev_small.png');
	width:36px;
	height:36px;
	background-size:36px 36px
}
.section-gallery-wrap .slider-nav .bx-next {
	right:50px
}
.section-gallery-wrap .slider-nav .bx-next .icon {
	background-image:url('../images/icon_slider_thumb_next_small.png');
	width:36px;
	height:36px;
	background-size:36px 36px
}
.section-gallery-wrap .slider-nav a {
	position:relative;
	display:inline-block;
	margin:10px 7px;
	width:auto!important
}
.section-gallery-wrap .slider-nav a:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:2px transparent solid
}
.section-gallery-wrap .slider-nav a.active:after {
	border-color:#fff;
	-webkit-transition:border .3s linear;
	-o-transition:border .3s linear;
	transition:border .3s linear
}
.section-gallery-wrap .slider-nav img {
	width:auto;
	height:28px
}
.section-gallery-wrap .slider-count {
	display:none;
	position:absolute;
	right:40px;
	bottom:30px;
	font-size:16px;
	color:#fff
}
@media only screen and (min-width:1024px) {
	.section-gallery-wrap .slider-core .slider .item .summary .inner {
		padding: 15px 0
	}
	.section-gallery-wrap .slider-core .slider .item .summary span {
		font-size: 14px
	}
	.section-gallery-wrap .slider-core .slider .item .summary span.core {
		font-size: 20px
	}
	.section-gallery-wrap .slider-core .bx-next,
	.section-gallery-wrap .slider-core .bx-prev {
		margin-top: -14px
	}
	.section-gallery-wrap .slider-core .bx-prev {
		left: 30px
	}
	.section-gallery-wrap .slider-core .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.section-gallery-wrap .slider-core .bx-next {
		right: 30px
	}
	.section-gallery-wrap .slider-core .bx-next .icon {
		background-image: url('../images/icon_slider_core_next_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.section-gallery-wrap .slider-nav .bx-viewport {
		margin-left: -5px;
		height: 86px!important
	}
	.section-gallery-wrap .slider-nav .bx-next,
	.section-gallery-wrap .slider-nav .bx-prev {
		display: none
	}
	.section-gallery-wrap .slider-nav a {
		margin: 15px 10px
	}
	.section-gallery-wrap .slider-nav a:after {
		border-width: 4px
	}
	.section-gallery-wrap .slider-nav img {
		height: 56px
	}
}
@media only screen and (min-width:1280px) {
	.section-gallery-wrap .slider-nav .bx-prev {
		left: 140px
	}
	.section-gallery-wrap .slider-nav .bx-next {
		right: 140px
	}
	.section-gallery-wrap .slider-count {
		display: block
	}
}
@media only screen and (min-width:1920px) {
	.section-gallery-wrap .slider-core .slider .item .summary .inner {
		padding: 35px 0
	}
	.section-gallery-wrap .slider-core .bx-next,
	.section-gallery-wrap .slider-core .bx-prev {
		margin-top: -14px
	}
	.section-gallery-wrap .slider-core .bx-prev {
		left: 80px
	}
	.section-gallery-wrap .slider-core .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
	.section-gallery-wrap .slider-core .bx-next {
		right: 80px
	}
	.section-gallery-wrap .slider-core .bx-next .icon {
		background-image: url('../images/icon_slider_core_next.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
	.section-gallery-wrap .slider-nav .bx-next,
	.section-gallery-wrap .slider-nav .bx-prev {
		margin-top: -25px
	}
	.section-gallery-wrap .slider-nav .bx-prev {
		left: 235px
	}
	.section-gallery-wrap .slider-nav .bx-prev .icon {
		background-image: url('../images/icon_slider_thumb_prev.png');
		width: 50px;
		height: 50px;
		background-size: 50px 50px
	}
	.section-gallery-wrap .slider-nav .bx-next {
		right: 235px
	}
	.section-gallery-wrap .slider-nav .bx-next .icon {
		background-image: url('../images/icon_slider_thumb_next.png');
		width: 50px;
		height: 50px;
		background-size: 50px 50px
	}
	.section-gallery-wrap .slider-count {
		right: 120px;
		bottom: 30px
	}
}
.disable-select {
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.disable-drag {
	-webkit-user-drag:none;
	user-drag:none
}
.page-news #wrapper {
	background:#f3f3f3;
	overflow:hidden
}
.page-news #header .logo .icon {
	background-image:url('../images/logo_dark_mobile.png');
	width:80px;
	height:80px;
	background-size:80px 80px
}
.page-news #header .course {
	color:#988866
}
.page-news #header .course .icon {
	background-image:url('../images/icon_course_layout_dark_mobile.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.page-news #header .members {
	color:#988866
}
.page-news #header .members .icon {
	background-image:url('../images/icon_members_dark_sm.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.page-news #header .lang {
	color:#988866;
	border-color:#988866
}
@media only screen and (min-width:1024px) {
	.page-news #header .logo .icon {
		background-image: url('../images/logo_dark.png');
		width: 150px;
		height: 150px;
		background-size: 150px 150px
	}
	.page-news #header .course .icon {
		background-image: url('../images/icon_course_layout_dark.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
	.page-news #header .members .icon {
		background-image: url('../images/icon_members_dark.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
}
.is-scrollDowned .page-news #header .logo .icon {
	background-image:url('../images/logo_mobile.png');
	width:80px;
	height:80px;
	background-size:80px 80px
}
.is-scrollDowned .page-news #header .course {
	color:#fff
}
.is-scrollDowned .page-news #header .course .icon {
	background-image:url('../images/icon_course_layout_mobile.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.is-scrollDowned .page-news #header .members {
	color:#fff
}
.is-scrollDowned .page-news #header .members .icon {
	background-image:url('../images/icon_members_sm.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.is-scrollDowned .page-news #header .lang {
	color:#fff;
	border-color:#fff
}
@media only screen and (min-width:1024px) {
	.is-scrollDowned .page-news #header .logo .icon {
		background-image: url('../images/logo.png');
		width: 150px;
		height: 150px;
		background-size: 150px 150px
	}
	.is-scrollDowned .page-news #header .course .icon {
		background-image: url('../images/icon_course_layout.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
	.is-scrollDowned .page-news #header .members .icon {
		background-image: url('../images/icon_members.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
}
.page-news .bottom-spacer {
	margin-top:0
}
.title-year {
	margin:0 0 30px;
	padding:0;
	font-size:45px;
	color:#036eb8;
	text-align:left;
	font-family:'webfontregular'
}
.news-slider-wrap {
	overflow:hidden
}
.news-slider-wrap.in {
	opacity:1;
	-webkit-transition:opacity .6s;
	-o-transition:opacity .6s;
	transition:opacity .6s
}
.news-slider {
	clear:both;
	*zoom:1
}
.news-slider:after,
.news-slider:before {
	content:" ";
	display:table
}
.news-slider:after {
	clear:both
}
.news-slider .news-slider-inner {
	display:table;
	z-index:1;
	width:500%;
	-webkit-transition:-webkit-transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition:-webkit-transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	-o-transition:transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition:transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition:transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1),
	-webkit-transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1)
}
.news-slider .item {
	float:left;
	vertical-align:middle
}
.news-slider .item .module {
	display:inline-block;
	position:relative;
	margin:0 10px
}
.news-slider .item .module img {
	width:330px;
	vertical-align:middle;
	-webkit-user-drag:none
}
.news-slider .item .desc {
	-webkit-transition:visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s;
	transition:visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s;
	-o-transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s;
	transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s;
	transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s,
	visibility 0s ease .6s,
	z-index 0s ease .6s,
	opacity .6s ease 0s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) 0s;
	-webkit-transform:translate(0,
	100%) scale(1,
	1);
	-ms-transform:translate(0,
	100%) scale(1,
	1);
	transform:translate(0,
	100%) scale(1,
	1);
	-webkit-transform:translate3d(0,
	100%,
	0) scale(1,
	1);
	transform:translate3d(0,
	100%,
	0) scale(1,
	1);
	visibility:hidden;
	z-index:-1;
	opacity:0;
	-webkit-transform:translate3d(0,
	-30px,
	0);
	transform:translate3d(0,
	-30px,
	0);
	position:absolute;
	left:0;
	top:100%;
	right:0;
	padding:20px 20px;
	background:#fff;
	border:solid 1px #e5e5e5;
	text-align:center
}
.news-slider .item .desc p {
	margin:0;
	padding:0
}
.news-slider .item .desc p.date {
	font-size:14px;
	color:#999;
	font-family:'webfontregular';
	text-transform:uppercase;
	font-weight:bold
}
.news-slider .item .desc p.subject {
	margin-top:10px;
	font-size:18px;
	color:#666;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-wrap:break-word;
	max-height:50px
}
.news-slider .item .desc p.more {
	font-family:'webfontregular';
	letter-spacing:1px
}
.news-slider .item.in .desc {
	z-index:5000;
	-webkit-transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s;
	transition:visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s;
	-o-transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s;
	transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s;
	transition:transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s,
	visibility 0s ease .2s,
	z-index 0s ease .2s,
	opacity .6s ease .2s,
	-webkit-transform .6s cubic-bezier(0.42,
	0,
	0.58,
	1) .2s;
	-webkit-transform:translate(0,
	0) scale(1,
	1);
	-ms-transform:translate(0,
	0) scale(1,
	1);
	transform:translate(0,
	0) scale(1,
	1);
	-webkit-transform:translate3d(0,
	0,
	0) scale(1,
	1);
	transform:translate3d(0,
	0,
	0) scale(1,
	1);
	visibility:visible;
	z-index:2;
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.news-pager {
	margin-top:190px;
	padding-top:60px;
	overflow:hidden;
	background:url('../images/news_pager_bg_2.png') repeat-x -2px 95px;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	clear:both;
	*zoom:1
}
.news-pager .news-pager-inner {
	-webkit-transition:-webkit-transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition:-webkit-transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	-o-transition:transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition:transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	transition:transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1),
	-webkit-transform .3s cubic-bezier(0.42,
	0,
	0.58,
	1);
	width:500%;
	height:auto!important;
	clear:both;
	*zoom:1
}
.news-pager .news-pager-inner:after,
.news-pager .news-pager-inner:before {
	content:" ";
	display:table
}
.news-pager .news-pager-inner:after {
	clear:both
}
.news-pager:after,
.news-pager:before {
	content:" ";
	display:table
}
.news-pager:after {
	clear:both
}
.news-pager .item {
	float:left;
	width:90px;
	text-align:center;
	position:relative
}
.news-pager .item .year {
	position:absolute;
	top:-20px;
	left:0;
	margin:0;
	padding-left:10px;
	color:#9c8d6c;
	font-size:12px;
	opacity:.5
}
.news-pager .item .year:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:92px;
	background:#9c8d6c;
	opacity:.5
}
.news-pager .item a.month {
	display:inline-block;
	position:relative;
	z-index:0;
	margin-bottom:50px;
	width:72px;
	height:72px;
	line-height:72px;
	text-align:center
}
.news-pager .item a.month:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:10px 0 0 -1px;
	width:1px;
	height:0;
	opacity:0;
	background:#ccc;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.news-pager .item a.month i {
	display:inline-block;
	margin-top:19px;
	width:14px;
	height:14px;
	background:#9c8d6c;
	border:10px #f3f3f3 solid;
	border-radius:50%;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	background-color:#c6dbf1
}
.news-pager .item a.month i:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	right:50%;
	bottom:50%;
	border-radius:50%;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.news-pager .item a.month span {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	margin-top:10px;
	text-align:center;
	font-size:18px;
	color:#666;
	line-height:1;
	opacity:0;
	-webkit-transform:translate3d(0,
	-300%,
	0);
	transform:translate3d(0,
	-300%,
	0);
	font-family:'webfontregular';
	text-transform:capitalize;
	margin-top:30px
}
.news-pager .item .article {
	visibility:hidden;
	margin-left:37px;
	margin-bottom:20px;
	text-align:left;
	width:235px
}
.news-pager .item .article a {
	display:block;
	padding:0 10px;
	height:75px;
	overflow:hidden;
	color:#c2c2c2;
	border:1px #cfc8bb solid;
	background:#f8f8f8
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.news-pager .item .article a {
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0)
	}
}
.news-pager .item .article a span {
	display:block
}
.news-pager .item .article a span.subject {
	display:inline;
	display:inline-block;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	word-wrap:normal!important;
	word-break:keep-all;
	white-space:nowrap;
	width:99%;
	font-size:18px
}
.news-pager .item .article a span.date {
	margin-top:15px;
	color:#d6d6d6;
	font-size:14px
}
.news-pager .item.in a.month i {
	background-color:#036eb8
}
.news-pager .item.in a.month:after {
	height:38px;
	opacity:1
}
.news-pager .item.in a.month i:after {
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px #ccc solid
}
.news-pager .item.in a.month span {
	opacity:1;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0)
}
.news-pager .item .article a:hover,
.news-pager .item.in .article a,
.news-pager .item:hover .article a {
	position:relative;
	z-index:1;
	color:#666;
	border-color:#988866;
	background:#fff;
	-webkit-box-shadow:0 5px 10px 0 rgba(0,
	0,
	0,
	0.15);
	box-shadow:0 5px 10px 0 rgba(0,
	0,
	0,
	0.15)
}
.news-pager .item .article a:hover span.date,
.news-pager .item.in .article a span.date,
.news-pager .item:hover .article a span.date {
	color:#999
}
.news-pager .item:hover .article a {
	z-index:2
}
.news-pager .item .module {
	height:122px;
	overflow:hidden
}
.news-pager .item .article {
	opacity:.4;
	visibility:hidden;
	-webkit-transform:translate3d(20px,
	0,
	0);
	transform:translate3d(20px,
	0,
	0)
}
.news-pager .item.in .module {
	height:auto;
	overflow:visible
}
.news-pager .item.in .article {
	visibility:visible;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
.news-pager .item.in .article a {
	z-index:3
}
.news-pager .item.in .article:nth-of-type(2) {
	-webkit-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s
}
.news-pager .item.in .article:nth-of-type(3) {
	-webkit-transition-delay:.4s;
	-o-transition-delay:.4s;
	transition-delay:.4s
}
.news-pager .item.in .article.in,
.news-pager .item.in .article:hover {
	opacity:1
}
.news-pager .item.blank {
	display:none
}
.news-pager .item.blank a.month {
	cursor:default
}
.news-pager .item.blank a.month i {
	background:#d9d5cb
}
.news-pager .item.blank a.month i:after {
	display:none
}
#ajaxElementNews {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
	z-index:-1;
	opacity:0;
	overflow:hidden;
	background:#fff
}
#ajaxElementNews .js-close {
	position:absolute;
	top:30px;
	right:30px
}
#ajaxElementNews .js-close .icon,
#ajaxElementNews .js-close i {
	display:inline-block;
	background-image:url('../images/icon_modal_close_mobile_2.png');
	width:23px;
	height:23px;
	background-size:23px 23px
}
#ajaxElementNews h3.title {
	margin-top:0;
	font-size:14px;
	letter-spacing:.3em
}
@media only screen and (min-width:1024px) {
	#ajaxElementNews .js-close .icon,
	#ajaxElementNews .js-close i {
		background-image: url('../images/icon_modal_close_2.png');
		width: 46px;
		height: 46px;
		background-size: 46px 46px
	}
	#ajaxElementNews h3.title {
		margin-top: -10px;
		font-size: 22px;
		letter-spacing: .2em
	}
}
.is-news #container {
	-webkit-transform:translate3d(-1000%,
	-1000%,
	0);
	transform:translate3d(-1000%,
	-1000%,
	0);
	height:100vh;
	overflow:hidden
}
.is-news #ajaxElementNews {
	z-index:4100;
	opacity:1
}
.section-news-view {
	padding-bottom:90px;
	background:#f3f3f3
}
.section-news-view .news-view-head {
	margin-bottom:30px
}
.section-news-view .news-view-head span {
	display:inline-block;
	padding:0 8px;
	height:16px;
	line-height:16px;
	color:#fff;
	background:#9c8d6c;
	font-size:12px
}
.section-news-view .news-view-head span.category {
	position:relative;
	margin-right:5px
}
.section-news-view .news-view-head span.category:after {
	content:'';
	position:absolute;
	left:100%;
	top:50%;
	margin-top:-4px;
	border-style:solid;
	border-width:4px 0 4px 4px;
	border-color:transparent transparent transparent #9c8d6c
}
.section-news-view .news-view-head .logo {
	text-align:center
}
.section-news-view .news-view-head .logo .icon {
	background-image:url('../images/logo_dark_mobile.png');
	width:80px;
	height:80px;
	background-size:80px 80px
}
.section-news-view .news-view-head h3.title {
	margin:0 0 30px 0
}
.section-news-view .news-view-slider {
	position:relative;
	text-align:center
}
.section-news-view .news-view-slider .slider-count {
	position:absolute;
	right:20px;
	bottom:20px;
	color:#fff
}
.section-news-view .news-view-slider .bx-next,
.section-news-view .news-view-slider .bx-prev {
	display:block;
	position:absolute;
	top:50%;
	bottom:auto;
	margin-top:-38px;
	border-radius:50%;
	background:rgba(0,
	0,
	0,
	0.3);
	-webkit-transition:background .3s;
	-o-transition:background .3s;
	transition:background .3s
}
.section-news-view .news-view-slider .bx-next:hover,
.section-news-view .news-view-slider .bx-prev:hover {
	background:#000
}
.section-news-view .news-view-slider .bx-next.disabled,
.section-news-view .news-view-slider .bx-prev.disabled {
	display:none
}
.section-news-view .news-view-slider .bx-prev {
	left:10px
}
.section-news-view .news-view-slider .bx-prev .icon {
	background-image:url('../images/icon_slider_core_prev_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
.section-news-view .news-view-slider .bx-next {
	right:10px
}
.section-news-view .news-view-slider .bx-next .icon {
	background-image:url('../images/icon_slider_core_next_small.png');
	width:28px;
	height:28px;
	background-size:28px 28px
}
@media only screen and (min-width:1024px) {
	.section-news-view .news-view-slider .bx-next,
	.section-news-view .news-view-slider .bx-prev {
		margin-top: -14px
	}
	.section-news-view .news-view-slider .bx-prev {
		left: 30px
	}
	.section-news-view .news-view-slider .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
	.section-news-view .news-view-slider .bx-next {
		right: 30px
	}
	.section-news-view .news-view-slider .bx-next .icon {
		background-image: url('../images/icon_slider_core_next_small.png');
		width: 56px;
		height: 56px;
		background-size: 56px 56px
	}
}
@media only screen and (min-width:1920px) {
	.section-news-view .news-view-slider .bx-next,
	.section-news-view .news-view-slider .bx-prev {
		margin-top: -14px
	}
	.section-news-view .news-view-slider .bx-prev .icon {
		background-image: url('../images/icon_slider_core_prev.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
	.section-news-view .news-view-slider .bx-next .icon {
		background-image: url('../images/icon_slider_core_next.png');
		width: 84px;
		height: 85px;
		background-size: 84px 85px
	}
}
.section-news-view .news-view-body {
	margin:20px 0 0;
	color:#000;
	line-height:1.8;
	font-size:14px
}
.section-news-view .news-view-body h4.title {
	margin:0;
	font-size:16px;
	color:#000;
	line-height:1.2
}
.section-news-view .news-view-body .desc {
	margin:5px 0 0;
	font-weight:400;
	line-height:1.2
}
.section-news-view .news-view-body .sns-link {
	margin:10px 0
}
.section-news-view .news-view-body .sns-link a {
	margin-right:5px
}
.section-news-view .news-view-body .sns-link .icon.facebook {
	background-image:url('../images/icon_facebook.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.section-news-view .news-view-body .sns-link .icon.twitter {
	background-image:url('../images/icon_twitter.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.section-news-view .news-view-body .sns-link .icon.mail {
	background-image:url('../images/icon_mail.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.section-news-view .news-view-body a {
	color:#0e297f
}
.section-news-view .news-view-body a:link {
	text-decoration:underline
}
.section-news-view .news-view-body .embed,
.section-news-view .news-view-body embed {
	width:300px!important;
	height:150px!important
}
@media only screen and (min-width:1024px) {
	.section-news-view .news-view-body .embed,
	.section-news-view .news-view-body embed {
		width: 830px!important;
		height: 467px!important
	}
}
.section-news-view .news-view-foot {
	margin-top:20px
}
.section-news-view .news-view-foot .grid {
	border:1px #ebebeb solid;
	background:#f9f9f9
}
.section-news-view .news-view-foot .grid .col {
	position:relative;
	text-align:right
}
.section-news-view .news-view-foot .grid .col:first-child {
	text-align:left
}
.section-news-view .news-view-foot .grid .col a {
	display:block;
	font-size:16px;
	height:50px;
	line-height:50px
}
.section-news-view .news-view-foot .grid .col a span {
	display:none
}
.section-news-view .news-view-foot .grid .col .icon {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:50px
}
.section-news-view .news-view-foot .grid .col .icon:after,
.section-news-view .news-view-foot .grid .col .icon:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-1px 0 0 -8px;
	width:15px;
	height:1px;
	background:#a1a09f
}
.section-news-view .news-view-foot .grid .col .icon:before {
	margin-top:-6px;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.section-news-view .news-view-foot .grid .col .icon:after {
	margin-top:5px;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.section-news-view .news-view-foot .grid .col:first-child:after {
	content:'';
	position:absolute;
	top:7px;
	right:0;
	width:1px;
	height:38px;
	background:#ebebeb
}
.section-news-view .news-view-foot .grid .col:first-child .icon:before {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.section-news-view .news-view-foot .grid .col:first-child .icon:after {
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
@media only screen and (min-width:1024px) {
	.section-news-view .news-view-head {
		margin-bottom: 40px
	}
	.section-news-view .news-view-head span {
		font-size: 16px;
		padding: 0 10px;
		height: 23px;
		line-height: 23px
	}
	.section-news-view .news-view-head span.category {
		padding: 0 15px;
		margin-right: 15px
	}
	.section-news-view .news-view-head .logo .icon {
		background-image: url('../images/logo_dark.png');
		width: 150px;
		height: 150px;
		background-size: 150px 150px
	}
	.section-news-view .news-view-body {
		margin: 70px 35px 0 35px;
		font-size: 16px
	}
	.section-news-view .news-view-body h4.title {
		font-size: 32px
	}
	.section-news-view .news-view-body .desc {
		margin: 40px 0 0;
		font-size: 18px
	}
	.section-news-view .news-view-body .sns-link {
		margin: 30px 0
	}
	.section-news-view .news-view-body .sns-link .icon.facebook {
		background-image: url('../images/icon_facebook.png');
		width: 47px;
		height: 47px;
		background-size: 47px 47px
	}
	.section-news-view .news-view-body .sns-link .icon.twitter {
		background-image: url('../images/icon_twitter.png');
		width: 48px;
		height: 47px;
		background-size: 48px 47px
	}
	.section-news-view .news-view-body .sns-link .icon.mail {
		background-image: url('../images/icon_mail.png');
		width: 47px;
		height: 47px;
		background-size: 47px 47px
	}
	.section-news-view .news-view-body a:link {
		text-decoration: none
	}
	.section-news-view .news-view-foot {
		margin-top: 80px
	}
	.section-news-view .news-view-foot .grid {
		margin: 0 80px
	}
	.section-news-view .news-view-foot .grid .col a {
		padding-left: 60px;
		padding-right: 80px;
		font-size: 16px;
		height: 100px;
		line-height: 100px
	}
	.section-news-view .news-view-foot .grid .col a span {
		display: block;
		height: 100px;
		line-height: 100px;
		display: inline;
		display: inline-block;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		word-wrap: normal!important;
		word-break: keep-all;
		white-space: nowrap;
		width: 99%
	}
	.section-news-view .news-view-foot .grid .col .icon {
		left: auto;
		right: 0;
		margin: 0;
		width: 80px;
		height: 100px
	}
	.section-news-view .news-view-foot .grid .col .icon:after,
	.section-news-view .news-view-foot .grid .col .icon:before {
		margin-left: -15px;
		width: 30px;
		height: 2px
	}
	.section-news-view .news-view-foot .grid .col .icon:before {
		margin-top: -10px
	}
	.section-news-view .news-view-foot .grid .col .icon:after {
		margin-top: 10px
	}
	.section-news-view .news-view-foot .grid .col:first-child:after {
		top: 15px;
		height: 75px
	}
	.section-news-view .news-view-foot .grid .col:first-child a {
		padding-right: 60px;
		padding-left: 80px
	}
	.section-news-view .news-view-foot .grid .col:first-child .icon {
		right: auto;
		left: 0
	}
}
@-webkit-keyframes closeCircleSmDark {
	0% {
		-webkit-box-shadow: 12px -12px 0 1px #f3f3f3, -12px -12px 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #f3f3f3;
		box-shadow: 12px -12px 0 1px #f3f3f3, -12px -12px 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #f3f3f3
	}
	25% {
		-webkit-box-shadow: 0 -29px 0 1px #f3f3f3, -12px -12px 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -29px 0 1px #f3f3f3, -12px -12px 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	50% {
		-webkit-box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	75% {
		-webkit-box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, 0px 29px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, 0px 29px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	to {
		-webkit-box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, 0px 29px 0 1px #f3f3f3, 24px 29px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, 0px 29px 0 1px #f3f3f3, 24px 29px 0 1px #f3f3f3, 0 0 0 1px #000
	}
}
@keyframes closeCircleSmDark {
	0% {
		-webkit-box-shadow: 12px -12px 0 1px #f3f3f3, -12px -12px 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #f3f3f3;
		box-shadow: 12px -12px 0 1px #f3f3f3, -12px -12px 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #f3f3f3
	}
	25% {
		-webkit-box-shadow: 0 -29px 0 1px #f3f3f3, -12px -12px 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -29px 0 1px #f3f3f3, -12px -12px 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	50% {
		-webkit-box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, -12px 12px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	75% {
		-webkit-box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, 0px 29px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, 0px 29px 0 1px #f3f3f3, 12px 12px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	to {
		-webkit-box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, 0px 29px 0 1px #f3f3f3, 24px 29px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -29px 0 1px #f3f3f3, -29px 0 0 1px #f3f3f3, 0px 29px 0 1px #f3f3f3, 24px 29px 0 1px #f3f3f3, 0 0 0 1px #000
	}
}
@-webkit-keyframes closeCircleLgDark {
	0% {
		-webkit-box-shadow: 23px -23px 0 1px #f3f3f3, -23px -23px 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #f3f3f3;
		box-shadow: 23px -23px 0 1px #f3f3f3, -23px -23px 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #f3f3f3
	}
	25% {
		-webkit-box-shadow: 0 -51px 0 1px #f3f3f3, -23px -23px 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -51px 0 1px #f3f3f3, -23px -23px 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	50% {
		-webkit-box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	75% {
		-webkit-box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, 0px 51px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, 0px 51px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	to {
		-webkit-box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, 0px 51px 0 1px #f3f3f3, 46px 51px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, 0px 51px 0 1px #f3f3f3, 46px 51px 0 1px #f3f3f3, 0 0 0 1px #000
	}
}
@keyframes closeCircleLgDark {
	0% {
		-webkit-box-shadow: 23px -23px 0 1px #f3f3f3, -23px -23px 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #f3f3f3;
		box-shadow: 23px -23px 0 1px #f3f3f3, -23px -23px 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #f3f3f3
	}
	25% {
		-webkit-box-shadow: 0 -51px 0 1px #f3f3f3, -23px -23px 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -51px 0 1px #f3f3f3, -23px -23px 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	50% {
		-webkit-box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, -23px 23px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	75% {
		-webkit-box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, 0px 51px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, 0px 51px 0 1px #f3f3f3, 23px 23px 0 1px #f3f3f3, 0 0 0 1px #000
	}
	to {
		-webkit-box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, 0px 51px 0 1px #f3f3f3, 46px 51px 0 1px #f3f3f3, 0 0 0 1px #000;
		box-shadow: 0 -51px 0 1px #f3f3f3, -51px 0 0 1px #f3f3f3, 0px 51px 0 1px #f3f3f3, 46px 51px 0 1px #f3f3f3, 0 0 0 1px #000
	}
}
.course-modifications,
.news-view-body .course-modifications {
	overflow:hidden
}
.course-modifications p.general em,
.news-view-body .course-modifications p.general em {
	display:block;
	font-weight:400
}
.course-modifications h4.title,
.news-view-body .course-modifications h4.title {
	position:relative;
	margin:0;
	margin-top:90px;
	text-align:center;
	font-size:30px;
	font-weight:400;
	color:#9c8d6c
}
.course-modifications h4.title:after,
.news-view-body .course-modifications h4.title:after {
	content:'';
	position:absolute;
	top:-90px;
	left:50%;
	width:1px;
	height:55px;
	background:#9c8d6c
}
.course-modifications h5.title,
.news-view-body .course-modifications h5.title {
	margin:30px 0 0
}
.course-modifications h5.title span,
.news-view-body .course-modifications h5.title span {
	display:block
}
.course-modifications h5.title .core,
.news-view-body .course-modifications h5.title .core {
	font-weight:400;
	font-size:24px;
	line-height:1
}
.course-modifications h5.title .desc,
.news-view-body .course-modifications h5.title .desc {
	margin:15px 0 0;
	font-size:18px;
	line-height:1.4
}
.course-modifications .advancing-stage,
.news-view-body .course-modifications .advancing-stage {
	margin-top:30px;
	overflow:hidden
}
.course-modifications .advancing-stage h6.title,
.news-view-body .course-modifications .advancing-stage h6.title {
	margin:0 0 10px 0;
	font-size:20px;
	font-weight:400
}
.course-modifications .advancing-stage .desc,
.news-view-body .course-modifications .advancing-stage .desc {
	margin:5px 0 0;
	padding:5px 0 5px 10px;
	border-left:1px #e9e9e9 solid;
	color:#666
}
.course-modifications .advancing-stage .desc p,
.news-view-body .course-modifications .advancing-stage .desc p {
	margin:0;
	font-weight:400;
	font-size:13px
}
.course-modifications .advancing-stage .desc p.subject,
.news-view-body .course-modifications .advancing-stage .desc p.subject {
	color:#000;
	font-size:16px;
	line-height:1.2
}
.course-modifications .advancing-stage .grid,
.news-view-body .course-modifications .advancing-stage .grid {
	margin:0 -15px
}
.course-modifications .advancing-stage .grid .module,
.news-view-body .course-modifications .advancing-stage .grid .module {
	margin:0 15px
}
.course-modifications .advancing-stage .grid .col:first-child .core,
.news-view-body .course-modifications .advancing-stage .grid .col:first-child .core {
	position:relative
}
.course-modifications .advancing-stage .grid .col:first-child .core:after,
.news-view-body .course-modifications .advancing-stage .grid .col:first-child .core:after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:-20px;
	margin-top:-10px;
	background-image:url('../images/icon_modification_arrow.png');
	width:20px;
	height:20px;
	background-size:20px 20px
}
.course-modifications .advancing-stage .core video,
.news-view-body .course-modifications .advancing-stage .core video {
	display:none
}
.course-modifications .advancing-stage .core.in .js-video-control,
.news-view-body .course-modifications .advancing-stage .core.in .js-video-control {
	display:none
}
.course-modifications .advancing-stage .core.in video,
.news-view-body .course-modifications .advancing-stage .core.in video {
	display:block
}
@media only screen and (min-width:1024px) {
	.course-modifications,
	.news-view-body .course-modifications {
		margin: 0 auto;
		max-width: 1280px;
		background: #fff
	}
	.course-modifications .holder,
	.news-view-body .course-modifications .holder {
		margin: 50px auto;
		max-width: 992px
	}
	.course-modifications p,
	.news-view-body .course-modifications p {
		font-size: 26px
	}
	.course-modifications h4.title,
	.news-view-body .course-modifications h4.title {
		margin-top: 180px;
		margin-bottom: 80px;
		font-size: 60px
	}
	.course-modifications h4.title:after,
	.news-view-body .course-modifications h4.title:after {
		top: -180px;
		height: 115px
	}
	.course-modifications h5.title,
	.news-view-body .course-modifications h5.title {
		position: relative;
		margin-top: 90px;
		padding-left: 270px;
		font-size: 30px
	}
	.course-modifications h5.title .core,
	.news-view-body .course-modifications h5.title .core {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 36px
	}
	.course-modifications h5.title .desc,
	.news-view-body .course-modifications h5.title .desc {
		margin: 0
	}
	.course-modifications .advancing-stage,
	.news-view-body .course-modifications .advancing-stage {
		margin-top: 60px
	}
	.course-modifications .advancing-stage h6.title,
	.news-view-body .course-modifications .advancing-stage h6.title {
		margin: 0 0 20px 0;
		font-size: 30px
	}
	.course-modifications .advancing-stage .desc,
	.news-view-body .course-modifications .advancing-stage .desc {
		margin-top: 10px;
		padding: 5px 0 5px 30px
	}
	.course-modifications .advancing-stage .desc p,
	.news-view-body .course-modifications .advancing-stage .desc p {
		font-size: 22px
	}
	.course-modifications .advancing-stage .desc p.subject,
	.news-view-body .course-modifications .advancing-stage .desc p.subject {
		font-size: 28px
	}
	.course-modifications .advancing-stage .grid,
	.news-view-body .course-modifications .advancing-stage .grid {
		margin: 0 -30px
	}
	.course-modifications .advancing-stage .grid .module,
	.news-view-body .course-modifications .advancing-stage .grid .module {
		margin: 0 30px
	}
	.course-modifications .advancing-stage .grid .col:first-child .core:after,
	.news-view-body .course-modifications .advancing-stage .grid .col:first-child .core:after {
		right: -60px;
		margin-top: -30px;
		background-image: url('../images/icon_modification_arrow.png');
		width: 60px;
		height: 60px;
		background-size: 60px 60px
	}
}
#modificationsGallery {
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:none;
	background:#2a2b2d
}
#modificationsGallery .table {
	height:100%
}
#modificationsGallery .js-close i {
	background-image:url('../images/icon_modal_close_mobile.png')
}
#modificationsGallery .section-gallery-wrap {
	margin:0 4.7%
}
@media only screen and (min-width:1024px) {
	#modificationsGallery .section-gallery-wrap {
		margin: 0 5.9%
	}
}
@media only screen and (min-width:1280px) {
	#modificationsGallery .section-gallery-wrap {
		margin: 0 6.3%
	}
}
#modificationsGallery .section-gallery-wrap .summary {
	font-weight:400
}
#modificationsGallery .section-gallery-wrap .summary .core {
	font-size:18px
}
#modificationsGallery .section-gallery-wrap .summary .desc {
	margin:0;
	padding:0;
	color:#fff;
	border:0;
	font-size:12px
}
#modificationsGallery .section-gallery-wrap .slider-core .item,
#modificationsGallery .section-gallery-wrap .slider-core .slider {
	height:100%
}
#modificationsGallery .section-gallery-wrap .slider-core .item .module,
#modificationsGallery .section-gallery-wrap .slider-core .slider .module {
	display:table;
	width:100%;
	height:100%
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	#modificationsGallery .section-gallery-wrap .slider-core .bx-next,
	#modificationsGallery .section-gallery-wrap .slider-core .bx-prev {
		margin-top: -14px
	}
}
@media only screen and (min-width:1024px) {
	#modificationsGallery .js-close i {
		background-image: url('../images/icon_modal_close.png')
	}
	#modificationsGallery .section-gallery-wrap .summary .inner {
		padding: 15px 0!important
	}
	#modificationsGallery .section-gallery-wrap .summary .core {
		font-size: 20px
	}
	#modificationsGallery .section-gallery-wrap .summary .desc {
		font-size: 14px
	}
}
.is-news-viewr #modificationsGallery {
	display:block
}
.is-news-viewr #ajaxElementNews {
	overflow:hidden;
	height:100%;
	height:100vh
}
.page-reservation {
	background:#f3f3f3
}
.page-reservation #wrapper {
	background:#f3f3f3
}
.page-reservation #header .logo .icon {
	background-image:url('../images/logo_dark_mobile.png');
	width:80px;
	height:80px;
	background-size:80px 80px
}
.page-reservation #header .course {
	color:#988866
}
.page-reservation #header .course .icon {
	background-image:url('../images/icon_course_layout_dark_mobile.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.page-reservation #header .members {
	color:#988866
}
.page-reservation #header .members .icon {
	background-image:url('../images/icon_members_dark_sm.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.page-reservation #header .lang {
	color:#988866;
	border-color:#988866
}
@media only screen and (min-width:1024px) {
	.page-reservation #header .logo .icon {
		background-image: url('../images/logo_dark.png');
		width: 150px;
		height: 150px;
		background-size: 150px 150px
	}
	.page-reservation #header .course .icon {
		background-image: url('../images/icon_course_layout_dark.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
	.page-reservation #header .members .icon {
		background-image: url('../images/icon_members_dark.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
}
.is-scrollDowned .page-reservation #header .logo .icon {
	background-image:url('../images/logo_mobile.png');
	width:80px;
	height:80px;
	background-size:80px 80px
}
.is-scrollDowned .page-reservation #header .course {
	color:#fff
}
.is-scrollDowned .page-reservation #header .course .icon {
	background-image:url('../images/icon_course_layout_mobile.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.is-scrollDowned .page-reservation #header .members {
	color:#fff
}
.is-scrollDowned .page-reservation #header .members .icon {
	background-image:url('../images/icon_members_sm.png');
	width:35px;
	height:35px;
	background-size:35px 35px
}
.is-scrollDowned .page-reservation #header .lang {
	color:#fff;
	border-color:#fff
}
@media only screen and (min-width:1024px) {
	.is-scrollDowned .page-reservation #header .logo .icon {
		background-image: url('../images/logo.png');
		width: 150px;
		height: 150px;
		background-size: 150px 150px
	}
	.is-scrollDowned .page-reservation #header .course .icon {
		background-image: url('../images/icon_course_layout.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
	.is-scrollDowned .page-reservation #header .members .icon {
		background-image: url('../images/icon_members.png');
		width: 28px;
		height: 28px;
		background-size: 28px 28px
	}
}
.page-reservation h4.title {
	margin:30px 0 0
}
.page-reservation h4.title span {
	display:block;
	color:#000
}
.page-reservation h4.title span.core {
	font-size:20px
}
.page-reservation h4.title span.desc {
	margin-top:10px;
	font-size:14px
}
@media only screen and (min-width:1024px) {
	.page-reservation h4.title {
		margin-top: 50px
	}
	.page-reservation h4.title span.core {
		font-size: 28px
	}
	.page-reservation h4.title span.desc {
		font-size: 18px
	}
}
.page-reservation .section-button {
	text-align:center
}
.page-reservation .button {
	padding:0 30px;
	height:40px;
	line-height:40px;
	font-size:14px
}
.page-reservation .button.large {
	height:45px;
	line-height:45px
}
@media only screen and (min-width:1024px) {
	.page-reservation .button {
		min-width: 140px;
		font-size: 16px
	}
	.page-reservation .button.large {
		min-width: 160px;
		height: 60px;
		line-height: 60px
	}
}
.page-reservation .section-conditions {
	margin-top:20px
}
.page-reservation .section-conditions .conditions-message {
	background:#fff;
	border-top:2px #c2c2c2 solid;
	border-bottom:2px #c2c2c2 solid
}
.page-reservation .section-conditions .conditions-message .holder {
	margin:5px 10px;
	height:300px;
	overflow:hidden;
	overflow-y:auto
}
.page-reservation .section-conditions .yes {
	position:relative;
	margin:30px 30px 0 30px
}
.page-reservation .section-conditions .yes .checkbox {
	position:absolute;
	top:0;
	left:0
}
.page-reservation .section-conditions .yes label {
	display:block;
	padding-left:20px
}
.page-reservation .section-conditions .section-button {
	margin-top:25px
}
.page-reservation .section-conditions .section-provision {
	margin-top:0
}
@media only screen and (min-width:1024px) {
	.page-reservation .section-conditions {
		margin-top: 60px
	}
	.page-reservation .section-conditions .conditions-message .holder {
		margin: 15px 30px;
		height: 600px
	}
	.page-reservation .section-conditions .yes {
		margin: 40px 0 0;
		text-align: center
	}
	.page-reservation .section-conditions .yes .checkbox {
		position: static;
		margin-right: 5px
	}
	.page-reservation .section-conditions .yes label {
		display: inline;
		padding: 0
	}
	.page-reservation .section-conditions .section-button {
		margin-top: 40px
	}
}
.page-reservation .section-check-in {
	margin-top:35px
}
.page-reservation .section-check-in .article {
	background:#fff;
	border-bottom:2px #c2c2c2 solid
}
.page-reservation .section-check-in .article:first-child {
	border-top:2px #c2c2c2 solid
}
.page-reservation .section-check-in .article h4.title {
	margin:0;
	font-size:20px;
	color:#000;
	height:55px;
	line-height:55px
}
.page-reservation .section-check-in .article h4.title .icon.schedule {
	vertical-align:top;
	background-image:url('../images/icon_reservation_schedule_sm.png');
	width:43px;
	height:55px;
	background-size:43px 55px
}
.page-reservation .section-check-in .article h4.title .icon.info {
	vertical-align:top;
	background-image:url('../images/icon_reservation_info_sm.png');
	width:43px;
	height:55px;
	background-size:43px 55px
}
.page-reservation .section-check-in .article h4.title .desc {
	display:inline-block;
	margin:0;
	font-size:14px
}
.page-reservation .section-check-in .article .item .subject {
	display:inline-block;
	margin:0 0 0 15px;
	width:70px
}
.page-reservation .section-check-in .article .item .calendar-wrap {
	text-align:center
}
.page-reservation .section-check-in .article .item .calendar-wrap .head {
	margin-bottom:15px
}
.page-reservation .section-check-in .article .item .calendar-wrap .head .month {
	display:inline-block;
	margin:0 10px;
	color:#5c5c5c;
	letter-spacing:.3em
}
.page-reservation .section-check-in .article .item .calendar-wrap .head .icon {
	background-image:url('../images/icon_reservation_prev_sm.png');
	width:55px;
	height:55px;
	background-size:55px 55px
}
.page-reservation .section-check-in .article .item .calendar-wrap .head .icon.next {
	background-image:url('../images/icon_reservation_next_sm.png')
}
.page-reservation .section-check-in .article .item .calendar-wrap table {
	width:100%;
	table-layout:fixed
}
.page-reservation .section-check-in .article .item .calendar-wrap table th {
	width:14.3%;
	font-size:12px;
	color:#999;
	letter-spacing:.1em;
	font-weight:400
}
.page-reservation .section-check-in .article .item .calendar-wrap table td {
	padding:10px 0
}
.page-reservation .section-check-in .article .item .calendar-wrap table td a {
	display:inline-block;
	width:44px;
	height:44px;
	line-height:44px;
	color:#666;
	font-size:20px;
	border-radius:50%;
	text-decoration:none
}
.page-reservation .section-check-in .article .item .calendar-wrap table td.exterior a {
	color:#c0c0c0
}
.page-reservation .section-check-in .article .item .calendar-wrap table td.select a {
	color:#fff;
	background:#9c8d6c
}
.page-reservation .section-check-in .article .item.date .subject {
	display:none
}
.page-reservation .section-check-in .article .item.time {
	border-top:1px #cecece dotted;
	padding:20px 0
}
.page-reservation .section-check-in .article .item.time .button {
	padding:0 20px;
	vertical-align:top
}
.page-reservation .section-check-in .article.article-info table {
	width:100%;
	table-layout:fixed
}
.page-reservation .section-check-in .article.article-info table tr td,
.page-reservation .section-check-in .article.article-info table tr th {
	border-top:1px #ccc solid
}
.page-reservation .section-check-in .article.article-info table tr:first-child td,
.page-reservation .section-check-in .article.article-info table tr:first-child th {
	border:0
}
.page-reservation .section-check-in .article.article-info table th {
	width:90px;
	font-weight:400
}
.page-reservation .section-check-in .article.article-info table th span {
	margin-left:15px
}
.page-reservation .section-check-in .article.article-info table td {
	padding:5px 20px 5px 0
}
.page-reservation .section-check-in .article.article-info .grid {
	margin:0 -8px
}
.page-reservation .section-check-in .article.article-info .grid .col {
	position:relative;
	width:33.33%
}
.page-reservation .section-check-in .article.article-info .grid .col:after {
	content:'-';
	position:absolute;
	top:35%;
	left:-4px
}
.page-reservation .section-check-in .article.article-info .grid .col:first-child:after {
	display:none
}
.page-reservation .section-check-in .article.article-info .grid .col .module {
	margin:0 8px
}
.page-reservation .section-check-in .article .section-button {
	margin-top:30px
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-reservation .section-check-in .wrap {
		margin-left: 0;
		margin-right: 0
	}
}
@media only screen and (min-width:1024px) {
	.page-reservation .section-check-in {
		margin-top: 60px
	}
	.page-reservation .section-check-in .article {
		border-bottom: 2px #929292 solid
	}
	.page-reservation .section-check-in .article:first-child {
		border-top: 2px #929292 solid
	}
	.page-reservation .section-check-in .article h4.title {
		font-size: 28px;
		height: 100px;
		line-height: 100px
	}
	.page-reservation .section-check-in .article h4.title .icon.schedule {
		background-image: url('../images/icon_reservation_schedule.png');
		width: 80px;
		height: 100px;
		background-size: 80px 100px
	}
	.page-reservation .section-check-in .article h4.title .icon.info {
		background-image: url('../images/icon_reservation_info.png');
		width: 80px;
		height: 100px;
		background-size: 80px 100px
	}
	.page-reservation .section-check-in .article h4.title .desc {
		font-size: 18px
	}
	.page-reservation .section-check-in .article .item {
		border-top: 1px #ccc solid
	}
	.page-reservation .section-check-in .article .item .calendar-wrap {
		margin-bottom: 30px
	}
	.page-reservation .section-check-in .article .item .calendar-wrap .head {
		margin-bottom: 30px
	}
	.page-reservation .section-check-in .article .item .calendar-wrap .head .month {
		font-size: 20px
	}
	.page-reservation .section-check-in .article .item .calendar-wrap .head .icon {
		background-image: url('../images/icon_reservation_prev.png');
		width: 76px;
		height: 76px;
		background-size: 76px 76px
	}
	.page-reservation .section-check-in .article .item .calendar-wrap .head .icon.next {
		background-image: url('../images/icon_reservation_next.png')
	}
	.page-reservation .section-check-in .article .item .calendar-wrap table th {
		font-size: 16px
	}
	.page-reservation .section-check-in .article .item .calendar-wrap table td {
		padding: 10px 0
	}
	.page-reservation .section-check-in .article .item .calendar-wrap table td a {
		width: 52px;
		height: 52px;
		line-height: 52px;
		font-size: 30px
	}
	.page-reservation .section-check-in .article .item.time {
		padding: 20px 0
	}
	.page-reservation .section-check-in .article .item.time .button {
		padding: 0 20px;
		vertical-align: top
	}
	.page-reservation .section-check-in .article.article-schedule .item {
		position: relative;
		padding-left: 180px
	}
	.page-reservation .section-check-in .article.article-schedule .item .subject {
		position: absolute;
		display: inline-block;
		top: 30px;
		left: 30px;
		font-weight: 18px
	}
	.page-reservation .section-check-in .article.article-schedule .item.time .select {
		width: 160px
	}
	.page-reservation .section-check-in .article.article-info table tr th {
		width: 180px;
		border: 0
	}
	.page-reservation .section-check-in .article.article-info table tr th span {
		margin-left: 30px
	}
	.page-reservation .section-check-in .article.article-info table tr td {
		border-top: 1px #ccc dotted;
		padding: 20px 30px 20px 0
	}
	.page-reservation .section-check-in .article.article-info table tr:first-child td {
		border: 0
	}
	.page-reservation .section-check-in .article.article-info .grid {
		width: 520px;
		margin: 0 -10px
	}
	.page-reservation .section-check-in .article.article-info .grid .col .module {
		margin: 0 10px
	}
	.page-reservation .section-check-in .article .section-button {
		margin-top: 60px
	}
}
.page-reservation .section-conditions-result {
	margin-top:20px;
	color:#000
}
.page-reservation .section-conditions-result .wrap {
	padding:70px 0;
	text-align:center;
	border-top:2px #c2c2c2 solid;
	border-bottom:2px #c2c2c2 solid
}
.page-reservation .section-conditions-result .section-button {
	margin-top:30px
}
@media only screen and (min-width:1024px) {
	.page-reservation .section-conditions-result {
		margin-top: 60px
	}
	.page-reservation .section-conditions-result .wrap {
		padding: 100px 0
	}
	.page-reservation .section-conditions-result p {
		font-size: 24px;
		line-height: 1.6
	}
	.page-reservation .section-conditions-result .section-button {
		margin-top: 80px
	}
}
.page-reservation .section-conditions-login {
	margin-top:20px
}
.page-reservation .section-conditions-login .module {
	border-top:2px #c2c2c2 solid;
	border-bottom:2px #c2c2c2 solid
}
.page-reservation .section-conditions-login .module .holder {
	margin:15px 20px
}
.page-reservation .section-conditions-login .module .holder p {
	position:relative;
	margin:0 0 10px 0
}
.page-reservation .section-conditions-login .module .holder p .text {
	padding-left:70px;
	text-align:center;
	height:45px;
	border:1px #919191 solid
}
.page-reservation .section-conditions-login .module .holder p label {
	display:inline-block;
	position:absolute;
	left:10px;
	height:45px;
	line-height:45px;
	color:#656565
}
.page-reservation .section-conditions-login .section-button {
	margin:0
}
.page-reservation .section-conditions-login .guide {
	margin-top:30px;
	text-align:center
}
.page-reservation .section-conditions-login .guide p {
	margin:0;
	line-height:1.8
}
.page-reservation .section-conditions-login .guide p.tel {
	color:#666
}
@media only screen and (min-width:1024px) {
	.page-reservation .section-conditions-login {
		margin-top: 60px
	}
	.page-reservation .section-conditions-login .module .holder {
		margin: 50px auto;
		width: 480px
	}
	.page-reservation .section-conditions-login .module .holder p {
		margin: 0 0 20px 0
	}
	.page-reservation .section-conditions-login .module .holder p .text {
		padding-left: 120px;
		height: 60px
	}
	.page-reservation .section-conditions-login .module .holder p label {
		left: 30px;
		font-size: 18px;
		height: 60px;
		line-height: 60px
	}
	.page-reservation .section-conditions-login .guide p.tel {
		font-size: 18px
	}
}
.page-reservation .section-conditions-history {
	margin-top:20px
}
.page-reservation .section-conditions-history .holder {
	border-top:2px #616161 solid;
	border-bottom:2px #4e4e4e solid
}
.page-reservation .section-conditions-history .summary {
	padding:15px 0 15px 10px;
	color:#000;
	background:#fff
}
.page-reservation .section-conditions-history .summary .name span {
	font-size:17px
}
.page-reservation .section-conditions-history table {
	width:100%;
	table-layout:fixed;
	border-top:2px #c2c2c2 solid
}
.page-reservation .section-conditions-history table tr td,
.page-reservation .section-conditions-history table tr th {
	padding:10px 0;
	text-align:center
}
.page-reservation .section-conditions-history table tr td {
	color:#666;
	border-top:1px #a3a3a3 dotted
}
.page-reservation .section-conditions-history table tr:first-child td {
	border-top:1px #c2c2c2 solid
}
@media only screen and (min-width:1024px) {
	.page-reservation .section-conditions-history {
		margin-top: 60px
	}
	.page-reservation .section-conditions-history .summary {
		padding: 35px 0
	}
	.page-reservation .section-conditions-history .summary .col.name .module {
		margin-left: 30px;
		font-size: 18px
	}
	.page-reservation .section-conditions-history .summary .col.name .module span {
		font-size: 24px
	}
	.page-reservation .section-conditions-history .summary .col.number .module {
		margin-top: 5px;
		margin-right: 30px;
		text-align: right
	}
	.page-reservation .section-conditions-history table tr td,
	.page-reservation .section-conditions-history table tr th {
		padding: 20px 0;
		font-size: 18px
	}
	.page-reservation .section-conditions-history table tr:first-child td {
		border-top: 2px #c2c2c2 solid
	}
	.page-reservation .section-conditions-history .section-button {
		margin-top: 60px
	}
}
.page-provision {
	background:#f8f8f8
}
.page-provision #wrapper {
	background:#f8f8f8
}
.page-provision h3.title {
	margin:30px 0 0;
	text-align:left
}
.page-provision h3.title span {
	display:block;
	color:#000
}
.page-provision h3.title span.core {
	font-size:20px
}
.page-provision h3.title span.desc {
	margin-top:10px;
	font-size:14px
}
@media only screen and (min-width:1024px) {
	.page-provision h3.title {
		margin-top: 50px
	}
	.page-provision h3.title span.core {
		font-size: 28px
	}
	.page-provision h3.title span.desc {
		font-size: 18px
	}
}
.page-provision .provision-visual {
	position:relative;
	z-index:0;
	overflow:hidden
}
.page-provision .provision-visual .pic img {
	width:100%
}
.page-provision .provision-visual .wrap {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.page-provision .provision-visual .wrap .table {
	height:100%;
	text-align:center
}
.page-provision .provision-visual p {
	margin:0;
	color:#fff
}
.page-provision .provision-visual .desc {
	font-size:16px;
	letter-spacing:.1em
}
.page-provision .provision-visual .core {
	font-size:30px;
	letter-spacing:.1em
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	.page-provision .provision-visual .pic img {
		width: auto;
		max-width: none;
		height: 320px
	}
}
@media only screen and (min-width:1024px) {
	.page-provision .provision-visual .desc {
		font-size: 18px;
		letter-spacing: .3em
	}
	.page-provision .provision-visual .core {
		font-size: 60px
	}
}
.page-provision .tab-wrap {
	margin-top:30px
}
@media only screen and (min-width:1024px) {
	.page-provision .tab-wrap {
		margin-top: 60px
	}
}
.section-provision {
	margin-top:20px;
	color:#5c5c5c;
	text-align:left
}
.section-provision .wrap {
	padding:5px 10px;
	border-top:2px #c6c6c6 solid;
	border-bottom:2px #c6c6c6 solid;
	background:#fff
}
.section-provision .wrap>:first-child {
	margin-top:0!important
}
.section-provision p {
	margin:5px 0 0;
	line-height:2
}
.section-provision h4 {
	margin:30px 0 0;
	font-size:14px;
	color:#000;
	font-weight:400
}
.section-provision h5 {
	margin:20px 0 0;
	font-size:14px;
	color:#5c5c5c;
	font-weight:400
}
@media only screen and (min-width:1024px) {
	.section-provision {
		margin-top: 40px
	}
	.section-provision .wrap {
		padding: 30px
	}
	.section-provision h4 {
		margin-top: 50px;
		font-size: 16px
	}
	.section-provision h5 {
		margin-top: 30px;
		font-size: 16px
	}
	.section-provision p {
		margin-top: 10px
	}
}
.index_sec1_txt {
	display:block;
	margin-top:10%
}
.index_sec1_txt h4 {
	font-size:28px;
	text-transform:capitalize;
	color:#333;
	letter-spacing:3px;
	margin:0;
	margin-top:0!important;
	font-weight:normal
}
.index_sec1_txt h3 {
	transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
	text-transform:uppercase;
	color:#333;
	line-height:50px;
	margin:0;
	font-size:26px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family:'webfontregular';
	margin:0
}
.index_sec1_txt h3 span {
	color:#e8e8e8
}
.index_sec1_xian {
	width:40px;
	height:4px;
	background:#005c9f;
	margin:30px 0
}
.index_sec1_txt h5 {
	font-size:14px;
	color:#666;
	line-height:34px;
	letter-spacing:1px;
	font-weight:normal;
	width:80%
}
.index_sec1_txt h5 span {
	font-family:'webfontregular';
	font-weight:bold;
	color:#005c9f;
	font-size:30px
}
.nth-child-2 a {
	text-decoration:none!important
}
.table h4 {
	font-size:26px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family:'webfontregular';
	margin:0
}
.table h3 {
	font-size:28px;
	letter-spacing:8px;
	margin-bottom:10px;
	margin-top:100px;
	font-weight:500
}
.table i {
	display:block;
	width:2px;
	height:50px;
	background:#fff;
	margin:30px auto 0
}
.desc h3 {
	font-size:18px;
	font-weight:bold;
	color:#666;
	margin:10px 0;
	letter-spacing:1px
}
.desc h6 {
	font-size:14px;
	line-height:22px;
	color:#999;
	font-weight:normal;
	letter-spacing:1px;
	margin:15px 0;
	height:40px;
	overflow:hidden
}
.item .cont_ico {
	display:block;
	margin:0 auto 25px;
	width:30px
}
.foot_list {
	margin:0 auto 70px;
	width:88.2%;
	text-align:center
}
.foot_list li {
	list-style:none;
	display:inline-block
}
.foot_list li a {
	display:block;
	text-decoration:none;
	border-right:1px solid #e6e6e6;
	padding:0 50px;
	font-size:15px;
	letter-spacing:1px;
	transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	-webkit-transition:all .5s;
	color:#999
}
.footer_copy {
	font-size:12px;
	line-height:40px;
	color:#666;
	text-align:left;
	margin:0 25px 0 0;
	font-family:'webfontregular';
	letter-spacing:1px;
	float:left
}
.footer_copy span {
	font-family:"Microsoft YaHei",
	微软雅黑,
	STHeiti!important
}
.unohacha_logo {
	float:right
}
.footercopy .col-lg-6 {
	padding:0
}
.footercopy {
	border-top:#e4e4e4 1px solid;
	margin-top:0;
	overflow:hidden;
	width:90%;
	margin:0 auto
}
.foot_img img {
	display:block;
	width:190px;
	margin:50px auto 40px
}
.foot_list li a:hover {
	color:#005c9f;
	transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	-webkit-transition:all .5s
}
.nth-child-1 .d2 span {
	letter-spacing:1px
}
.sliderHouse_text {
	position:absolute;
	top:60%;
	text-align:center;
	width:800px;
	margin:auto;
	left:0;
	min-height:1px;
	right:0
}
.sliderHouse_text ul {
	list-style:none;
	padding:0;
	margin:0
}
.sliderHouse_text ul li {
	position:absolute;
	width:100%;
	color:#fff;
	font-size:18px
}
@media(max-width:1680px) {
	.background-video {
		width: 120%
	}
	.about_sec4_box .about_sec4_left {
		left: -18%
	}
	.about_sec4_box .about_sec4_left2 {
		left: -12%
	}
}
@media(max-width:1440px) {
	.colItem a:before {
		margin: -123px 0 0 -145px
	}
	.about_sec4_box .about_sec4_left {
		left: -20%
	}
	.about_sec4_box .about_sec4_left2 {
		left: -12%
	}
	.foot_list li a {
		padding: 0 40px
	}
}
.topBox.on {
	background:#036eb8;
	-webkit-transform:translate3d(0,
	0,
	0);
	transform:translate3d(0,
	0,
	0);
	-webkit-transition:all .6s cubic-bezier(0.455,
	0.03,
	0.515,
	0.955);
	-o-transition:all .6s cubic-bezier(0.455,
	0.03,
	0.515,
	0.955);
	transition:all .6s cubic-bezier(0.455,
	0.03,
	0.515,
	0.955)
}
.topBox.off {
	-webkit-transform:translate3d(0,
	-100%,
	0);
	transform:translate3d(0,
	-100%,
	0)
}
.posi {
	position:relative;
	overflow:hidden
}
.smart {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#f6f6f6
}

/*.appear {
    -wewgtit-animation:opacity_show 2s 1 cubic-bezier(0.445,
    0.05,
    0.55,
    0.95) forwards;
    -moz-animation:opacity_show 2s 1 cubic-bezier(0.445,
    0.05,
    0.55,
    0.95) forwards;
    -webkit-animation:opacity_show 2s 1 cubic-bezier(0.445,
    0.05,
    0.55,
    0.95) forwards;
    animation:opacity_show 2s 1 cubic-bezier(0.445,
    0.05,
    0.55,
    0.95) forwards;
    opacity:1!important
}
@-wewgtit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(100);
        -moz-transform: translateX(100);
        -ms-transform: translateX(100);
        transform: translateX(100)
    }
}
@-moz-keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: .1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -moz-transform: translateX(100);
        transform: translateX(100);
        opacity: 1
    }
}
@-webkit-keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        -moz-transform: translateX(0);
        transform: translateX(0);
        opacity: .1
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -moz-transform: translateX(100);
        transform: translateX(100);
        opacity: 1
    }
}
@keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -moz-transform: translateX(100%);
        transform: translateX(100%)
    }
}*/
.cenlogo {
	position:absolute;
	top:50%;
	right:10%;
	width:300px;
	height:150px;
	-webkit-transform:translate(-10%,
	-50%);
	-moz-transform:translate(-10%,
	-50%);
	-ms-transform:translate(-10%,
	-50%);
	transform:translate(-10%,
	-50%)
}
.header_nav {
	position: fixed;
	width: 100%;
	background: #fff;
	left: 0;
	border-top: 1px solid #f1f1f1;
	top: 70px;
	padding-top: 1%;
	padding-bottom: 25px;
	display: none;
	-webkit-box-shadow: 0 5px 10px rgba(0,
	0,
	0,
	0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,
	0,
	0,
	0.2);
	box-shadow: 0 5px 10px rgba(0,
	0,
	0,
	0.2);
}
.header_nav ul {
	width: 85%;
	margin: 0 auto;
}
.header_nav li {
	font-size: 15px;
	text-align: center;
	/* margin: 5% 0; */
	border-bottom: 1px dotted #e5e5e5;
	/*padding: 8px 0;*/
}
.header_nav li a:hover,
.header_nav li a.active {
	background: #000;
	color: #fff;
}
.header_nav li a {
	display: inline-block;
	position: relative;
	color: #231815;
	padding: 15px 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.mb60 {
	margin-bottom: 60px !important;
}
.pt50 {
    /* padding-top: 50px; */
    margin-top: 86px !important;
}
.technology.news_inner h3  {
	text-align: center;
}
.footer-right .abti { 
display: none;}
.footer-right .abti1 ,.footer-bottom2{ 
display: none;}