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


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

body{ margin:0; padding: 0; background: #2a1a4c; }
.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: #FFFFFF; }
	#btn_note{ width: 430px; line-height: 75px; font-size: 40px; font-weight: 500; text-align: center; color: #181818; letter-spacing: 0px; margin: 30px auto 0px; }
	#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: 100%; height: 60px; background: #FFFFFF; padding: 7px 0 7px 20px; position: relative; z-index: 999; }
#container .logo a { display: block; width: 233px; height:46px; 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: 677px; background: url(../images/pc/kvbg1.jpg)no-repeat center top; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon > h2 { width: 100%; height: 72px; font-size: 0; }
#content_all .headerCon .kvbox { width: 1280px; height: 560px; margin: auto; position: relative; }
#content_all .headerCon .kvbox h1{ width: 570px; height: 380px; line-height: 0; text-align: center; font-size: 0; color: #FFFFFF; position: absolute; left: 20px; top: 20px; }
#content_all .headerCon .kvbox h2{ width: 100px; height: 485px; font-size: 0px; position: absolute; left: 150px; bottom: 5px; }
#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ width: 100%; height: 0; font-size: 0; }
#content_all .headerCon .kvbox p { font-size: 22px; line-height: 30px; text-align: center; color: #FFFFFF; position: absolute; left: 117px; top: 385px;}
#content_all .headerCon .kvbox .btnbox { display: block; width: 455px; height: 56px; line-height: 50px; color: #FFFFFF; text-align: center; font-size: 22px; font-weight: bold; border-radius: 8px; position: absolute; left: 98px; top: 458px; }
#content_all .headerCon .kvbox .btnbox >a { display: block; width: 220px; height: 56px; line-height: 46px; color: #FFFFFF; background: #ff05e8; border: 3px solid #ff05e8; text-align: center; font-size: 22px; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); font-weight: normal; border-radius: 8px; float: left; }
#content_all .headerCon .kvbox .btnbox >a: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 .btnbox >a:nth-of-type(1) { margin-right: 15px; }
#content_all .headerCon .kvbox .btnbox >a:nth-of-type(2) { background: none; border: 3px solid #ff05e8; color: #ff05e8; }

#teamsp { width: 580px; height: 436px; box-shadow: 0 0 5px rgba(0,0,0,0.8); position: absolute; left: 636px; top: 75px; }
#teamsp a { display: block; width: 100%; height: 100%; }
#teamsp a h3 { font-size: 0; }
#teamsp .post01{ width: 580px; height: 436px; background: url(../images/post/kvimg01.jpg)no-repeat center top; }
#teamsp .post02{ width: 580px; height: 436px; background: url(../images/post/kvimg02.jpg)no-repeat center top; }
#teamsp .post03{ width: 580px; height: 436px; background: url(../images/post/kvimg03.jpg)no-repeat center top; }
#teamsp .post04{ width: 580px; height: 436px; background: url(../images/post/kvimg04.jpg)no-repeat center top; }
#teamsp .post05{ width: 580px; height: 436px; background: url(../images/post/kvimg05.jpg)no-repeat center top; }
#teamsp .post06{ width: 580px; height: 436px; background: url(../images/post/kvimg06.jpg)no-repeat center top; }
#teamsp .post07{ width: 580px; height: 436px; background: url(../images/post/kvimg07.jpg)no-repeat center top; }
#teamsp .post08{ width: 580px; height: 436px; background: url(../images/post/kvimg08.jpg)no-repeat center top; }
#teamsp .post09{ width: 580px; height: 436px; background: url(../images/post/kvimg09.jpg)no-repeat center top; }
#teamsp .post10{ width: 580px; height: 436px; background: url(../images/post/kvimg10.jpg)no-repeat center top; }
#teamsp .post11{ width: 580px; height: 436px; background: url(../images/post/kvimg11.jpg)no-repeat center top; }
#teamsp .slick-track { left: 0; }
#teamsp .slick-track { left: 0; }
#teamsp .slick-prev, #teamsp .slick-next { width: 45px; height: 45px; background: url(../images/arw2.png)no-repeat; background-size: 100px 50px; }
#teamsp .slick-prev{ background-position: left top; left: -5px; top: 45%; z-index: 2; }
#teamsp .slick-next{ background-position: right top; right: -5px; top: 45%; z-index: 2; }
/* HeaderCon PC End */


/* contentCon PC */
#content_all .contentCon { position: relative; text-align: center; margin: 0 auto; z-index: 2; background: #ffffff; }
#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{ position: relative; margin:0 auto; width: 100%; overflow: visible; }
#content_all .contentCon .itembox{ width: 1280px; height: 100%; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; }

#content_all .contentCon .ad { display: block; width: 100%; height: 95px; background: url(../images/post/banner.jpg)no-repeat center top; background-size: 1020px 95px; margin:0 auto; }
#content_all .contentCon .ad:hover { transform:scale(1.03); -webkit-transform:scale(1.03); -moz-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03); }

#content_all .contentCon .item01{ border-top: 7px solid #00AFEB;  }
#content_all .contentCon .item01 h2:nth-of-type(1) { margin-top: 20px; width: 430px; }
#content_all .contentCon .item01 h2:nth-of-type(2) { width: 430px;  }
#content_all .contentCon .item01 h2:nth-of-type(3) { width: 430px;  }
#content_all .contentCon .item01 a.morebtn{ display: block; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item01 a.morebtn:nth-of-type(1){ display: block; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item01 a.morebtn:nth-of-type(2){ display: none; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item01 .peoteam { width: 1242px; height: 166px; margin: 0 auto 40px; }
#content_all .contentCon .item01 .peoteam ul { width: 1242px; }
#content_all .contentCon .item01 .peoteam ul li { width: 138px; height: 138px; list-style-type: none; float: left; }
#content_all .contentCon .item01 .peoteam ul li a { cursor: default; display: block; width: 100%; height: 100%; padding: 6px; border-radius: 145px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#content_all .contentCon .item01 .peoteam ul li a:nth-of-type(1) { display: block; }
#content_all .contentCon .item01 .peoteam ul li a:nth-of-type(2) { display: none; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(1) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo01.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(2) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo02.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(3) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo03.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(4) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo04.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(5) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo05.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(6) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo06.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(7) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo07.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(8) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo08.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(9) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo09.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:hover a{ background: -webkit-linear-gradient(120deg,#965fef,#06d4fe); background: -o-linear-gradient(120deg,#965fef,#06d4fe); background: -moz-linear-gradient(120deg,#965fef,#06d4fe); background: linear-gradient(120deg,#965fef,#06d4fe); }
#content_all .contentCon .item01 .peoteam ul li a h4 { line-height: 44px; font-size: 20px; font-weight: 500; color: #414141; }


#team { width: 1108px; height: 500px; margin: 0 auto 20px; padding-top: 0; }
#team .post{ width:550px; height: 500px; color: #ffffff; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; border-radius: 20px; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team .post:hover {-moz-transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02); -o-transform:scale(1.02,1.02); -ms-transform:scale(1.02,1.02); transform:scale(1.02,1.02); }
#team .post:nth-of-type(2n) { background: #343434; }
#team .post a:nth-of-type(1){ display: block;  cursor: default; }
#team .post a:nth-of-type(2){ display: none; }
#team .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#team .post a p { font-size: 20px; line-height: 34px; color: #FFFFFF; }
#team .post a .exclusive { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#team .post01 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg01.jpg)no-repeat center top; background-size: 100%; }
#team .post02 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg02.jpg)no-repeat center top; background-size: 100%; }
#team .post03 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg03.jpg)no-repeat center top; background-size: 100%; }
#team .post04 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg04.jpg)no-repeat center top; background-size: 100%; }
#team .post05 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg05.jpg)no-repeat center top; background-size: 100%; }
#team .post06 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg06.jpg)no-repeat center top; background-size: 100%; }
#team .post07 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg07.jpg)no-repeat center top; background-size: 100%; }
#team .post08 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg08.jpg)no-repeat center top; background-size: 100%; }
#team .post09 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg09.jpg)no-repeat center top; background-size: 100%; }
#team .post10 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg10.jpg)no-repeat center top; background-size: 100%; }
#team .post11 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg11.jpg)no-repeat center top; background-size: 100%; }
#team .post12 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg12.jpg)no-repeat center top; background-size: 100%; }
#team .post13 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg13.jpg)no-repeat center top; background-size: 100%; }
#team .post14 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg14.jpg)no-repeat center top; background-size: 100%; }
#team .post15 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg15.jpg)no-repeat center top; background-size: 100%; }
#team .post16 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg16.jpg)no-repeat center top; background-size: 100%; }
#team .post17 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg17.jpg)no-repeat center top; background-size: 100%; }
#team .post18 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg18.jpg)no-repeat center top; background-size: 100%; }
#team .post19 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg19.jpg)no-repeat center top; background-size: 100%; }
#team .post20 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg20.jpg)no-repeat center top; background-size: 100%; }
#team .post21 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg21.jpg)no-repeat center top; background-size: 100%; }
#team .post22 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg22.jpg)no-repeat center top; background-size: 100%; }
#team .post23 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg23.jpg)no-repeat center top; background-size: 100%; }
#team .post24 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg24.jpg)no-repeat center top; background-size: 100%; }
#team .post25 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg25.jpg)no-repeat center top; background-size: 100%; }
#team .post26 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg26.jpg)no-repeat center top; background-size: 100%; }
#team .post27 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg27.jpg)no-repeat center top; background-size: 100%; }
#team .post28 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg28.jpg)no-repeat center top; background-size: 100%; }
#team .post29 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg29.jpg)no-repeat center top; background-size: 100%; }
#team .post30 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg30.jpg)no-repeat center top; background-size: 100%; }
#team .post31 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg31.jpg)no-repeat center top; background-size: 100%; }
#team .post32 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg32.jpg)no-repeat center top; background-size: 100%; }
#team .post33 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg33.jpg)no-repeat center top; background-size: 100%; }
#team .post34 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg34.jpg)no-repeat center top; background-size: 100%; }
#team .post35 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg35.jpg)no-repeat center top; background-size: 100%; }
#team .post36 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg36.jpg)no-repeat center top; background-size: 100%; }
#team .post37 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg37.jpg)no-repeat center top; background-size: 100%; }
#team .post38 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg38.jpg)no-repeat center top; background-size: 100%; }
#team .post39 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg39.jpg)no-repeat center top; background-size: 100%; }
#team .post40 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg40.jpg)no-repeat center top; background-size: 100%; }
#team .post41 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg41.jpg)no-repeat center top; background-size: 100%; }
#team .post42 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg42.jpg)no-repeat center top; background-size: 100%; }
#team .post43 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg43.jpg)no-repeat center top; background-size: 100%; }
#team .post44 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg44.jpg)no-repeat center top; background-size: 100%; }
#team .post45 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg45.jpg)no-repeat center top; background-size: 100%; }
#team .post46 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg46.jpg)no-repeat center top; background-size: 100%; }
#team .post47 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg47.jpg)no-repeat center top; background-size: 100%; }
#team .post48 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg48.jpg)no-repeat center top; background-size: 100%; }
#team .post49 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg49.jpg)no-repeat center top; background-size: 100%; }
#team .post50 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg50.jpg)no-repeat center top; background-size: 100%; }
#team .post51 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg51.jpg)no-repeat center top; background-size: 100%; }
#team .post52 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg52.jpg)no-repeat center top; background-size: 100%; }
#team .post53 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg53.jpg)no-repeat center top; background-size: 100%; }
#team .post54 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg54.jpg)no-repeat center top; background-size: 100%; }
#team .post55 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg55.jpg)no-repeat center top; background-size: 100%; }
#team .post56 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg56.jpg)no-repeat center top; background-size: 100%; }
#team .post57 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg57.jpg)no-repeat center top; background-size: 100%; }
#team .post58 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg58.jpg)no-repeat center top; background-size: 100%; }
#team .post59 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg59.jpg)no-repeat center top; background-size: 100%; }
#team .post60 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg60.jpg)no-repeat center top; background-size: 100%; }
#team .post61 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg61.jpg)no-repeat center top; background-size: 100%; }
#team .post62 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg62.jpg)no-repeat center top; background-size: 100%; }
#team .post63 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg63.jpg)no-repeat center top; background-size: 100%; }
#team .post64 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg64.jpg)no-repeat center top; background-size: 100%; }
#team .post65 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg65.jpg)no-repeat center top; background-size: 100%; }
#team .post66 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg66.jpg)no-repeat center top; background-size: 100%; }
#team .post67 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg67.jpg)no-repeat center top; background-size: 100%; }
#team .post68 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg68.jpg)no-repeat center top; background-size: 100%; }
#team .post69 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg69.jpg)no-repeat center top; background-size: 100%; }
#team .post70 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg70.jpg)no-repeat center top; background-size: 100%; }
#team .post71 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg71.jpg)no-repeat center top; background-size: 100%; }
#team .post72 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg72.jpg)no-repeat center top; background-size: 100%; }
#team .post73 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg73.jpg)no-repeat center top; background-size: 100%; }
#team .post74 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg74.jpg)no-repeat center top; background-size: 100%; }
#team .post75 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg75.jpg)no-repeat center top; background-size: 100%; }
#team .post76 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg76.jpg)no-repeat center top; background-size: 100%; }
#team .post77 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg77.jpg)no-repeat center top; background-size: 100%; }
#team .post78 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg78.jpg)no-repeat center top; background-size: 100%; }
#team .post79 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg79.jpg)no-repeat center top; background-size: 100%; }
#team .post80 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg80.jpg)no-repeat center top; background-size: 100%; }
#team .post81 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg81.jpg)no-repeat center top; background-size: 100%; }
#team .post82 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg82.jpg)no-repeat center top; background-size: 100%; }
#team .post83 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg83.jpg)no-repeat center top; background-size: 100%; }

/*commingsoon漸層效果*/
#team .post a .postimg { position: relative; }
#team .post a .postimg div { position: absolute; bottom: 0; width: 100%; padding: 5px; background-image: linear-gradient(to top, #0081fc, #00afeb); font-size: 20px; }
/*commingsoon漸層效果*/
#team .slick-track { left: 0; }
#team .slick-track { left: 0; }
#team .slick-prev, #team .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team .slick-prev{ background-position: left top; left: -45px; }
#team .slick-next{ background-position: right top; right: -45px; }
#team .post>a { display: block; width: 100%; height: 100%; }

#team_2 { width: 1108px; height: 500px; margin: 0 auto 20px; padding-top: 0; }
#team_2 .post{ width:550px; height: 500px; color: #ffffff; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; border-radius: 20px; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_2 .post:hover {-moz-transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02); -o-transform:scale(1.02,1.02); -ms-transform:scale(1.02,1.02); transform:scale(1.02,1.02); }
#team_2 .post:nth-of-type(2n) { background: #343434; }
#team_2 .post a:nth-of-type(1){ display: block; cursor: default; font-size: 0; }
#team_2 .post a:nth-of-type(2){ display: none; }
#team_2 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#team_2 .post02 a h3 { width: 450px; }
#team_2 .post a p { font-size: 20px; line-height: 34px; color: #FFFFFF; }
#team_2 .post a .exclusive { width: 119px; height: 119px; background: url(../images/pc/japan_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#team_2 .post01 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg01.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post02 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg02.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post03 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg03.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post04 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg04.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post05 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg05.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post06 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg06.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post07 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg07.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post08 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg08.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post09 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg09.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post10 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg10.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post11 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg11.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post12 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg12.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post13 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg13.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post14 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg14.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post15 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg15.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post16 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg16.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post17 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg17.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post18 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg18.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post19 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg19.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post20 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg20.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post21 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg21.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post22 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg22.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post23 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg23.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post24 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg24.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post25 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg25.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post26 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg26.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post27 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg27.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post28 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg28.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post29 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg29.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post30 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg30.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post31 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg31.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post32 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg32.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post33 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg33.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post34 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg34.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post35 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg35.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post36 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg36.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post37 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg37.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post38 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg38.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post39 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg39.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post40 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg40.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post41 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg41.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post42 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg42.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post43 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg43.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post44 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg44.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post45 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg45.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post46 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg46.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post47 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg47.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post48 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg48.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post49 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg49.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post50 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg50.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post51 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg51.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post52 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg52.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post53 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg53.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post54 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg54.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post55 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg55.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post56 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg56.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post57 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg57.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post58 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg58.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post59 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg59.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post60 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg60.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post61 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg61.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post62 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg62.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post63 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg63.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post64 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg64.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post65 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg65.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post66 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg66.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post67 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg67.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post68 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg68.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post69 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg69.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post70 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg70.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post71 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg71.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post72 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg72.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post73 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg73.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post74 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg74.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post75 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg75.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post76 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg76.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post77 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg77.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post78 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg78.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post79 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg79.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post80 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg80.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post81 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg81.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post82 a .postimg { width: 500px; height: 333px;  background: url(../images/post/japan_kvimg82.jpg)no-repeat center top; background-size: 100%; }


/*commingsoon漸層效果*/
#team_2 .post a .postimg { position: relative; }
#team_2 .post a .postimg div { position: absolute; bottom: 0; width: 100%; padding: 5px; background-image: linear-gradient(to top, #0081fc, #00afeb); font-size: 20px; }
/*commingsoon漸層效果*/
#team_2 .slick-track { left: 0; }
#team_2 .slick-prev, #team_2 .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_2 .slick-prev{ background-position: left top; left: -45px; }
#team_2 .slick-next{ background-position: right top; right: -45px; }
#team_2 .post>a { display: block; width: 100%; height: 100%; }
@keyframes yimove {
  0% { transform:translateY(10px); -webkit-transform:translateY(10px); -moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px); }
  50% { transform:translateY(0px); -webkit-transform:translateY(0px); -moz-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px); }
  100% { transform:translateY(10px); -webkit-transform:translateY(10px); -moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px); }
}

