@charset "UTF-8";
/* ------------------------------------------------------------------
author:        谷辰網路資訊
email:         service@gcii.tw
website:       http://www.gcii.tw
 -------------------------------------------------------------------*/
 
/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing:0;}
input,textarea {font:inherit;resize:none;vertical-align: bottom;}
video {max-width: 100%;height: auto;}
iframe,embed,object {max-width: 100%;}
.clear {clear: both;display: block;font-size: 0px;height: 0px;line-height: 0;width: 100%;overflow:hidden;}
.clearfix {position:relative;display: block;clear: both;}

html,body {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #534741;
	font-family: "Montserrat","Arial","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei",sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}

a {text-decoration: none !important;color: #221814;}
a:hover {color: #cc0000;}
a img {border: none;}
img {max-width: 100%;display:block;}
iframe {border: none !important;}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

h5,h6 { margin-bottom: 20px; }
h1 { font-size: 50px; }
h2 { font-size: 38px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 12px; }
h4 { font-weight: 600; }
h5,h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #808080; }

/* wrapper */
#mainbody {		
	background-color:#FFFFFF;
}
.index #mainbody {	
	background-image: url("../images/index_bg.png");
	background-repeat: repeat-y; 
	background-position: top center;
	background-size: 100%;
	background-color:#534741;
	
}
#mainbody section {
	position: relative;
    width: 100%;
}
.mainpage {
	padding: 0px 0 0 0;
	margin: 0;
	background-image: none;
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color:#FFFFFF;
	width: 100%;
}
#mainbody {
	position:relative;
	width: 100%;
}
.mainpage .page-title {	
	width: 100%;
	color: #7F7F7F;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 26px;
	text-align: center;
	margin: 60px 0 40px 0;
}
/* wrapper */

/* header */
#header {
	position: relative;
	z-index: 98;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
#header.header-fixed {
	position: fixed;
    top: 0;
    z-index: 1020;
}
.index #header.header-fixed {
    background-color: #524842;
}
.page #header.header-fixed {
    background-color: #FFFFFF;
}
.header-01 {
	float: left;
	padding: 10px 80px 0 50px;
}
.index .header-01 .top-logo-light {
	display: block;
}
.index .header-01 .top-logo-dark {
	display: none;
}
.page .header-01 .top-logo-light {
	display: none;
}
.page .header-01 .top-logo-dark {
	display: block;
}
.header-01 .top-logo-light {
	max-width: 300px;
}
.header-02 {
	float: left;
}
.header-02 .nav-menu ul.menu > li {
	position: relative;
    float: left;
	padding: 35px 0 35px 0;
	min-width: 138px;
    text-align: center;	
    transition: all 0.3s ease 0s;
}
.index .header-02 .nav-menu ul.menu > li:hover {
	background-image: url("../images/menu_bg.png");
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: 100%;
    color: #FFFFFF;	
}
.page .header-02 .nav-menu ul.menu > li:hover {
	background-image: url("../images/menu_bg2.png");
	background-repeat: no-repeat; 
	background-position: center center;
	background-size: 100%;
    color: #574436;
}
.index .header-02 .nav-menu ul.menu > li > a {
	position: relative;
    font-size: 16px;
    color: #e7dbc4;
    font-weight: 600;
    letter-spacing: 2px;
	margin: 0 auto;
}
.page .header-02 .nav-menu ul.menu > li > a {
	position: relative;
    font-size: 16px;
    color: #534741;
    font-weight: 600;
    letter-spacing: 2px;
	margin: 0 auto;
}
.index .header-02 .nav-menu ul.menu > li:hover > a {
    color: #FFFFFF;	
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color 0.3s ease-in-out 0s;
}
.page .header-02 .nav-menu ul.menu > li:hover > a {
    color: #574436;
}
.header-02 .nav-menu ul.menu > li > ul {
	visibility: hidden;
	position: absolute;
	width: 100%;
    background-color: rgba(84, 72, 65, 0.9); 
	margin: 35px 0 0 0px; 
}
.header-02 .nav-menu ul.menu > li:hover > ul {
	visibility: visible;
	padding: 10px 0 20px 0;	
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color 0.3s ease-in-out 0s;
}
.header-02 .nav-menu ul.menu > li > ul > li {
    text-align: left;
	padding: 12px 10px 0 20px;
}
.header-02 .nav-menu ul.menu > li > ul > li:hover {
	transform: translateX(10px);
}
.header-02 .nav-menu ul.menu > li > ul > li > a {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 2px;
}
.header-03 {
	float: right;
	padding: 30px 60px 0 0;
}
.index .header-03 i {
	color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
	padding: 0 15px;
}
.page .header-03 i {
	color: #534741;
    font-size: 30px;
    font-weight: 500;
	padding: 0 15px;
}

