@charset "UTF-8";
/**
*
* @authors Your Name (you@example.org)
* @date    2016-12-10 16:57:22
* @version $Id$
*/

/*
purple #B1658B;
red #CA2420;
blue #326295;
orange #F89829;
*/

*,
*::before,
*::after {
	box-sizing: Border-box;
}

/*768*/
.lihsi-pad {
	display: none !important;
}

.lihsi-mobile {
	display: none !important;
}


.nopadding {
	padding: 0 !important;
}

.txt-left {
	text-align: left !important;
}

.txt-center {
	text-align: center !important;
}

.txt-color-pinky {
	color: #ff406e;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

html,
body {
	letter-spacing: 3px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif;
}

html {
	box-sizing: border-box;

}

body {
	background: #ffffff;
}

body.noscroll {
	overflow-y: hidden !important;
}

body,
input,
button,
select,
textarea {
	font-family: "微軟正黑體", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 2680px;
	height: auto;
	min-height: 100vh;
	/* 至少滿版 */
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

img {
	display: block;
}

img.img-full {
	width: 100%;
}

img.img-height-full {
	height: 100%;
}

.container-full {
	display: block;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.container-base {
	display: block;
	max-width: calc(1370px + (15px * 2));
	width: 100%;
	padding: 0px 15px;

	margin: 0 auto;
}

.container-sub {
	display: block;
	max-width: calc(1200px + (15px * 2));
	width: 100%;
	padding: 0 15px;

	margin: 0 auto;
}

.container-small {
	display: block;
	max-width: 720px;
	width: 100%;
	padding: 0 15px;

	margin: 0 auto;
}

.inner {
	flex: 1;
	/* 自動撐滿剩下的空間 */
	padding: 80px 0;
}

.full-inner {
	padding: 0;
}

.cursor-pointer {
	cursor: pointer;
}


/***** loading start *****/

.loading-mask {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;

	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;
	background: #FFF;

	z-index: 999;
}

.loading-mask.complete {
	display: none;
}

@keyframes ldio-5cksq6krpib {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.ldio-5cksq6krpib div {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 10px solid #009c43;
	border-top-color: transparent;
	border-radius: 50%;
}

.ldio-5cksq6krpib div {
	animation: ldio-5cksq6krpib 1s linear infinite;
	top: 100px;
	left: 100px
}

.loadingio-spinner-rolling-2an3ew4770t {
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
}

.ldio-5cksq6krpib {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0;
}

.ldio-5cksq6krpib div {
	box-sizing: content-box;
}

/***** loading end *****/

header {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 30px;
	z-index: 10;
}

.wrap.scroll header {
	position: fixed;
	width: 100%;
	max-width: 2680px;
	left: 50%;
	transform: translateX(-50%);
}

header .collection {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 100px;
	align-items: stretch;
	z-index: 5;
}

header .collection .leftzone {
	display: flex;
	flex: 1;
	align-items: stretch;
	padding: 0 50px 0 50px;
	margin-right: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;

	border-radius: 0 0 30px 30px;
	background: #FFF;
}

header .collection .leftzone .logo {
	display: inline-block;
	align-content: center;
}

header .collection .leftzone .logo a {
	display: inline-block;
	align-self: center;
}

header .collection .leftzone .logo a img {
	display: inline-block;
	height: 50px;
}

header .collection .leftzone .switch {
	display: none;
	text-align: center;
	background: #bda471;
}

header .collection .leftzone .switch a {
	display: inline-block;

	width: 60px;
	height: 100%;

	letter-spacing: 0;

	color: #FFF;
	text-decoration: none;

	background: url("../images/switch_btn.svg");
	background-size: 30px auto !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

	text-indent: -999999px;
}

header .collection .leftzone .switch a.open {
	background: url(../images/switch_close_btn.svg);
}

header .collection .leftzone nav {
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	padding-left: 50px;

	background: #FFF;
}

header .collection .leftzone nav ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

header .collection .leftzone nav ul li {
	position: relative;
	display: inline-block;

	padding: 0 50px 0 0;
}

header .collection .leftzone nav ul li:last-child {
	padding-right: 0;
}

header .collection .leftzone nav ul li a {
	display: inline-block;

	font-size: 22px;
	font-weight: 500;
	text-decoration: none;

	color: #009c43;
	letter-spacing: 0;
}

header .collection .leftzone nav ul li a:hover {
	color: #009c43;
}

header .collection .leftzone nav ul li ul.sub {
	display: none;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.25s ease;
}

header .collection .leftzone nav ul li ul.sub.chs {
	max-height: 300px;
	/* 夠放子選單即可 */
	opacity: 1;
}

header .collection .leftzone nav ul li ul.sub li a {
	padding: 8px 5px 8px 30px;
	font-size: 16px;
}

header .collection .leftzone nav ul li ul.sub li a::before {
	display: none;
}

header .megamenu {
	position: absolute;
	display: block;
	/* JS 用 opacity + transform 控制顯示 */
	top: 0px;
	/* nav 下方 */
	left: 0;
	width: 100%;
	padding: 150px 0 60px 0;
	background: linear-gradient(to right, #48baac, #019d44);
	opacity: 0;
	transform: translateY(-20px);
	/* 初始向上偏移 */
	transition: all 0.3s ease;
	z-index: 3;
	pointer-events: none;
	/* 不可點擊隱藏狀態 */
}

/* 顯示時 */
header .megamenu.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	/* 可點擊 */
}

header .megamenu span.title {
	display: inline-block;
	width: 100%;

	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;
}

header .megamenu ul {
	display: flex;
	width: 100%;
	padding-top: 40px;
	padding-left: 0;
	margin: 0;
	list-style: none;
	font-size: 26px;
	letter-spacing: 0;
	color: #FFF;
}

header .megamenu ul li {
	position: relative;
	padding-right: 60px;
	margin-right: 30px;
}

header .megamenu ul li::before {
	content: "〉";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

	font-size: 22px;
}

header .megamenu ul li a {
	display: inline-block;
	color: #FFF;
	letter-spacing: 0;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
}

header .contact {
	display: block;
	background: #bda471;
	color: #FFF;
	margin-left: 20px;

	border-radius: 0 0 30px 30px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

header .contact a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 60px 30px 0 30px;
	color: #FFF;
	text-decoration: none;

	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
}

header .contact a::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);

	background: url(../images/menu_contact_icon.svg);
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

header .contact a:hover {
	color: #FFF;
	text-decoration: none;
}

.anchor {
	display: block;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	scroll-margin-top: 100px;
}

.kv {
	position: relative;
	background-color: #000;
}

.kv .theater {
	position: relative;

	width: 100%;
	max-width: 3840px;
	margin: 0 auto;
}

.kv .theater .item .pattern-one {
	position: absolute;
	width: 565px;
	top: 50%;
	left: calc(50% - 650px);
	transform: translateY(-50%);
}

.kv .theater .item .pattern-one .logo {
	width: 100%;
	padding-bottom: 20px;
}

.kv .theater .item .pattern-one .classicen {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #FFF;
}

.kv .theater .item .pattern-one .classicch {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	font-size: 96px;
	font-weight: bold;
	letter-spacing: 15px;
	color: #FFF;
}

.kv .theater .item .pattern-one .memo {
	display: block;
	width: 100%;
	padding-bottom: 20px;
	font-size: 26px;
	color: #bda471;
}

.kv .theater .item .pattern-two {
	position: absolute;
	width: 565px;
	top: 50%;
	left: calc(50% - 650px);
	transform: translateY(-50%);
}

.kv .theater .item .pattern-two .classicch {
	display: block;
	width: 100%;
	padding-bottom: 20px;
	font-size: 66px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #FFF;
}

.kv .theater .item .pattern-two .memo {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	font-size: 28px;
	color: #009c43;
}

.kv .theater .item .pattern-two .summary {
	display: block;
	width: 100%;
	font-size: 20px;
	letter-spacing: 0;
	color: #bda471;
	line-height: 1.5;
}

.kv .theater .item .pattern-two ul {
	position: relative;
	width: 100%;
}

.kv .theater .item .pattern-two ul li {
	width: 100%;
	padding-bottom: 5px;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #bda471;
}

.kv .theater .item .pattern a.btn {
	position: relative;
	display: inline-block;

	padding: 15px 90px 15px 55px;
	border-radius: 5px;
	background: #009c43;

	font-size: 26px;
	letter-spacing: 0;
	color: #FFF;
	text-decoration: none;
}

.kv .theater .item .pattern a.btn::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;

	top: 50%;
	right: 45px;

	transform: translateY(-50%);

	background: url(../images/kv_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.kv .theater .item .pannel {
	position: absolute;
	display: inline-block;
	width: 540px;

	top: 50%;
	left: 50%;

	transform: translateY(-50%);
}

.kv .theater .item .pannel .cover {
	position: relative;
	width: 100%;
	padding: 0 0;
}

.kv .theater .item .pannel .cover::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 30px;
	left: 30px;
	background: #bda471;
	z-index: -1;
}

.kv .theater .controller {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: calc(40% + 60px);
	bottom: 27px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	pointer-events: none;
}

.kv .theater .controller a.arrow {
	display: inline-block;
	width: 15px;
	pointer-events: auto;
}

.kv .theater .controller a.arrow img {
	width: 100%;
}

.kv .theater .owl-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 40%;
	bottom: 45px;
	padding-bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.kv .theater .owl-dots .owl-dot {
	flex: 1;
	padding: 0 10px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 100% !important;
	height: 3px !important;
	margin: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #bda471 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}

.unit-title {
	display: block;
	width: 100%;
	padding-bottom: 30px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000;

	text-align: center;
}

.unit-title span.en {
	display: block;
	width: 100%;
	padding-bottom: 15px;

	font-size: 18px;
	font-weight: 300;
	letter-spacing: 4px;
	color: #019d44;
}

.unit-title span.outline {
	display: block;
	width: 100%;
	padding-top: 15px;

	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #009c43;
}

.unit-title .memo {
	display: block;
	width: 100%;
	padding-top: 10px;

	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #262626;
}

section {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 120px 0;
}

section.structure {
	padding-top: 120px;
}

section.structure .keypoint {
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 30px;
	padding-top: 8%;
	justify-content: space-between;
	z-index: 1;
}

section.structure .keypoint .item {
	position: relative;
	display: block;
	width: 36%;
	aspect-ratio: 1 / 1.1;
	/* 寬 : 高 */

	padding: 35px 30px;

	border-radius: 15px;

	background: #009c43;
}

section.structure .keypoint .item.a1 {
	position: absolute;
	top: 0;
	left: calc(50% - 18%);
	background: #009c43;
	z-index: 2;
}

section.structure .keypoint .item.a2 {
	background: #bda471;
}

section.structure .keypoint .item.a3 {
	background: #6fba2c;
}

section.structure .keypoint .item .cover {
	display: block;
	width: 56px;
	padding-bottom: 20px;
	margin: 0 auto;
}

section.structure .keypoint .item span.title {
	display: block;
	width: 100%;
	text-align: center;

	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;
}

section.structure .keypoint .item .branch {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	color: #FFF;
}

section.structure .keypoint .item .branch span.alias {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 15px;

	font-size: 20px;
	letter-spacing: 0;
	text-align: center;
	color: #FFF;
}

section.structure .keypoint .item .branch span.alias::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 2px;

	bottom: 0;
	left: 50%;
	transform: translateX(-50%);

	background: #155235;

}

section.structure .keypoint .item:first-child .branch span.alias::before {
	background: #FFF;
}

section.structure .keypoint .item .branch .detail {
	position: relative;
	display: block;
	width: 100%;

	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
	color: #FFF;
}

section.structure .holistic {
	position: relative;
	margin-top: -6.5%;
}

section.structure .holistic .info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;

	transform: translate(-50%, -50%);

	text-align: center;
}

section.structure .holistic .info span.title {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	text-align: center;

	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}

section.structure .holistic .info .detail {
	display: inline-block;
	width: 100%;
	text-align: center;

	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #FFF;
}

section.media::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 45%;
	height: 200px;

	background: linear-gradient(to right, #6eba2c, #019d44);
}

section.media .movie {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100px;
	z-index: 1;
}

section.service .organization {
	position: relative;
	display: block;
	width: 100%;
	padding: 60px 0;
}

section.service .organization::before {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	width: 35%;
	aspect-ratio: 1 / 0.75;
	/* 寬 : 高 */

	background: #ebebeb;
}

section.service .organization::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 35%;
	aspect-ratio: 1 / 0.75;
	/* 寬 : 高 */

	background: #ebebeb;
}

section.service .organization .group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;

	justify-content: space-between;
	z-index: 1;
}