#team_3 { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team_3 .post{ width:550px; height: 500px; color: #ffffff; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; border-radius: 20px; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_3 .post:hover {-moz-transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02); -o-transform:scale(1.02,1.02); -ms-transform:scale(1.02,1.02); transform:scale(1.02,1.02); }
#team_3 .post:nth-of-type(2n) { background: #343434; }
#team_3 .post a:nth-of-type(1){ display: block; }
#team_3 .post a:nth-of-type(2){ display: none; }
#team_3 .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team_3 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#team_3 .post01 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg01.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post02 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg02.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post03 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg03.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post04 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg04.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post05 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg05.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post06 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg06.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post07 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg07.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post08 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg08.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post09 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg09.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post10 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg10.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post11 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg11.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post12 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg12.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post13 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg13.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post14 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg14.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post15 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg15.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post16 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg16.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post17 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg17.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post18 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg18.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post19 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg19.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post20 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg20.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post21 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg21.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post22 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg22.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post23 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg23.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post24 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg24.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post25 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg25.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post26 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg26.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post27 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg27.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post28 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg28.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post29 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg29.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post30 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg30.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post31 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg31.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post32 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg32.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post33 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg33.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post35 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg35.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post36 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg36.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post37 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg37.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post38 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg38.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post39 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg39.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post40 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg40.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post41 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg41.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post42 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg42.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post43 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg43.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post44 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg44.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post97 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg97.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post98 a .postimg { width: 500px; height: 333px; background: url(../images/post/show_kvimg98.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post99 a .postimg { width: 500px; height: 333px; background: url(https://vbmspic.video.friday.tw/GROUP/3087/3087_116238_M.jpg)no-repeat center top; background-size: 100%; }
#team_3 .post a p { font-size: 20px; line-height: 34px; color: #FFFFFF; }
#team_3 .post a .exclusive { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#team_3 .post1 a .postimg { width: 500px; height: 333px; background: url(../images/post/korea_kvimg01.jpg)no-repeat center top; background-size: 100%; }
/*commingsoon漸層效果*/
#team_3 .post a .postimg { position: relative; }
#team_3 .post a .postimg div { position: absolute; bottom: 0; width: 100%; padding: 5px; background-image: linear-gradient(to top, #0081fc, #00afeb); font-size: 20px; }
/*commingsoon漸層效果*/
#team_3 .slick-track { left: 0; }
#team_3 .slick-prev, #team_3 .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_3 .slick-prev{ background-position: left top; left: -45px; }
#team_3 .slick-next{ background-position: right top; right: -45px; }
#team_3 .post>a { display: block; width: 100%; height: 100%; }
@keyframes yimove {
  0% { transform:translateY(10px); -webkit-transform:translateY(10px); -moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px); }
  50% { transform:translateY(0px); -webkit-transform:translateY(0px); -moz-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px); }
  100% { transform:translateY(10px); -webkit-transform:translateY(10px); -moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px); }
}