/* header */


/* banner */
.index_banner .index_banner_name {
	width: 5%;
	float: left;
}
.index_banner #index-banner {
	position: relative;
	z-index: 1;
	width: 95% !important;
	float: right;
	overflow: hidden;
}
.index_banner #index-banner .slides li {
	position: relative;
}
.index_banner #index-banner img {
	position: relative;
	width: 100%;
	z-index: 1;
}
.index_banner #index-banner .index_banner_title {
	position: absolute;
	z-index: 2;
	font-weight: 500;
	font-size: 50px;
	letter-spacing: 5px;
	line-height: 80px;
	color: #FFFFFF;
	margin: 250px 0 0 60px;
}
.index_banner #index-banner .index_banner_link {
	position: absolute;
	z-index: 3;
	right: 50px;
	bottom: 40px;
}
.index_banner #index-banner .index_banner_link a {
	display: inline-block;
	padding: 10px 25px;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.9);
}
.index_banner #index-banner .flex-control-nav {
	bottom: 10px;
}
.index_banner #index-banner .index_banner_link a:hover {
	opacity: .7;
}
.index_banner .flex-direction-nav a:before {
	color: rgba(250, 250, 250, 0.9);
	text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
}

#page-banner {
	position: relative;
	z-index: 1;
	width: 100%;
}
.page_banner {}
.page-banner-img {
	position: relative;
	z-index: 1;
}
.page-banner-title {
	position: absolute;
	z-index: 2;
	bottom: 60px;
	left: 50px;
    font-size: 60px;
	color: #ffffff;
	font-weight: 700;
	padding: 25px 0;
}
.page-banner-link {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	width: 100%;
	background-color: rgba(200, 200, 200, 0.6);
	min-height: 50px;
	padding: 10px 50px;
    font-size: 18px;
    line-height: 32px;
	color: #ffffff;
}
.page-banner-link a {
	color: #ffffff;
}
.page-banner-link i {
	color: #ffffff;
	margin: 0 8px;
}
/* banner */

/* preloader */
#preloader {
    background-color: #534740;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}
#preloader-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
#preloader-wrapper-square {
    position: absolute;
    left: calc(50% - (425px / 2));
    top: calc(50% - (425px / 2));
    height: 425px;
    width: 425px;
    margin: 0 auto;
}
#preloader-wrapper-square img {
	display: inline-block;
}
#preloader-wrapper-square p {
	text-align: center;
    font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 auto;
}
/*
.refresh-animation {
    animation: scale 1s linear infinite;
    -webkit-animation: scale 1s linear infinite;
}
@keyframes scale {
    0%{
        transform:scale(.6);
        -ms-transform:scale(.6);
        -moz-transform:scale(.6);
        -o-transform:scale(.6);
    }
    100% {
        transform:scale(2);
        -ms-transform:scale(2);
        -moz-transform:scale(2);
        -o-transform:scale(2);    
    }
}

@-webkit-keyframes scale {
    0%{
        -moz-transform:scale(.6);
    }
    100%{
        -moz-transform:scale(2);
    }
}*/
/* preloader */