section.service .organization .group .item {
	position: relative;
	display: inline-block;
	width: 47%;
	aspect-ratio: 1 / 0.6;
	/* 寬 : 高 */
	margin: 15px 0;
	padding: 0 20px 20px 0;
}

section.service .organization .group .item .info {
	position: relative;
	width: 100%;
	height: 100%;

	padding: 30px 20px;

	border-radius: 15px;
	background: #6eba2c;
}

section.service .organization .group .item .info::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -20px;
	right: -20px;

	border-radius: 15px;
	background: rgba(110, 186, 44, 0.5);
	z-index: -1;
}

section.service .organization .group .item.a1 .info {
	background: #6eba2c;
}

section.service .organization .group .item.a1 .info::before {
	background: #b8d89b;
}

section.service .organization .group .item.a2 .info {
	background: #48bbac;
}

section.service .organization .group .item.a2 .info::before {
	background: #a8d8d3;
}

section.service .organization .group .item.a3 .info {
	background: #2d85bf;
}

section.service .organization .group .item.a3 .info::before {
	background: #b5d3e7;
}

section.service .organization .group .item.a4 .info {
	background: #5e4398;
}

section.service .organization .group .item.a4 .info::before {
	background: #d1c8df;
}

section.service .organization .group .item .info span.en {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0;
	color: #FFF;
}

