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


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

body{ margin:0; padding: 0; background: #fdfdf6; }
.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%; margin: 0 auto; float: left; position: relative; padding-top: 0px; background: #fdfdf6; }
	#btn_note{ width: 430px; line-height: 75px; font-size: 40px; font-weight: 500; text-align: center; color: #181818; letter-spacing: 0px; margin: 0px auto 20px; }
	#btn_note span { display: block; width: 5px; height: 100%; background: #1d1f22; margin-right: 18px; float: left; }
	.note_box{ display: block;  width: 1100px; margin: 0px auto 60px; padding: 0 0 0 25px; 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; }
	.note_box ul{ margin: 10px 0px;}
	.note_box ul li{ font-size: 20px; color: #3d3d3d; font-weight: normal; line-height: 40px; list-style-position: outside; list-style-type: decimal; text-align: justify; }
	.note_box ul a{ color: #3d3d3d; text-decoration: underline;}
	.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 20px; }
	.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 20px; }
/*小叮嚀*/

/*社群*/
.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{ max-width: 100%;  }
#container { max-width: 100%;  }
/*#container .logo { width: 233px; height: 46px; position: absolute; left: 1%; top:0.3%; z-index: 999; }
#container .logo a { display: block; width: 100%; height:100%; background: url(../images/logo.png)no-repeat center top; background-size: 100%; }*/
#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{ color:#080404; font-weight: normal; text-align: justify; }
#content_all h1,h2,h3,h4,h5,h6{ color:#080404; }

/*#content_all .fixedban { padding: 5px; position: fixed; right: 0px; bottom:40px; z-index: 999; background: #265396; border-radius: 50px 0 0 0px; }
#content_all .fixedban a:nth-of-type(1) { display: block; width: 95px; height: 95px; cursor: pointer; background: url(../images/fixedban_h.png)no-repeat center top; background-size: 95px 190px; margin-bottom: 5px; }
#content_all .fixedban a:nth-of-type(2) { display: block; width: 95px; height: 95px; cursor: pointer; background: url(../images/fixedban_h.png)no-repeat center bottom; background-size: 95px 190px; }
#content_all .fixedban a:nth-of-type(1):hover { display: block; width: 95px; height: 95px; cursor: pointer; background: url(../images/fixedban_h.png)no-repeat center top; background-size: 95px 190px; margin-bottom: 5px; }
#content_all .fixedban a:nth-of-type(2):hover { display: block; width: 95px; height: 95px; cursor: pointer; background: url(../images/fixedban_h.png)no-repeat center bottom; background-size: 95px 190px; }
*/

/* HeaderCon PC */
#content_all .headerCon { width: 100%; height: 612px; margin: 0 auto 0; padding: 0; background:url(../images/pc/kvbg.jpg)no-repeat center top; background-color: #fdfdf6; position: relative; }
#content_all .headerCon .kvbox { position: relative; width: 1280px; max-width: 1280px; height: 612px;  margin: 0 auto; overflow: hidden; }
#content_all .headerCon .kvbox h1 { width: 760px; position: absolute;top: 43px;left: 560px;transform: translateX(-50%); font-size: 70px; line-height: 90px; text-align: center; }
#content_all .headerCon .kvbox h1 span { display: block; width: 117px; height: 125px; font-size: 0; background:url(../images/pc/kvh1.jpg)no-repeat center top; background-size: 752px 125px; float: left; }
#content_all .headerCon .kvbox h1 span:nth-of-type(1) { background-position: 0 0; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(2) { background-position: -117px 0; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(3) { background-position: -234px 0; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(4) { background-position: -351px 0; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(5) { background-position: -480px 0; width: 70px; margin-left: 12px; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(6) { background-position: -550px 0; width: 70px; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(7) { background-position: -620px 0; width: 70px; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(8) { background-position: -690px 0; width: 70px; } 
#content_all .headerCon .kvbox .childicon {width: 288px;height: 90px;position: absolute;top: 8px;right: 343px;background: url(../images/pc/child.png) no-repeat center / contain; }
#content_all .headerCon .kvbox p { position: absolute; top: 184px; left: 166px; font-size: 29px; line-height: 35px; letter-spacing: 0.4px; }
#content_all .headerCon .kvbox iframe { position: absolute; top: 36%; left: 8%; width: 35%; height: 45%; border: none; }
#content_all .headerCon .kvbox .btn { position: absolute; top: 490px; left: 183px; display: inline-block; padding: 0.8em 1em; background: #0bb2eb; color: #fff; font-size: 26px; border-radius: 40px; text-align: center; }
#content_all .headerCon .kvbox .btn:hover { -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
#content_all .headerCon .kvbox .carcon { position: absolute; top: 438px; right: 94px; width: 670px; height: 290px; transform: translateY(-50%); background: url("../images/pc/car.png") no-repeat center bottom; background-size: contain; }
#content_all .headerCon .kvbox .logo { position: absolute; top: 265px; left: 895px; display: flex; gap: 20px; transform: translate(-50%, -50%); }
#content_all .headerCon .kvbox .logo a { display: block; height: 40px; background-size: contain; background-repeat: no-repeat; }
#content_all .headerCon .kvbox .logo a:first-child { width: 196px; background: url("../images/pc/logo.png")no-repeat left top; }
#content_all .headerCon .kvbox .logo a:last-child  { width: 257px; background: url("../images/pc/logo.png")no-repeat right top; }
/*#content_all .headerCon .kvbox .flower { position: absolute; width: 32px; height: 32px; background: url("../images/flower.png") no-repeat center/contain; }
#content_all .headerCon .kvbox .flower:nth-of-type(1)  { top:  8%; left:  5%; }
#content_all .headerCon .kvbox .flower:nth-of-type(2)  { top: 10%; left: 18%; }
#content_all .headerCon .kvbox .flower:nth-of-type(3)  { top: 12%; left: 32%; }
#content_all .headerCon .kvbox .flower:nth-of-type(4)  { top:  8%; left: 48%; }
#content_all .headerCon .kvbox .flower:nth-of-type(5)  { top: 14%; right: 20%; }
#content_all .headerCon .kvbox .flower:nth-of-type(6)  { top: 25%; right: 10%; }
#content_all .headerCon .kvbox .flower:nth-of-type(7)  { top: 40%; right: 12%; }
#content_all .headerCon .kvbox .flower:nth-of-type(8)  { bottom: 25%; left: 10%; }
#content_all .headerCon .kvbox .flower:nth-of-type(9)  { bottom: 18%; left: 28%; }
#content_all .headerCon .kvbox .flower:nth-of-type(10) { bottom: 30%; left: 45%; }
#content_all .headerCon .kvbox .flower:nth-of-type(11) { bottom: 22%; right:20%; }
#content_all .headerCon .kvbox .flower:nth-of-type(12) { bottom: 10%; right: 8%; }*/
/* HeaderCon PC End */


/* contentCon PC */
#content_all .contentCon { position: relative; text-align: center; margin: 0 auto; z-index: 2; }
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; }
#content_all .contentCon h2 { line-height: 75px; font-size: 40px; font-weight: 500; color: #181818; letter-spacing: 0px; margin: 10px auto 15px; }
#content_all .contentCon h3{ line-height: 75px; font-size: 40px; font-weight: 500; color: #181818; letter-spacing: 0px; margin: 10px auto 15px; }
#content_all .contentCon p{ width: 100%; font-size: 20px; line-height: 26px; color: #000000; text-align: center; }
#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03,#content_all .contentCon .item04,#content_all .contentCon .item05,#content_all .contentCon .item06,#content_all .contentCon .item07{ position: relative; margin:0 auto; width: 100%; overflow: visible; }
#content_all .contentCon .itembox{ width: 1280px; height: 100%; margin: 0 auto; padding: 0; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; }