/* index */ 
.index_news .index_news_01 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.index_news .index_news_01 h4 i {
    font-size: 50px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 auto;
}
.index_news .index_news_02 {
	text-align: center;
	margin-bottom: 50px;
}
.index_news .index_news_02 h2 {
    font-size: 34px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 auto;
}
.index_news .index_news_02 h2 span {
	display: inline-block;
	width: 30px;
	margin: 0 15px 10px 15px;
	border-bottom: 1px solid #ffffff;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.index_news .index_news_02 hr {
	position: absolute;
	z-index: 9;
	top: 3px;
	right: 0;
	width: 38%;
	height: 10px;
	border-top: 1px solid #ffffff;
}
.index_news .index_news_03 {
	width: 85%;
	text-align: center;
	margin: 0 auto;
}
.index_news .index_news_031 a {	
	position: relative;
}
.index_news .index_news_0311 img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.index_news .index_news_0312 {
	position: absolute;
	background-color: #534741;
	margin: -14px 0 0 10px;
	color: #ffffff;
    font-size: 15px;
	letter-spacing: 3px;
	padding: 3px 12px; 
}
.index_news .index_news_0312 a {
	color: #ffffff;
}
.index_news .index_news_0313 {
	padding: 40px 30px 20px 30px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	text-align: left;
}
.index_news .index_news_0313 h3 {
	color: #534741;
    font-size: 18px;
	letter-spacing: 3px;
	text-align: left;
	margin-bottom: 5px;
}
.index_news .index_news_0313 h5 {
	text-align: right;
	color: #999999;
    font-size: 15px;
}
.index_news .swiper-pagination {
	right: 150px;
	margin-top: 40px;
}
.index_news .swiper-pagination span.swiper-pagination-bullet {
	width: 80px;
	height: 10px;
	border-radius: 0;
	background-color: #C6B198;
	margin: 0 10px;
}
.index_news .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}
.index_news .index_news_04 {
	width: 85%;
	text-align: center;
	margin: 30px auto 40px auto;
}
.index_news .index_news_04 a {
	display: inline-block;
	padding: 10px 25px;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.9);
}
.index_news .index_news_04 a:hover {
	opacity: .7;
}
.index_meet {
	background-image: url("../images/index_01.png");
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #FFFFFF;
}
.index_meet .index_meet_01 {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}
.index_meet .index_meet_01 h2 {
    font-size: 34px;
	color: #534741;
	font-weight: 600;
	margin: 0 auto;
}
.index_meet .index_meet_01 h2 span {
	display: inline-block;
	width: 30px;
	margin: 0 15px 10px 15px;
	border-bottom: 1px solid #534741;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.index_meet .index_meet_01 hr {
	position: absolute;
	z-index: 9;
	top: 3px;
	left: 0;
	width: 38%;
	height: 10px;
	border-top: 1px solid #534741;
}
.index_meet .index_meet_02 {
	width: 80%;
	margin: 0 auto 50px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.index_meet .index_meet_02 .index_meet_021 {
	width: 300px;
	height: 300px;
	background-image: url("../images/index_07.png");
	background-repeat: no-repeat; 
	background-position: center center;
	margin: 0 10px;
	text-align: center;
	padding: 90px 60px;
    color: #FFFFFF;
}
.index_meet .index_meet_02 .index_meet_022 {
	background-image: url("../images/index_08.png");
}
.index_meet .index_meet_021 h3 {
	text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.index_meet .index_meet_021 hr {
    border-top: 3px solid #FFFFFF;
}
.index_meet .index_meet_021 p {
}
.index_meet .index_meet_03 {
	text-align: center;
	margin: 80px auto 100px auto;
}
.index_video {
	background-image: url("../images/index_02.png");
	background-repeat: repeat-y; 
	background-position: top left;
	background-color: #FFFFFF;
}
.index_video .index_video_01 {
	width: 85%;
	margin: 80px auto 100px auto;
}
.index_video .index_video_01 h2 {
	color: #534741;
    font-size: 34px;
    font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
.index_video .index_video_01 h2 img {
	position: absolute;
	margin: -60px 0 0 130px;
	width: 50px;
}
.index_video .index_video_01 h3 {
	color: #534741;
    font-size: 34px;
    font-weight: 700;
	margin-bottom: 60px;
}
.index_video .index_video_01 p {
	color: #534741;
    font-size: 18px;
    font-weight: 500;	
    line-height: 40px;
}
.index_video .index_video_011 {
	margin-top: 50px;
	margin-bottom: 80px;
}
.index_welcome {
	background-color: #FFFFFF;
}
.index_welcome .index_welcome_01 {
	width: 85%;
	margin: 80px auto 140px auto;
}
.index_welcome .index_welcome_011 {
	background-color: #F2F0EE;
	margin: 50px 0 0 40px;
	padding: 60px 200px 60px 60px;
	min-height: 570px;
}
.index_welcome .index_welcome_011 h3 {
	color: #534741;
    font-size: 40px;
	margin: 0 0 0px 0;
    font-weight: 700;
}
.index_welcome .index_welcome_011 h4 {
	color: #534741;
    font-size: 25px;
	margin: 0 0 0px 0;
    font-weight: 700;
}
.index_welcome .index_welcome_011 hr {
    border-top: 1px solid #534741;
	margin: 40px 0;
}
.index_welcome .index_welcome_011 p {
	color: #534741;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
}
.index_welcome .index_welcome_012 {
	position: absolute;
	margin: -100px 0 0 400px;
}
.index_photo {
	background-image: url("../images/index_03.png");
	background-repeat: repeat-y; 
	background-position: top left;
	background-color: #FFFFFF;
}
.index_photo .index_photo_01 {
	width: 85%;
	margin: 50px auto;
	text-align: center;	
}
.index_photo .index_photo_01 h2 {
	color: #534741;
    font-size: 34px;
    font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;	
	position: relative;
	display: inline-block;
}
.index_photo .index_photo_01 h2 span {
	display: inline-block;
	width: 30px;
	margin: 0 15px 10px 15px;
	border-bottom: 1px solid #534741;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.index_photo .index_photo_01 img {
	position: relative;
	width: 60px;
	float: right;
	margin: -10px 0 0 0;
}
.index_photo .index_photo_02 {
	padding: 0 0 50px 0;
	text-align: center;
	margin: 0 auto 60px auto;
}
.index_photo .index_photo_021 {
	padding: 0 10px;
	margin: 0 0 30px 0;
	-webkit-filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.5))
}
.index_photo h3.index_photo_022 {
	color: #FFFFFF;
}
.index_photo .index_photo_022 span {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}
.index_photo .index_photo_022 img {
	display: inline-block;	
	max-width: 100%;
	width: auto !important;
	margin: 0 auto !important;
}
.index_photo .swiper-pagination {
}
.index_photo .swiper-pagination span.swiper-pagination-bullet {
	width: 80px;
	height: 10px;
	border-radius: 0;
	background-color: #C6B198;
	margin: 0 10px;
}
.index_photo .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #E5E5E5;
}
.index_socila {
	background-color: #F2F0EE;
	padding: 0 0 60px 0;
}
.index_socila .index_socila {
	width: 85%;
	margin: 80px auto 100px auto;
	text-align: center;	
}
.index_socila .index_socila_01 {
	width: 85%;
	margin: 50px auto;
	text-align: center;	
}
.index_socila .index_socila_01 h2 {
	color: #534741;
    font-size: 34px;
    font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;	
	position: relative;
	display: inline-block;
}
.index_socila .index_socila_01 h2 span {
	display: inline-block;
	width: 30px;
	margin: 0 15px 10px 15px;
	border-bottom: 1px solid #534741;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
.index_socila .index_socila_01 img {
	position: relative;
	width: 60px;
	float: right;
	margin: -10px 0 0 0;
}
.index_socila .index_socila_02 {
	background-color: #988575;
	padding: 15px;
	margin: 0 5px 50px 5px;
	-webkit-filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.5))
}
.index_socila .index_socila_021 {
	margin: 0 0 30px 0;
}
.index_socila .index_socila_0211 {
	float: left;
	margin-right: 15px;
}
.index_socila .index_socila_0212 {
	float: left;
}
.index_socila .index_socila_0212 h4 {
	color: #E5E5E5;
	font-size: 22px;
    line-height: 20px;
	font-weight: 700;
}
.index_socila .index_socila_0212 p {
	color: #E5E5E5;
	font-size: 15px;
    line-height: 20px;
}
.index_socila .index_socila_0221 {
	float: left;
	display: inline-block;
	background-color: #E5E5E5;
	color: #000000;
	padding: 8px 15px;
}
.index_socila .index_socila_0222 {
	float: right;
	display: inline-block;
	background-color: #E5E5E5;
	color: #000000;
	padding: 8px 15px;
}
/* index */