#content_all .contentCon .item02{ padding-top: 20px; }
#content_all .contentCon .item02 h3 span{ color: #de192d; padding: 0; margin: 0; }

#content_all .contentCon .item03{ height: 640px; background: url(../images/pc/66lucky_item01_bg.jpg)no-repeat center top; background-size: 1920px 660px; overflow:hidden; margin-top: 50px; }
#content_all .contentCon .item03 .itembox { padding: 20px 0; }
#content_all .contentCon .item03 h2 { line-height: 75px; font-size: 40px; font-weight: 500; color: #d8f1ff; letter-spacing: 0px; margin: 10px auto; }
#content_all .contentCon .item03 a.morebtn{ display: block; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item03 a.morebtn:nth-of-type(1){ display: block; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item03 a.morebtn:nth-of-type(2){ display: none; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }

#content_all .contentCon .item04{ height: 150px; background: url(../images/pc/66lucky_item04_bg.jpg)no-repeat center top; background-size: 1920px 150px; }

#content_all .contentCon .item05 h2 { margin-top: 30px; }
#content_all .contentCon .item05 h3 { margin-top: 30px; }

#content_all .contentCon .item06 { width: 100%; height: 945px; background: url(../images/pc/kvbg2.jpg)no-repeat center 72px; margin: 0 auto; }
#content_all .contentCon .item06 h2 { width: 100%; height: 72px; font-size: 0; background: url(../images/pc/kvh2.jpg)no-repeat center top; background-color: #00e6fd; margin: 0px auto 0; }
#content_all .contentCon .item06 .use { width: 100%; height: 871px; background: url(../images/pc/kvbg2.jpg)no-repeat center top; }
#content_all .contentCon .item06 .use p{ font-size: 0; }
#content_all .contentCon .item06 .use .itembox{ width: 1280px; height: 100%; margin: 0 auto; padding: 0; position: relative; }
#content_all .contentCon .item06 .use .itembox a { display: block; width: 200px; height: 50px; line-height: 38px; font-size: 22px; background: none; border: 3px solid #ff05e8; color: #ff05e8; border-radius: 8px; position: absolute; }
#content_all .contentCon .item06 .use .itembox a: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 .contentCon .item06 .use .itembox a:nth-of-type(1) { left: 543px; top: 770px; }
#content_all .contentCon .item06 .use .itembox a:nth-of-type(2) { border: none; font-size: 0; left: 138px; top: 120px; }