section.service .organization .group .item .info .title {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;
}

section.service .organization .group .item .info .subtitle {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFF;
}

section.service .organization .group .item .info ul {
	display: block;
	padding-left: 0;
	margin-left: 20px;
}

section.service .organization .group .item .info ul li {
	padding-bottom: 10px;

	font-size: 16px;
	color: #FFF;
	letter-spacing: 0;
}

section.history .synopsis {
	position: relative;
	display: block;
	padding: 30px 0;
	overflow: hidden;
}

section.history .synopsis .cover {
	display: block;
	width: 80%;
	margin: 0 auto 0 20%;
	overflow: hidden;
}

section.history .synopsis .cover.left {
	display: block;
	width: 80%;
	margin: 0 20% 0 auto;
}

section.history .synopsis .subject {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

section.history .synopsis .subject span.year {
	display: block;
	width: 100%;
	padding-bottom: 15px;

	font-size: 46px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	letter-spacing: 0;
}

section.history .synopsis .subject span.year i {
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
}

section.history .synopsis .subject span.title {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	letter-spacing: 0;

	border-bottom: 1px solid #FFF;
}

section.history .synopsis .subject .memo {
	display: block;
	width: 100%;
	padding-top: 30px;

	font-size: 16px;

	line-height: 1.5;
	letter-spacing: 0;

	color: #FFF;
}

section.history .timeline-wrap {
	position: relative;
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0;
}

/* 灰色底線（整條固定顯示） */
section.history .timeline-line-bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 100%;
	background: #ddd;
	z-index: 1;
}