/* all page */
.pageH3 {
	color: #534741;
	font-size: 40px;
    line-height: 40px;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;	
}
.pageH3 span {
	display: inline-block;
	color: #C5B097;
	font-size: 40px;
	padding: 0 5px;

}
.pageText {
	color: #736357;
	font-size: 16px;
    line-height: 22px;
	letter-spacing: 1px;
	font-weight: 400;
}
.btn {
	font-size: 16px;
	padding: 6px 18px;
}
.pagination>li>a, .pagination>li>span {
	font-size: 18px;
	color: #534741;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:hover, .pagination>li>span:hover {
	color: #000000;
}
.pagination>li>a.active {
	background-color: #534740 !important;
    color: #fff !important;
}
/* all page */


/* about */
.about {
	padding: 80px 0;
}
.about-01 {}
.about-011 {
	padding: 50px 60px 100px 60px;
	color: #736357;
	font-size: 18px;
    line-height: 40px;
	letter-spacing: 2px;
	font-weight: 400;
}
.about-012 {
	background-color: #F9FAF6;
}
.about-013 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.about-013 a {
	background-color: #C6B198;
	color: #FFFFFF;
	font-size: 20px;
    line-height: 50px;
	font-weight: 600;
	width: 24%;
	margin: 1px;
	text-align: center;	
}
.about-013 a.active {
	background-color: #534741;
}
.about-014 {
	margin: 60px 0 80px 0;
	color: #736357;
	font-size: 18px;
    line-height: 40px;
	text-align: center;	
}
.history-01 {
	padding: 80px 0;
}
.history-01-flex {
	display: flex;
	margin-bottom: 100px;
}
.history-01-item {
	justify-content: center;
	align-items: stretch;
}
.history-011 {
	width: 35%;
	padding: 20px 0 0 150px;
}
.history-011 h3 {
	font-size: 60px;
    line-height: 60px;
	font-weight: 600;
	color: #534741;
}
.history-011 h3 span {
	display: inline-block;
	color: #534741;
	font-size: 35px;
	margin-left: 15px;
}
.history-011 h4 {
	font-size: 20px;
    line-height: 30px;
	font-weight: 400;
	color: #534741;
	margin-left: 10px;
}
.history-012 {
	width: 10%;
	background-image: url("../images/icon_08.png");
	background-repeat: repeat-y; 
	background-position: center center;
    text-align: center;
}
.history-012 img {
	position: absolute;
	bottom: 0;
	margin-left: 22px;
}
.history-013 {
	width: 55%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.history-0131 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
.history-01-flex2 .history-011 {
	width: 25%;
	padding: 20px 0 0 50px;
}
.history-01-flex2 .history-013 {
	width: 65%;
}
.history-02 {
	padding: 80px 0;
}
.history-021 {
	margin-top: 50px;
	font-size: 16px;
	line-height: 28px;
}
.organization-01 {
	margin: 50px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.organization-01 .organization-011-pic {}
.organization-01 .organization-011-body {
	padding-top: 60px;
}
.organization-01 .organization-011-body h4 {
	color: #534741;
	font-size: 34px;
    line-height: 50px;
	font-weight: 600;
}
.organization-01 .organization-011-body p {
	color: #736357;
	font-size: 18px;
    line-height: 30px;
	font-weight: 400;
}
.organization-01:nth-child(even)>.organization-011-pic {
	-webkit-order: 2;
	order: 2;
}.organization-01:nth-child(even)>.organization-011-body {
	-webkit-order: 1;
	order: 1;
}
.organization-01:nth-child(odd)>.organization-011-pic {
	-webkit-order: 1;
	order: 1;
}
.organization-01:nth-child(odd)>.organization-011-body {
	-webkit-order: 2;
	order: 2;
}
.colleague-01 {
	margin: 50px 0;
}
.colleague-011 {	
    background-color: #C7B299;
	color: #FFFFFF;
	font-size: 25px;
    line-height: 40px;
	font-weight: 600;
	padding: 5px 10px;
}
.colleague-021 {
}
.colleague-022 h4 {
	text-align:center;
	font-size: 22px;
	padding: 15px 0;
}
.colleague-022 h4 span {
	font-size: 18px;
}
.faq-01 {
	margin: 60px 0 80px 0;
}
.faq-01 .panel {
    border-color: #ECE5DD;
    border: 0px solid transparent;
	box-shadow: 0 0 0 rgb(0 0 0 / 0);
}
.faq-01 .panel-default>.panel-heading {
    position: relative;
	color: #736357;
    background-color: #ECE5DD;
    border-color: #ECE5DD;
	padding: 15px 20px;
    border-bottom: 0px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.faq-01 .panel-default>.panel-heading a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.faq-01 .panel-default>.panel-heading a:after {
	content: "";
	position: absolute;
	font-family:"Font Awesome 5 Pro";
	right: 5px;
	font-size: 26px;
	margin: -7px 0 0 0;
}
.faq-01 .panel-default>.panel-heading a.collapsed:after {
	content: "";
}
.faq-01 .panel-default>.panel-heading a:hover {
	color: #000000;
}
.faq-01 .panel-group .panel+.panel {
    margin-top: 10px;
}
.faq-01 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    margin-top: 20px;
    margin-bottom: 20px;
	border-top-color: #FAFAFA;
    background-color: #FAFAFA;
	padding: 20px 25px;
}
.contact-01 {
	margin: 60px 0 80px 0;
	color: #736357;
	font-size: 18px;
    line-height: 40px;
	text-align: center;
}
.contact-02 {
	text-align: center;	
}
.contact-02 img {
	margin: 0 10px;
	display: inline-block;
}
.contact-03 {
	width: 100%;
	background-color: #ECE5DD;
	margin: 80px auto 80px auto;
	padding: 50px;
}
.contact-03 .form-control {
	height: 52px;
	padding: 16px;
    font-size: 15px;
}
.contact-031 {
	margin: 30px 0 30px 0;
}
/* about */

/* news */
.news {
	background-image: url("../images/news_bg.png");
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: cover;
	padding: 120px 0;
}
.news-menu {
	padding: 40px 0 80px 0;
}
.news-menu ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
}
.news-menu ul li {
	width: 20%;
	text-align:center;
	color: #666666;
	border-left: 1px solid #534741;
}
.news-menu2 {
	padding: 0;
}
.story-menu.news-menu ul li {
	width: 25%;
	text-align:center;
	color: #666666;
	border-left: 1px solid #534741;
	margin: 10px 0;
}
.news-menu ul li:last-child {
	border-right: 1px solid #534741;
}
.news-menu ul li a {
	color: #666666;
	font-size: 20px;
    line-height: 30px;
}
.news-menu ul li a.active, .news-menu ul li a:hover {
	color: #736357;
	border-bottom: 1px solid #2d2d2d;
}
.news-list {
	padding: 20px 0 60px 0;
}
.news-item {
	border-bottom: 1px solid #97847b;
	margin: 10px 0;
	padding: 15px 0;
	display: flex;
}
.news-list-01 {
	font-size: 18px;
    line-height: 40px;
	padding: 0 20px;
	border-right: 1px solid #97847b;
	min-width: 157px;
}
.news-list-02 {
	font-size: 20px;
	color: #736357;
	font-weight: 500;
    line-height: 40px;
	padding: 0 30px;
	border-right: 1px solid #97847b;
}
.news-list-03 {
	font-size: 18px;
    line-height: 40px;
	padding: 0 20px;
}
.news-01 nav .pagination {
	margin-bottom: 50px;
}
.news-02 {
	padding: 20px 0 40px 0;
}
.news-021 {
	font-size: 26px;
    line-height: 40px;
	margin-bottom: 50px;
}
.news-022 {
	padding-bottom: 30px;
	border-bottom: 1px solid #999999;
	margin-bottom: 50px;
}
.news-0221 {
	font-size: 18px;
    line-height: 30px;
	float: left;
	color: #000000;
}
.news-0221 span {
	color: #736357;
	font-weight: 600;
}
.news-0222 {
	color: #000000;
	font-size: 18px;
    line-height: 30px;
	float: right;
	/*padding-top: 30px;*/
}
.news-023 {
	margin-bottom: 30px;
}
.news-024 {
	margin-bottom: 50px;
}
.news-025 {
	display: flex;
	justify-content: space-between;
	align-items: ceenter;
	margin-bottom: 50px;
	background-color: #F2F2F2;
	padding: 10px 25px;
}
.news-025 div a .news-025 div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-0251 {
	font-size: 15px;
    line-height: 40px;
}
.news-0252 {
	font-size: 30px;
    line-height: 40px;
	display: none;
}
.news-0253 {
	font-size: 15px;
    line-height: 40px;
}
.news-0251 a, .news-0253 a {
	display: flex;
    line-height: 40px;
}
.news-0251 i {
	font-size: 40px;
    line-height: 40px;
	margin-right: 15px;
}
.news-0253 i {
	font-size: 40px;
    line-height: 40px;
	margin-left: 15px;
}
.photo-list {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 60px 0;
}
.photo-item {
	background-color: #FFFFFF;
	width: 30%;
	margin: 0 1% 2% 1%;
}
.photo-item-01 {
	position: relative;
	z-index: 1;
    text-align: center;
}
.photo-item-01 img {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.photo-item-011 {
	display: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(151, 132, 117, 0.7);
    text-align: center;
	padding-top: 10px;  
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.photo-item-011 img {
	max-height: 200px;
}
.photo-item:hover .photo-item-011 {
	display: block; 
}
.photo-item-02 {
	font-size: 20px;
	font-weight: 600;
    line-height: 30px;
	padding: 12px;
}
.photo-item-03 {
	background-image: url("../images/photo_bg2.png");
	background-repeat: no-repeat; 
	background-position: top right;
	min-height: 42px;
	padding: 9px 0 0 15px;
	margin-bottom: 5px;
}
.photo-item-04 {
	padding: 9px 0 0 15px;
	margin-bottom: 10px;
}
/* news */

/* partytime */
.partytime {
	background-image: url("../images/news_bg.png");
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: cover;
	padding: 120px 0;
}
.ministry-list {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 60px 0;
}
.ministry-item {
	position: relative;
	background-color: #FFFFFF;
	width: 48%;
	margin: 0 1% 2% 1%;
	padding: 5% 5%;
}
.ministry-item-00 {
	position: absolute;
	background-color: #EAE7E3;
	width: 30%;
	height: 50%;
	top: 0;
	left: 0; 
	z-index: 1;
}

.ministry-item-01 {
	position: relative;
	z-index: 2;
    text-align: center;
}
.ministry-item-01 img {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.ministry-item-02 {
	font-size: 24px;
	font-weight: 600;
    line-height: 30px;
	margin: 10px 0;
}
/* partytime */


/* dedication */
.dedication {
	padding: 120px 0;
}
/* dedication */


/* friend */
.friend {
	background-image: url("../images/friend_bg.png");
	background-repeat: no-repeat; 
	background-position: bottom right;
	padding: 120px 0;
}
/* dedication */


/* footer */
#footer {
	/*background-image: url("../images/footer_bg.jpg");
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: cover;*/
	padding: 60px 0 30px 0;
	color: #ffffff;
	background-color: #534740;
}
#footer a:hover { 
	color: #000000; 
}
#footer .col-md-10, #footer .col-md-4 { 
    padding-right: 0px;
    padding-left: 0px;
}
.footer01 a {
	color: #FFFFFF;
}
.footer01, .footer02, .footer03 {
	font-size: 18px;
	letter-spacing: 3px;
    font-weight: 600;
}
.footer012 {
	margin-bottom: 40px;
}
.footer011,.footer013,.footer014,.footer015 {
	margin-bottom: 5px;
}
.footer013,.footer014,.footer015 {	
	font-size: 15px;
}
.footer021 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ffffff;
}
.footer022 ul li {
	float: left;
	width: 50%;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.footer022 ul li a {
	font-size: 16px;
	color: #FFFFFF;
}
.footer031 {
	max-width: 180px;
    text-align: center;
	margin-bottom: 20px;
}
.footer032 {
    text-align: center;
}
.footer032 i {
	color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
	padding: 0 15px;
}
/* footer */
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(84, 72, 65, 0.9);    
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0;
}
#scroll-up i {
	font-size: 25px;
    line-height: 50px;
	color: #ffffff;
}
#scroll-up:hover {
    background-color: rgba(84, 72, 65, 0.7); 
}
#scroll-up.go-top-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: .9;
}
#scroll-up.go-topfade-out {
	opacity: .9;
}
/* mobile menu */
.button_container {
	display: none;
	position: fixed;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	top: 25px;
	right: 25px;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.button_container span {
	background: #E5E5E5;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	-ms-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
	opacity: 0;}
.button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
}
#wrapper.index .button_container span {
	background: #E5E5E5;
}
#wrapper.page .button_container span {
	background: #574436;
}
#wrapper.index .button_container.active span {
	background: #E5E5E5;
}
#wrapper.page .button_container.active span {
	background: #E5E5E5;
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.overlay {
	position: fixed;
	background-color: rgba(84, 72, 65, 0.9); 
	z-index: 99;
	top: 0;
	right: 0;
	width: 40%;
	height: 0%;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, width .5s;
	transition: opacity .35s, visibility .35s, width .5s;
	overflow: hidden;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.overlay nav {
	position: relative;
	margin-top: 20%;
	text-align: left;
}
.overlay ul {
	list-style: none;
	position: relative;
}
.overlay ul > li {
	width: 100%
}
.overlay ul > li > a > h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #ffffff;
	padding: 0 0 10px 15%;
	margin-bottom: 10px;
}
.overlay ul > li > a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 5px;
}
.overlay ul > li > ul.overlay-menu-ul {
	display: none;
	width: 90%;
	padding: 0 0 10px 20%;
}
.overlay ul > li > ul.overlay-menu-ul.active {
	display: block;
}
.overlay ul > li > ul.overlay-menu-ul > li {
	width: 90%
}
.overlay ul > li > ul.overlay-menu-ul > li > a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 5px;
}
.overlay .overlay-menu .overlay-menu-community {
	padding: 15px 0 10px 15%;
}
.overlay .overlay-menu .overlay-menu-community i {
	color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
	padding: 0 15px 0 0;
}
/* mobile menu */


.ih0 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.btn-01 {background-color: #736357;border: 1px solid #736357;padding: 15px 25px;font-size: 15px;color: #ffffff;font-weight: 700;}
.btn-coffice {background-color: #625145;border: 1px solid #625145;;color: #ffffff;}

.blockcolor { color: #000000 !important;}
.redcolor { color: #C30C21 !important;}
.bluecolor { color: #005498 !important;}
.bluecolor2 { color: #009AE4 !important;}
.greencolor { color: #91C423 !important;}
.whitecolor { color: #ffffff !important;}

.bg-white {background-color: #ffffff !important;}
.bg-gray {background-color: #E4E4E5 !important;}
.bg-blue {background-color: #005498 !important;}
.bg-blue2 {background-color: #009AE4 !important;}
.bg-coffice {background-color: #ECE5DD !important;}
.bg-ntttpc {background-color: #F0F0F0 !important;}