#team3 { width: 1200px; height: 535px; margin: 0 auto 20px; padding-top: 0; background: url(../images/pc/korea_item06imgtop.png)no-repeat center top; }
#team3 .post{ width:1015px; height: 435px; padding: 0; margin-right: 0; position: relative; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team3 .post:hover { }
#team3 .post a:nth-of-type(1){ display: block; }
#team3 .post a:nth-of-type(2){ display: none; }
#team3 .post a h3 { display: none; line-height: 20px; font-size: 16px; color: #FFFFFF; text-shadow: 0 0 10px rgba(0,0,0,0.9); opacity: 0.9; position: absolute; left: 30px; bottom: 26px; }
#team3 .post a p { font-size: 20px; line-height: 34px; }
#team3 .post1 a .postimg { width: 1200px; height: 530px; background: url(../images/post/korea_item06imgtop_01.jpg)no-repeat center top; background-size: 1200px 530px; }
#team3 .slick-track { left: 0; }
#team3 .slick-prev, #team3 .slick-next { width: 0px; height: 0px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team3 .slick-prev{ background-position: left top; left: -45px; }
#team3 .slick-next{ background-position: right top; right: -45px; }
#team3 .post>a { display: block; width: 100%; height: 100%; }
#team3 .slick-list { overflow:hidden; }

