@import url("menu.css");
@import url("jssor.css");
@import url("layout.css");
@import url("notosanstc.css");
@import url("clander.css");
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400');


#loader.loadComplete,
#loader.loadComplete > span {
  visibility: hidden;
  opacity: 0;
}

.delighter {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.delighter.started {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .solution-item.delighter.started {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}

/* loader */
#loader {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  top: 0;
  left: 0;
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}

#loader > span {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  background-image: url(../images/loader-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  max-width: 120px;
  height: 124px;
  background-position: 50%;
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: loaderAnime 0.5s ease-in-out;
  animation: loaderAnime 0.5s ease-in-out;
}
@-webkit-keyframes loaderAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---測試----*/
.imgList {
	text-align: left;
	font-size: 0;
	width: 80vw;
	margin: 5vw auto;
}
.imgList li {
	display: inline-block;
	width: 34vw;
	height: auto;
	margin: 3vw 3vw;
	position: relative;	
	vertical-align: top;
	overflow: hidden;
}
.imgList li img {
	display: block;
	width: 34vw;
	height: 34vw;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	filter:saturate(100%);
	-webkit-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
/*---測試END----*/

.worksList {
	text-align: left;
	font-size: 0;
	width: 90vw;
	margin: 5vw auto;
}

.worksList li {
	display: inline-block;
	width: 24vw;
	height: auto;
	margin: 3vw 3vw;
	position: relative;	
	vertical-align: top;
	overflow: hidden;
}

.worksList li div i,
.worksList li div:before {
	content: "";
	display: block;
	width: 101%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: 0.5s ease-in-out 0.6s;
	transition: 0.5s ease-in-out 0.6s;
}

.worksList li div i {
	opacity: .9;
	background:#c99f14;
}

.worksList li div:before {
	background-color: #f1f3f6;
	-webkit-transition: 0.5s ease-in-out 0.4s;
	transition: 0.5s ease-in-out 0.4s;
	z-index: 2;
}

.worksList li:nth-of-type(3n+1) div i {
	-webkit-transition: 0.5s ease-in-out 0.7s;
	transition: 0.5s ease-in-out 0.7s;
}
.worksList li:nth-of-type(3n+2) div i {
	-webkit-transition: 0.5s ease-in-out 0.8s;
	transition: 0.5s ease-in-out 0.8s;
}
.worksList li:nth-of-type(3n) div i {
	-webkit-transition: 0.5s ease-in-out 1.1s;
	transition: 0.5s ease-in-out 1.1s;
}

.worksList li:nth-of-type(3n+1) div:before {
	-webkit-transition: 0.5s ease-in-out 0.4s;
	transition: 0.5s ease-in-out 0.4s;
}
.worksList li:nth-of-type(3n+2) div:before {
	-webkit-transition: 0.5s ease-in-out 0.6s;
	transition: 0.5s ease-in-out 0.6s;
}
.worksList li:nth-of-type(3n) div:before {
	-webkit-transition: 0.5s ease-in-out 0.8s;
	transition: 0.5s ease-in-out 0.8s;
}

.worksList li.move div i,
.worksList li.move div:before {
	left: 100%;
}

.worksList li a {
	display: block;
}
.worksList li a div {
	position: relative;
	font-size: 0;
}
.worksList li a div img {
	display: block;
	width: 24vw;
	height: 24vw;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	filter:saturate(100%);
	-webkit-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-o-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.worksList li a:hover div img {
	filter:saturate(150%);
	-webkit-filter:saturate(150%);
	-moz-filter:saturate(150%);
	-o-filter:saturate(150%);
	-ms-filter:saturate(150%);
}
.worksList li span {
	width: 24vw;
	height: 24vw;
	display: block;
	text-align: center;
	position: absolute;
	top:0;
	left: 0;
	overflow: hidden;
}
.worksList li span:after {
	content: "";
	display: block;
	width: 101%;
	height: 100%;
	position: absolute;
	left: -101%;
	top: 0;
	background: rgba(240, 242, 245, 0.9);
	z-index: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.worksList li.move:hover span:after {
	left: 0;
}
.worksList li span svg {
	display: block;
	width: 8vw;
	height: 8vw;
	display: inline-block;
	fill: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	will-change: opacity;
}

.worksList li:hover span svg {
	opacity: 1;
}
.worksList li strong {
	display: block;
	position: relative;
	margin: 20px auto 0;
	font-size: 1.2rem;
	text-align: center;
	color: #000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.worksList li strong:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f1f3f6;
	z-index: 1;
	-webkit-transition: 0.4s ease-in-out 0.8s;
	transition: 0.4s ease-in-out 0.8s;
}

.worksList li.move strong:before {
	left: 100%;
}

.worksList li:hover strong {
	opacity: 0.7;
}





.section2{
	margin:300px 0 0 0;
}
.section2 .show {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.section2 .child {
    padding-top: 545px;
    position: relative;
	box-sizing:border-box;
}
.section2 .child .cont {
    position: relative;
    background-color: #fff;
    width: 78%;
    left:22%;
    padding-bottom: 200px;
    padding-top: 200px;
    padding-left: 13.6%;
	box-sizing:border-box;
}
.section2 .child .img {
    position: absolute;
    top: 0;
    z-index: -1;
}
.mask {
  position: relative;
  display: block;
}
.mask.wipe_in:after {
  animation: wipe_in_out 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes wipe_in_out {
  0% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

.mask.wipe_in img {
  transition-delay: .55s;
  visibility: visible;
}

.mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #08435e;
}/*
.mask img {
  visibility: hidden;
}
*/





.privacy-wrap-1{
	padding:50px 0;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
}
.privacy-wrap{
	width:1000px;
	margin:0 auto;
}
.privacy-box{
	padding:40px 0;
	box-sizing:border-box;
}
.privacy-info{
	font-size:1.3rem;
	line-height:1.6;
	color:#6c6c6c;
	letter-spacing:2px;
}
.privacy-title{
	border-bottom:1px solid #ddd;
	padding:0 0 20px 0;
	box-sizing:border-box;
	margin:0 0 20px 0;
	font-size:1.4rem;
	color:#c09e56;
}
.privacy-title span{
	font-size:13px;
	color:#fff;
	background:#c09e56;
	padding:8px 7px;
	box-sizing:border-box;
	border-radius:3px;
	margin:0 10px 0 0;
	font-family:Verdana, Geneva, sans-serif;
}
.privacy-text{
	font-size:1.2rem;
	line-height:1.8;
	color:#555;
	font-weight:normal;
}
.privacy-list li{
	font-size:1.2rem;
	line-height:1.8;
	color:#555;
	font-weight:normal;
	background:url(../images/disc.png) no-repeat 3px 10px ;
	padding:0 0 0 20px;
	box-sizing:border-box;
}
.contact{
	width:90%;
	margin:0 auto;
}
.contact li{
	margin:0 0 30px 0;
	font-size:1.3rem;
	color:#383838;
	font-weight:normal;
} 
.contact li p{
	font-size:1.4rem;
	color:#383838;
	display:block;
	font-weight:normal;
	margin:0 0 7px 0;
}
.contact li a{
	color:#383838;
	text-decoration:underline;
}
.contact li label{
	cursor:pointer;
}
.contact li input[type="checkbox"]{
	width:20px; 
	height:20px;
	background:#f7f7f7;
	border:1px solid #e5e5e5;
}
.contact li input[type="text"] {
	width:100%;
	height:50px;
	background:#f7f7f7;
	border:1px solid #e5e5e5;
	border-radius:3px;
	padding:10px;
	box-sizing:border-box;
}
.contact li input[type="password"] {
	width:100%;
	height:50px;
	background:#f7f7f7;
	border:1px solid #e5e5e5;
	border-radius:3px;
	padding:10px;
	box-sizing:border-box;
}
.contact li select{
	width:100%;
	height:50px;
	background:#f7f7f7;
	border:1px solid #e5e5e5;
	border-radius:3px;
	padding:10px;
	box-sizing:border-box;
}
.contact li textarea{
	width:100%;
	max-width:100%;
	height:100px;
	max-height:100%;
	background:#f7f7f7;
	border:1px solid #e5e5e5;
	border-radius:3px;
	padding:10px;
	box-sizing:border-box;
}
.contact li input[type="submit"]{
	width:100%;
	height:54px;
	background:#c09e56;
	border-radius:3px;
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
}
.w70{
	width:70%;
	float:left;
}
.w30{
	width:30%;
	float:left;
	padding:30px 0 0 0;
	box-sizing:border-box;
	text-align:center;
}
.red{
	color:#c09e56;
}
.contact-info{
	font-size:1.5rem;
	line-height:1.6;
	color:#6c6c6c;
	letter-spacing:2px;
	text-align:center;
}
.assess-info{
	font-size:1.5rem;
	line-height:1.6;
	color:#6c6c6c;
	letter-spacing:2px;
}
.charter-wrap{
	width:100%;
	overflow:hidden;
	border-top:1px solid #c09e56;
}
.charter-wrap li{
	float:left;
}
.charter-wrap li:nth-child(odd){
	width:15%;
	background:#c09e56;
	color:#fff;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
}
.charter-wrap li:nth-child(odd) span{
	display:block;
	width:60%;
	height:8px;
	background:#f2f2e9;
	margin:120px auto 20px auto;
}
.charter-wrap li:nth-child(even){
	width:85%;
	padding:30px 0 30px 50px;
	box-sizing:border-box;
	color:#555;
}
.charter-wrap li:nth-child(even) h5{
	font-size:1.2rem;
	line-height:1.6;
	font-weight:bold;
}
.charter-wrap li:nth-child(even) p{
	font-size:1.2rem;
	line-height:1.6;
	margin-bottom:10px;
	font-weight:normal;
}
.a03-text-1{
	font-size:1.1rem;
	font-weight:bold;
	padding:15px 0;
}
.a03-text-2{
	font-size:2.4rem;
	font-weight:bold;
}
.a03-txt{
	margin:10px 0;
}
.a03-txt p{
	font-size:1.2rem;
	line-height:1.6;
	color:#444;
	font-weight:normal;
}

.a01bg{
    background: linear-gradient(180deg, rgba(241,244,248,0) 0%, rgba(241,244,248,0) 30%, #f1f4f8 50%, #f1f4f8 100%);
    background-image: linear-gradient(90deg, rgba(241,244,248, 0) 0%, rgba(241,244,248, 0) 30%, rgb(241,244,248) 30%, rgb(241,244,248) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
	overflow:hidden;
}
.a01bg li{
	float:left;
}
.a01bg li:nth-child(1){
	width:45%;
	padding:110px 40px 0 0;
	box-sizing:border-box;
}
.a01bg li:nth-child(2){
	width:55%;
	padding:70px 120px 70px 0;
	box-sizing:border-box;
}
.a01style01{
	font-size:1.1rem;
	font-weight:normal;
	color:#696969;
	padding:15px 0;
	box-sizing:border-box;
}
.a01style02{
	font-size:2.5rem;
	line-height:1.2;
	color:#2b4483;
	letter-spacing:2px;
}
.a01style03{
	font-size:1.6rem;
	line-height:1.8;
	color:#414141;
}
.a01list{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	width:90%;
	margin:80px auto 0 auto;
}
.a01list li{
	float:left;
	margin:0 0 30px 0;
}
.a01list li:nth-child(odd){
	width:20%;
}
.a01list li:nth-child(even){
	width:80%;
}
.a01-style-1{
	font-size:1.1rem;
	font-weight:normal;
	font-family: 'Quicksand', sans-serif;
	color:#4c4c4c;
	margin:0 0 0 5px;
}
.a01-style-1 span{
	display:inline-block;
	padding-bottom:3px;
	box-sizing:border-box;
	border-bottom:1px solid #aaa;
}
.a01-style-2{
	font-size:2.5rem;
	color:#303030;
	padding:8px 0;
	box-sizing:border-box;
}
.a01-style-3{
	font-size:1.3rem;
	line-height:1.6;
	color:#666;
	padding:26px 0 0 0;
	box-sizing:border-box;
}
.a02{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.a02 li{
	float:left;
	padding:0 0 60px 0;
	box-sizing:border-box;
}
.a02 li:nth-child(3n+1){
	width:12%;
	color:#303030;
	font-size:2rem;
	font-weight:bold;
}
.a02 li:nth-child(3n+2){
	width:8%;
	background:url(../images/line.png) repeat-y top center;
	text-align:center;
}
.a02 li:nth-child(3n+3){
	width:80%;
}
.a02 p{
	font-size:1.3rem;
	line-height:1.7;
	color:#333;
	font-weight:normal;
}
.d-list{
	width:90%;
	overflow:hidden;
	background:#c09e56;
	margin:0 auto 10px auto;
}
.d-list li{
	font-size:1.4rem;
	line-height:1.8;
	color:#fff;
	font-weight:bold;
	float:left;
	padding:12px 0;
	box-sizing:border-box;
}
.d-list li:nth-child(1){
	width:20%;
	text-align:center;
}
.d-list li:nth-child(2){
	width:60%;
}
.d-list li:nth-child(3){
	width:20%;
	text-align:center;
}
.d-item{
	width:90%;
	margin:0 auto 30px auto;
	overflow:hidden;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.d-item li{
	line-height:30px;
	letter-spacing:1px;
	float:left;
	padding:23px 0 17px 0;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
}
.d-item li:nth-child(3n+1){
	width:20%;
	text-align:center;
	color:#3f4041;
	font-size:1.4rem;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight:300;
}
.d-item li:nth-child(3n+2){
	width:60%;
	font-size:1.5rem;
}
.d-item li:nth-child(3n+2) a{
	display:inline-block;
	color:#3f4041;
	width:100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.d-item li:nth-child(3n+2) a:hover{
	text-decoration:underline;
}
.d-item li:nth-child(3n+3){
	width:20%;
	text-indent:-9999px;
}
.d-more a{
	display:block;
	text-align:center;
	background:url(../images/more.png) no-repeat center center;
	background-size:15px 29px;
}
.d-more a:hover{
}

/*20211126*/
.d-item-2{
	width:90%;
	margin:0 auto 30px auto;
	overflow:hidden;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.d-item-2 li{
	line-height:30px;
	letter-spacing:1px;
	float:left;
	padding:23px 0 17px 0;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	font-size:1.3rem;
}
.d-item-2 li:nth-child(3n+1){
	width:20%;
	text-align:center;
	color:#3f4041;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight:300;
}
.d-item-2 li:nth-child(3n+2){
	width:60%;
}
.d-item-2 li:nth-child(3n+2) a{
	display:inline-block;
	color:#3f4041;
	width:100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.d-item-2 li:nth-child(3n+2) a:hover{
	text-decoration:underline;
}
.d-item-2 li:nth-child(3n+3){
	width:20%;
}
.d-item-2 li:nth-child(3n+3) .d-more a{
	background:none;
	color:#3f4041;
}

.d-txt{
}
.d-txt a{
	display:block;
	text-indent:0px;
	text-align:center;
	color:#3f4041;
	font-size:1.3rem;
}
.d-icon a{
	display:block;
	text-indent:-9999px;
	background:url(../images/download.png) no-repeat center;
	background-size:30px 30px;
}
.newlabel{
	font-size:10px;
	padding:0 8px;
	box-sizing:border-box;
	border-radius:8px;
	background:#c09e56;
	color:#fff;
	float:left;
}
.detail{
	font-size:1.4em;
	line-height:1.9;
	color:#2d2d2d;
	margin:30px 0;
}
.video{
	width:100%;
	height:55vh;
}
.detail-title{
	font-size:2rem;
	line-height:1.5;
	color:#383838;
	margin:0 0 30px 0;
}
.itempic{
	width:100%;
	padding:50px 0;
	box-sizing:border-box;
}
.p_date{
	font-size:16px;
	color:#c09e56;
	font-weight:normal;
}
.p_date span{
	display:inline-block;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #c09e56;
	font-family:Verdana, Geneva, sans-serif;
}
.download-name{
	font-size:1.5rem;
	color:#243656;
    padding:6px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	margin:0 0 20px 0;
}
.detail-list li{
	font-size:1.3rem;
	line-height:2;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
.detail-list li a{
	display:block;
	color:#243656;
	text-decoration:underline;
}
.a05-choose{
	width:250px;
	margin:10px auto 50px auto;
}
.a05-choose p{
	font-size:1.4rem;
	text-align:center;
	color:#444;
}
.a05-choose p::after{
	content:'';
	display:block;
	width:167px;
	height:6px;
	background:url(../images/a04bg.png);
	margin:10px auto;
}
.a05-choose select{
	width:100%;
	height:42px;
}
.a05-choose input[type="text"]{
	height:42px;
	border:1px solid #ccc;
	width:63%;
	padding:5px;
	box-sizing:border-box;
}
.a05-choose input[type="submit"]{
	width:35%;
	height:42px;
	background:#c09e56;
	border:0;
	color:#fff;
	cursor:pointer;
	font-size:20px;
}
.a05-list{
	overflow:hidden;
	display:flex;
    /*justify-content:space-between;*/
    flex-wrap:wrap;
}
.a05-list li{
	width:30%;
	margin:0 5% 30px 0;
	float:left;
	background:#f2f2f2;
}
.a05-list li:nth-child(3n+3){
	margin:0 0 30px 0;
}
.a05-left{
	width:15%;
	margin:15px 10% 15px 10%;
	float:left;
}
.a05-right{
	width:65%;
	float:left;
	margin:15px 0;
}
.a05-title{
	background:url(../images/a05bg.png) no-repeat;
	font-size:1.8rem;
	line-height:80px;
	text-indent:50px;
}
.a05-itembox{
	background:#2b4483;
	padding:20px;
	box-sizing:border-box;
	overflow:hidden;
	margin:0 0 50px 0;
}
.a05-itembox li{
	width:16.66%;
	float:left;
	font-size:2.2rem;
	line-height:1.8;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.name{
	font-size:2.2rem;
	color:#2b4483;
	padding:10px 0;
	box-sizing:border-box;
	letter-spacing:2px;
}
.name a{
	display:block;
	color:#2b4483;
}
.a06list{
	overflow:hidden;
	display:flex;
    /*justify-content:space-between;*/
    flex-wrap:wrap;
}
.a06list li{
	width:23%;
	margin:0 2% 2% 0;
	background:#f1f4f8;
	padding:25px 15px 15px 15px;
	box-sizing:border-box;
	text-align:center;
}
.a06list li:nth-child(4n+4){
	margin:0 0 2% 0;
}
.a06list li img{
	margin:15px 0;
}
.a06line{
	display:block;
	width:90%;
	height:3px;
	margin:0 auto; 
	background:#c09e56;
}
.a06-1{
	font-size:1.7rem;
	line-height:1.2;
	height:44px;
	color:#888;
}
.a06-2{
	font-size:2.6rem;
	color:#2b4483;
	padding:25px 0;
	box-sizing:border-box;
	letter-spacing:2px;
}
.activity{
	overflow:hidden;
}
.activity li{
	width:30%;
	margin:4% 5% 0 0;
	float:left;
	background:#f3f3f3;
	overflow:hidden;
}
.activity li:nth-child(3n+3){
	margin:4% 0 0 0;
}
.activity li a img{
}
.activity li img{
	display:block;
}
.a_date{
	width:80px;
	height:80px;
	float:left;
	background:#c09e56;
	color:#fff;
	padding:18px 0 0 0;
	box-sizing:border-box;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 100;
	font-size:1.6rem;
	text-align:center;
}
.a_date span{
	display:block;
	font-size:1rem;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 100;
	padding:5px 0 0 0;
}
.a_title{
	font-size:1.5rem;
	height:80px;
	color:#333;
	font-weight:bold;
	padding:30px 8px 0 12px;
	box-sizing:border-box;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	background:#f3f3f3;
}
.paper-list{
	overflow:hidden;
	background:#2b4483;
}
.paper-list li{
	font-size:1.4rem;
	line-height:1.8;
	color:#fff;
	font-weight:bold;
	float:left;
	padding:12px 0;
	box-sizing:border-box;
}
.paper-list li:nth-child(1){
	width:25%;
	text-align: center;
}
.paper-list li:nth-child(2){
	width:75%;
}
.paper-item{
	overflow:hidden;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.paper-item li{
	line-height:30px;
	letter-spacing:1px;
	float:left;
	padding:23px 0 17px 0;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
}
.paper-item li a{
	display:block;
	color:#3f4041;
	width:100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.paper-item li a:hover{
	text-decoration:underline;
}
.paper-item li:nth-child(odd){
	width:25%;
	font-size:1.4rem;
	text-align:center;
	color:#2b4483;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight:300;
}
.paper-item li:nth-child(even){
	width:75%;
	font-size:1.5rem;
}
.detail-box{
	background:#f2f2f2;
	padding:5%;
	box-sizing:border-box;
	margin:20px 0 50px 0;
}
.detail-box li{
	font-size:1.3rem;
	line-height:30px;
	color:#393939;
	margin:0 0 10px 0;
	padding:0 0 0 40px;
	box-sizing:border-box;
}
.detail-box li:nth-child(1){
	background:url(../images/c01.png) no-repeat;
}
.detail-box li:nth-child(2){
	background:url(../images/c02.png) no-repeat;
}
.detail-box li:nth-child(3){
	background:url(../images/c03.png) no-repeat;
}
.d03list{
	overflow:hidden;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.d03list li{
	font-size:1.4rem;
	line-height:1.8;
	border-bottom:1px solid #ddd;
	float:left;
	color:#393939;
	padding:18px 0 14px 30px;
	box-sizing:border-box;
}
.d03list li:nth-child(odd){
	width:25%;
	font-weight:bold;
	
}
.d03list li:nth-child(even){
	width:75%;
}
.firm{
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	overflow:hidden;
}
.firm li{
	float:left;
	margin:0 0 30px 0;
}
.firm li img{
	display:block;
}
.firm li:nth-child(odd){
	width:40%;
	padding:6px;
	box-sizing:border-box;
	background:#f3f3f3;
}
.firm li:nth-child(even){
	width:60%;
	padding:0 0 0 50px;
	box-sizing:border-box;
}
.firmname{
	font-size:1.5rem;
	line-height:32px;
	color:#2d2d2d;
	margin:15px 0;
	border-left:5px solid #c09e56;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
.firminfo{
	font-size:1.2rem;
	line-height:1.8;
	padding:0 0 0 15px;
	box-sizing:border-box;
	font-weight:normal;
	color:#666;
}
.firminfo span{
	display:block;
	font-weight:bold;
	color:#666;
}
.link-wrap{
	width:100%;
	margin:40px auto;
	background:#f3f3f3;
	padding:60px;
	box-sizing:border-box;
}
.link{
}
.link li{
	font-size:1.6rem;
	margin:0 0 30px 0;
}
.link li a{
	display:block;
	padding:22px;
	box-sizing:border-box;
	border:1px solid #c09e56;
	border-radius:3px;
	color:#2b4483;
	background:url(../images/arrow3.png) no-repeat 96% center #fff;
}
.link li a:hover{
	background:url(../images/arrow4.png) no-repeat 96% center #c09e56;
	color:#fff;
}
.d02-box{
	background:url(../images/dline.png) no-repeat left top;
	padding:30px 0 0 0;
	box-sizing: border-box;
	margin:0 0 40px 0;
}
.d02-box h6{
	font-size:1.9rem;
	font-weight:bold;
	color:#393939;
	margin:0 0 10px 0;
}
.d02-box p{
	font-size:1.3rem;
	line-height:1.7;
	color:#555;
}
.abgne_tab {
		width:100%;
		margin:0 0 50px 0;
	}
	ul.tabs {
		width: 100%;
		height: auto;
		overflow:hidden;
		border-bottom: 1px solid #2b4483;
	}
	ul.tabs li {
		font-size:1.8rem;
		float: left;
		height: auto;
		line-height: 40px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border: 1px solid #fff;
		background: #fff;
		font-weight:bold;
	}
	ul.tabs li a {
		display: block;
		padding: 13px 30px;
		box-sizing:border-box;
		color: #2b4483;
	}
	ul.tabs li a:hover {
		background: #eee;
	}
	ul.tabs li.active  a{
		background: #2b4483;
		color:#fff;
	}
	ul.tabs li.active a:hover {
		
	}
	.tab_container {
		clear: left;
		width: 100%;
	}
	.tab_content {
		padding: 20px;
		box-sizing:border-box;
	}
.tab_content p{
	font-size:1.6rem;
	color:#2b4483;
	margin:20px 0;
}
.d02list{
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	overflow:hidden;
}
.d02list li{
	font-size:1.3rem;
	color:#393939;
	line-height:1.7;
	float:left;
	padding:10px;
	box-sizing:border-box;
}
.d02list li:nth-child(odd){
	width:20%;
}
.d02list li:nth-child(even){
	width:80%;
}
.loginbox{
	width:750px;
	box-shadow:0px 2px 10px #ddd;
	margin:30px auto;
	padding:50px 0;
	box-sizing:border-box;
}
.logintext{
	font-size:1.5rem;
	text-align:center;
	color:#6c6c6c;
	line-height:1.8;
}
.member-wrap{
	width:60%;
	margin:30px auto;
	background:#f4f4f4;
	padding:40px 50px;
	box-sizing:border-box;
}
.member-text{
	font-size:1.2rem;
	padding:15px 0;
	box-sizing:border-box;
	font-weight:bold;
}
.member-info{
	width:60%;
	margin:0 auto;
	font-size:1.3rem;
	font-weight:bold;
	padding:15px 0;
	box-sizing:border-box;
}
.member-info span{
	color:#416d6d;
}
.add-text{
	padding:15px;
	box-sizing:border-box;
	font-size:1.8rem;
	background:#c09e56;
	color:#fff;
	text-align:center;
	margin:0 0 30px 0;
}
.add-form{
	width:100%;
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.add-form li{
	font-size:1.3rem;
	color:#777;
	line-height:40px;
}
.add-form li:nth-child(odd){
	width:20%;
	float:left;
	text-align:right;
	padding:5px 0;
	box-sizing:border-box;
}
.add-form li:nth-child(even){
	width:80%;
	float:left;
	padding:5px 0 5px 20px;
	box-sizing:border-box;
}
.add-form li.w100{
	width:100%;
	text-align:center;
}
.add-form input[type="text"]{
	height:38px;
	border:1px solid #ccc;
	width:70%;
	padding:5px;
	box-sizing:border-box;
}
.add-form select{
	height:38px;
	border:1px solid #ccc;
	width:50%;
	padding:5px;
	box-sizing:border-box;
}
.add-form textarea{
	height:200px;
	max-height:200px;
	border:1px solid #ccc;
	width:100%;
	max-width:100%;
	padding:5px;
	box-sizing:border-box;
}
.add-form input[type="submit"]{
	width:100%;
	height:48px;
	background:#c09e56;
	border:0;
	color:#fff;
	cursor:pointer;
	margin:0 auto;
	font-size:18px;
}
.add-form input[type="reset"]{
	width:160px;
	height:48px;
	background:#5b91bb;
	border:0;
	color:#fff;
	cursor:pointer;
	font-size:18px;
}
.borderline{
	border-bottom:1px solid #ccc;
}
.assess-title{
	background:#f5f5f5;
	font-size:1.9rem;
	line-height:60px;
	color:#2b4483;
	font-weight:bold;
	letter-spacing:2px;
}
.assess-title span{
	display: inline-block;
	background:#2b4483;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2rem;
	padding:0 10px;
	box-sizing:border-box;
	margin:0 10px 0 0;
}
.assess{
	padding:10px 0 10px 80px;
	box-sizing:border-box;
	margin:0 0 30px 0;
}
.assess li{
	font-size:1.6rem;
	line-height:40px;
}
.assess li label{
}
.assess li input[type="radio"]{
	width:20px;
	height:20px;
	margin:-4px 7px 0 0;
}
.assess li textarea{
	width:100%;
	height:200px;
	max-height:200px;
	border:1px solid #ccc;
	padding:20px;
	box-sizing:border-box;
}
.assess li textarea::placeholder{
	font-weight:normal;
	letter-spacing:2px;
}
.assess-sub{
	padding:30px 0 0 80px;
	box-sizing:border-box;
	font-size:1.8rem;
	color:#444;
}
.assessbtn input[type="submit"]{
	width:100%;
	height:60px;
	background:#c09e56;
	font-size:1.7rem;
	color:#fff;
	font-weight:bold;
}


/*calendar*/
.calendar iframe {
    width: 420px;
    height: 420px;
    border: 0;
    margin: 0 10% 0 5%;
    float: left;
}
.calendar{
	width:100%; 
	/*padding:2% 3% 2% 5%; 
	margin:0 0 5%; 
	background:#ddd; 
	box-sizing:border-box;*/
}
.calendar_date{
	font-size:1.6rem; 
	color:#2b4483; 
	padding:0 0 8px; 
	margin:0 0 2%; 
	font-weight:bold; 
	border-bottom:1px solid #ccc;
}
.calendar_list{
	width:45%; float:left;
}
.calendar_list ul{
	width:100%; 
	border-bottom:1px solid #e9e9e9; 
	margin:0 0 1.5%; 
	padding:0 0 1% 5px;
	box-sizing: border-box;
	font-size:1.2rem;
	line-height:1.6;
}
.calendar_list ul:hover li:first-child{color:#00a2b7;}
.calendar_list a{
	position:relative;
}
.calendar_list a ul li:first-child{
	color:#000; 
	margin:0 0 0.5%; 
	width:100%; 
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
	vertical-align:middle;
	font-size:1.3rem;
}
.calendar_list a ul li:nth-child(2){
	color:#4c4c4c; 
}
.member_only{color: #94703e; margin: 0 5px 0 0; display: inline; font-weight: bold;}


.act_clander{background: none; padding: 0;}
.act_clander ul{padding:2% 11% 3% 2%; position: relative; margin: 0; border: 0;}
.act_clander a{display: block;}
.act_clander a:nth-child(even){background: #f3f3f3;}
.act_clander button{width: 44px; height: 44px; font-size: 32px; text-align: center; color: #fff; border-radius: 50%; background: #c09e56; position: absolute; right: 2%; top: 22%; cursor: pointer; border:0;}
.act_clander button:hover{background:#fff; color:#c09e56;}
/*
.act_clander ul:after{
	content: "+"; 
	width: 44px; height: 44px; 
	font-size: 32px; text-align: center; line-height: 44px; color: #fff; border-radius: 50%; 
	background: #c09e56; position: absolute; right: 2%; top: 22%;
}
*/
.act_clander a:hover{background: #ccc; color: #fff;}
.act_clander a:hover ul li:first-child, .act_clander a:hover ul li:nth-child(2){color: #fff !important;}

.addGoogleCal{width: 100px; display: inline-block; vertical-align:sub;}
.cal-txt{
	font-size:1.2rem;
	background:#c09e56;
	color:#fff;
	padding:8px;
	box-sizing:border-box;
}
.form-name{
	font-size:1.3rem;
	padding:18px 0;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin:20px 0 0 0;
}
.formbg{
	background:#f3f3f3;
}
.comm_t{
	font-size:1.4rem;
	padding:15px 20px;
	box-sizing:border-box;
	background:#bd9d5a;
	color:#fff;
	margin:0 0 20px 0;
}
.comment{}
.comm{
	width: 100%; 
	padding:2%; margin: 3% 0 0 0; 
	border: 2px solid #9e815b; 
	border-radius: 10px; 
	box-sizing: border-box; 
	color: #bd9d5a; 
	background:#fff;
}

.comment input{}
.comment textarea{
	width:100%; 
	height:100px;
	max-width:100%; 
	max-height:100px;
	border: 1px solid #d2bc8e;
	padding:10px;
	box-sizing:border-box;
}
.comment button{ 
   color: #fff; 
   font-size: 20px; 
   padding: 0.5% 30px 0.5% 1%; 
   background:url(../images/icon_lw.png) no-repeat 85% center #243656; 
   background-size: 17px 21px;
   margin:1% 0 0.2% 10px;
   border:0;
 }
.comment button:hover{background-color: #744b15; cursor: pointer;}
.comment *::placeholder{color: #9e815b;}
.comm_00{
	font-size:1.4rem;
	color:#555;
	margin:0 0 10px 0;
}
.comm_r{
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	overflow:hidden;
	border-bottom: 1px solid #696969;
	margin:0 0 20px 0;
}
.comm_re{
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	overflow:hidden;
	border-bottom: 2px dashed #999;
	margin:0 0 20px 0;
}
.comm_r li, .comm_re li{
	float:left;
	padding:0 0 10px 0;
	box-sizing:border-box;
	color:#333;
}
.comm_r li:nth-child(1), .comm_re li:nth-child(1){
	font-size:1.5rem;
}
.comm_r li:nth-child(1) span, .comm_re li:nth-child(1) span{
	font-size:1.2rem;
}
.comm_r li:nth-child(2), .comm_re li:nth-child(2){
	font-size:1.2rem;
	font-family:Verdana, Geneva, sans-serif;
}
.reply_btn{
	text-align:right;
	font-size:1.4rem;
	color:#243656;
}
.togg li {width: 100%; box-sizing: border-box;}
.togg li.o { font-size: 20px; text-align: right; padding: 0 22px 0 0; cursor: pointer; background: url(../images/icon_comm.png) no-repeat right center; position: relative;
     margin:0 0 20px 0;
	 color:#243656;
}
.togg li.o:before{content: ""; width: 90%; height: 3px; background: #243656; display: block; position: absolute; left: 0; top: 47%;}
.togg li.x {display: none;}
.reply{
	width: 95%; 
	margin: 1.5% 0 0 5%;
	border:1px solid #ccc;
	border-radius:10px;
	padding:20px;
	box-sizing:border-box;
}
.replytxt{
	font-size:1.4rem;
	line-height:1.8;
	color:#555;
}
.addform{
	width:180px;
	height:42px;
	float:left;
	font-size:24px;
	line-height:42px;
	text-indent:25px;
	font-weight:bold;
	margin:0 0 0 5%;
}
.addform a{
	display:block;
	width:180px;
	height:42px;
	background:url(../images/addform.png) no-repeat 90% 8px #243656;
	color:#fff;
}
.overbg{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	display:none;
}
.contentbg{
	width:700px;
	height:720px;
	position: absolute;
    top:50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -360px;
	background:#fff;
	padding:40px;
	box-sizing:border-box;
}
.close{
	width:45px;
	height:45px;
	background:url(../images/closexx.png);
	cursor:pointer;
	text-indent:-9999px;
	position: absolute;
	right:-22px;
	top:-20px;
}
.newformtitle{
	font-size:1.8rem;
	color:#243656;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding:0 0 10px 0;
	box-sizing:border-box;
	margin:0 0 20px 0;
}
.newform{
	overflow:hidden;
}
.newform li{
	font-size:1.5rem;
	font-weight:bold;
	padding:7px 0;
	box-sizing:border-box;
	float:left;
	width:100%;
}
.newform li:nth-child(2){
	color:#c09e56;
}
.newform li:nth-child(10){
	width:75%;
}
.newform li:nth-child(11){
	width:25%;
	text-align:center;
}
.newform li:nth-child(12){
	width:49%;
}
.newform li:nth-child(13){
	width:49%;
	float:right;
}
.newform li input[type="text"]{
	width:100%;
	height:44px;
	border:1px solid #ccc;
	padding:5px;
	box-sizing:border-box;
}
.newform li input[type="file"]{
	width:100%;
	height:40px;
}
.newform li textarea{
	width:100%;
	height:100px;
	border:1px solid #ccc;
	padding:5px;
	box-sizing:border-box;
}
.newform li input[type="submit"]{
	width:100%;
	height:54px;
	background:#243656;
	color:#fff;
	font-size:1.5rem;
	font-weight:bold;
}
.newform li input[type="reset"]{
	width:100%;
	height:54px;
	background:#b1b1b1;
	color:#333;
	font-size:1.5rem;
	border:0;
	cursor:pointer;
	font-weight:bold;
}
.director{
	overflow:hidden;
	margin:0 0 50px 0;
}
.director li{
	float:left;
	height:80px;
	line-height:80px;
	font-weight:bold;
}
.director li:nth-child(1){
	width:20%;
	background:url(../images/a05bg.png) no-repeat;
	text-align:center;
	font-size:1.8rem;
}
.director li:nth-child(2){
	width:29%;
	margin:0 2% 0 0;
	background:#c09e56;
	font-size:2.4rem;
	color:#fff;
	text-indent:30px;
}
.director li:nth-child(3){
	width:20%;
	background:url(../images/a05bg.png) no-repeat;
	text-align:center;
	font-size:1.8rem;
}
.director li:nth-child(4){
	width:29%;
	background:#c09e56;
	font-size:2.4rem;
	color:#fff;
	text-indent:30px;
}
.title{
	background:url(../images/titlebg.png) no-repeat;
	font-size:4.1rem;
	padding:10px 0 0 17px;
	box-sizing:border-box;
	color:#243656;
	font-family:  'Noto Sans TC', sans-serif;
	font-weight:500;
}
.title span{
	display:block;
	font-size:1.3rem;
	color:#c09e56;
	padding:8px 0 5px 90px;
	box-sizing:border-box;
}
.logoshow{
}
.morebtn{
	width:370px;
	height:80px;
	margin:0 auto;
	font-size:1.6rem;
	line-height:80px;
	text-align:center;
	font-weight:bold;
}
.morebtn a{
	display:block;
	background:#243656;
	color:#fff;
}
.morebtn a span{
	display:block;
	float:right;
	width:80px;
	height:80px;
	background:url(../images/morebg.png) no-repeat center center #c09e56;
}
.morebtn a:hover{
	background:#c09e56;
}
.morebtn a:hover span{
}
.logoshow{
	
}
.in_left{
	width:22%;
	float:left;
	margin:0 3% 0 0;
}
.in_right{
	width:75%;
	float:right;
}
.innews{
	margin:20px 0;
}
.innews li{
	line-height:40px;
	margin:0 0 35px 0;
}
.innews li:nth-child(3){
	margin:0;
}
.innews li a{
	display:block;
	background:#fff;
	overflow:hidden;
}
.innews li p{
	padding:13px 0;
	box-sizing:border-box;
}
.in01{
	float:left;
	font-size:1.2rem;
	width:17%;
	text-align:center;
	color:#444;
	font-family: 'Quicksand', sans-serif;
}
.in02{
	float:left;
	font-size:1.4rem;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	width:66%;
	color:#444;
}
.in03{
	float:right;
	font-size:1.2rem;
	width:15%;
	text-align:center;
	background:#c09e56;
	font-family: 'Quicksand', sans-serif;
	color:#fff;
}
.calbg{
	background:url(../images/calbg.png) no-repeat #f0f0f0;
}
.cal_main{
	width:100%;
	padding:50px 20px;
	box-sizing:border-box;
	background:#fff;
	margin:70px 0;
	overflow:hidden;
	box-shadow:0px 0px 6px #ccc;
}
.greybg{
	background:#f0f0f0;
}
.notice_tab {
		width: 100%;
		margin:50px 0 0 0;
	}
	ul.notice {
		width: 100%;
		height: 80px;
	}
	ul.notice li {
		float: left;
		overflow: hidden;
		position: relative;
		font-size:1.5rem;
		line-height:80px;
		font-weight:bold;
		width:25%;
		text-align:center;
	}
	ul.notice li a {
		display: block;
		color: #243656;
		text-decoration: none;
		border-top:1px inset #243656;
		border-right:1px inset #243656;
		border-bottom:1px inset #243656;
	}
	ul.notice li:first-child a{
		border-left:1px inset #243656;
	}
	ul.notice li a:hover {
	}
	ul.notice li.active a{
		color:#fff;
		background:#243656;
	}
	ul.notice li.active a:hover {
		
	}
	div.notice_container {
		clear: left;
		width: 100%;
		padding:60px 0;
		box-sizing:border-box;
	}
.h-item{
	overflow:hidden;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.h-item li{
	line-height:30px;
	letter-spacing:1px;
	float:left;
	padding:23px 0 17px 0;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
}
.h-item li:nth-child(4n+1){
	width:20%;
	text-align:center;
	color:#3f4041;
	font-size:1.3rem;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight:300;
}
.h-item li:nth-child(4n+2){
	width:12%;
	font-size:1.1rem;
}
.h-item li:nth-child(4n+3){
	width:58%;
	font-size:1.5rem;
}
.h-item li:nth-child(4n+3) a{
	display:inline-block;
	color:#3f4041;
	width:100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.h-item li:nth-child(4n+4){
	width:10%;
	text-indent:-9999px;
}
.h-label{
	display:inline-block;
	background:#243656;
	padding:3px 10px;
	box-sizing:border-box;
	color:#fff;
}
.h-events{
	overflow:hidden;
	margin:0 0 50px 0;
}
.h-events li{
	float:left;
}
.h-events li:nth-child(1){
	width:48%;
	margin:0 2% 0 0;
}
.h-events li:nth-child(2){
	width:23%;
	margin:0 2% 1% 0;
}
.h-events li:nth-child(3){
	width:23%;
	margin:0 0 1% 0;
}
.h-events li:nth-child(4){
	width:23%;
	margin:0 2% 0 0;
}
.h-events li:nth-child(5){
	width:23%;
}
.charity_images {
  position: relative;
  cursor:pointer;
}
.charity_image a{
	display:block;
}
.charity_body {
  background: rgba(36,54,86,0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding:28% 3rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*display: flex;
  justify-content: center;
  align-items: center; */
}
.charity_body:hover {
  opacity: 1;
}
.h-date{
	width:100%;
	display:block;
	color:#fff;
	text-align:center;
	font-size:1.3rem;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight:300;
}
.h-date::before{
	display:inline-block;
	content:'';
	width:66px;
	height:1px;
	background:#fff;
	margin:0 20px 0 0;
	vertical-align:middle;
}
.h-date:after{
	display:inline-block;
	content:'';
	width:66px;
	height:1px;
	background:#fff;
	margin:0 0 0 20px;
	vertical-align:middle;
}
.h-title{
	display:block;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:1.6rem;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	padding:20px 0;
	box-sizing:border-box;
}

.a07-left{
	width:46%;
	float:left;
}
.a07-right{
	width:50%;
	float:right;
}
.a07-list{
	overflow:hidden;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.a07-list li{
	font-size:1.4rem;
	line-height:1.8;
	color:#444;
	padding:12px 0;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
}
.a07-list li:nth-child(odd){
	width:30%;
	float:left;
	font-weight:bold;
	text-indent:20px;
}
.a07-list li:nth-child(even){
	width:70%;
	float:left;
}
.{
}
.{
}



ul.page {
  display: table;
  margin:50px auto 0 auto;
}
.page li{
	font-size:18px;
	line-height:45px;
	float:left;
	width:180px;
}
.page li a{
	display:block;
	color:#3f4041;
	font-family: 'Quicksand', sans-serif;
}
.page li a:hover{
}
.page li:nth-child(1){
	height:45px;
	border:1px solid #3f4041;
	letter-spacing:2px;
	text-indent:120px;
}
.page li:nth-child(1) a{
	background: url(../images/page01.png) no-repeat 27px 18px;
}
.page li:nth-child(1) a:hover{
	background: url(../images/page01.png) no-repeat 17px 18px;
}
.page li:nth-child(2){
	text-align:center;
	margin:0 20px;
}
.page li:nth-child(2) select{
	width:80px;
	height:45px;
	background:#fff;
	color:#3f4041;
	border:1px solid #3f4041;
	font-weight:normal;
}
.page li:nth-child(3){
	height:45px;
	border:1px solid #3f4041;
	letter-spacing:2px;
	text-indent:20px;
}
.page li:nth-child(3) a{
	background: url(../images/page02.png) no-repeat 110px 18px;
}
.page li:nth-child(3) a:hover{
	background: url(../images/page02.png) no-repeat 120px 18px;
}
.search-wrap{
	width:50%;
	margin:0 0 30px 50%;
}
.search {
    width: 100%;
    overflow: hidden;
}
.search li {
    font-size: 20px;
    line-height:35px;
    color: #555;
    padding: 2px;
    box-sizing: border-box;
    float: left;
}
.s01 {
    width: 20%;
}
.s02 {
    width: 60%;
}
.s03 {
    width: 20%;
}
.search input[type="text"] {
    width: 100%;
    height: 35px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}
.search input[type=submit] {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 20px;
}
.back{
	width:250px;
	height:52px;
	margin:50px auto 0 auto;
	clear:both;
	font-size:1.6rem;
	line-height:50px;
	text-align:center;
}
.back a{
	display:block;
	color:#fff;
	background:url(../images/arrow4.png) no-repeat 92% center #c09e56;
	border:1px solid #c09e56;
}
.back a:hover{
	background:url(../images/arrow3.png) no-repeat 95% center #fff;
	color:#c09e56;
	border:1px solid #c09e56;
}
.notice_phone{
	display:none;
	margin:20px 0;
}
.a04-wrap{
	width:900px;
	margin:0 auto;
}


@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
.privacy-wrap{
	width:90%;
}
.contact{
	width:100%;
}
.d-list{
	width:100%;
}
.d-item{
	width:100%;
}
.d-item-2{
	width:100%;
}
.search-wrap{
	width:100%;
	margin:20px 0;
}
.search li {
    font-size: 18px;
}
.s01 {
    width: 25%;
}
.s02 {
    width: 50%;
}
.s03 {
    width: 25%;
}
.addform{
	float:none;
	margin:0;
}
.link-wrap{
	margin:20px auto;
	padding:30px;
}
.calendar{
}
.calendar iframe {
    margin: 0 auto;
    float: none;
	display:block;
}
.calendar_list{
	width:100%; float:none;
}
.a01bg{
    background: linear-gradient(0deg, rgba(241,244,248,0) 0%, rgba(241,244,248,0) 30%, #f1f4f8 50%, #f1f4f8 100%);
    background-image: linear-gradient(-180deg, rgba(241,244,248, 0) 0%, rgba(241,244,248, 0) 25%, rgb(241,244,248) 25%, rgb(241,244,248) 100%);
}
.a01bg li{
	float:none;
}
.a01bg li:nth-child(1){
	width:100%;
	padding:0;
}
.a01bg li:nth-child(2){
	width:100%;
	padding:50px;
}
.a01list{
	width:100%;
	margin:40px auto 0 auto;
}
.a01list li:nth-child(odd){
	width:25%;
}
.a01list li:nth-child(even){
	width:75%;
}
.a02 li:nth-child(3n+1){
	width:20%;
}
.a02 li:nth-child(3n+2){
	width:10%;
}
.a02 li:nth-child(3n+3){
	width:70%;
}
.a02 li:nth-child(3n+2) img{
	width:30px;
	height:30px;
}
.charter-wrap li{
	float:none;
}
.charter-wrap li:nth-child(odd){
	width:100%;
	padding:20px;
}
.charter-wrap li:nth-child(odd) span{
	margin:20px auto;
}
.charter-wrap li:nth-child(even){
	width:100%;
	padding:30px 0;
}
.director li{
	float:left;
}
.director li:nth-child(1){
	width:40%;
	margin:0 0 10px 0;
}
.director li:nth-child(2){
	width:60%;
	margin:0 0 10px 0;
}
.director li:nth-child(3){
	width:40%;
}
.director li:nth-child(4){
	width:60%;
}
.a05-itembox li{
	width:20%;
}
.a07-left{
	width:80%;
	float:none;
	margin:0 auto 20px auto;
}
.a07-right{
	width:100%;
	float:none;
}
.a05-left{
	width:21%;
	margin:15px 7% 15px 7%;
}
.member-wrap{
	width:100%;
	padding:30px;
}
.loginbox{
	width:92%;
	padding:40px;
}
.h-events li:nth-child(1){
	width:100%;
	margin:0 0 10px 0;
}
.h-events li:nth-child(2){
	width:49%;
	margin:0 1% 10px 0;
}
.h-events li:nth-child(3){
	width:49%;
	margin:0 0 10px 0;
	float:right;
}
.h-events li:nth-child(4){
	width:49%;
	margin:0 1% 0 0;
}
.h-events li:nth-child(5){
	width:49%;
	float:right;
}
.cal_main{
	padding:20px;
}
.assess{
	padding:10px 0 0 80px;
	margin:0 0 10px 0;
}
.a04-wrap{
	width:100%;
}
}

@media (max-width: 768px) {
.d-list li:nth-child(1){
	width:33%;
}
.d-list li:nth-child(2){
	width:67%;
}
.d-list li:nth-child(3){
	display:none;
}
.d-item li:nth-child(3n+1){
	width:33%;
}
.d-item li:nth-child(3n+2){
	width:67%;
}
.d-item li:nth-child(3n+3){
	display:none;
}
.d-item-2 li{
	font-size:1.15rem;
}
.d-item-2 li:nth-child(3n+1){
	width:30%;
}
.d-item-2 li:nth-child(3n+2){
	width:40%;
}
.d-item-2 li:nth-child(3n+3){
	width:30%;
}
.page li:nth-child(1){
	display:none;
}
.page li:nth-child(2){
}
.page li:nth-child(3){
	display:none;
}
.activity li{
	width:100%;
	margin:4% 0 00 0;
	float:none;
}
.activity li:nth-child(3n+3){
	margin:4% 0 0 0;
}
.d02list li{
	float:none;
	padding:5px 0;
}
.d02list li:nth-child(odd){
	width:100%;
	font-weight:bold;
}
.d02list li:nth-child(even){
	width:100%;
}
.paper-list li:nth-child(1){
	width:33%;
}
.paper-list li:nth-child(2){
	width:67%;
}
.paper-item li:nth-child(odd){
	width:33%;
}
.paper-item li:nth-child(even){
	width:67%;
}
.d03list li{
	float:none;
	padding:10px 0 10px 20px;
}
.d03list li:nth-child(odd){
	width:100%;
	font-weight:bold;
}
.d03list li:nth-child(even){
	width:100%;
}
.firm li:nth-child(odd){
	padding:0;
	background:none;
}
.firm li:nth-child(even){
	padding:0 0 0 30px;
}
.a05-itembox li{
	width:25%;
}
.a06list li{
	width:48%;
	margin:0 2% 2% 0;
}
.a05-list li{
	width:46%;
	margin:0 4% 20px 0;
}
.a05-list li:nth-child(3n+3){
	margin:0 4% 20px 0;
}
.add-form li{
	font-size:1.4rem;
	line-height:35px;
}
.add-form li:nth-child(odd){
	width:100%;
	text-align:left;
}
.add-form li:nth-child(even){
	width:100%;
	float:none;
	padding:2px 0;
}
.add-form input[type="text"]{
	width:100%;
}
.togg li.o:before{ width:80%;}
.charity_body {
  padding:20% 3rem 0 3rem;
}
.h-date::before{
	display:block;
	width:50px;
	margin:5px auto;
}
.h-date:after{
	display:block;
	width:50px;
	margin:5px auto;
}
.in_left{
	width:250px;
	float:none;
	margin:0 auto;
}
.in_right{
	width:100%;
	float:none;
}
.in01{
	width:23%;
	background:#c09e56;
	color:#fff;
	margin:0 1% 0 0;
}
.in02{
	width:76%;
}
.in03{
	width:20%;
	display:none;
}
.h-item li:nth-child(4n+1){
	width:33%;
}
.h-item li:nth-child(4n+2){
	display:none;
}
.h-item li:nth-child(4n+3){
	width:67%;
}
.h-item li:nth-child(4n+4){
	display:none;
}
.notice_tab{
	/*display:none;*/
}
ul.notice li {
	font-size:1.3rem;
}
div.notice_container {
		padding:30px 0 40px 0;
}
.notice_phone{
	display:block;
}
}

@media (max-width: 640px) {
.a01list li:nth-child(odd){
	width:100%;
	margin:0;
}
.a01list li:nth-child(even){
	width:100%;
}
.a01-style-3{
	padding:0;
}
.a02 li:nth-child(3n+1){
	width:25%;
}
.a02 li:nth-child(3n+3){
	width:65%;
}
.a02 li:nth-child(3n+2) img{
	width:22px;
	height:22px;
}
.a05-itembox li{
	width:33.333%;
}
.a05-list li{
	width:100%;
	margin:0 0 20px 0;
}
.a05-list li:nth-child(3n+3){
	margin:0 0 20px 0;
}
.d-item-2 li{
	padding:10px 0 ;
}
.d-item-2 li:nth-child(3n+1){
	width:100%;
	text-align:left;
	border-bottom:0px;
	padding:10px 0 0 0;
}
.d-item-2 li:nth-child(3n+2){
	width:70%;
}
.d-item-2 li:nth-child(3n+3){
	width:30%;
}
}

@media (max-width: 480px) {
.charity_body {
  padding:10% 3rem 0 3rem;
}
.in01{
	width:30%;
}
.in02{
	width:69%;
}
.morebtn{
	width:100%;
}
.calendar iframe {
    width:100%;
}
.search-wrap {
    margin:5px 0 20px 0;
}
.s01 {
    width: 29%;
}
.s02 {
    width: 44%;
}
.s03 {
    width: 27%;
}
.link-wrap{
	padding:15px;
}
.link li a{
	padding:16px 22px;
}
.itempic{
	padding:25px 0 50px 0;
}
.w70{
	width:62%;
}
.w30{
	width:38%;
}
}