#content_all .contentCon .item05 { padding: 25px 0; background-color: #fff3e0; }
#content_all .contentCon .item05 h3{ width: 100%; height:95px; font-size: 0; background:url(../images/pc/itemh3.png)no-repeat center top; background-size: 1108px 285px; }
#content_all .contentCon .item05 h3{  background-position: center top; }
#content_all .contentCon .item06 { padding: 25px 0; background-color: #e0f7fa; }
#content_all .contentCon .item06 h3{ width: 100%; height:95px; font-size: 0; background:url(../images/pc/itemh3.png)no-repeat center top; background-size: 1108px 285px; }
#content_all .contentCon .item06 h3{  background-position: center -95px; }
#content_all .contentCon .item07 { padding: 25px 0; background-color: #f1f8e9; }
#content_all .contentCon .item07 h3{ width: 100%; height:95px; font-size: 0; background:url(../images/pc/itemh3.png)no-repeat center top; background-size: 1108px 285px; }
#content_all .contentCon .item07 h3{  background-position: center -190px; }

#postteam1 { display: block; }
#postteam1_m { display: none; }
.postteam{ width: 1108px; height: 304px; margin: 0 auto 25px; }
.postteam .slick-list{ width: 1108px; overflow:hidden; }
.postteam li { width: 240px; margin-right: 16px;float: left; position: relative; border-radius: 20px; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.postteam li a { display: block; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; position: relative; }
.postteam li a:nth-of-type(1){ display: block; }
.postteam li a h4 { height: 0; font-size: 0; opacity: 0; }
.postteam li a h5{ height: 0px; line-height: 0px; font-size: 0px; opacity: 0; }
.postteam li a .img-block{ width: 100%; border-radius: 20px; overflow: hidden; }
.postteam li a .img-block img{ display: block; width: 100%; height: 100%; }
.postteam li a p { position: absolute; left: 0; color: #000000; transition: all; -webkit-transition: all; -moz-transition: all; -o-transition: all; }
.postteam li:hover a p { position: absolute; left: 0; bottom: 0; background: rgba(255,255,255,0.8); padding: 20px; animation: yimove2 0.1s ease 0s 1 normal; animation-fill-mode: forwards;  }
.postteam .slick-track { left: 8px; }
.postteam .slick-prev, .postteam .slick-next { width: 50px; height: 50px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; top: 46%; }
.postteam .slick-prev{ background-position: left top; left: -45px; }
.postteam .slick-next{ background-position: right top; right: -45px; }
.posthover { opacity: 1 !important; }
@keyframes yimove2 {
  0% {  bottom: -92px; }
  100% {  bottom: 0; }
}

#content_all .contentCon .item99{ }
#content_all .contentCon .item99 .itembox { width: 100%; }
#content_all .contentCon .item99 .itembox h3 { width: 430px; line-height: 75px; font-size: 40px; font-weight: 500; color: #181818; letter-spacing: 0px; margin: 35px auto 20px; }
#content_all .contentCon .item99 .itembox #morebg { width: 1036px; height: 600px; margin: 0 auto; }
#content_all .contentCon .item99 .itembox #morebg .post { width: 340px; height: 280px; float: left; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(1) { background: url(../images/pc/morebg_icon7.png)no-repeat center top; background-size: 400px 280px; margin-bottom: 40px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(2) { background: url(../images/pc/morebg_icon8.png)no-repeat center top; background-size: 400px 280px; margin-bottom: 40px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(3) { background: url(../images/pc/morebg_icon9.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; margin-bottom: 40px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(4) { background: url(../images/pc/morebg_icon4.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(5) { background: url(../images/pc/morebg_icon5.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(6) { background: url(../images/pc/morebg_icon6.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; }
#content_all .contentCon .item99 .itembox #morebg .post h4 { font-size: 22px; font-weight: 500; color: #000000; margin-top: 254px; }
#content_all .contentCon .item99 .itembox #morebg2 { width: 100%; height: 260px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center { width: 1060px; margin: 20px auto 0; position: relative; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center a { display: block; color: #02060a; text-align: center; font-size: 19px; font-weight: 500; text-decoration: underline; position: absolute; right: 20px; top: 186px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center a:hover { opacity: 0.8; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post { width: 170px; height: 260px; margin-right: 8px; float: left; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(1) { background: url(../images/pc/morebg2_icon1.png)no-repeat center 64px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(2) { background: url(../images/pc/morebg2_icon2.png)no-repeat center 64px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(3) { background: url(../images/pc/morebg2_icon3.png)no-repeat center 64px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(4) { background: url(../images/pc/morebg2_icon4.png)no-repeat center 64px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(5) { background: url(../images/pc/morebg2_icon5.png)no-repeat center 64px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(6) { background: url(../images/pc/morebg2_icon6.png)no-repeat center 64px; background-size: 170px 70px; margin-right: 0; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post h4 { font-size: 19px; font-weight: 500; color: #000000; margin-top: 150px; }

/*左上經典*/
.classical { width: 119px; height: 119px; background: url(../images/pc/classical_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
/*左上獨家*/
.movie-item .tag-top span { display: inline-block; padding: 0 6px; line-height: 1.4; font-weight: 500; margin-right: 3px; padding-left: 13px; background: #5d4a88;}
.movie-item .tag-top { display: inline-block; position: absolute; top: 0; left: 0; z-index: 10; margin: 0; padding: 0; color: #fff; font-size: 1em;}
.movie-item .tag-top span.tag-note { background: #b70b0b; }
/*右下免費*/
.movie-item .tag-btm { display: inline-block; position: absolute; right: 0; bottom: 0; z-index: 10; font-size: 1em; color: #fff; margin: 0; text-align: right;}
.movie-item .tag-btm span { display: inline-block; clear: both; float: right; line-height: 1.4; font-weight: 500; position: relative; left: auto; top: auto; padding:0 6px; margin-top: 4px; }
span.tag-free { background: #C04983; }
/*數位珍藏*/
span.green { background: #1a8ba6; }
/*單次付費*/
span.onepay { background:#1b62b4; }


/*自定義滾動條*/
  .scroll_box{ overflow-x: scroll; overflow-y: hidden; }
  /* 滾動條整體部分*/
  .scroll_demo::-webkit-scrollbar{ width: 4px; height: 4px; border-radius: 4px; background:rgba(0,175,235,.25)}
  /*滾動條兩端的箭頭*/
  .scroll_demo::-webkit-scrollbar-button{ display: none;}
  /*經測試並不能控制什麼*/
  .scroll_demo::-webkit-scroll-track{ display: none;}
  /*去掉 滾動條內側部分 去掉*/
  .scroll_demo::-webkit-scrollbar-track-piece { display: none;}
  /*滾動條中可以拖動的部分*/
  .scroll_demo::-webkit-scrollbar-thumb{ background-color: #00afeb;; border-radius: 4px;}
  /*變角部分*/
  .scroll_demo::-webkit-scrollbar-corner { display: none;}
  .scroll_demo::-webkit-resizer{ display: none;}
/*自定義滾動條*/





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

#footer_mB{ margin-bottom: 0px; }

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

/*小叮嚀*/
#pspoint{ position: absolute; top: -50px; } 
.note{ width: 100%;margin: 0 auto; padding: 30px 0; float: left; position: relative; z-index: 2; }
#btn_note{ display: block; width: 640px; height: 70px; line-height: 70px; font-size: 50px; font-weight: 500; padding: 0 20px; margin: 20px auto 20px; }
#btn_note span { display: block; width: 5px; height:100%; background: #1d1f22; margin-right: 18px; 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 10px; }
.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: 26px; }
.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 26px; }
/*小叮嚀*/


#wrap{ height: auto; /*//高度自動*//*//內距上方預留20px*/ }
#container { }
#container .logo div { width: 580px; margin: 0 auto; }
#container .logo { width: 100%; height: 80px; background: #FFFFFF; padding: 15px 0; left: 0; position: relative; z-index: 999; }
#container .logo a { display: block; width: 254px; height:50px; background: url(../images/logo2.png)no-repeat center top; background-size: 100%; margin: 0 auto; }
#content_all{ font-size:30px; font-weight: bold; text-align: center; position: relative;  width: 100%; max-width: 1100px; min-width: 640px; height: 100%; }

/* HeaderCon_m  */
#content_all .headerCon { width: 100%; height: 861px; max-height: 861px; background:url(../images/mo/kvbg.jpg)no-repeat center top; position: relative; }
#content_all .headerCon .kvbox { width: 640px; height: 440px;  position: relative; }
#content_all .headerCon .kvbox h1 { display: none; width: 760px; position: absolute;top: 43px;left: 560px;transform: translateX(-50%); font-size: 70px; line-height: 90px; text-align: center; }
#content_all .headerCon .kvbox h1 span { display: none; width: 117px; height: 125px; font-size: 0; background:url(../images/pc/kvh1.jpg)no-repeat center top; background-size: 752px 125px; float: left; }
#content_all .headerCon .kvbox h1 span:nth-of-type(1) { background-position: 0 0; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(2) { background-position: -117px 0; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(3) { background-position: -234px 0; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(4) { background-position: -351px 0; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(5) { background-position: -480px 0; width: 70px; margin-left: 12px; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(6) { background-position: -550px 0; width: 70px; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(7) { background-position: -620px 0; width: 70px; } 
#content_all .headerCon .kvbox h1 span:nth-of-type(8) { background-position: -690px 0; width: 70px; } 
#content_all .headerCon .kvbox .childicon { display: none; width: 288px; height: 90px; position: absolute; top: 8px; right: 343px; background: url(../images/pc/child.png) no-repeat center / contain; }
#content_all .headerCon .kvbox p { display: none; position: absolute; top: 184px; left: 166px; font-size: 29px; line-height: 35px; letter-spacing: 0.4px; }
#content_all .headerCon .kvbox iframe { display: none; position: absolute; top: 36%; left: 8%; width: 35%; height: 45%; border: none; }
#content_all .headerCon .kvbox .btn { position: absolute; top: 300px; left: 163px; display: inline-block; padding: 0.8em 1em; background: #0bb2eb; color: #fff; font-size: 26px; border-radius: 40px; text-align: center; }
#content_all .headerCon .kvbox .btn:hover { -moz-transform:scale(1,1); -webkit-transform:scale(1,1); -o-transform:scale(1,1); -ms-transform:scale(1,1); transform:scale(1,1);}
#content_all .headerCon .kvbox .carcon { display: none; position: absolute; top: 438px; right: 94px; width: 670px; height: 290px; transform: translateY(-50%); background: url("../images/pc/car.png") no-repeat center bottom; background-size: contain; }
#content_all .headerCon .kvbox .logo { display: none; position: absolute; top: 265px; left: 895px;/* display: flex;*/ gap: 20px; transform: translate(-50%, -50%); }
#content_all .headerCon .kvbox .logo a { display: block; height: 40px; background-size: contain; background-repeat: no-repeat; }
#content_all .headerCon .kvbox .logo a:first-child { width: 196px; background: url("../images/pc/logo.png")no-repeat left top; }
#content_all .headerCon .kvbox .logo a:last-child  { width: 257px; background: url("../images/pc/logo.png")no-repeat right top; }


/* HeaderCon_m End */

/*主要內容 #main_m */
#content_all .contentCon { position: relative; text-align: center; margin: 0 auto;}
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; position: relative; overflow: hidden; border-radius: 20px; }
#content_all .contentCon h2 { width: 420px;  line-height: 75px; font-size: 40px; font-weight: 500; color: #181818; letter-spacing: 0px; margin: 20px auto 10px; }
#content_all .contentCon h3{ line-height: 75px; font-size: 40px; font-weight: 500; color: #181818; letter-spacing: 0px; margin: 0 auto 10px; }
#content_all .contentCon p{ width: 100%; font-size: 22px; line-height: 45px; text-align: center; color: #FFFFFF; padding: 0; }
#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03,#content_all .contentCon .item04{ position: relative; margin:0 auto; width: 100%; overflow: visible; }
#content_all .contentCon .itembox{ width: 640px; height: 100%; margin:0 auto; padding:0; overflow: inherit; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; }

.postteam_m{ width: 640px; height: 310px; margin: 0 auto 0px; }
.postteam_m .slick-list{ width: 640px; }
.postteam_m li { width: 187px; margin-right: 10px; float: left; position: relative; }
.postteam_m li a { display: block; width: 100%; height: 100%; }
.postteam_m li a:nth-of-type(1){ display: block; }
.postteam_m li a h4 { height: 0; font-size: 0; opacity: 0; }
.postteam_m li a h5{ height: 0px; line-height: 40px; font-size: 0px; opacity: 0; }
.postteam_m li a .img-block{ width: 100%; }
.postteam_m li a .img-block img{ display: block; width: 100%; height: 100%; }.postteam_m .slick-track { left: -187px; }
.postteam_m li a p { display: none; }
.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: -45px; }
.postteam_m .slick-next{ background-position: right top; right: -45px; }
.postteam_m .slick-list { overflow: visible; }

#content_all .contentCon .item99{ }
#content_all .contentCon .item99 .itembox { width: 100%; }
#content_all .contentCon .item99 .itembox h3 { margin: 20px auto; }
#content_all .contentCon .item99 .itembox #morebg { width: 340px; height: 1900px; margin: 0 auto; }
#content_all .contentCon .item99 .itembox #morebg .post { width: 340px; height: 280px; margin-right: 0; float: left; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(1) { background: url(../images/pc/morebg_icon7.png)no-repeat center top; background-size: 400px 280px; margin-bottom: 0px;}
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(2) { background: url(../images/pc/morebg_icon8.png)no-repeat center top; background-size: 400px 280px; margin-top: 40px; margin-bottom: 0; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(3) { background: url(../images/pc/morebg_icon9.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; margin-top: 40px; margin-bottom: 0px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(4) { background: url(../images/pc/morebg_icon4.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; margin-left: 0; margin-top: 40px; margin-bottom: 0px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(5) { background: url(../images/pc/morebg_icon5.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; margin-top: 40px; margin-bottom: 0px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(6) { background: url(../images/pc/morebg_icon6.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; margin-top: 40px; margin-bottom: 0px; }
#content_all .contentCon .item99 .itembox #morebg .post h4 { font-size: 24px; font-weight: 500; color: #000000; margin-top: 244px; }
#content_all .contentCon .item99 .itembox #morebg2 { width: 100%; height: 360px; padding: 0; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center { width: 510px; margin: 0px auto 0; position: relative; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center a { display: block; width: 150px; color: #02060a; text-align: center; font-size: 22px; font-weight: 500; text-decoration: underline; position: absolute; right: 183px; top: 310px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center a:hover { opacity: 0.8; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post { width: 170px; height: 140px; margin-right: 0px; float: left; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(1) { background: url(../images/pc/morebg2_icon1.png)no-repeat center 20px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(2) { background: url(../images/pc/morebg2_icon2.png)no-repeat center 20px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(3) { background: url(../images/pc/morebg2_icon3.png)no-repeat center 20px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(4) { background: url(../images/pc/morebg2_icon4.png)no-repeat center 20px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(5) { background: url(../images/pc/morebg2_icon5.png)no-repeat center 20px; background-size: 170px 70px; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post:nth-of-type(6) { background: url(../images/pc/morebg2_icon6.png)no-repeat center 20px; background-size: 170px 70px; margin-right: 0; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center .post h4 { font-size: 19px; font-weight: 500; color: #000000; margin-top: 110px; }

/*左上獨家*/
.movie-item span { font-size: 22px; }
.movie-item .tag-top span { display: inline-block; padding: 0 6px; line-height: 1.4; font-weight: 500; margin-right: 3px; padding-left: 13px; background: #5d4a88;}
.movie-item .tag-top { display: inline-block; position: absolute; top: -3px; left: 0; z-index: 10; margin: 0; padding: 0; color: #fff; font-size: 1em;}
.movie-item .tag-top span.tag-note { background: #b70b0b; }
/*右下免費*/
.movie-item .tag-btm { display: inline-block; position: absolute; right: 0; bottom: 0; z-index: 10; font-size: 1em; color: #fff; margin: 0; text-align: right;}
.movie-item .tag-btm span { display: inline-block; clear: both; float: right; line-height: 1.4; font-weight: 500; position: relative; left: auto; top: auto; padding:0 6px; margin-top: 4px; }
span.tag-free { background: #C04983; }
/*數位珍藏*/
span.green { background: #1a8ba6; }
/*單次付費*/
span.onepay { background:#1b62b4; }


/*自定義滾動條*/
  .scroll_box{ overflow-x: scroll; overflow-y: hidden; }
  /* 滾動條整體部分*/
  .scroll_demo::-webkit-scrollbar{ width: 4px; height: 4px; border-radius: 4px; background:rgba(0,175,235,0); }
  /*滾動條兩端的箭頭*/
  .scroll_demo::-webkit-scrollbar-button{ display: none;}
  /*經測試並不能控制什麼*/
  .scroll_demo::-webkit-scroll-track{ display: none;}
  /*去掉 滾動條內側部分 去掉*/
  .scroll_demo::-webkit-scrollbar-track-piece { display: none;}
  /*滾動條中可以拖動的部分*/
  .scroll_demo::-webkit-scrollbar-thumb{ background-color: rgba(0,175,235,0); border-radius: 4px;}
  /*變角部分*/
  .scroll_demo::-webkit-scrollbar-corner { display: none;}
  .scroll_demo::-webkit-resizer{ display: none;}
/*自定義滾動條*/

}/*手機版end*/