#team2 { width: 1015px; height: 400px; margin: 0 auto 12px; padding-top: 0; }
#team2 .post{ width:1015px; height: 400px; padding: 0; margin-right: 0; position: relative; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team2 .post:hover { }
#team2 .post a,#team2 .post { display: block; }
#team2 .post a h3,#team2 .post h3 { display: none; line-height: 20px; font-size: 16px; color: #FFFFFF; text-shadow: 0 0 10px rgba(0,0,0,0.9); opacity: 0.9; position: absolute; left: 5px; bottom: 5px; }
#team2 .post a .Tag { background: #1b62b4; padding: 5px; position: absolute; left: 0; top: 0; }
#team2 .post a p { font-size: 20px; line-height: 34px; }
#team2 .post01 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img01.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post02 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img02.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post03 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img03.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post04 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img04.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post05 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img05.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post06 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img06.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post07 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img07.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post08 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img08.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post09 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img09.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post10 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img10.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post11 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img11.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post12 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img12.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post13 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img13.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post14 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img14.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post15 a .postimg { width: 1015px; height: 400px; background: url(../images/post/movie_item02img15.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .slick-track { left: 0; }
#team2 .slick-prev, #team2 .slick-next { width: 0px; height: 0px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team2 .slick-prev{ background-position: left top; left: -45px; }
#team2 .slick-next{ background-position: right top; right: -45px; }
#team2 .post>a { display: block; width: 100%; height: 100%; }
#team2 .post07 a:nth-of-type(1) { display: block; }
#team2 .post07 a:nth-of-type(2) { display: none; }
#team2 .slick-list { overflow:visible; }
.nofighter { cursor: default; }

#postteam1 { display: block; }
#postteam1_m { display: none; }
.postteam{ width: 1030px; height: 360px; margin: 0 auto; }
.postteam .slick-list{ width: 1030px; 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%; }
.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: 40px; 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; }
}
#postteam3 .slick-prev, #postteam3 .slick-next { background: url(../images/arw.png)no-repeat; background-size: 100px 50px; top: 46%; }  
#postteam3 .slick-next{ background-position: right top; right: -45px; }
#postteam3 li { /*background: #000000;*/ }

#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: 40px 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; margin-right: 8px; 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; }
#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_icon3.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; }
#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: 180px; }
#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 h4 { font-size: 22px; font-weight: 500; color: #000000; margin-top: 254px; }
#content_all .contentCon .item99 .itembox #morebg .post a { display: block; width: 100%; height: 100%; position: relative; }
#content_all .contentCon .item99 .itembox #morebg .post a h4 { text-decoration: underline;  }
#content_all .contentCon .item99 .itembox #morebg .post a span { display: block; width: 50px; height: 60px; background:url(../images/post/hand.png)no-repeat center top; position: absolute; right: 40px; top: -25px; }
#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; }

