@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);


/*活動用*/
*:link, *:visited, *:hover, *:active, *:focus, * {
    outline:none
}

body{ margin:0; padding: 0; background: #4a489d; }
.full-width{width: 100%;}
.fixed-width{ width: 1280px; margin: auto; }

/*額外設定大小網*/
.only_pc{ display: block; }
.only_m{ display: none; }
/*額外設定大小網*/

/*loading*/
.page-loader{ position: fixed; z-index: 9999; left: 0; top: 0; background: rgba(0,0,0, 1); width: 100vw; height: 100vh; }
.spinner { background: transparent; -moz-animation: rotate 1.5s linear infinite; -webkit-animation: rotate 1.5s linear infinite; animation: rotate 1.5s linear infinite; }
.spinner { border: 4px solid; border-radius: 50%; content: ""; display: inline-block; position: absolute; width: 70px; height: 70px; top: 50%; margin-top: -35px; left: 50%; margin-left: -35px; z-index: 2; }
.spinner:after { border: 4px solid; border-radius: 50%; content: ""; display: inline-block; position: absolute; width: 62px; height: 62px; top: 50%; margin-top: -35px; left: 50%; margin-left: -35px; z-index: 0; }
.spinner { border-color: #21357f rgba(0,0,0, 0.07) #21357f rgba(0,0,0, 0.07); }
.spinner:after { border-color: transparent rgba(255,255,255,0.8) transparent rgba(255,255,255,0.8); -moz-animation: rotate 4s linear infinite; -webkit-animation: rotate 4s linear infinite; animation: rotate 4s linear infinite; }
@-moz-keyframes rotate {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate {
  0% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
/*loading

/*小叮嚀*/
	#pspoint{ position: absolute; top: -50px; } 
	.note{ width: 100%; padding: 0px 0 50px; margin: 0 auto; float: left; position: relative; z-index: 2; }
	#btn_note{ width: 1200px; height: 40px; font-size: 0; color: #FFFFFF; margin: 70px auto 30px; background: url(../images/pc/noteh2.png)no-repeat left bottom; background-size: 182px 40px; }
	#btn_note span { display: block; width: 100%; height:100%; color: #000000; float: left; padding-left: 25px; }
	.note_box{ display: block; width: 1070px; margin: 0 auto; padding: 0px 10px 0 26px; font-size:15px; font-weight:normal; font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial,  '蘋果儷中黑', 'Apple LiGothic Medium', '儷黑 Pro', 'LiHei Pro', sans-serif; list-style-position: outside; position: relative; overflow: hidden;  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
	.note_box ul{ margin: 0px;}
	.note_box ul li{ font-size: 18px; color:#FFFFFF; font-weight:normal; line-height:30px; list-style-position: outside; list-style-type: decimal; text-align:justify; margin-bottom: 15px; }
	.note_box ul a{ color:#ffffff; text-decoration: underline;}
	.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 18px; margin-top: 15px; }
	.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 18px; }
	.note_box ul li ol li ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 18px; }
	.btn_click { width: 60px; height: 30px; color: #232323; background: #f5b427; font-size: 18px; text-align: center; line-height: 30px; cursor: pointer; position: absolute; right: 10px; bottom:0; }
	.btn_click2 { display: none; width: 60px; height: 30px; color: #232323; background: #f5b427; font-size: 18px; text-align: center; line-height: 30px; cursor: pointer; position: absolute; right: 10px; bottom:0; }
/*小叮嚀*/


/*社群*/
.community{ background-color: #e6e6e6; position: relative; margin:0 auto; width: 100%; overflow: auto; }
.community .itembox{ width: 464px; padding: 0; margin:0 auto; }
.community .itembox a{ display: block; width: 80px; height: 80px; margin:45px 18px; border-radius: 90px; background:url(../images/community.png)no-repeat center 0; float: left; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; cursor: pointer; }
.community .itembox a:hover{ opacity: 1; }
.community .itembox a:nth-of-type(1){ background-position: 0 0; }
.community .itembox a:nth-of-type(2){ background-position: 0 -80px; }
.community .itembox a:nth-of-type(3){ background-position: 0 -160px; }
.community .itembox a:nth-of-type(4){ background-position: 0 -240px; }
.community .itembox a:nth-of-type(1):hover{ background-position: -80px 0; }
.community .itembox a:nth-of-type(2):hover{ background-position: -80px -80px; }
.community .itembox a:nth-of-type(3):hover{ background-position: -80px -160px; }
.community .itembox a:nth-of-type(4):hover{ background-position: -80px -240px; }
/*社群*/

/***PC版***/
#wrap{ background: url(../images/pc/micon_bg.jpg)repeat center 604px; background-size: 1920px 2196px; background-color: #4a489d;  }
#container {  }
#content_all { min-width: 1280px; color:#FFFFFF; position: relative; }
#content_all a{ text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#content_all p{ font-weight: normal; text-align: justify; }
#content_all h1,h2,h3,h4,h5,h6{ color:#080404; }
#content_all .fixedban { position: fixed; display: block; bottom: 5%; right: 2%; background: #5ccced; text-shadow: 2px 2px #5ab9d3; width: 120px; height: 120px; font-size: 22px; color: #FFFFFF; z-index: 9999; border-radius: 80px; text-align: center; line-height: 30px; padding-top: 28px; box-shadow: 0px 0px 5px rgba(255,255,255,.7); }
#content_all .fixedban:hover { background: #08f8ff; }
#content_all .fixedban_m { display: none; opacity: 0; z-index: -2; }

/* HeaderCon PC */
#content_all .headerCon { width: 100%; position: relative; background: url(../images/pc/micon_kvbg.jpg)repeat center top; background-size: 1920px 604px; }
#content_all .headerCon .kvbox { width: 1280px; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon .kvbox .kvboxhide { height: 0; overflow: hidden; position: absolute; left: 0; top:0; z-index: 0; }
#content_all .headerCon .kvbox .kvboxhide h1{ width: 665px; height: 300px; font-size: 50px; position: absolute; left: 25px; top:200px; z-index: 0; }
#content_all .headerCon .kvbox .kvboxhide h2,#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ display: none; width: 100%; height: 22px; font-size: 22px; }
#content_all .headerCon .kvbox .kvboxhide p { font-size: 26px; font-weight: 300; line-height: 39px; color: #FFFFFF; position: absolute; left: 40px; top:498px; }
#content_all .headerCon .kvbox .kvboxshow { width: 100%; height: 604px; padding-top: 0; padding-bottom: 0px; z-index: 1; }
#content_all .headerCon .kvbox .kvboxshow .h1 {  width: 670px; height: 230px; font-weight: 500; line-height: 50px; text-align: center; color: #FFFFFF;  background: url(../images/pc/micon_kvh1.png)no-repeat center top; background-size: 670px 230px; z-index: 999; position: absolute; top:36px; left: 59px; }
#content_all .headerCon .kvbox .kvboxshow p{ font-weight: 500; font-size: 20px; letter-spacing: 1px; line-height: 30px; text-align: left; color: #dedede; z-index: 999; position: absolute; top: 292px; left: 72px; }
#content_all .headerCon .kvbox .kvboxshow a { display: block; width: 290px; height: 150px; background: url(../images/pc/micon_kvbtn.png)no-repeat center top; background-size: 100%; position: absolute; left: 135px; top: 397px; transition: none; }
#content_all .headerCon .kvbox .kvboxshow a:hover { background: url(../images/pc/micon_kvbtn_h.png)no-repeat center top; }

/* contentCon PC */
#content_all .contentCon { position: relative; text-align: center; margin: 0; }
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; }
#content_all .contentCon h2 { width: 100%; height: 77px; font-size: 0px; font-weight: 500; color: #FFFFFF; margin: 42px auto 36px; background: url(../images/pc/micon_itemh2.jpg)no-repeat center top; background-size: 475px 231px;  }
#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03{ position: relative; margin:0 auto; width: 100%; overflow: hidden; }
#content_all .contentCon .itembox{ width: 1280px; height: 100%; margin: 0 auto; padding: 0; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; top:-80px; }

#content_all .contentCon .item01 { height: auto; }
#content_all .contentCon .item01 .itembox{ padding:20px 0; }
#content_all .contentCon .item01 .itembox .caseteam { width: 972px; height: 413px; background: url(../images/pc/micon_item01caseteam.png)no-repeat center top; background-size: 100%; margin: 0 auto; position: relative; }
#content_all .contentCon .item01 .itembox .caseteam a { width: 192px; height: 48px; background: url(../images/pc/micon_item01caseteambtn.png)no-repeat center top; background-size: 162px 192px; position: absolute; bottom: 0; }
#content_all .contentCon .item01 .itembox .caseteam a:hover { background: url(../images/pc/micon_item01caseteambtn_h.png)no-repeat center top; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(1),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(1):hover { background-position: center top; left: 14px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(2),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(2):hover { display: block; background-position: center -48px; left: 262px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(3),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(3):hover { display: none; background-position: center -48px; left: 262px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(4),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(4):hover { background-position: center -96px; left: 506px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(5),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(5):hover { background-position: center -144px; left: 755px; } 

#content_all .contentCon .item02 .itembox { padding:20px 0; }
#content_all .contentCon .item02 .itembox h2 { background-position: center -77px; }
#team { width: 999px; height: 579px; background: url(../images/pc/micon_item02_video.png)no-repeat center top; background-size: 999px 579px; margin: 0 auto; position: relative;}
#team iframe { display: block; width: 943px; height: 530px; position: absolute; left: 27px; top: 25px; }

#content_all .contentCon .item03 .itembox h2 { background-position: center -154px; }

.postteam{ width: 1200px; height: 241px; margin: 0 20px 0 0; padding:0 40px; float: left; }
/*.postteam:nth-of-type(2) {  margin-right: 0; }*/
.postteam .slick-list{ width: 1200px; }
.postteam li { width: 380px; margin-right: 20px; margin-bottom: 20px; background: #000000; float: left; position: relative; border: 5px solid #000000; }
.postteam li a { display: block; width: 100%; height: 100%; overflow: hidden; }
.postteam li a img { display: block; width: 100%; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.postteam li a:hover img{ transform: scale(1.2) translateY(16px); }
.postteam li a span { display: none; width: 100%; height: 35px; line-height: 33px; font-size: 27px; font-weight: 500; letter-spacing: 2px; color: #FFFFFF; text-shadow: 2px 2px 1px rgba(0,0,0,0.2); position: absolute; bottom: 25px; }
.postteam li .color1 { background: #1b005d; }
.postteam li .color2 { background: #1b005d; }
.postteam li .color3 { background: #1b005d; }
.postteam li .color4 { background: #1b005d; }
.postteam .slick-track { left: 10px; }
.postteam .slick-prev, .postteam .slick-next { width: 50px; height: 50px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
.postteam .slick-prev{ background-position: left top; left: 0; }
.postteam .slick-next{ background-position: right top; right: -80px; }
.posthover { opacity: 1 !important; }






/***手機版***/
/***手機版***/
/***手機版***/
@media screen and (max-width: 1100px) {

body{ margin:0; padding: 0; }

/*額外設定大小網*/
.only_pc{ display: none; }
.only_m{ display: block; }
/*額外設定大小網*/

/*小叮嚀*/
#pspoint{ position: absolute; top: -50px; } 
.note{ width: 100%; padding:0px 0 50px; margin: 0 auto; float: left; position: relative; z-index: 2; }
#btn_note{ display: block; width: 640px; height: 42px; line-height: 42px; font-size: 0; font-weight: 400; margin: 40px auto 15px; padding: 0 20px; background-position: 35px top; background: url(../images/mo/noteh2.png)no-repeat 23px top; background-size: 176px 42px; }
#btn_note span { display: block; width: 100%; height:100%; margin-right: 18px; margin-left: 0px; float: left; }
.note_box{ display: block; width: 640px; margin: 0px auto; padding:0; font-size:25px;font-weight:normal; font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial,  '蘋果儷中黑', 'Apple LiGothic Medium', '儷黑 Pro', 'LiHei Pro', sans-serif; list-style-position: outside;}
.note_box ul { margin: 10px 0px; }
.note_box ul li{ font-size: 22px;line-height: 40px; font-weight:normal; list-style-position: outside; list-style-type: decimal; text-align:justify; margin: 0 25px 10px 50px; }
.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 22px; margin-right: 0; }
.note_box ul li ol li ul { margin: 0 auto; }
.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 22px; margin-bottom: 0; }
.btn_click { width: 70px; height: 40px; color: #FFFFFF; background: #681919; font-size: 22px; text-align: center; line-height: 40px; cursor: pointer; position: absolute; color: #232323; background: #f5b427; right: 27px; }
.btn_click2 { display: none; width: 70px; height: 40px; color: #232323; background: #f5b427; font-size: 22px; text-align: center; line-height: 40px; cursor: pointer; position: absolute; right: 27px; bottom:0; }
/*小叮嚀*/

#wrap{ background: url(../images/mo/micon_bg.jpg)no-repeat center 970px; background-size: 1100px 2457px; background-color: #4a489d;  }
#container {  }
#content_all{ font-size:30px; font-weight: bold; text-align: center; position: relative;  width: 100%; max-width: 1100px; min-width: 640px; height: 100%; }
#content_all .fixedban { position: absolute; display: block; bottom: auto; right: 7%; top: 565px; background: #5ccced; text-shadow: 2px 2px #5ab9d3; width: 120px; height: 120px; font-size: 22px; color: #FFFFFF; z-index: 9999; border-radius: 80px; text-align: center; line-height: 30px; padding-top: 28px; box-shadow: 0px 0px 5px rgba(255,255,255,.7); }
#content_all .fixedban_m { position: fixed; display: none; bottom: auto; right: 2%; top: 2%; background: #5ccced; text-shadow: 2px 2px #5ab9d3; width: 120px; height: 120px; font-size: 22px; color: #FFFFFF; z-index: 9999; border-radius: 80px; text-align: center; line-height: 30px; padding-top: 28px; box-shadow: 0px 0px 5px rgba(255,255,255,.7); }
#content_all .fixedban_m:hover { background: #5ccced; }

/* HeaderCon PC */
#content_all .headerCon { width: 100%; position: relative;  background: url(../images/mo/micon_kvbg.jpg)repeat center top; background-size: 1100px 970px;  }
#content_all .headerCon .kvbox { width: 640px; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon .kvbox .kvboxhide { height: 0; overflow: hidden; position: absolute; left: 0; top:0; z-index: 0; }
#content_all .headerCon .kvbox .kvboxhide h1{ width: 665px; height: 300px; font-size: 50px; position: absolute; left: 25px; top:200px; z-index: 0; }
#content_all .headerCon .kvbox .kvboxhide h2,#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ display: none; width: 100%; height: 22px; font-size: 22px; }
#content_all .headerCon .kvbox .kvboxhide p { font-size: 26px; font-weight: 300; line-height: 39px; color: #FFFFFF; position: absolute; left: 40px; top:498px; }
#content_all .headerCon .kvbox .kvboxshow { width: 100%; height: 970px; padding-top: 0; padding-bottom: 0px; z-index: 1; }
#content_all .headerCon .kvbox .kvboxshow .h1 {  width: 100%; height: 235px; font-weight: 500; line-height: 50px; text-align: center; color: #FFFFFF;  background: url(../images/mo/micon_kvh1_m.png)no-repeat center top; background-size: 640px 235px; z-index: 999; position: absolute; top:31px; left: 0; }
#content_all .headerCon .kvbox .kvboxshow p{ font-weight: 500; font-size: 30px; letter-spacing: 2.3px; line-height: 48px; text-align: left; color: #dedede; z-index: 999; position: absolute; top: 276px; left: 33px; }
#content_all .headerCon .kvbox .kvboxshow a { display: block; width: 290px; height: 150px; background: url(../images/pc/micon_kvbtn.png)no-repeat center top; background-size: 100%; position: absolute; left: 28px; top: 397px; transition: none; }
#content_all .headerCon .kvbox .kvboxshow a:hover { background: url(../images/pc/micon_kvbtn.png)no-repeat center top; }
/* HeaderCon_m End */

/*主要內容 #main_m */
#content_all .contentCon .itembox .point { position: absolute; top:-90px; width: 100%; }

#content_all .contentCon { width: 640px; height: 100%; position: relative; text-align: center; overflow: inherit; margin: 0 auto; }
#content_all a:hover{ text-decoration: none;}

#content_all .contentCon { width: 100%; position: relative; text-align: center; margin: 0 auto; }
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; }
#content_all .contentCon h2 { width: 100%; height: 77px; font-size: 0px; font-weight: 500; color: #FFFFFF; margin: 30px auto; background: url(../images/mo/micon_itemh2_m.jpg)no-repeat center top; background-size: 570px 231px;  }
#content_all .contentCon p{ width: 600px; line-height: 40px; font-size:22px; font-weight: 500; letter-spacing: 1px; margin:0px auto 10px; text-align: justify; }
#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03{ position: relative; margin:0 auto; width: 100%; overflow: visible; }
#content_all .contentCon .itembox{ width: 640px; height: 100%; margin:0px auto 0px; padding:0 0 10px 0; overflow: inherit; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; top:-80px; }

#content_all .contentCon .item01 { height: auto; }
#content_all .contentCon .item01 .itembox{ padding:20px 0; }
#content_all .contentCon .item01 .itembox .caseteam { width: 640px; height: 1039px; background: url(../images/mo/micon_item01caseteam_m.png)no-repeat center top; background-size: 100%; margin: 0 auto; position: relative; }
#content_all .contentCon .item01 .itembox .caseteam a { width: 284px; height: 510px; background: none; background-size: 0 0; position: absolute; bottom: 540px; }
#content_all .contentCon .item01 .itembox .caseteam a:hover { background: none; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(1),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(1):hover { background-position: none; left: 35px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(2),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(2):hover { display: none;  background-position: none; left: 338px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(3),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(3):hover { display: block;  background-position: none; left: 338px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(4),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(4):hover { background-position: none; left: 35px; bottom: 13px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(5),#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(5):hover { background-position: none; left: 338px; bottom: 13px; } 

#content_all .contentCon .item01 .itembox .caseteam a span { display: block; width: 196px; height: 56.5px; background: url(../images/mo/micon_item01caseteambtn.png)no-repeat center top; background-size: 196px 227px; position: absolute; bottom: 0; }
#content_all .contentCon .item01 .itembox .caseteam a span:hover { background: url(../images/mo/micon_item01caseteambtn.png)no-repeat center top; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(1) span,#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(1):hover span { background-position: center top; left: 36px; bottom: 0px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(2) span,#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(2):hover span { display: none; background-position: center -56.75px; left: 36px; bottom: 0px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(3) span,#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(3):hover span { display: block; background-position: center -56.75px; left: 36px; bottom: 0px; } 
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(4) span,#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(4):hover span { background-position: center -113.5px; left: 36px; bottom: 0px; }  
#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(5) span,#content_all .contentCon .item01 .itembox .caseteam a:nth-of-type(5):hover span { background-position: center -170.25px; left: 36px; bottom: 0px; }  

#content_all .contentCon .item02 .itembox { padding:20px 0; }
#content_all .contentCon .item02 .itembox h2 { background-position: center -77px; }
#team { width: 640px; height: 345px; background: url(../images/mo/micon_item02_video.png)no-repeat center top; background-size: 640px 345px; margin: 0 auto; position: relative;}
#team iframe { display: block; width: 563px; height: 317px; position: absolute; left: 38px; top:15px; }

.postteam_m{ width: 640px; height: 360px; margin: 0 auto; }
.postteam_m .slick-list{ width: 570px; height: 360px; margin: 0 auto; }
.postteam_m .slick-track li { width: 570px; height: 360px; margin-right: 0px; margin-bottom: 20px; background: #000000; float: left; position: relative; border: 5px solid #000000; }
.postteam_m .slick-track li a { display: block; width: 100%; height: 100%; }
.postteam_m .slick-track li a img { display: block; width: 100%; }
.postteam_m .slick-track li a span { display: none; width: 100%; height: 54px; line-height: 50px; font-size: 36px; font-weight: 500; letter-spacing: 2px; color: #FFFFFF; text-shadow: 2px 2px 1px rgba(0,0,0,0.2); position: absolute; bottom: 38px; }
.postteam_m .slick-track li .color1 { background: #1b005d; }
.postteam_m .slick-track li .color2 { background: #1b005d; }
.postteam_m .slick-track li .color3 { background: #1b005d; }
.postteam_m .slick-track li .color4 { background: #1b005d; }.postteam_m .slick-track { left: 0; }
.postteam_m .slick-prev, .postteam_m .slick-next { width: 0px; height: 0px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
.postteam_m .slick-prev{ background-position: left top; left: -10px; }
.postteam_m .slick-next{ background-position: right top; right: -10px; }
.postteam_m .slick-dots .slick-list { overflow: 100%; background-color: #FFFFFF; border-radius: 10px;  }
.slick-dots { bottom: 66px; width: 30%; }
.slick-dots li { border-radius: 10px; }
.postteam .slick-track { left: 10px; }
.postteam .slick-prev, .postteam .slick-next { width: 50px; height: 50px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
.postteam .slick-prev{ background-position: left top; left: 0; }
.postteam .slick-next{ background-position: right top; right: -80px; }
.posthover { opacity: 1 !important; }

}/*手機版end*/