/* 綠色動態線 */
section.history .timeline-line-active {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 0;
	background: #4CAF50;
	transition: height .7s ease;
	z-index: 2;
}

/* 左右交錯 */
section.history .timeline-item {
	position: relative;
	width: 50%;
	padding: 0px 40px 0 0;
	margin-bottom: 60px;
	text-align: left;
}

section.history .timeline-item.right {
	padding: 0px 0px 0 40px;
	left: 50%;
}

section.history .timeline-item:last-child {
	margin-bottom: 0px;
}

/* 內容卡片 */
section.history .timeline-item .intro {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 0;
}

section.history .timeline-item .intro span.year {
	display: inline-block;
	width: 100%;
	color: #019d44;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
}

section.history .timeline-item.right .intro span.year {
	text-align: left;
}

section.history .timeline-item .intro .detail {
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #52565a;
}

section.history .timeline-item.right .intro .detail {
	text-align: left;
}

section.history .timeline-item .intro .detail span.highlight {
	display: inline-block;
	color: #019d44;
}

section.history .timeline-item .timeline-dot {
	position: absolute;
	top: -60px;
	right: -2px;
	width: 4px;
	height: 60px;
	opacity: 0;
	/* 初始隱藏 */
	transition: opacity 0.3s ease;
	background-color: #ddd;
	z-index: 3;
}

section.history .timeline-item.right .timeline-dot {
	left: -2px;
}