/*左上獨家*/
.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: 0px 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 { width: 100%; height: 60px; background: #FFFFFF; padding: 7px 0; position: relative; z-index: 999; }
#container .logo a { display: block; width: 233px; height:46px; background: url(../images/logo.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%; }

/*#content_all .fixedban { display: none; width: 100px; height: 95px; background: url(../images/fixedban.png)no-repeat center top; background-size: 100%; position: fixed; right: 1%; top:inherit; bottom: 7%; z-index: 999; }
#content_all .fixedban a { display: block; width: 100%; height: 100%; cursor: pointer; }
*/

/* HeaderCon_m  */
#content_all .headerCon { width: 100%; height: 1224px; background: url(../images/mo/kvbg1.jpg)no-repeat center top; position: relative; }
#content_all .headerCon > h2 { width: 100%; height: 100px; font-size: 0; background: url(../images/mo/kvh2.jpg)no-repeat center top; background-color: #00e6fd; }
#content_all .headerCon .kvbox { width: 640px; height: 960px;  position: relative; margin: auto; }
#content_all .headerCon .kvbox h1{ width: 100%; font-size: 0; line-height: 100px; text-align: center; color: #FFFFFF; left: 0; top: 0; }
#content_all .headerCon .kvbox h2{ width: 640px; height: 485px; font-size: 0px; background: url(../images/pc/66lucky_h1.png)center top; background-size: 100%; position: absolute; left: 150px; bottom: 5px; }
#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ width: 100%; height: 0; font-size: 0; }
#content_all .headerCon .kvbox p { width: 100%; font-size: 26px; line-height: 36px; text-align: center; color: #FFFFFF; position: absolute; left: 0; top: 420px; }
#content_all .headerCon .kvbox .btnbox { display: block; width: 100%; height: 92px; line-height: 100px; color: #FFFFFF; text-align: center; font-size: 36px; font-weight: bold; border-radius: 8px; position: absolute; left: 0; top: 850px; }
#content_all .headerCon .kvbox .btnbox >a { display: block; width: 380px; height: 92px; line-height: 80px; color: #FFFFFF; background: #ff05e8; text-align: center; font-size: 36px; text-shadow: 2px 2px 2px rgba(0,0,0,0.4); font-weight: normal; border-radius: 8px; margin: 0 auto; float: none; }
#content_all .headerCon .kvbox .btnbox >a: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 .btnbox >a:nth-of-type(1) { margin:0 auto 25px; }
#content_all .headerCon .kvbox .btnbox >a:nth-of-type(2) { background: none; border: 3px solid #ff05e8; color: #ff05e8; }

#teamsp { width: 550px; height: 300px; box-shadow: 0 0 5px rgba(0,0,0,0.8); position: absolute; left: 45px; top: 510px; }
#teamsp a { display: block; width: 100%; height: 100%; }
#teamsp a h3 { font-size: 0; }
#teamsp .post01{ width: 580px; height: 300px; background: url(../images/post/kvimg01_m.jpg)no-repeat center top; }
#teamsp .post02{ width: 580px; height: 300px; background: url(../images/post/kvimg02_m.jpg)no-repeat center top; }
#teamsp .post03{ width: 580px; height: 300px; background: url(../images/post/kvimg03_m.jpg)no-repeat center top; }
#teamsp .post04{ width: 580px; height: 300px; background: url(../images/post/kvimg04_m.jpg)no-repeat center top; }
#teamsp .post05{ width: 580px; height: 300px; background: url(../images/post/kvimg05_m.jpg)no-repeat center top; }
#teamsp .post06{ width: 580px; height: 300px; background: url(../images/post/kvimg06_m.jpg)no-repeat center top; }
#teamsp .post07{ width: 580px; height: 300px; background: url(../images/post/kvimg07_m.jpg)no-repeat center top; }
#teamsp .post08{ width: 580px; height: 300px; background: url(../images/post/kvimg08_m.jpg)no-repeat center top; }
#teamsp .post09{ width: 580px; height: 300px; background: url(../images/post/kvimg09_m.jpg)no-repeat center top; }
#teamsp .post10{ width: 580px; height: 300px; background: url(../images/post/kvimg10_m.jpg)no-repeat center top; }
#teamsp .post11{ width: 580px; height: 300px; background: url(../images/post/kvimg11_m.jpg)no-repeat center top; }
#teamsp .post12{ width: 580px; height: 300px; background: url(../images/post/kvimg12_m.jpg)no-repeat center top; }
#teamsp .slick-prev{ background-position: left top; left: -5px; top: 40%; z-index: 2; }
#teamsp .slick-next{ background-position: right top; right: -5px; top: 40%; z-index: 2; }
/* 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; }
#content_all .contentCon h2 { 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:20px 0 0 0; overflow: inherit; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; }

#content_all .contentCon .ad { display: block; width: 100%; height: 138px; background: url(../images/post/banner_m.jpg)no-repeat center top; background-size: 640px 138px; margin: 0 auto; }
#content_all .contentCon .ad:hover { transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);-o-transform:scale(1);transform:scale(1); }

#content_all .contentCon .item01{ /*border-top: 7px solid #00afeb; */}
#content_all .contentCon .item01 h2:nth-of-type(1) { margin-top:0px; }
#content_all .contentCon .item01 h2:nth-of-type(2) { }
#content_all .contentCon .item01 a.morebtn{ display: block; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item01 a.morebtn:nth-of-type(1){ display: block; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item01 a.morebtn:nth-of-type(2){ display: none; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item01 .peoteam { width: 640px; height: 200px; margin: 0 auto 5px; overflow-x: scroll; }
#content_all .contentCon .item01 .peoteam ul { width: 1360px; }
#content_all .contentCon .item01 .peoteam ul li { width: 138px; height: 138px; list-style-type: none; float: left; margin-right: 10px; }
#content_all .contentCon .item01 .peoteam ul li a { display: block; width: 100%; height: 100%; padding: 6px; border-radius: 145px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; background: -webkit-linear-gradient(120deg,#965fef,#06d4fe); background: -o-linear-gradient(120deg,#965fef,#06d4fe); background: -moz-linear-gradient(120deg,#965fef,#06d4fe); background: linear-gradient(120deg,#965fef,#06d4fe); }
#content_all .contentCon .item01 .peoteam ul li a:nth-of-type(1) { display: none; }
#content_all .contentCon .item01 .peoteam ul li a:nth-of-type(2) { display: block; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(1) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo01.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(2) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo02.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(3) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo03.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(4) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo04.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(5) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo05.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(6) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo06.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(7) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo07.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(8) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo08.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:nth-of-type(9) a span{ display: block; width: 126px; height: 126px; background: url(../images/post/korea_peo09.jpg)no-repeat center -10px; background-size: 145px 145px; border-radius: 120px; border: 6px solid #FFFFFF; }
#content_all .contentCon .item01 .peoteam ul li:hover a{ background: -webkit-linear-gradient(120deg,#965fef,#06d4fe); background: -o-linear-gradient(120deg,#965fef,#06d4fe); background: -moz-linear-gradient(120deg,#965fef,#06d4fe); background: linear-gradient(120deg,#965fef,#06d4fe); }
#content_all .contentCon .item01 .peoteam ul li a h4 { line-height: 44px; font-size: 20px; font-weight: 500; color: #414141; }

