@charset "utf-8";

body{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	font-size: 15px;
	background-image:url(../images/bg.jpg);
	background-color: #fff;
}
.container {
}
.warp{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.main{
	width: 100%;
	height:0;
	padding-bottom: 41%;
	background-position: center top;
	background-image: url(../images/pc.jpg);
	background-repeat: no-repeat;
	background-size: 100%;	
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header{
	position: relative;
	margin: 0;
	min-height: 80px;
	padding: 0;
	overflow: visible;
}
.logo{
	position: absolute;
	top: 0px;
	left: 10px;
}
.logo img{
	width: 180px;
}
.aside-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
}

.menu-button {
    position: fixed;
    margin: auto;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 999;
    top:15px;
    right:10%;
    background:url(../images/menu.png);
}
.social-bar {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
}
.social-bar img{ width: 80%; }
.fb-icon{
	margin: 0 0 0 20px;
	padding: 0;
	float:right;
}
.line-icon{
	margin: 0;
	padding: 0;
	float:right;
}
.kv1{
	margin: 0 auto;
	padding:80px 0 0;
	width: 70%;
}
.kv2{
	margin: 0 auto;
	padding: 0;
	width: 720px;
}
.kv2 img{
	float: left;
}
.kv2-3{
	margin: 55px 0 0 17px;
}
.mobile-kv{
	display: none;
}

/*--------按鈕動態-----------*/

.container-fix {
    position: relative;
    width: 1170px;
    margin: auto;
}
.aside-menu {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.menu {
    position: absolute;
    display: none;
    z-index: 1003;
}
.menu-open .menu {
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
    display: flex;
    top: 10%;
    margin: 10vh auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 2.5em; 
}

.menu-toggler{
	
}

.menu-open .menu-close-button {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/close.png);
    z-index: 1050;
}
.menu-list {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
	padding: 0 30px;
}
a.menu-list:hover{
    text-decoration: none;
	padding: 0 30px;
}
/*-----------------------popup按鈕變色-------------------------*/
.menu-btn1{
	color: #d19920!important;
}
.menu-btn1:hover{
	border: 2px solid #d19920;
	border-radius: 50px;
}
.menu-btn2{
	color: #2db99a!important;
}
.menu-btn2:hover{
	border: 2px solid #2db99a;
	border-radius: 50px;
}
.menu-btn3{
	color: #e49aa5!important;
}
.menu-btn3:hover{
	border: 2px solid #e49aa5;
	border-radius: 50px;
}
.menu-btn4{
	color: #99cc66!important;
}
.menu-btn4:hover{
	border: 2px solid #99cc66;
	border-radius: 50px;
}
.menu-btn5{
	color: #e6ae31!important;
}
.menu-btn5:hover{
	border: 2px solid #e6ae31;
	border-radius: 50px;
}
.menu-btn6{
	color: #a68bf3!important;
}
.menu-btn6:hover{
	border: 2px solid #a68bf3;
	border-radius: 50px;
}
/*-----------------------popup按鈕變色-------------------------*/
.menu-list::before{
    position: absolute;
    bottom: 0;
    content: '';
    width: 80px;
    height: 1px;
/*    border-radius: 50%;background: linear-gradient(to right, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 36%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 64%,rgba(255,255,255,0) 100%);*/
    display: none;
}
.menu-open .menu-list:hover::before{
   display: block;
}
.menu-open .full-cover {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:rgb(241 241 241 / 95%);
    overflow: hidden; 
}
.menu-open .full-menu {
    position: fixed;
    z-index: 1001;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/*--------按鈕動態-----------*/

.pc-title{
		display: block;
	}
	.mobile-title{
		display: none;
	}

/*-----------------------第1區--------------------------*/

.section-1{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background:url(../images/box1-bg.jpg);
}

.section-1 h2{
	margin: 0 auto 20px;
	width: 900px;
	height: 210px;
}
/*.section-btn1{
	width: 120px;
	height: 40px;
	margin: 20px auto 0;
	padding: 12px 0;
	background-color: #8e3811;
	color: #dacdbd;
	text-align: center;
}*/
.section-btn1 a{
	color: #dacdbd;
	text-decoration: none;
	width: 120px;
	height: 40px;
	margin: 30px auto 0;
	padding: 12px 0;
	background-color: #8e3811;
	font-weight: bold;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.section-btn1 a:hover{
	background-color: #ae562e;
	color: #ededed;
}

/*.box1{
	background-color: #d87d3f;
}*/

/*-----------------------第2區--------------------------*/

.section-2{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	width: 100%;
	/*background-color: #be6183;*/
	margin: 0;
	padding: 50px 0;
	background: url(../images/box2-bg.jpg);
}

.section-2 h2{
	margin: 0 auto 20px;
	width: 900px;
	height: 210px;
}
/*.box2{
	background-color: #be6183;
}
*/

/*-----------------------第3區--------------------------*/

.section-3{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background:url(../images/box3-bg.jpg);
}

.section-3 h2{
	margin: 0 auto 20px;
	width: 900px;
	height: 202px;
}

.more-btn a{
	display: block;
	background-color: #fff;
	font-size: 25px;
	color: #40a2cd;
	padding: 18px 42px 15px;
	text-align: center;
	margin: 30px auto 0;
	text-decoration: none;
	width: 188px;
	border-radius: 10px;
}
.more-btn a:hover{
	background-color: #40a2cd;
	border: 2px solid #fff;
	padding: 16px 42px 13px;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
}
/*.box3{
	background-color: #40a2cd;
}*/

/*-----------------------第4區--------------------------*/

.section-4{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background:url(../images/box4-bg.jpg);
}

.section-4 h2{
	margin: 0 auto 20px;
	width: 900px;
	height: 207px;
}

.more-btn a{
	display: block;
	background-color: #fff;
	font-size: 25px;
	color: #40a2cd;
	padding: 18px 42px 15px;
	text-align: center;
	margin: 30px auto 0;
	text-decoration: none;
	width: 188px;
	border-radius: 10px;
}
.more-btn a:hover{
	background-color: #40a2cd;
	border: 2px solid #fff;
	padding: 16px 42px 13px;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
}
.section-btn2 a{
	color: #cde1cc;
	text-decoration: none;
	width: 120px;
	height: 40px;
	margin: 30px auto 0;
	padding: 12px 0;
	background-color: #337b73;
	font-weight: bold;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.section-btn2 a:hover{
	background-color: #4b9c93;
	color: #ededed;
}
/*.box4{
	background-color: #40a2cd;
}*/

/*-----------------------第3區--------------------------*/

.section-3{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	width: 100%;
	/*background-color: #be6183;*/
	margin: 0;
	padding: 50px 0;
	background: url(../images/box3-bg.jpg);
}
.section-btn3 a{
	color: #bccad0;
	text-decoration: none;
	width: 120px;
	height: 40px;
	margin: 30px auto 0;
	padding: 12px 0;
	background-color: #2c404c;
	font-weight: bold;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.section-btn3 a:hover{
	background-color: #47606f;
	color: #ededed;
}

/*-----------------------第4區--------------------------*/

.section-4{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	width: 100%;
	/*background-color: #be6183;*/
	margin: 0;
	padding: 50px 0;
	background: url(../images/box4-bg.jpg);
}
.section-btn4 a{
	color: #eedee8;
	text-decoration: none;
	width: 120px;
	height: 40px;
	margin: 30px auto 0;
	padding: 12px 0;
	background-color: #9d5d95;
	font-weight: bold;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.section-btn4 a:hover{
	background-color: #b879b0;
	color: #ededed;
}
/*-----------------------第5區--------------------------*/

.section-5{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	width: 100%;
	/*background: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #b488db;*/
	margin: 0;
	padding: 10px 0;
	color: #dedede;
	background:url("../images/note-bg.png") center bottom;
}


/*----------------------------------Slide 效果 my-test1-----------------------------------*/

.slider-title {
	width: 900px;
	min-height: 60px;
	overflow: visible;
    font-size: 25px;
    margin:0 auto -6px;
	padding: 0;
	z-index: 995;
}
.slider-title a{
    display: inline-block;
    margin:0;
	padding: 15px 30px 12px;
	text-decoration: none;
	color: #fff;
}
.inactive {
	
}
.slider-title a:hover{
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin:0 -8px 0 0;
	padding: 15px 32px 12px 30px;
}
.slider-title .active {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin:0 -8px 0 0;
	padding: 15px 32px 12px 30px;
}
.slider-mobile-title {
    color: #fff;
    text-align: center;
    margin-left: 10px;
}

#left-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #9b8e4b transparent transparent;
    display:inline-block;
}
#right-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #9b8e4b;
    display:inline-block;
}
.all{
	clear: both;

	padding: 1em .5em;
}

.wrapper2{
	width:75%;
	height: auto;
	margin: 0 auto;}
.subject_wrapper{
	width: 100%;
}	
h2{
	width:430px;
	margin:.5em auto;}

h2 img{width:100%;}

.subject {
	text-align:center;
	width:280px;
	margin:0 auto;
	padding:1% 0;
	font-size:1.8rem;
	letter-spacing:1px;
	line-height:1.4;
	font-weight:bold;
	color:#f4fbfe;
	text-shadow:2px 2px 1px rgb(7 50 68);}


.subject_p {
	text-align: center;
	margin: 0 auto;
	padding:1% 0;
	letter-spacing:1px;
	line-height:1.4;
	color:#7eaec1; }


.more{
	width:100px;
	margin:0 auto 5% auto;
	padding:0.8% 0;
	text-align: center;
	background-color:#6dafca69;
	border-radius: 50px;
	transition: all 0.3s;
	cursor: pointer;}

.more a{
	width:100px;
	margin:0 auto;
	display: inline-block;
	color: #FFF;
	text-decoration:none;}

.more:hover{background-color:#d2b865;}

.more:last-child{margin-bottom:0;}

.topic {box-sizing: border-box;}

.topic li {
	overflow: hidden;
	margin-bottom:20px;
	outline:none;}

.topic li:last-child {margin-bottom: 0;}

.topic li a{outline: none;} 

.topic li img {
	width: 100%;
	margin-bottom: 1em;
	overflow: hidden;}

.topic h3 a,.topic_mag h3a,
.topic li a,.topic_mag li a {text-decoration: none;}

.topic li img:hover,
.topic_mag li img:hover {
	transform: scale(1.1);
	transition: all .5s;}

.topic h3,
.topic_mag h3 {
	margin:3% 0;
	font-weight:500;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #cdeffd;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	height: 48px;
	-webkit-box-orient: vertical;}

.topic li p,
.topic_mag p {
	line-height: 1.6;
	font-weight:bold;
	color:#363534;}


.slider {
   width: 80%;
   margin:3% auto;
   padding: 1em;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 10px #1e1e1e;
   position: relative;
	
}
/*#B .slider {background:  rgb(111 209 196 / 30%);}
#C .slider {background:  rgb(231 162 193 / 30%);}
#D .slider {background:  rgb(166 234 158 / 30%);}
#E .slider {background:  rgb(228 235 164 / 30%);}*/



.slick-slide {margin: 0px 10px;}

.slick-slide img {width: 100%;}

.slick-prev {color: #fff;}

.slick-slide {
   transition: all ease-in-out .3s;
   opacity: .2;}

.slick-active {opacity: 1;}

.slick-current {opacity: 1;}

.slick-prev:before {
   font-family: none;
   content: '〈' !important;
   color:#b9d300;
   font-size: 40px;
   font-weight: bolder;
   line-height: 0;}

.slick-next:before {
   content: '〉' !important;
   color:#b9d300;
   font-size: 40px;
   font-weight: bolder;   
   line-height: 0;}

.theme{
	margin:1% 0;
	padding:2% 0;
	background-color:rgb(40 121 154 / .8);}

.h32{text-align:center;}

.button3_3{
	margin-top:0.6%;
	background-color:#125773;}


/*----------------------------------Slide 效果 my-test2-----------------------------------*/


.slide-box{
	width: 1280px;
	min-height: 310px;
	overflow: visible;
	padding: 20px 30px;
	border: 2px solid #fff;
	margin: 0 auto;
	z-index: 800;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.my-test.slider {
}
.my-test2.slider {
}

/*---------------------------Slick 圓點 my-test1-------------------------*/

.slick-dots {
    bottom: -20px;
    left:0;

}
.slick-dots li button:before {
    color: #dde2b6;
    opacity: .8;
}
.slick-dots li.slick-active button:before {
    color: #b9d300;
}
.slick-dots li {
    margin: 0 2px;
}
.my-test01.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.coverflow .slick-slide {
    margin: 30px;
}
.coverflow{
    width: 260px;
    height: 320px;
    position: absolute;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 1px #000;
    top: -160px;
    right: 170px;
    overflow: hidden;
}
.coverflow a img{
    width: 200px;
    height: 260px;
}
.coverflow > a {
    width: 260px;
    height: 320px;
    padding: 30px 30px;
    background-size: cover;
    position: absolute;
    opacity: 0;
    animation: slide 15s infinite;
}
.coverflow > a:nth-child(2) {
  animation-delay: 5s;
}
.coverflow > a:nth-child(3) {
  animation-delay: 10s;
}

/*---------------------------Slick 圓點 my-test2-------------------------*/

.slick-dots2 {
    bottom: -40px;
}
.slick-dots2 li button:before {
    color: #CCC;
    opacity: .8;
}
.slick-dots2 li.slick-active2 button:before {
    color: #fff;
}
.slick-dots2 li {
    margin: 0 2px;
}
.my-test01.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.coverflow2 .slick-slide2 {
    margin: 30px;
}
.coverflow2{
    width: 260px;
    height: 320px;
    position: absolute;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 1px #000;
    top: -160px;
    right: 170px;
    overflow: hidden;
}
.coverflow2 a img{
    width: 200px;
    height: 260px;
}
.coverflow2 > a {
    width: 260px;
    height: 320px;
    padding: 30px 30px;
    background-size: cover;
    position: absolute;
    opacity: 0;
    animation: slide 15s infinite;
}
.coverflow2 > a:nth-child(2) {
  animation-delay: 5s;
}
.coverflow2 > a:nth-child(3) {
  animation-delay: 10s;
}
/*---------------------------Slick 圓點 my-test2-------------------------*/

/*---------------------------活動說明------------------------*/

.note-box{
	width: 900px;
	border-radius: 10px;
	padding: 40px 0;
	margin: 0 auto 5%;
}
.note-box img{
	
width: 100%;

}
.note-box h3{
	font-size: 30px;
	margin: 0;
	padding: 0 0 20px 3%;
	color: #363534;
}
.note-box ul{
/*	border-top: 2px solid #fff;*/
	padding: 20px 5% 0;
	margin: 0;
}
.note-box ul li{/*
	list-style: decimal;*/
	font-size: 16px;
	line-height:2em;
	color: #dedede;
	/*text-shadow: 1px 2px 3px white;*/
    margin: 0;
}
.note-box ul li ol li{
	list-style: none;
	margin: 0 0 0 2%;
}

/*---------------------------活動說明------------------------*/

/*---------------------------footer------------------------*/

.footer{
	font-family:Arial, '微軟正黑體', 'Microsoft JhengHei', 'LiHei Pro';
	background-color:#b59898;
	text-align: center;
	color: #0b0e0e;
	font-size: 13px;
	padding: 1em;
}

/*---------------------------footer------------------------*/

@keyframes slide {
  0% {
    opacity: .5;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
}

.dis-i {
    display: inline-block;
}
.dis-n {
    display: none;
}

.key {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
#change_key {
    cursor: pointer;
}


.mobile-only {
    display: none;
}

/*.gotop {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 45px;
  right: 15px;
  display: block;
  background:url(../images/top-btn.png )repeat scroll;
  z-index: 1010;
}*/
/*
.gotop:hover {
  background:url(../images/top-btn.png )repeat scroll;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 3px;
}*/
/*.gotop:visited{
	opacity: 0.8;
}*/

#gotop {
    background:url(../images/top-btn.png )repeat scroll;
    bottom: 45px;
    display:none;
	width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    z-index: 1010;
}