/*大於等於1921*/
@media (min-width: 1921px) {}


/*小於等於1920*/
@media (max-width: 1920px) {}

/*小於等於1800*/
@media (max-width: 1800px) {}

/*小於等於1600*/
@media (max-width: 1600px) {


	.container-base {
		max-width: calc(1170px + (15px * 2));
	}

	.container-sub {
		display: block;
		max-width: calc(1000px + (15px * 2));
		width: 100%;
		padding: 0 15px;

		margin: 0 auto;
	}

	header .collection {
		min-height: 80px;
	}

	header .collection .leftzone {
		padding: 0 35px;
		margin-right: 15px;
	}

	header .collection .leftzone .logo a img {
		height: 45px;
	}

	header .collection .leftzone nav ul li {
		padding: 0 30px 0 0;
	}

	header .collection .leftzone nav ul li a {
		font-size: 20px;
	}

	header .contact {
		margin-left: 15px;
	}

	header .contact a {
		padding: 44px 30px 0 30px;
		font-size: 20px;
	}

	header .contact a::before {
		top: 7px;
		width: 34px;
		height: 34px;
		background: url(../images/menu_contact_icon.svg);
		background-size: 34px auto;
		background-repeat: no-repeat;
		background-position: top center;
	}

	header .megamenu {
		padding: 100px 0 30px 0;
	}

	header .megamenu span.title {
		font-size: 24px;
	}

	header .megamenu ul {
		padding-top: 30px;
		font-size: 24px;
	}

	header .megamenu ul li {
		padding-right: 40px;
		margin-right: 20px;
	}

	header .megamenu ul li::before {
		top: 58%;
		font-size: 18px;
	}

	header .megamenu ul li a {
		font-size: 20px;
	}

	.anchor {
		scroll-margin-top: 80px;
	}

	.unit-title {
		font-size: 32px;
		padding-bottom: 20px;
	}

	.unit-title span.en {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.kv .theater .item .pattern-one {
		width: 410px;
		left: calc(50% - 450px);
	}

	.kv .theater .item .pattern-one .classicen {
		font-size: 22px;
	}

	.kv .theater .item .pattern-one .classicch {
		font-size: 76px;
		letter-spacing: 4px;
	}

	.kv .theater .item .pattern-one .memo {
		font-size: 20px;
		letter-spacing: 0;
	}

	.kv .theater .item .pattern-two {
		width: 410px;
		left: calc(50% - 450px);
	}

	.kv .theater .item .pattern-two .classicch {
		font-size: 48px;
		letter-spacing: 5px;
	}

	.kv .theater .item .pattern-two .memo {
		font-size: 22px;
	}

	.kv .theater .item .pattern-two .summary {
		font-size: 16px;
	}

	.kv .theater .item .pattern-two ul li {
		font-size: 16px;
	}

	.kv .theater .item .pattern a.btn {
		padding: 10px 60px 10px 25px;
		font-size: 20px;
	}

	.kv .theater .item .pattern a.btn::after {
		width: 20px;
		height: 20px;
		right: 30px;
	}

	.kv .theater .item .pannel {
		width: 400px;
	}

	.kv .theater .item .pannel .cover::before {
		top: 20px;
		left: 20px;
	}

	section {
		margin-bottom: 100px;
	}

	section.structure {
		padding-top: 100px;
		margin-bottom: 100px;
	}

	section.structure .keypoint {
		margin-top: 20px;
	}

	section.structure .keypoint .item .cover {
		width: 42px;
		padding-bottom: 15px;
	}

	section.structure .keypoint .item span.title {
		font-size: 24px;
	}

	section.structure .keypoint .item .branch {
		margin-top: 25px;
	}

	section.structure .keypoint .item .branch span.alias {
		font-size: 18px;
		padding-bottom: 6px;
		margin-bottom: 10px;
	}

	section.structure .keypoint .item .branch .detail {
		font-size: 14px;
		line-height: 1.5;
	}

	section.structure .holistic .info span.title {
		font-size: 24px;
		padding-bottom: 10px;
	}

	section.structure .holistic .info .detail {
		font-size: 16px;
	}

	section.service .organization {
		padding: 20px 0;
	}

	section.service .organization::before,
	section.service .organization::after {
		aspect-ratio: 1 / 0.9;
	}

	section.service .organization .group .item {
		width: 48%;
	}

	section.service .organization .group .item .info {
		padding: 20px 15px;
	}

	section.service .organization .group .item .info span.en {
		font-size: 18px;
		padding-bottom: 8px;
	}

	section.service .organization .group .item .info .title {
		font-size: 24px;
		padding-bottom: 8px;
	}

	section.service .organization .group .item .info .subtitle {
		font-size: 18px;
		padding-bottom: 8px;
		line-height: 1.5;
	}

	section.service .organization .group .item .info ul {
		margin-top: 10px;
		margin-bottom: 8px;
	}

	section.service .organization .group .item .info ul li {
		padding-bottom: 3px;
		font-size: 14px;
	}

	section.history .synopsis .subject span.year {
		font-size: 36px;
	}

	section.history .synopsis .subject span.year i {
		font-size: 24px;
	}

	section.history .synopsis .subject span.title {
		font-size: 24px;
	}

	section.history .synopsis .subject .memo {
		padding-top: 15px;
		font-size: 14px;
	}

	section.history .timeline-item {
		padding: 0 20px 0 0;
	}

	section.history .timeline-item.right {
		padding: 0 0 0 20px;
	}

	section.history .timeline-item .intro .detail {
		font-size: 14px;

	}

}

/*小於等於1441*/
@media (max-width: 1441px) {

	section.history .synopsis .cover {
		width: 1300px;
	}

}

/*小於等於1280*/
@media (max-width: 1280px) {

	.container-base {
		max-width: calc(920px + (15px * 2));
	}

	.container-sub {
		max-width: calc(710px + (15px * 2));
	}

	header .collection {
		min-height: 65px;
	}

	header .collection .leftzone .logo a img {
		font-size: 35px;
	}

	header .collection .leftzone nav ul li {
		padding: 0 20px 0 0;
	}

	header .collection .leftzone nav ul li a {
		font-size: 18px;
	}

	header .contact a {
		padding: 35px 20px 0 20px;
		font-size: 18px;
	}

	header .contact a::before {
		background-size: 25px auto;
	}

	.anchor {
		scroll-margin-top: 65px;
	}

	.unit-title {
		font-size: 28px;
		padding-bottom: 10px;
	}

	.unit-title span.en {
		font-size: 14px;
		padding-bottom: 5px;
	}

	.kv {
		overflow: hidden;
	}

	.kv .theater {
		width: 1280px;
		margin: 0 calc(50% - 640px);
	}

	.kv .theater .item .pattern-one {
		width: 360px;
		left: calc(50% - 370px);
	}

	.kv .theater .item .pattern-one .classicen {
		font-size: 18px;
	}

	.kv .theater .item .pattern-one .classicch {
		font-size: 68px;
		letter-spacing: 3px;
	}

	.kv .theater .item .pattern-one .memo {
		font-size: 16px;
	}

	.kv .theater .item .pattern-two {
		width: 360px;
		left: calc(50% - 370px);
	}

	.kv .theater .item .pattern-two .classicch {
		font-size: 45px;
		letter-spacing: 3px;
	}

	.kv .theater .item .pattern-two .memo {
		font-size: 18px;
	}

	.kv .theater .item .pattern-two ul {
		padding-left: 10px;
	}

	.kv .theater .item .pattern-two .summary {
		font-size: 14px;
	}

	.kv .theater .item .pattern-two ul li {
		font-size: 14px;
	}

	.kv .theater .item .pannel {
		width: 360px;
	}

	.kv .theater .item .pannel .cover::before {
		top: 15px;
		left: 15px;
	}

	section {
		margin-bottom: 70px;
	}

	section.structure {
		padding-top: 70px;
		margin-bottom: 70px;
	}

	section.structure .keypoint .item {
		padding: 25px 20px;
	}

	section.structure .keypoint .item .cover {
		width: 36px;
		padding-bottom: 7px;
	}

	section.structure .keypoint .item span.title {
		font-size: 20px;
	}

	section.structure .keypoint .item .branch {
		margin-top: 15px;
	}

	section.structure .keypoint .item .branch span.alias {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	section.structure .keypoint .item .branch .detail {
		font-size: 12px;
	}

	section.structure .holistic .info span.title {
		font-size: 20px;
	}

	section.structure .holistic .info .detail {
		font-size: 14px;
	}

	section.media::before {
		height: 100px;
	}

	section.media .movie {
		padding-top: 50px;
	}

	section.service .organization .group .item {
		width: 48.5%;
		padding: 0 10px 10px 0;
	}

	section.service .organization .group .item .info::before {
		bottom: -10px;
		right: -10px;
	}

	section.service .organization .group .item .info {
		padding: 12px 10px;
	}

	section.service .organization .group .item .info span.en {
		font-size: 14px;
		padding-bottom: 5px;
	}

	section.service .organization .group .item .info .title {
		font-size: 20px;
		padding-bottom: 5px;
	}

	section.service .organization .group .item .info .subtitle {
		font-size: 14px;
		padding-bottom: 3px;
		line-height: 1.2;
	}

	section.service .organization .group .item .info ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	section.service .organization .group .item .info ul li {
		font-size: 12px;
		padding-bottom: 2px;
		line-height: 1.2;
	}

	section.history .synopsis {
		font-size: 20px;
	}

	section.history .synopsis .cover,
	section.history .synopsis .cover.left {
		width: 1280px;
		margin: 0;
	}

	section.history .synopsis .subject span.year {
		font-size: 28px;
	}

	section.history .synopsis .subject span.title {
		font-size: 20px;
	}

	section.history .timeline-item .intro span.year {
		font-size: 24px;
	}

}

/*小於等於1160*/
@media (max-width: 1160px) {}

/*小於等於1024*/
/* pad default */
@media (max-width: 1024px) {}

/*小於等於992*/
@media (max-width: 992px) {}

/*小於等於960*/
@media (max-width: 960px) {

	.lihsi-desktop {
		display: none !important;
	}

	.lihsi-pad {
		display: block !important;
	}

	.lihsi-mobile {
		display: block !important;
	}

	header {
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 0 0 0px;
		transform: none;
		background: #FFF;
	}

	header .collection .leftzone {
		padding: 0 0 0 10px;
		margin: 0;

		border-radius: 0;
		box-shadow: none;

		justify-content: space-between;
	}

	header .collection .leftzone .logo {
		align-content: flex-start;
	}

	header .collection .leftzone .logo a {
		padding-top: 10px;
	}

	header .collection .leftzone .logo a img {
		height: 40px;
	}

	header .collection .leftzone .switch {
		display: inline-block;
	}

	header .collection .leftzone nav {
		display: none;
		min-height: calc(100vh - 65px);
		background: linear-gradient(to right, #48baace6, #019d44e6);
	}

	header .collection .leftzone nav.show {
		position: absolute;
		display: block;
		width: 100%;
		top: 64px;
		left: 0;
		padding: 30px 15px 30px 15px;
	}

	header .collection .leftzone nav.show ul li {
		width: 100%;
		padding: 0;
	}

	header .collection .leftzone nav.show ul li a {
		position: relative;
		width: 100%;
		padding: 15px 5px;
		color: #FFF;
		font-size: 20px;
		letter-spacing: 1px;
	}

	header .collection .leftzone nav.show ul li a::before {
		content: "+";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}


	header .contact {
		display: none;
	}

	header .megamenu.active {
		display: none;
	}

	header .collection .leftzone nav ul li ul.sub {
		display: block;
	}
}

/*小於等於768*/
@media (max-width: 768px) {

	.wrap {
		min-width: 768px;
	}


}

/*小於等於720*/
/*mobile*/
@media (max-width: 720px) {
	.wrap {
		min-width: 720px;
	}
}


/*小於等於575*/
/*mobile*/
@media (max-width: 575px) {}

@media (max-width: 480px) {

	.wrap {
		min-width: auto;
	}

	.unit-title {
		font-size: 24px;
		letter-spacing: 0;
	}

	.unit-title span.en {
		font-size: 12px;
		padding-bottom: 3px;
	}

	/*
	.kv .theater{
		width: 100%;
		margin: 0 auto;
	}
	*/

	.kv .theater {
		width: 1460px;
		margin: 0 calc(50% - 730px);
	}

	.kv .theater .item .pattern-one {
		width: 310px;
		left: calc(50% - 155px);
		top: auto;
		bottom: 60px;

		transform: none;
	}

	.kv .theater .item .pattern-one .classicen {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.kv .theater .item .pattern-one .classicch {
		font-size: 58px;
	}

	.kv .theater .item .pattern-one .memo {
		text-align: center;
	}

	.kv .theater .item .pannel {
		width: 260px;
		top: 100px;
		left: calc(50% - 130px);
		transform: none;
	}

	.kv .theater .item .pannel .cover {
		padding: 0 5px 5px 0;
		z-index: 1;
	}

	.kv .theater .item .pannel .cover::before {
		top: 5px;
		left: 5px;
	}

	.kv .theater .item .pattern-two {
		width: 310px;
		left: calc(50% - 155px);
		top: auto;
		bottom: 60px;

		transform: none;
	}

	.kv .theater .item .pattern-two .classicch {
		font-size: 36px;
		padding-bottom: 10px;
		letter-spacing: 4px;
	}

	.kv .theater .item .pattern-two .memo {
		letter-spacing: 0;
		padding-bottom: 5px;
	}

	.kv .theater .item .pattern-two ul {
		margin: 5px 0;
	}

	.kv .theater .item .pattern a.btn {
		width: 100%;
		text-align: center;
	}

	.kv .theater .owl-dots {
		width: 280px;
		left: calc(50% - 140px);
		bottom: 25px;
		transform: none;
	}

	.kv .theater .owl-dots .owl-dot {
		padding: 0 5px;
	}

	.kv .theater .controller {
		width: calc(280px + 60px);
		left: calc(50% - ((280px + 60px)/ 2));
		bottom: 14px;
		transform: none;
	}

	.kv .theater .controller a.arrow {
		width: 10px;
	}

	section.structure .keypoint .item {
		padding: 15px 15px;
	}

	section.structure .keypoint .item .cover {
		width: 28px;
		padding-bottom: 5px;
	}

	section.structure .keypoint .item span.title {
		font-size: 16px;
	}

	section.structure .keypoint .item .branch span.alias {
		font-size: 14px;
		margin-bottom: 3px;
	}

	section.structure .keypoint .item .branch .detail {
		font-size: 9px;
	}

	section.structure .holistic .info span.title {
		font-size: 16px;
	}

	section.structure .holistic .info .detail {
		font-size: 12px;
	}

	section.service .organization .group .item {
		width: 100%;
	}

	section.service .organization .group .item .info span.en {
		padding-bottom: 5px;
		font-size: 18px;
	}

	section.service .organization .group .item .info .title {
		padding-bottom: 10px;
		font-size: 22px;
	}

	section.service .organization .group .item .info .subtitle {
		padding-bottom: 5px;
		font-size: 16px;
	}

	section.service .organization .group .item .info ul li {
		font-size: 14px;
	}

	section.history .synopsis .cover,
	section.history .synopsis .cover.left {
		width: 1100px;
	}

	section.history .synopsis .subject span.year {
		font-size: 24px;
	}

	section.history .synopsis .subject span.year i {
		font-size: 18px;
	}

	section.history .synopsis .subject span.title {
		font-size: 16px;
	}

	section.history .synopsis .subject .memo {
		padding: 10px 15px 0 15px;
		font-size: 12px;
	}

	section.history .timeline-item {
		padding: 0 10px 0 0;
		margin-bottom: 20px;
		margin-right: 0;
	}

	section.history .timeline-item.right {
		padding: 0 0 0 10px;
	}

	section.history .timeline-item .intro span.year {
		font-size: 16px;
	}

	section.history .timeline-item .timeline-dot {
		height: 20px;
		top: -20px;
	}

	section.history .timeline-item .intro .detail {
		font-size: 11px;
		letter-spacing: 0;
		line-height: 1.5;
	}

}

/*小於等於414*/
@media (max-width: 414px) {

	section.service .organization .group .item .info span.en {
		padding-bottom: 3px;
		font-size: 16px;
	}

	section.service .organization .group .item .info .title {
		padding-bottom: 10px;
		font-size: 20px;
	}

	section.service .organization .group .item .info .subtitle {
		padding-bottom: 5px;
		font-size: 14px;
	}

	section.service .organization .group .item .info ul li {
		font-size: 12px;
	}

}

/*小於等於380*/
@media (max-width: 380px) {
	section.structure .keypoint .item span.title {
		font-size: 14px;
	}
}



/*小於等於350*/
@media (max-width: 350px) {
	.wrap {
		min-width: 350px;
	}
}