#team { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team .post{ width:550px; height: 500px; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team .post: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); }
#team .post:nth-of-type(2n) { background: #343434; }
#team .post a:nth-of-type(1){ display: block; }
#team .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px;}
#team .post a p { font-size: 22px; line-height: 34px; }
#team .post a .exclusive { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#team .slick-track { left: 47px; }
#team .slick-prev, #team .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team .slick-prev{ background-position: left top; left: -45px; }
#team .slick-next{ background-position: right top; right: -45px; }
#team .slick-list { overflow:visible; }
#team .post>a { display: block; width: 100%; height: 100%; }

#team_2 { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team_2 .post{ width:550px; height: 500px; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_2 .post: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); }
#team_2 .post:nth-of-type(2n) { background: #343434; }
#team_2 .post a:nth-of-type(1){ display: block; font-size: 0; }
#team_2 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#team_2 .post02 a h3 { width: 450px; }
#team_2 .post a .Tag { background: #1b62b4; padding: 5px; position: absolute; left: 0; top: 0; font-size: 22px; }
#team_2 .post a p { font-size: 22px; line-height: 34px; }
#team_2 .post a .exclusive { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#team_2 .slick-track { left: 47px; }
#team_2 .slick-prev, #team_2 .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_2 .slick-prev{ background-position: left top; left: -45px; }
#team_2 .slick-next{ background-position: right top; right: -45px; }
#team_2 .slick-list { overflow:visible; }
#team_2 .post>a { display: block; width: 100%; height: 100%; }
@keyframes yimove {
  0% { transform:translateY(10px); -webkit-transform:translateY(10px); -moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px); }
  50% { transform:translateY(0px); -webkit-transform:translateY(0px); -moz-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px); }
  100% { transform:translateY(10px); -webkit-transform:translateY(10px); -moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px); }
}

#content_all .contentCon .item02{  }
#content_all .contentCon .item02 h3 span{ color: #de192d; padding: 0; margin: 0; }
#content_all .contentCon .item02 .itembox { padding-top: 0; }

#content_all .contentCon .item03{ height: 412px; background: url(../images/mo/66lucky_item01_bg.jpg)no-repeat center top; background-size: 1100px 624px; overflow: hidden; margin-top: 30px; }
#content_all .contentCon .item03 h2 { width: 100%; line-height: 75px; font-size: 40px; font-weight: 500; color: #d8f1ff; letter-spacing: 0px; margin: 10px auto; }
#content_all .contentCon .item03 p { font-size: 26px; line-height: 32px; text-align: center; margin: 15px auto; }
#content_all .contentCon .item03 a.morebtn:nth-of-type(1){ display: none; width: 265px; font-size: 22px; line-height: 22px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }
#content_all .contentCon .item03 a.morebtn:nth-of-type(2){ display: block; width: 310px; font-size: 26px; line-height: 30px; color: #cfac4e; margin: 0 auto; border-bottom: 1px solid #cfac4e; }

#content_all .contentCon .item04{ height: 150px; background: url(../images/pc/66lucky_item04_bg.jpg)no-repeat center top; background-size: 1920px 150px; }

#content_all .contentCon .item05 h2 { margin-top: 0px; }
#content_all .contentCon .item05 h3 { margin-top: 0px;  }

#content_all .contentCon .item06 { width: 100%; height: 3100px; background: url(../images/mo/kvbg2.jpg)no-repeat center 72px; margin: 0 auto; }
#content_all .contentCon .item06 h2 { width: 100%; height: 100px; font-size: 0; background: url(../images/mo/kvh2.jpg)no-repeat center top; background-color: #00e6fd; margin: 40px auto 0; }
#content_all .contentCon .item06 .use { width: 100%; height: 871px; background: url(../images/mo/kvbg2.jpg)no-repeat center top; }
#content_all .contentCon .item06 .use p{ font-size: 0; }
#content_all .contentCon .item06 .use .itembox{ width: 1280px; height: 100%; margin: 0 auto; padding: 0; position: relative; }
#content_all .contentCon .item06 .use .itembox a { display: block; width: 380px; height: 92px; line-height: 80px; font-size: 36px; background: none; border: 3px solid #ff05e8; color: #ff05e8; border-radius: 8px; position: absolute; }
#content_all .contentCon .item06 .use .itembox a: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 .contentCon .item06 .use .itembox a:nth-of-type(1) { left: 130px; top: 2800px; }
#content_all .contentCon .item06 .use .itembox a:nth-of-type(2) { border: none; font-size: 0; left: 138px; top: 160px; }

#team_3 { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team_3 .post{ width:550px; height: 500px; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_3 .post: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); }
#team_3 .post:nth-of-type(2n) { background: #343434; }
#team_3 .post a:nth-of-type(1){ display: block; }
#team_3 .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team_3 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px;}
#team_3 .post a p { font-size: 22px; line-height: 34px; }
#team_3 .post a .exclusive { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#team_3 .slick-track { left: 47px; }
#team_3 .slick-prev, #team_3 .slick-next { width: 0; height: 0; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_3 .slick-prev{ background-position: left top; left: -45px; }
#team_3 .slick-next{ background-position: right top; right: -45px; }
#team_3 .post>a { display: block; width: 100%; height: 100%; }
/*commingsoon漸層效果*/
#team_3 .post a .postimg { position: relative; }
#team_3 .post a .postimg div { position: absolute; bottom: 0; width: 100%; padding: 5px; background-image: linear-gradient(to top, #0081fc, #00afeb); font-size: 20px; }
/*commingsoon漸層效果*/
#team_3 .slick-list { overflow: visible; } 
#team_3 .slick-track { left: 45px; }
#team_3 .slick-prev, #team_3 .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_3 .slick-prev{ background-position: left top; left: -45px; }
#team_3 .slick-next{ background-position: right top; right: -45px; }
#team_3 .post>a { display: block; width: 100%; height: 100%; }
@keyframes yimove {
  0% { transform:translateY(10px); -webkit-transform:translateY(10px); -moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px); }
  50% { transform:translateY(0px); -webkit-transform:translateY(0px); -moz-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px); }
  100% { transform:translateY(10px); -webkit-transform:translateY(10px); -moz-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px); }
}


#team2 { width: 640px; height: 400px; margin: 0 auto 12px; padding-top: 0; }
#team2 .post{ width:640px; height: 400px; padding: 0; margin-right: 0; position: relative; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team2 .post:hover { }
#team2 .post a:nth-of-type(1){ display: block; }
#team2 .post a:nth-of-type(2){ display: none; }
#team2 .post a h3 { display: none; line-height: 25px; font-size: 22px; color: #FFFFFF; text-shadow: 0 0 10px rgba(0,0,0,0.9); opacity: 0.9; position: absolute; left: 10px; bottom: 10px; }
#team2 .post a .Tag { background: #1b62b4; padding: 5px; position: absolute; left: 0; top: 0; font-size: 22px; }
#team2 .post a p { font-size: 20px; line-height: 34px; }
#team2 .post01 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img01.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post02 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img02.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post03 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img03.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post04 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img04.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post05 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img05.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post06 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img06.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post07 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img07.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post08 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img08.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post09 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img09.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post10 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img10.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post11 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img11.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post12 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img12.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post13 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img13.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post14 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img14.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .post15 a .postimg { width: 640px; height: 400px; background: url(../images/post/movie_item02img15.jpg)no-repeat center top; background-size: 1015px 400px; }
#team2 .slick-track { left: 0; }
#team2 .slick-prev, #team2 .slick-next { width: 0px; height: 0px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team2 .slick-prev{ background-position: left top; left: -45px; }
#team2 .slick-next{ background-position: right top; right: -45px; }
#team2 .post>a { display: block; width: 100%; height: 100%; }
#team2 .slick-list { overflow:visible; }

.postteam_m{ width: 640px; height: 310px; margin: 0 auto 20px; }
.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: -172px; }
.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; }

.postteam_m2{ width: 640px; height: 440px; margin: 0 auto; }
.postteam_m2 .slick-list{ width: 640px; }
.postteam_m2 li { width: 187px; margin-right: 10px; float: left; position: relative; border-radius: 20px; overflow: hidden;}
.postteam_m2 li a { display: block; width: 100%; height: 100%; }
.postteam_m2 li a:nth-of-type(1){ display: block; }
.postteam_m2 li a h5{ height: 40px; line-height: 28px; font-size: 22px; font-weight: normal; color: #181818; text-align: left; margin-top: 5px; }
.postteam_m2 li a .img-block{ width: 100%; }
.postteam_m2 li a .img-block img{ display: block; width: 100%; height: 100%; }
.postteam_m2 .slick-track { left: -196px; }
.postteam_m2 .slick-prev, .postteam_m2 .slick-next { width: 0px; height: 0px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
.postteam_m2 .slick-prev{ background-position: left top; left: -45px; }
.postteam_m2 .slick-next{ background-position: right top; right: -45px; }
.postteam_m2 .slick-list { overflow: visible; }



#content_all .contentCon .item99{ }
#content_all .contentCon .item99 .itembox { width: 100%; }
#content_all .contentCon .item99 .itembox h3 { margin: 0px auto 20px; }
#content_all .contentCon .item99 .itembox #morebg { width: 340px; height: 1620px; 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; }
#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_icon3.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; margin-top: 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; margin-left: 0; margin-top: 40px; }
#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; }
#content_all .contentCon .item99 .itembox #morebg .post h4 { font-size: 24px; font-weight: 500; color: #000000; margin-top: 244px; }
#content_all .contentCon .item99 .itembox #morebg .post a { display: block; width: 100%; height: 100%; position: relative; }
#content_all .contentCon .item99 .itembox #morebg .post a h4 { text-decoration: underline;  }
#content_all .contentCon .item99 .itembox #morebg .post a span { display: block; width: 50px; height: 60px; background:url(../images/post/hand.png)no-repeat center top; position: absolute; right: 40px; top: -25px; }
#content_all .contentCon .item99 .itembox #morebg2 { width: 100%; height: 360px; background: #ffffff; 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*/





