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


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

body{ margin:0; padding: 0; background: #02c3fe; }
.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; }
	#btn_note{ width: 430px; line-height: 75px; font-size: 40px; font-weight: 500; text-align: center; color: #181818; letter-spacing: 0px; margin: 0px auto 20px; }
	#btn_note span { display: block; width: 5px; height: 100%; background: #1d1f22; margin-right: 18px; float: left; }
	.note_box{ display: block;  width: 1100px; margin: 0px auto 60px; padding: 0 0 0 25px; font-size:15px;font-weight:normal; font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial,  '蘋果儷中黑', 'Apple LiGothic Medium', '儷黑 Pro', 'LiHei Pro', sans-serif; list-style-position: outside; position: relative; }
	.note_box ul{ margin: 10px 0px;}
	.note_box ul li{ font-size: 20px; color: #181818; font-weight: normal; line-height: 40px; list-style-position: outside; list-style-type: decimal; text-align: justify; }
    .note_box ul li span{  background: #FFFFFF; padding: 2px 15px; border-radius: 100px; font-weight: 500; }
	.note_box ul a{ color: #181818; text-decoration: underline;}
	.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 20px; }
	.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 20px; }
/*小叮嚀*/

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

/***PC版***/
#wrap{ max-width: 100%;  }
#container { max-width: 100%;  }
#container .logo { width: 233px; height: 46px; position: absolute; left: 1%; top:0.3%; z-index: 10; }
#container .logo a { display: block; width: 100%; height:100%; background: url(../images/logo.png)no-repeat center top; background-size: 100%; }
#content_all { min-width: 1280px; color:#FFFFFF; position: relative;  }
#content_all a{ text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#content_all p{ color:#080404; font-weight: normal; text-align: justify; }
#content_all h1,h2,h3,h4,h5,h6{ color:#080404; }

#content_all .fixedban { width: 100%; height: 60px;  position: fixed; left:0; top:0; z-index: 10; background:#FFFFFF; animation-timing-function: ease; }
#content_all .fixedban > div { width: 1280px; margin:0 auto; }
#content_all .fixedban .logo { display: block; width: 100%; height: 60px; padding: 7px 0 7px 20px; position: relative; z-index: 10; }
#content_all .fixedban .logo > a { display: block; width: 233px; height:46px; font-size: 0; background: url(../images/logo.png)no-repeat center top; background-size: 100%; }


/* HeaderCon PC */
#content_all .headerCon { width: 100%; height: 1000px; background: url(../images/pc/kvbg2.jpg)repeat-x center 60px; padding: 0; position: relative; }
#content_all .headerCon .kvbox { width: 1280px; height: 1000px; background:url(../images/pc/kvbg3.jpg)no-repeat center top; margin: auto; position: relative; }
#content_all .headerCon .kvbox h1{ width: 483px; height: 190px; font-size: 0px; line-height: 0px; text-align: center; color: #FFFFFF; margin: 0; background: url(../images/pc/kvh1.png)no-repeat center top; background-size: 483px 190px; position: absolute; left: 360px; top: 85px; opacity: 0; animation: kvTitleIn 0.75s 0.45s cubic-bezier(.34,1.56,.64,1) forwards; }
@keyframes kvTitleIn {
    0% {
        opacity: 0; transform: scale(0.75);
    }

    60% {
        opacity: 1; transform: scale(1.06);
    }

    80% {
        transform: scale(0.98);
    }

    100% {
        opacity: 1; transform: scale(1);
    }
}
#content_all .headerCon .kvbox h1 .eye { width: 18px; height: 18px; background: url(../images/pc/kveye.png) no-repeat center center; background-size: 18px 18px; position: absolute; /* 這兩個依實際眼白位置調 */ left: 133px; top: 123px; animation: kvEyeLook 6s 2s ease-in-out infinite; }
#content_all .headerCon .kvbox h1 .eye2 { width: 18px; height: 18px; background: url(../images/pc/kveye.png) no-repeat center center; background-size: 18px 18px; position: absolute; /* 這兩個依實際眼白位置調 */ left: 161px; top: 121px; animation: kvEyeLook 6s 2s ease-in-out infinite; }
@keyframes kvEyeLook {
    /* 原本往右看 */
    0%,
    20% {
        transform: translateX(0);
    }
    /* 看中間 */
    25%,
    40% {
        transform: translateX(-3px);
    }
    /* 看左邊 */
    45%,
    55% {
        transform: translateX(-6px);
    }
    /* 回中間 */
    60% {
        transform: translateX(-3px);
    }
    /* 回原本右邊 */
    75%,
    100% {
        transform: translateX(0);
    }
}
#content_all .headerCon .kvbox h2{ width: 100%; font-size: 33px; line-height: 50px; text-align: center; color: #FFFFFF; margin: 0px auto 10px; }
#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ width: 100%; height: 0; font-size: 0; }
#content_all .headerCon .kvbox p { width: 520px; height: 44px; background:url(../images/pc/kvp.png)no-repeat center top; font-size: 0px; line-height: 35px; text-align: center; color: #FFFFFF; position: absolute; left: 355px; top: 276px;  opacity: 0; animation: kvSubIn 0.55s 0.7s ease-out forwards; }
@keyframes kvSubIn {
    0% {
        opacity: 0; transform: translateY(15px);
    }
    100% {
        opacity: 1; transform: translateY(0);
    }
}
#content_all .headerCon .kvbox .icon1 { width: 243px; height: 196px; background: url(../images/pc/kvicon1.png)no-repeat center top; background-size: 243px 196px; position: absolute; left: 102px; top: 107px; opacity: 0; animation: kvIconIn 0.65s 0.9s ease-out forwards, kvIconFloat1 4s 1.5s ease-in-out infinite; }
#content_all .headerCon .kvbox .icon2 { width: 243px; height: 196px; background: url(../images/pc/kvicon2.png)no-repeat center top; background-size: 243px 196px; position: absolute; left: 111px; top: 320px; opacity: 0; animation: kvIconIn 0.65s 1.05s ease-out forwards, kvIconFloat2 4.5s 1.7s ease-in-out infinite; }
/* icon 進場 */
@keyframes kvIconIn {
    0% { opacity: 0; transform: translateX(-45px); }
    100% { opacity: 1; transform: translateX(0); }
}
/* 蘭蔻待機 */
@keyframes kvIconFloat1 {
    0%,
    100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
/* Dyson 待機，刻意與上面錯開 */
@keyframes kvIconFloat2 {
    0%,
    100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}
#content_all .headerCon .kvbox .peorun { width: 446px; height: 200px; background: url(../images/pc/kvpeorun.png)no-repeat center top; background-size: 446px 200px; position: absolute; left: 385px; top: 328px;  opacity: 0; animation: kvPeopleIn 0.65s 1.15s ease-out forwards, kvPeopleRun 1.3s 1.7s ease-in-out infinite; }
@keyframes kvPeopleIn {
    0% { opacity: 0;transform: translateY(20px); }
    100% { opacity: 1;transform: translateY(0); }
}
@keyframes kvPeopleRun {
    0%,
    100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
#content_all .headerCon .kvbox .flower { width: 1076px; height: 270px; background: url(../images/pc/kvflower.png)no-repeat center top; position: absolute; left: 52px; top: 68px;  opacity: 0; pointer-events: none; animation: kvFlowerIn 0.8s 0.4s ease-out forwards, kvFlowerFloat 5s 1s ease-in-out infinite; }
@keyframes kvFlowerIn {
    0% { opacity: 0; }

    100% {
        opacity: 1;
    }
}
@keyframes kvFlowerFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}
#content_all .headerCon .kvbox > a { display: block; width: 206px; height: 70px; background: url(../images/pc/kvbtn.png)no-repeat center top; background-size: 206px 70px; text-align: center; font-size: 0px; position: absolute; left: 512px; top: 535px;  opacity: 1; animation: kvBtnIn 0.6s 1.3s cubic-bezier(.34,1.56,.64,1) forwards,kvBtnPulse 4s 2.5s ease-in-out infinite; }
#content_all .headerCon .kvbox > a:hover { animation: none; opacity: 1;-moz-transform: scale(1);-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);transform: scale(1); }
@keyframes kvBtnIn {
    0% {
        opacity: 1;
        transform: scale(0.7);
    }

    70% {
        opacity: 1;
        transform: scale(1.08);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes kvBtnPulse {
    0%,
    80%,
    100% {
        transform: scale(1);
    }

    87% {
        transform: scale(1.06);
    }

    94% {
        transform: scale(1);
    }
}

#content_all .headerCon .kvbox .txt { width: 1044px; height: 350px; background: url(../images/pc/kvtxt.png)no-repeat center top; position: absolute; left: 118px; top: 620px; }
#content_all .headerCon .kvbox .txt h2 { font-size: 0; }
#content_all .headerCon .kvbox .txt p { font-size: 0; background:none; }
/* HeaderCon PC End */

/* 照片堆疊區 */
	#content_all .headerCon .kvbox .postgroup { width: 332px; height: 420px; position: absolute; left: 865px; top: 100px; opacity: 0; animation: kvPostIn 1.2s 1.05s ease-out forwards; }
	@keyframes kvPostIn {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
	/* 六張 PNG 全部疊在完全相同的位置 */
	#content_all .headerCon .kvbox .postgroup a { display: block; width: 332px; height: 420px; position: absolute; left: 0; top: 0; opacity: 1;
	    /* Fade 動畫 */
	    transition: opacity 1.45s ease;
	    /* 預設禁止點擊，由 JS 控制最上層 */
	    pointer-events: none;
	}
	/* 最上層淡出 */
	#content_all .headerCon .kvbox .postgroup a.is-fading { opacity: 0; pointer-events: none; }
	#content_all .headerCon .kvbox .postgroup 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 .postgroup .kvpost1 { background: url(../images/pc/kvpost1.png) no-repeat center top; }
	#content_all .headerCon .kvbox .postgroup .kvpost2 { background: url(../images/pc/kvpost2.png) no-repeat center top; }
	#content_all .headerCon .kvbox .postgroup .kvpost3 { background: url(../images/pc/kvpost3.png) no-repeat center top; }
	#content_all .headerCon .kvbox .postgroup .kvpost4 { background: url(../images/pc/kvpost4.png) no-repeat center top; }
	#content_all .headerCon .kvbox .postgroup .kvpost5 { background: url(../images/pc/kvpost5.png) no-repeat center top; }
	#content_all .headerCon .kvbox .postgroup .kvpost6 { background: url(../images/pc/kvpost6.png) no-repeat center top; }
/* 照片堆疊區 */



/* contentCon PC */
#content_all .contentCon { position: relative; text-align: center; margin: 0 auto; z-index: 2; }
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; }
#content_all .contentCon h2 { line-height: 75px; font-size: 40px; font-weight: 500; color: #181818; letter-spacing: 0px; margin: 25px 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; padding: 0; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; }

/*金腰帶*/
/*#content_all .contentCon .ad { display: block; width: 100%; height: 360px; background: url(../images/post/banner.jpg)no-repeat center top; background-size: 1100px 360px; margin:60px auto 30px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#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 .ad a { display: block; width: 100%; height: 100%; }*/
/*金腰帶*/

#content_all .contentCon .item01{ }

#content_all .contentCon .item01{ }
#content_all .contentCon .item01 h2 { position: relative; }
#content_all .contentCon .item01 h2:nth-of-type(1) { margin: 0px auto 10px; 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 .itembox >a { display: block; font-size: 22px; color: #000000; text-decoration: underline; margin-bottom: 30px; }
#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; }

#team { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team .post{ width:550px; height: 500px; color: #ffffff; padding: 20px 21px; margin-right: 8px; position: relative; background: #333333; 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:nth-of-type(2n) { background: #333333; }
#team .post a:nth-of-type(1){ display: block; }
#team .post a:nth-of-type(2){ display: none; }
#team .post a .postimg { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team .post:hover a .postimg {-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 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 .post a .postimg { width: 500px; height: 333px; }
#team .post01 a .postimg {  background: url(../images/post/korea_kvimg01.jpg)no-repeat center top; }
#team .post02 a .postimg { background: url(../images/post/korea_kvimg02.jpg)no-repeat center top; }
#team .post03 a .postimg { background: url(../images/post/korea_kvimg03.jpg)no-repeat center top; }
#team .post04 a .postimg { background: url(../images/post/korea_kvimg04.jpg)no-repeat center top; }
#team .post05 a .postimg { background: url(../images/post/korea_kvimg05.jpg)no-repeat center top; }
#team .post06 a .postimg { background: url(../images/post/korea_kvimg06.jpg)no-repeat center top; }
#team .post07 a .postimg { background: url(../images/post/korea_kvimg07.jpg)no-repeat center top; }
#team .post08 a .postimg { background: url(../images/post/korea_kvimg08.jpg)no-repeat center top; }
#team .post09 a .postimg { background: url(../images/post/korea_kvimg09.jpg)no-repeat center top; }
#team .post10 a .postimg { background: url(../images/post/korea_kvimg10.jpg)no-repeat center top; }
#team .post11 a .postimg { background: url(../images/post/korea_kvimg11.jpg)no-repeat center top; }
#team .post12 a .postimg { background: url(../images/post/korea_kvimg12.jpg)no-repeat center top; }
#team .post13 a .postimg { background: url(../images/post/korea_kvimg13.jpg)no-repeat center top; }
#team .post14 a .postimg { background: url(../images/post/korea_kvimg14.jpg)no-repeat center top; }
#team .post15 a .postimg { background: url(../images/post/korea_kvimg15.jpg)no-repeat center top; }
#team .post16 a .postimg { background: url(../images/post/korea_kvimg16.jpg)no-repeat center top; }
#team .post17 a .postimg { background: url(../images/post/korea_kvimg17.jpg)no-repeat center top; }
#team .post18 a .postimg { background: url(../images/post/korea_kvimg18.jpg)no-repeat center top; }
#team .post19 a .postimg { background: url(../images/post/korea_kvimg19.jpg)no-repeat center top; }
#team .post20 a .postimg { background: url(../images/post/korea_kvimg20.jpg)no-repeat center top; }
#team .post21 a .postimg { background: url(../images/post/korea_kvimg21.jpg)no-repeat center top; }
#team .post22 a .postimg { background: url(../images/post/korea_kvimg22.jpg)no-repeat center top; }
#team .post23 a .postimg { background: url(../images/post/korea_kvimg23.jpg)no-repeat center top; }
#team .post24 a .postimg { background: url(../images/post/korea_kvimg24.jpg)no-repeat center top; }
#team .post25 a .postimg { background: url(../images/post/korea_kvimg25.jpg)no-repeat center top; }
#team .post26 a .postimg { background: url(../images/post/korea_kvimg26.jpg)no-repeat center top; }
#team .post27 a .postimg { background: url(../images/post/korea_kvimg27.jpg)no-repeat center top; }
#team .post28 a .postimg { background: url(../images/post/korea_kvimg28.jpg)no-repeat center top; }
#team .post29 a .postimg { background: url(../images/post/korea_kvimg29.jpg)no-repeat center top; }
#team .post30 a .postimg { background: url(../images/post/korea_kvimg30.jpg)no-repeat center top; }
#team .post31 a .postimg { background: url(../images/post/korea_kvimg31.jpg)no-repeat center top; }
#team .post32 a .postimg { background: url(../images/post/korea_kvimg32.jpg)no-repeat center top; }
#team .post33 a .postimg { background: url(../images/post/korea_kvimg33.jpg)no-repeat center top; }
#team .post34 a .postimg { background: url(../images/post/korea_kvimg34.jpg)no-repeat center top; }
#team .post35 a .postimg { background: url(../images/post/korea_kvimg35.jpg)no-repeat center top; }
#team .post36 a .postimg { background: url(../images/post/korea_kvimg36.jpg)no-repeat center top; }
#team .post37 a .postimg { background: url(../images/post/korea_kvimg37.jpg)no-repeat center top; }
#team .post38 a .postimg { background: url(../images/post/korea_kvimg38.jpg)no-repeat center top; }
#team .post39 a .postimg { background: url(../images/post/korea_kvimg39.jpg)no-repeat center top; }
#team .post40 a .postimg { background: url(../images/post/korea_kvimg40.jpg)no-repeat center top; }
#team .post41 a .postimg { background: url(../images/post/korea_kvimg41.jpg)no-repeat center top; }
#team .post42 a .postimg { background: url(../images/post/korea_kvimg42.jpg)no-repeat center top; }
#team .post43 a .postimg { background: url(../images/post/korea_kvimg43.jpg)no-repeat center top; }
#team .post44 a .postimg { background: url(../images/post/korea_kvimg44.jpg)no-repeat center top; }
#team .post45 a .postimg { background: url(../images/post/korea_kvimg45.jpg)no-repeat center top; }
#team .post46 a .postimg { background: url(../images/post/korea_kvimg46.jpg)no-repeat center top; }
#team .post47 a .postimg { background: url(../images/post/korea_kvimg47.jpg)no-repeat center top; }
#team .post48 a .postimg { background: url(../images/post/korea_kvimg48.jpg)no-repeat center top; }
#team .post49 a .postimg { background: url(../images/post/korea_kvimg49.jpg)no-repeat center top; }
#team .post50 a .postimg { background: url(../images/post/korea_kvimg50.jpg)no-repeat center top; }
#team .post51 a .postimg { background: url(../images/post/korea_kvimg51.jpg)no-repeat center top; }
#team .post52 a .postimg { background: url(../images/post/korea_kvimg52.jpg)no-repeat center top; }
#team .post53 a .postimg { background: url(../images/post/korea_kvimg53.jpg)no-repeat center top; }
#team .post54 a .postimg { background: url(../images/post/korea_kvimg54.jpg)no-repeat center top; }
#team .post55 a .postimg { background: url(../images/post/korea_kvimg55.jpg)no-repeat center top; }
#team .post56 a .postimg { background: url(../images/post/korea_kvimg56.jpg)no-repeat center top; }
#team .post57 a .postimg { background: url(../images/post/korea_kvimg57.jpg)no-repeat center top; }
#team .post58 a .postimg { background: url(../images/post/korea_kvimg58.jpg)no-repeat center top; }
#team .post59 a .postimg { background: url(../images/post/korea_kvimg59.jpg)no-repeat center top; }
#team .post60 a .postimg { background: url(../images/post/korea_kvimg60.jpg)no-repeat center top; }
#team .post61 a .postimg { background: url(../images/post/korea_kvimg61.jpg)no-repeat center top; }
#team .post62 a .postimg { background: url(../images/post/korea_kvimg62.jpg)no-repeat center top; }
#team .post63 a .postimg { background: url(../images/post/korea_kvimg63.jpg)no-repeat center top; }
#team .post64 a .postimg { background: url(../images/post/korea_kvimg64.jpg)no-repeat center top; }
#team .post65 a .postimg { background: url(../images/post/korea_kvimg65.jpg)no-repeat center top; }
#team .post66 a .postimg { background: url(../images/post/korea_kvimg66.jpg)no-repeat center top; }
#team .post67 a .postimg { background: url(../images/post/korea_kvimg67.jpg)no-repeat center top; }
#team .post68 a .postimg { background: url(../images/post/korea_kvimg68.jpg)no-repeat center top; }
#team .post69 a .postimg { background: url(../images/post/korea_kvimg69.jpg)no-repeat center top; }
#team .post70 a .postimg { background: url(../images/post/korea_kvimg70.jpg)no-repeat center top; }
#team .post71 a .postimg { background: url(../images/post/korea_kvimg71.jpg)no-repeat center top; }
/*#team .post72 a .postimg { background: url(../images/post/korea_kvimg72.jpg)no-repeat center top; }*/
/*#team .post73 a .postimg { background: url(../images/post/korea_kvimg73.jpg)no-repeat center top; }*/
/*#team .post74 a .postimg { background: url(../images/post/korea_kvimg74.jpg)no-repeat center top; }*/
#team .post75 a .postimg { background: url(../images/post/korea_kvimg75.jpg)no-repeat center top; }
#team .post76 a .postimg { background: url(../images/post/korea_kvimg76.jpg)no-repeat center top; }
#team .post77 a .postimg { background: url(../images/post/korea_kvimg77.jpg)no-repeat center top; }
#team .post78 a .postimg { background: url(../images/post/korea_kvimg78.jpg)no-repeat center top; }
#team .post79 a .postimg { background: url(../images/post/korea_kvimg79.jpg)no-repeat center top; }
#team .post80 a .postimg { background: url(../images/post/korea_kvimg80.jpg)no-repeat center top; }
#team .post81 a .postimg { background: url(../images/post/korea_kvimg81.jpg)no-repeat center top; }
#team .post82 a .postimg { background: url(../images/post/korea_kvimg82.jpg)no-repeat center top; }
/*#team .post83 a .postimg { background: url(../images/post/korea_kvimg83.jpg)no-repeat center top; }*/
/*#team .post84 a .postimg { background: url(../images/post/korea_kvimg84.jpg)no-repeat center top; }*/
#team .post85 a .postimg { background: url(../images/post/korea_kvimg85.jpg)no-repeat center top; }
/*#team .post86 a .postimg { background: url(../images/post/korea_kvimg86.jpg)no-repeat center top; }*/
/*#team .post87 a .postimg { background: url(../images/post/korea_kvimg87.jpg)no-repeat center top; }*/
/*#team .post88 a .postimg { background: url(../images/post/korea_kvimg88.jpg)no-repeat center top; }*/
#team .post89 a .postimg { background: url(../images/post/korea_kvimg89.jpg)no-repeat center top; }
#team .post90 a .postimg { background: url(../images/post/korea_kvimg90.jpg)no-repeat center top; }
#team .post91 a .postimg { background: url(../images/post/korea_kvimg91.jpg)no-repeat center top; }
#team .post92 a .postimg { background: url(../images/post/korea_kvimg92.jpg)no-repeat center top; }
#team .post93 a .postimg { background: url(../images/post/korea_kvimg93.jpg)no-repeat center top; }
#team .post94 a .postimg { background: url(../images/post/korea_kvimg94.jpg)no-repeat center top; }
#team .post95 a .postimg { background: url(../images/post/korea_kvimg95.jpg)no-repeat center top; }
#team .post96 a .postimg { background: url(../images/post/korea_kvimg96.jpg)no-repeat center top; }
#team .post97 a .postimg { background: url(../images/post/korea_kvimg97.jpg)no-repeat center top; }
#team .post98 a .postimg { background: url(../images/post/korea_kvimg98.jpg)no-repeat center top; }
#team .post99 a .postimg { background: url(../images/post/korea_kvimg99.jpg)no-repeat center top; }
#team .post100 a .postimg { background: url(../images/post/korea_kvimg100.jpg)no-repeat center top; }
#team .post101 a .postimg { background: url(../images/post/korea_kvimg101.jpg)no-repeat center top; }
#team .post102 a .postimg { background: url(../images/post/korea_kvimg102.jpg)no-repeat center top; background-size: 100%; }
#team .post103 a .postimg { background: url(../images/post/korea_kvimg103.jpg)no-repeat center top; background-size: 100%; }
#team .post104 a .postimg { background: url(../images/post/korea_kvimg104.jpg)no-repeat center top; background-size: 100%; }
#team .post105 a .postimg { background: url(../images/post/korea_kvimg105.jpg)no-repeat center top; background-size: 100%; }
#team .post106 a .postimg { background: url(../images/post/korea_kvimg106.jpg)no-repeat center top; background-size: 100%; }
#team .post107 a .postimg { background: url(../images/post/korea_kvimg107.jpg)no-repeat center top; background-size: 100%; }
#team .post108 a .postimg { background: url(../images/post/korea_kvimg108.jpg)no-repeat center top; background-size: 100%; }
#team .post109 a .postimg { background: url(../images/post/korea_kvimg109.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: #333333; 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:nth-of-type(2n) { background: #333333; }
#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 .postimg { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_2 .post:hover a .postimg {-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 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 a .postimg { width: 500px; height: 333px; background-size: 100%; }
#team_2 .post01 a .postimg {  background: url(../images/post/japan_kvimg01.jpg)no-repeat center top; }
#team_2 .post02 a .postimg { background: url(../images/post/japan_kvimg02.jpg)no-repeat center top; }
#team_2 .post03 a .postimg { background: url(../images/post/japan_kvimg03.jpg)no-repeat center top; }
#team_2 .post04 a .postimg { background: url(../images/post/japan_kvimg04.jpg)no-repeat center top; }
#team_2 .post05 a .postimg { background: url(../images/post/japan_kvimg05.jpg)no-repeat center top; }
#team_2 .post06 a .postimg { background: url(../images/post/japan_kvimg06.jpg)no-repeat center top; }
#team_2 .post07 a .postimg { background: url(../images/post/japan_kvimg07.jpg)no-repeat center top; }
#team_2 .post08 a .postimg { background: url(../images/post/japan_kvimg08.jpg)no-repeat center top; }
#team_2 .post09 a .postimg { background: url(../images/post/japan_kvimg09.jpg)no-repeat center top; }
#team_2 .post10 a .postimg { background: url(../images/post/japan_kvimg10.jpg)no-repeat center top; }
#team_2 .post11 a .postimg { background: url(../images/post/japan_kvimg11.jpg)no-repeat center top; }
#team_2 .post12 a .postimg { background: url(../images/post/japan_kvimg12.jpg)no-repeat center top; }
#team_2 .post13 a .postimg { background: url(../images/post/japan_kvimg13.jpg)no-repeat center top; }
#team_2 .post14 a .postimg { background: url(../images/post/japan_kvimg14.jpg)no-repeat center top; }
#team_2 .post15 a .postimg { background: url(../images/post/japan_kvimg15.jpg)no-repeat center top; }
#team_2 .post16 a .postimg { background: url(../images/post/japan_kvimg16.jpg)no-repeat center top; }
#team_2 .post17 a .postimg { background: url(../images/post/japan_kvimg17.jpg)no-repeat center top; }
#team_2 .post18 a .postimg { background: url(../images/post/japan_kvimg18.jpg)no-repeat center top; }
#team_2 .post19 a .postimg { background: url(../images/post/japan_kvimg19.jpg)no-repeat center top; }
#team_2 .post20 a .postimg { background: url(../images/post/japan_kvimg20.jpg)no-repeat center top; }
#team_2 .post21 a .postimg { background: url(../images/post/japan_kvimg21.jpg)no-repeat center top; }
#team_2 .post22 a .postimg { background: url(../images/post/japan_kvimg22.jpg)no-repeat center top; }
#team_2 .post23 a .postimg { background: url(../images/post/japan_kvimg23.jpg)no-repeat center top; }
#team_2 .post24 a .postimg { background: url(../images/post/japan_kvimg24.jpg)no-repeat center top; }
#team_2 .post25 a .postimg { background: url(../images/post/japan_kvimg25.jpg)no-repeat center top; }
#team_2 .post26 a .postimg { background: url(../images/post/japan_kvimg26.jpg)no-repeat center top; }
#team_2 .post27 a .postimg { background: url(../images/post/japan_kvimg27.jpg)no-repeat center top; }
#team_2 .post28 a .postimg { background: url(../images/post/japan_kvimg28.jpg)no-repeat center top; }
#team_2 .post29 a .postimg { background: url(../images/post/japan_kvimg29.jpg)no-repeat center top; }
#team_2 .post30 a .postimg { background: url(../images/post/japan_kvimg30.jpg)no-repeat center top; }
#team_2 .post31 a .postimg { background: url(../images/post/japan_kvimg31.jpg)no-repeat center top; }
#team_2 .post32 a .postimg { background: url(../images/post/japan_kvimg32.jpg)no-repeat center top; }
#team_2 .post33 a .postimg { background: url(../images/post/japan_kvimg33.jpg)no-repeat center top; }
#team_2 .post34 a .postimg { background: url(../images/post/japan_kvimg34.jpg)no-repeat center top; }
#team_2 .post35 a .postimg { background: url(../images/post/japan_kvimg35.jpg)no-repeat center top; }
#team_2 .post36 a .postimg { background: url(../images/post/japan_kvimg36.jpg)no-repeat center top; }
#team_2 .post37 a .postimg { background: url(../images/post/japan_kvimg37.jpg)no-repeat center top; }
#team_2 .post38 a .postimg { background: url(../images/post/japan_kvimg38.jpg)no-repeat center top; }
#team_2 .post39 a .postimg { background: url(../images/post/japan_kvimg39.jpg)no-repeat center top; }
#team_2 .post40 a .postimg { background: url(../images/post/japan_kvimg40.jpg)no-repeat center top; }
#team_2 .post41 a .postimg { background: url(../images/post/japan_kvimg41.jpg)no-repeat center top; }
#team_2 .post42 a .postimg { background: url(../images/post/japan_kvimg42.jpg)no-repeat center top; }
#team_2 .post43 a .postimg { background: url(../images/post/japan_kvimg43.jpg)no-repeat center top; }
#team_2 .post44 a .postimg { background: url(../images/post/japan_kvimg44.jpg)no-repeat center top; }
#team_2 .post45 a .postimg { background: url(../images/post/japan_kvimg45.jpg)no-repeat center top; }
#team_2 .post46 a .postimg { background: url(../images/post/japan_kvimg46.jpg)no-repeat center top; }
#team_2 .post47 a .postimg { background: url(../images/post/japan_kvimg47.jpg)no-repeat center top; }
#team_2 .post48 a .postimg { background: url(../images/post/japan_kvimg48.jpg)no-repeat center top; }
#team_2 .post49 a .postimg { background: url(../images/post/japan_kvimg49.jpg)no-repeat center top; }
#team_2 .post50 a .postimg { background: url(../images/post/japan_kvimg50.jpg)no-repeat center top; }
#team_2 .post51 a .postimg { background: url(../images/post/japan_kvimg51.jpg)no-repeat center top; }
#team_2 .post52 a .postimg { background: url(../images/post/japan_kvimg52.jpg)no-repeat center top; }
#team_2 .post53 a .postimg { background: url(../images/post/japan_kvimg53.jpg)no-repeat center top; }
#team_2 .post54 a .postimg { background: url(../images/post/japan_kvimg54.jpg)no-repeat center top; }
#team_2 .post55 a .postimg { background: url(../images/post/japan_kvimg55.jpg)no-repeat center top; }
#team_2 .post56 a .postimg { background: url(../images/post/japan_kvimg56.jpg)no-repeat center top; }
#team_2 .post57 a .postimg { background: url(../images/post/japan_kvimg57.jpg)no-repeat center top; }
#team_2 .post58 a .postimg { background: url(../images/post/japan_kvimg58.jpg)no-repeat center top; }
#team_2 .post59 a .postimg { background: url(../images/post/japan_kvimg59.jpg)no-repeat center top; }
#team_2 .post60 a .postimg { background: url(../images/post/japan_kvimg60.jpg)no-repeat center top; }
#team_2 .post61 a .postimg { background: url(../images/post/japan_kvimg61.jpg)no-repeat center top; }
#team_2 .post62 a .postimg { background: url(../images/post/japan_kvimg62.jpg)no-repeat center top; }
#team_2 .post63 a .postimg { background: url(../images/post/japan_kvimg63.jpg)no-repeat center top; }
#team_2 .post64 a .postimg { background: url(../images/post/japan_kvimg64.jpg)no-repeat center top; }
#team_2 .post65 a .postimg { background: url(../images/post/japan_kvimg65.jpg)no-repeat center top; }
#team_2 .post66 a .postimg { background: url(../images/post/japan_kvimg66.jpg)no-repeat center top; }
#team_2 .post67 a .postimg { background: url(../images/post/japan_kvimg67.jpg)no-repeat center top; }
#team_2 .post68 a .postimg { background: url(../images/post/japan_kvimg68.jpg)no-repeat center top; }
#team_2 .post69 a .postimg { background: url(../images/post/japan_kvimg69.jpg)no-repeat center top; }
#team_2 .post70 a .postimg { background: url(../images/post/japan_kvimg70.jpg)no-repeat center top; }
#team_2 .post71 a .postimg { background: url(../images/post/japan_kvimg71.jpg)no-repeat center top; }
#team_2 .post72 a .postimg { background: url(../images/post/japan_kvimg72.jpg)no-repeat center top; }
#team_2 .post73 a .postimg { background: url(../images/post/japan_kvimg73.jpg)no-repeat center top; }
#team_2 .post74 a .postimg { background: url(../images/post/japan_kvimg74.jpg)no-repeat center top; }
#team_2 .post75 a .postimg { background: url(../images/post/japan_kvimg75.jpg)no-repeat center top; }
#team_2 .post76 a .postimg { background: url(../images/post/japan_kvimg76.jpg)no-repeat center top; }
#team_2 .post77 a .postimg { background: url(../images/post/japan_kvimg77.jpg)no-repeat center top; }
#team_2 .post78 a .postimg { background: url(../images/post/japan_kvimg78.jpg)no-repeat center top; }
#team_2 .post79 a .postimg { background: url(../images/post/japan_kvimg79.jpg)no-repeat center top; }
#team_2 .post80 a .postimg { background: url(../images/post/japan_kvimg80.jpg)no-repeat center top; }
#team_2 .post81 a .postimg { background: url(../images/post/japan_kvimg81.jpg)no-repeat center top; }
#team_2 .post82 a .postimg { background: url(../images/post/japan_kvimg82.jpg)no-repeat center top; }
#team_2 .post83 a .postimg { background: url(../images/post/japan_kvimg83.jpg)no-repeat center top; }
#team_2 .post84 a .postimg { background: url(../images/post/japan_kvimg84.jpg)no-repeat center top; }
#team_2 .post85 a .postimg { background: url(../images/post/japan_kvimg85.jpg)no-repeat center top; }
#team_2 .post86 a .postimg { background: url(../images/post/japan_kvimg86.jpg)no-repeat center top; }
#team_2 .post87 a .postimg { background: url(../images/post/japan_kvimg87.jpg)no-repeat center top; }
#team_2 .post88 a .postimg { background: url(../images/post/japan_kvimg88.jpg)no-repeat center top; }
#team_2 .post89 a .postimg { background: url(../images/post/japan_kvimg89.jpg)no-repeat center top; }
#team_2 .post90 a .postimg { background: url(../images/post/japan_kvimg90.jpg)no-repeat center top; }
#team_2 .post91 a .postimg { background: url(../images/post/japan_kvimg91.jpg)no-repeat center top; }
#team_2 .post92 a .postimg { background: url(../images/post/japan_kvimg92.jpg)no-repeat center top; }
#team_2 .post93 a .postimg { background: url(../images/post/japan_kvimg93.jpg)no-repeat center top; }
#team_2 .post94 a .postimg { background: url(../images/post/japan_kvimg94.jpg)no-repeat center top; }
#team_2 .post95 a .postimg { background: url(../images/post/japan_kvimg95.jpg)no-repeat center top; }
#team_2 .post96 a .postimg { background: url(../images/post/japan_kvimg96.jpg)no-repeat center top; }
#team_2 .post97 a .postimg { background: url(../images/post/japan_kvimg97.jpg)no-repeat center top; }
#team_2 .post98 a .postimg { background: url(../images/post/japan_kvimg98.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post99 a .postimg { background: url(../images/post/japan_kvimg99.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post100 a .postimg { background: url(../images/post/japan_kvimg100.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post101 a .postimg { background: url(../images/post/japan_kvimg101.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post102 a .postimg { background: url(../images/post/japan_kvimg102.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post103 a .postimg { background: url(../images/post/japan_kvimg103.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post104 a .postimg { background: url(../images/post/japan_kvimg104.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post105 a .postimg { background: url(../images/post/japan_kvimg105.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post106 a .postimg { background: url(../images/post/japan_kvimg106.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post107 a .postimg { background: url(../images/post/japan_kvimg107.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post108 a .postimg { background: url(../images/post/japan_kvimg108.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post109 a .postimg { background: url(../images/post/japan_kvimg109.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post110 a .postimg { background: url(../images/post/japan_kvimg110.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post111 a .postimg { background: url(../images/post/japan_kvimg111.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post112 a .postimg { background: url(../images/post/japan_kvimg112.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post113 a .postimg { background: url(../images/post/japan_kvimg113.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: #333333; 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:nth-of-type(2n) { background: #333333; }
#team_3 .post a:nth-of-type(1){ display: block; }
#team_3 .post a:nth-of-type(2){ display: none; }
#team_3 .post a .postimg { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_3 .post:hover a .postimg {-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 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 a .postimg { width: 500px; height: 333px; background-size: 100%; }
#team_3 .post01 a .postimg { background: url(../images/post/show_kvimg01.jpg)no-repeat center top; }
#team_3 .post02 a .postimg { background: url(../images/post/show_kvimg02.jpg)no-repeat center top; }
#team_3 .post03 a .postimg { background: url(../images/post/show_kvimg03.jpg)no-repeat center top; }
#team_3 .post04 a .postimg { background: url(../images/post/show_kvimg04.jpg)no-repeat center top; }
#team_3 .post05 a .postimg { background: url(../images/post/show_kvimg05.jpg)no-repeat center top; }
#team_3 .post06 a .postimg { background: url(../images/post/show_kvimg06.jpg)no-repeat center top; }
#team_3 .post07 a .postimg { background: url(../images/post/show_kvimg07.jpg)no-repeat center top; }
#team_3 .post08 a .postimg { background: url(../images/post/show_kvimg08.jpg)no-repeat center top; }
#team_3 .post09 a .postimg { background: url(../images/post/show_kvimg09.jpg)no-repeat center top; }
#team_3 .post10 a .postimg { background: url(../images/post/show_kvimg10.jpg)no-repeat center top; }
#team_3 .post11 a .postimg { background: url(../images/post/show_kvimg11.jpg)no-repeat center top; }
#team_3 .post12 a .postimg { background: url(../images/post/show_kvimg12.jpg)no-repeat center top; }
#team_3 .post13 a .postimg { background: url(../images/post/show_kvimg13.jpg)no-repeat center top; }
#team_3 .post14 a .postimg { background: url(../images/post/show_kvimg14.jpg)no-repeat center top; }
#team_3 .post15 a .postimg { background: url(../images/post/show_kvimg15.jpg)no-repeat center top; }
#team_3 .post16 a .postimg { background: url(../images/post/show_kvimg16.jpg)no-repeat center top; }
#team_3 .post17 a .postimg { background: url(../images/post/show_kvimg17.jpg)no-repeat center top; }
#team_3 .post18 a .postimg { background: url(../images/post/show_kvimg18.jpg)no-repeat center top; }
#team_3 .post19 a .postimg { background: url(../images/post/show_kvimg19.jpg)no-repeat center top; }
#team_3 .post20 a .postimg { background: url(../images/post/show_kvimg20.jpg)no-repeat center top; }
#team_3 .post21 a .postimg { background: url(../images/post/show_kvimg21.jpg)no-repeat center top; }
#team_3 .post22 a .postimg { background: url(../images/post/show_kvimg22.jpg)no-repeat center top; }
#team_3 .post23 a .postimg { background: url(../images/post/show_kvimg23.jpg)no-repeat center top; }
#team_3 .post24 a .postimg { background: url(../images/post/show_kvimg24.jpg)no-repeat center top; }
#team_3 .post25 a .postimg { background: url(../images/post/show_kvimg25.jpg)no-repeat center top; }
#team_3 .post26 a .postimg { background: url(../images/post/show_kvimg26.jpg)no-repeat center top; }
#team_3 .post27 a .postimg { background: url(../images/post/show_kvimg27.jpg)no-repeat center top; }
#team_3 .post28 a .postimg { background: url(../images/post/show_kvimg28.jpg)no-repeat center top; }
#team_3 .post29 a .postimg { background: url(../images/post/show_kvimg29.jpg)no-repeat center top; }
#team_3 .post30 a .postimg { background: url(../images/post/show_kvimg30.jpg)no-repeat center top; }
#team_3 .post31 a .postimg { background: url(../images/post/show_kvimg31.jpg)no-repeat center top; }
#team_3 .post32 a .postimg { background: url(../images/post/show_kvimg32.jpg)no-repeat center top; }
#team_3 .post33 a .postimg { background: url(../images/post/show_kvimg33.jpg)no-repeat center top; }
#team_3 .post34 a .postimg { background: url(../images/post/show_kvimg34.jpg)no-repeat center top; }
#team_3 .post35 a .postimg { background: url(../images/post/show_kvimg35.jpg)no-repeat center top; }
#team_3 .post36 a .postimg { background: url(../images/post/show_kvimg36.jpg)no-repeat center top; }
#team_3 .post37 a .postimg { background: url(../images/post/show_kvimg37.jpg)no-repeat center top; }
#team_3 .post38 a .postimg { background: url(../images/post/show_kvimg38.jpg)no-repeat center top; }
#team_3 .post39 a .postimg { background: url(../images/post/show_kvimg39.jpg)no-repeat center top; }
#team_3 .post40 a .postimg { background: url(../images/post/show_kvimg40.jpg)no-repeat center top; }
#team_3 .post41 a .postimg { background: url(../images/post/show_kvimg41.jpg)no-repeat center top; }
#team_3 .post42 a .postimg { background: url(../images/post/show_kvimg42.jpg)no-repeat center top; }
#team_3 .post43 a .postimg { background: url(../images/post/show_kvimg43.jpg)no-repeat center top; }
#team_3 .post44 a .postimg { background: url(../images/post/show_kvimg44.jpg)no-repeat center top; }
#team_3 .post45 a .postimg { background: url(../images/post/show_kvimg45.jpg)no-repeat center top; }
#team_3 .post46 a .postimg { background: url(../images/post/show_kvimg46.jpg)no-repeat center top; }
/*#team_3 .post47 a .postimg { background: url(../images/post/show_kvimg47.jpg)no-repeat center top; }*/
/*#team_3 .post48 a .postimg { background: url(../images/post/show_kvimg48.jpg)no-repeat center top; }*/
#team_3 .post49 a .postimg { background: url(../images/post/show_kvimg49.jpg)no-repeat center top; }
#team_3 .post50 a .postimg { background: url(../images/post/show_kvimg50.jpg)no-repeat center top; }
#team_3 .post51 a .postimg { background: url(../images/post/show_kvimg51.jpg)no-repeat center top; }
#team_3 .post52 a .postimg { background: url(../images/post/show_kvimg52.jpg)no-repeat center top; }
#team_3 .post53 a .postimg { background: url(../images/post/show_kvimg53.jpg)no-repeat center top; }
#team_3 .post54 a .postimg { background: url(../images/post/show_kvimg54.jpg)no-repeat center top; }
#team_3 .post55 a .postimg { background: url(../images/post/show_kvimg55.jpg)no-repeat center top; }
#team_3 .post56 a .postimg { background: url(../images/post/show_kvimg56.jpg)no-repeat center top; }
#team_3 .post57 a .postimg { background: url(../images/post/show_kvimg57.jpg)no-repeat center top; }
#team_3 .post58 a .postimg { background: url(../images/post/show_kvimg58.jpg)no-repeat center top; }
#team_3 .post59 a .postimg { background: url(../images/post/show_kvimg59.jpg)no-repeat center top; }
#team_3 .post60 a .postimg { background: url(../images/post/show_kvimg60.jpg)no-repeat center top; }
#team_3 .post61 a .postimg { background: url(../images/post/show_kvimg61.jpg)no-repeat center top; }
#team_3 .post62 a .postimg { background: url(../images/post/show_kvimg62.jpg)no-repeat center top; }
#team_3 .post63 a .postimg { background: url(../images/post/show_kvimg63.jpg)no-repeat center top; }
#team_3 .post64 a .postimg { background: url(../images/post/show_kvimg64.jpg)no-repeat center top; }
#team_3 .post65 a .postimg { background: url(../images/post/show_kvimg65.jpg)no-repeat center top; }
#team_3 .post66 a .postimg { background: url(../images/post/show_kvimg66.jpg)no-repeat center top; }
#team_3 .post67 a .postimg { background: url(../images/post/show_kvimg67.jpg)no-repeat center top; }
#team_3 .post68 a .postimg { background: url(../images/post/show_kvimg68.jpg)no-repeat center top; }
#team_3 .post69 a .postimg { background: url(../images/post/show_kvimg69.jpg)no-repeat center top; }
#team_3 .post70 a .postimg { background: url(../images/post/show_kvimg70.jpg)no-repeat center top; }
#team_3 .post71 a .postimg { background: url(../images/post/show_kvimg71.jpg)no-repeat center top; }
#team_3 .post72 a .postimg { background: url(../images/post/show_kvimg72.jpg)no-repeat center top; }
#team_3 .post73 a .postimg { background: url(../images/post/show_kvimg73.jpg)no-repeat center top; }
#team_3 .post74 a .postimg { background: url(../images/post/show_kvimg74.jpg)no-repeat center top; }
#team_3 .post75 a .postimg { background: url(../images/post/show_kvimg75.jpg)no-repeat center top; }
#team_3 .post76 a .postimg { background: url(../images/post/show_kvimg76.jpg)no-repeat center top; }
#team_3 .post95 a .postimg { background: url(../images/post/show_kvimg95.jpg)no-repeat center top; }
#team_3 .post96 a .postimg { background: url(../images/post/show_kvimg96.jpg)no-repeat center top; }
#team_3 .post97 a .postimg { background: url(../images/post/show_kvimg97.jpg)no-repeat center top; }
#team_3 .post98 a .postimg { background: url(../images/post/show_kvimg98.jpg)no-repeat center top; }
#team_3 .post99 a .postimg { background: url(../images/post/show_kvimg99.jpg)no-repeat center top; }
#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); }
}


#team_4 { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team_4 .post{ width:550px; height: 500px; color: #ffffff; padding: 20px 21px; margin-right: 8px; position: relative; background: #333333; 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_4 .post:nth-of-type(2n) { background: #333333; }
#team_4 .post a:nth-of-type(1){ display: block; }
#team_4 .post a:nth-of-type(2){ display: none; }
#team_4 .post a .postimg { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_4 .post:hover a .postimg {-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_4 .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team_4 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#team_4 a .postimg { width: 500px; height: 333px; background-size: 100%; }
#team_4 .post01 a .postimg { background: url(../images/post/thai_kvimg01.jpg)no-repeat center top; }
#team_4 .post a p { font-size: 20px; line-height: 34px; color: #FFFFFF; }
#team_4 .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_4 .post01 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg01.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post02 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg02.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post03 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg03.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post04 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg04.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post05 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg05.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post06 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg06.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post07 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg07.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post08 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg08.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post09 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg09.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post10 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg10.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post11 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg11.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post12 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg12.jpg)no-repeat center top; background-size: 100%; }
#team_4 .post13 a .postimg { width: 500px; height: 333px; background: url(../images/post/thai_kvimg13.jpg)no-repeat center top; background-size: 100%; }


/*commingsoon漸層效果*/
#team_4 .post a .postimg { position: relative; }
#team_4 .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_4 .slick-track { left: 0; }
#team_4 .slick-prev, #team_4 .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_4 .slick-prev{ background-position: left top; left: -45px; }
#team_4 .slick-next{ background-position: right top; right: -45px; }
#team_4 .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_5 { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team_5 .post{ width:550px; height: 500px; color: #ffffff; padding: 20px 21px; margin-right: 8px; position: relative; background: #333333; 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_5 .post:nth-of-type(2n) { background: #333333; }
#team_5 .post a:nth-of-type(1){ display: block; }
#team_5 .post a:nth-of-type(2){ display: none; }
#team_5 .post a .postimg { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_5 .post:hover a .postimg {-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_5 .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team_5 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#team_5 a .postimg { width: 500px; height: 333px; background-size: 100%; }
#team_5 .post01 a .postimg { background: url(../images/post/thai_kvimg01.jpg)no-repeat center top; }
#team_5 .post a p { font-size: 20px; line-height: 34px; color: #FFFFFF; }
#team_5 .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_5 .post01 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg01.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post02 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg02.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post03 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg03.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post04 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg04.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post05 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg05.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post06 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg06.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post07 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg07.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post08 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg08.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post09 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg09.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post10 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg10.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post11 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg11.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post12 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg12.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post13 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg13.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post14 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg14.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post15 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg15.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post16 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg16.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post17 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg17.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post18 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg18.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post19 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg19.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post20 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg20.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post21 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg21.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post22 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg22.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post23 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg23.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post24 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg24.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post25 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg25.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post26 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg26.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post27 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg27.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post28 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg28.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post29 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg29.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post30 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg30.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post31 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg31.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post32 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg32.jpg)no-repeat center top; background-size: 100%; }
#team_5 .post33 a .postimg { width: 500px; height: 333px; background: url(../images/post/chi_kvimg33.jpg)no-repeat center top; background-size: 100%; }


/*commingsoon漸層效果*/
#team_5 .post a .postimg { position: relative; }
#team_5 .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_5 .slick-track { left: 0; }
#team_5 .slick-prev, #team_5 .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_5 .slick-prev{ background-position: left top; left: -45px; }
#team_5 .slick-next{ background-position: right top; right: -45px; }
#team_5 .post>a { display: block; width: 100%; height: 100%; }


#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 h3 { margin-top: 30px; }

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

#postteam4 { height: 390px; margin: 0 auto 20px; }
#postteam4 .top1 { width: 100%; height: 26px; background: url(../images/post/top01.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top2 { width: 100%; height: 26px; background: url(../images/post/top02.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top3 { width: 100%; height: 26px; background: url(../images/post/top03.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top4 { width: 100%; height: 26px; background: url(../images/post/top04.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top5 { width: 100%; height: 26px; background: url(../images/post/top05.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top6 { width: 100%; height: 26px; background: url(../images/post/top06.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top7 { width: 100%; height: 26px; background: url(../images/post/top07.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top8 { width: 100%; height: 26px; background: url(../images/post/top08.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top9 { width: 100%; height: 26px; background: url(../images/post/top09.png) no-repeat center top; margin: 0 auto 6px; }
#postteam4 .top10 { width: 100%; height: 26px; background: url(../images/post/top10.png) no-repeat center top; margin: 0 auto 6px; }

#teamtop { width: 1032px; height: 375px; margin: 0 auto; padding-top: 0; }
#teamtop .post{ width:550px; height: 375px; color: #ffffff; padding: 0; margin-right: 8px; 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; }
#teamtop .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); }
#teamtop .post a:nth-of-type(1){ display: block; }
#teamtop .post a:nth-of-type(2){ display: none; }
#teamtop .post a h4 { height: 0; font-size: 0; opacity: 0; }
#teamtop .post a h3 { width: 230px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#teamtop .post01 a  { background: url(../images/post/top_item01_img1.png)no-repeat center 12px; }
#teamtop .post02 a  { background: url(../images/post/top_item01_img2.png)no-repeat center 12px; }
#teamtop .post03 a  { background: url(../images/post/top_item01_img3.png)no-repeat center 12px; }
#teamtop .post04 a  { background: url(../images/post/top_item01_img4.png)no-repeat center 12px; }
#teamtop .post05 a  { background: url(../images/post/top_item01_img5.png)no-repeat center 12px; }
#teamtop .post a p { font-size: 20px; line-height: 34px; color: #FFFFFF; }
/*#teamtop .post a .exclusive1 { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag1.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#teamtop .post a .exclusive2 { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag2.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#teamtop .post a .exclusive3 { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag3.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#teamtop .post a .exclusive4 { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag4.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#teamtop .post a .exclusive5 { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag5.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
*/
/*commingsoon漸層效果*/
#teamtop .post a .postimg { position: relative; }
#teamtop .post a .postimg div { position: absolute; bottom: 0; width: 100%; padding: 5px; background-image: linear-gradient(to top, #0081fc, #00afeb); font-size: 20px; }
/*commingsoon漸層效果*/#teamtop .slick-track { left: 0; }
#teamtop .slick-prev, #teamtop .slick-next { width: 45px; height: 45px; background: url(../images/arw2.png)no-repeat; background-size: 100px 50px; }
#teamtop .slick-prev{ background-position: left top; left: -45px; }
#teamtop .slick-next{ background-position: right top; right: -45px; }
#teamtop .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 .item99{ }
#content_all .contentCon .item99 .itembox { width: 100%; position: relative; }
#content_all .contentCon .item99 .itembox h3 { width: 524px; height: 92px; background: url(../images/pc/item02h2-2.png)no-repeat center top; margin: 24px auto; }
#content_all .contentCon .item99 .itembox #morebg { width: 1036px; height: 620px; margin: 0 auto; position: relative; }
#content_all .contentCon .item99 .itembox #morebg .post { width: 340px; height: 280px; float: left; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(1) { background: url(../images/pc/morebg_icon7.png)no-repeat center top; background-size: 400px 280px; margin-bottom: 40px; margin-right: 350px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(2) { background: url(../images/pc/morebg_icon8.png)no-repeat center top; background-size: 400px 280px; margin-bottom: 40px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(3) { background: url(../images/pc/morebg_icon9.png)no-repeat center top; background-size: 400px 280px; margin-right: 0; margin-bottom: 40px; margin-right: 350px; }
#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; position: relative; }
#content_all .contentCon .item99 .itembox #morebg .post h4 { font-size: 20px; line-height: 28px; color: #181818; margin-top: 242px; font-weight: normal; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(4) a { display: block; width: 150px; height: 40px; line-height: 40px; font-size: 18px; text-align: center; color: #0573fc; background: #FFFFFF; background-size: 100%; border-radius: 46px; position: absolute; right: 96px; top: 278px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s;  }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(4) a:hover { text-decoration: none; transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1); }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(5) { width: 480px; height: 336px; background: url(../images/pc/morebg_icon6.png)no-repeat center top; background-size: 480px 336px; margin-right: 0; position: absolute; left: 278px; top:100px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(5)  h4 { margin-top: 290px; }
#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: #181818; 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: #181818; margin-top: 150px; }


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


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





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

#footer_mB{ margin-bottom: 0px; }

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

/*小叮嚀*/
#pspoint{ position: absolute; top: -50px; } 
.note{ width: 100%;margin: 0 auto; padding: 30px 0; float: left; position: relative; z-index: 2; }
#btn_note{ display: block; width: 640px; height: 70px; line-height: 70px; font-size: 50px; font-weight: 500; padding: 0 20px; margin: 20px auto 20px; }
#btn_note span { display: block; width: 5px; height:100%; background: #1d1f22; margin-right: 18px; float: left; }
.note_box{ display: block; width: 640px;margin: 0px auto; padding:0; font-size:25px;font-weight:normal; font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Arial,  '蘋果儷中黑', 'Apple LiGothic Medium', '儷黑 Pro', 'LiHei Pro', sans-serif; list-style-position: outside;}
.note_box ul { margin: 10px 0px 10px; }
.note_box ul li{ font-size: 22px;line-height: 40px; font-weight:normal; list-style-position: outside; list-style-type: decimal; text-align:justify; margin: 0 25px 10px 50px; }
.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 26px; }
.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 26px; }
/*小叮嚀*/


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

#content_all .fixedban { display: block; width: 100%; height: 60px;  position: fixed; left:0; top:0; z-index: 9999; animation-timing-function: ease; }
#content_all .fixedban > div { width: 233px; margin:0 auto; }
#content_all .fixedban .logo { display: block; width: 233px; height: 60px; padding: 7px 0 7px 0px; position: relative; z-index: 999; }
#content_all .fixedban .logo > a { display: block; width: 233px; height:46px; font-size: 0; background: url(../images/logo.png)no-repeat center top; background-size: 100%; }


/* HeaderCon_m  */
#content_all .headerCon { width: 100%; height: 1755px; background: url(../images/mo/kvbg2.jpg)repeat-x center 60px; padding: 0; position: relative; }
#content_all .headerCon .kvbox { width: 640px; height: 1000px; background:url(../images/mo/kvbg3.jpg)no-repeat center 60px; margin: auto; position: relative; }
#content_all .headerCon .kvbox h1{ width: 508px; height: 197px; font-size: 0px; line-height: 0px; text-align: center; color: #FFFFFF; margin: 0; background: url(../images/mo/kvh1.png)no-repeat center top; background-size: 508px 197px; position: absolute; left: 66px; top: 90px; opacity: 0; animation: kvTitleIn 0.75s 0.45s cubic-bezier(.34,1.56,.64,1) forwards; }
#content_all .headerCon .kvbox h1 .eye { width: 18px; height: 18px; background: url(../images/pc/kveye.png) no-repeat center center; background-size: 18px 18px; position: absolute; /* 這兩個依實際眼白位置調 */ left: 124px; top: 129px; animation: kvEyeLook 6s 2s ease-in-out infinite; }
#content_all .headerCon .kvbox h1 .eye2 { width: 18px; height: 18px; background: url(../images/pc/kveye.png) no-repeat center center; background-size: 18px 18px; position: absolute; /* 這兩個依實際眼白位置調 */ left: 156px; top: 126px; animation: kvEyeLook 6s 2s ease-in-out infinite; }
#content_all .headerCon .kvbox h2{ width: 100%; font-size: 33px; line-height: 50px; text-align: center; color: #FFFFFF; margin: 0px auto 10px; }
#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ width: 100%; height: 0; font-size: 0; }
#content_all .headerCon .kvbox p { width: 570px; height: 48px; background:url(../images/mo/kvp.png)no-repeat center top; font-size: 0px; line-height: 35px; text-align: center; color: #FFFFFF; position: absolute; left: 35px; top: 300px;  opacity: 0; animation: kvSubIn 0.55s 0.7s ease-out forwards; }
#content_all .headerCon .kvbox .icon1 { width: 258px; height: 204px; background: url(../images/mo/kvicon1.png)no-repeat center top; background-size: 258px 204px; position: absolute; left: 35px; top: 357px; opacity: 0; animation: kvIconIn 0.65s 0.9s ease-out forwards, kvIconFloat1 4s 1.5s ease-in-out infinite; }
#content_all .headerCon .kvbox .icon2 { width: 258px; height: 204px; background: url(../images/mo/kvicon2.png)no-repeat center top; background-size: 258px 204px; position: absolute; left: 35px; top: 545px; opacity: 0; animation: kvIconIn 0.65s 1.05s ease-out forwards, kvIconFloat2 4.5s 1.7s ease-in-out infinite; }
#content_all .headerCon .kvbox .peorun { width: 510px; height: 225px; background: url(../images/mo/kvpeorun.png)no-repeat center top; background-size: 510px 225px; position: absolute; left: 65px; top: 840px;  opacity: 0; animation: kvPeopleIn 0.65s 1.15s ease-out forwards, kvPeopleRun 1.3s 1.7s ease-in-out infinite; }
#content_all .headerCon .kvbox .flower { width: 640px; height: 320px; background: url(../images/mo/kvflower.png)no-repeat center top; position: absolute; left: 0; top: 56px;  opacity: 0; pointer-events: none; animation: kvFlowerIn 0.8s 0.4s ease-out forwards, kvFlowerFloat 5s 1s ease-in-out infinite; }
#content_all .headerCon .kvbox > a { display: block; width: 240px; height: 82px; background: url(../images/mo/kvbtn.png)no-repeat center top; background-size: 240px 82px; text-align: center; font-size: 0px; position: absolute; left: 200px; top: 752px;  opacity: 1; animation: kvBtnIn 0.6s 1.3s cubic-bezier(.34,1.56,.64,1) forwards,kvBtnPulse 4s 2.5s ease-in-out infinite; }
#content_all .headerCon .kvbox > a:hover { animation: none; opacity: 1;-moz-transform: scale(1);-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);transform: scale(1); }
#content_all .headerCon .kvbox .txt { width: 556px; height: 663px; background: url(../images/mo/kvtxt.png)no-repeat center top; position: absolute; left: 42px; top: 1080px; }
#content_all .headerCon .kvbox .txt h2 { font-size: 0; }
#content_all .headerCon .kvbox .txt p { font-size: 0; background:none; }
@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); }
}
/* HeaderCon_m End */
/* 照片堆疊區 */
	#content_all .headerCon .kvbox .postgroup { width: 300px; height: 380px; position: absolute; left: 300px; top: 360px; opacity: 0; animation: kvPostIn 1.2s 1.05s ease-out forwards; }
	@keyframes kvPostIn {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
	/* 六張 PNG 全部疊在完全相同的位置 */
	#content_all .headerCon .kvbox .postgroup a { display: block; width: 300px; height: 380px; position: absolute; left: 0; top: 0; opacity: 1;
	    /* Fade 動畫 */
	    transition: opacity 1.45s ease;
	    /* 預設禁止點擊，由 JS 控制最上層 */
	    pointer-events: none;
	}
	/* 最上層淡出 */
	#content_all .headerCon .kvbox .postgroup a.is-fading { opacity: 0; pointer-events: none; }
	#content_all .headerCon .kvbox .postgroup 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 .postgroup .kvpost1 { background: url(../images/pc/kvpost1.png) no-repeat center top; background-size: 100%; }
	#content_all .headerCon .kvbox .postgroup .kvpost2 { background: url(../images/pc/kvpost2.png) no-repeat center top; background-size: 100%; }
	#content_all .headerCon .kvbox .postgroup .kvpost3 { background: url(../images/pc/kvpost3.png) no-repeat center top; background-size: 100%; }
	#content_all .headerCon .kvbox .postgroup .kvpost4 { background: url(../images/pc/kvpost4.png) no-repeat center top; background-size: 100%; }
	#content_all .headerCon .kvbox .postgroup .kvpost5 { background: url(../images/pc/kvpost5.png) no-repeat center top; background-size: 100%; }
	#content_all .headerCon .kvbox .postgroup .kvpost6 { background: url(../images/pc/kvpost6.png) no-repeat center top; background-size: 100%; }
/* 照片堆疊區 */


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

/*金腰帶*/
/*#content_all .contentCon .ad { display: block; width: 100%; height: 360px; background: url(../images/post/banner_m.jpg)no-repeat center top; background-size: 640px 360px; margin: 50px auto 30px; }
#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 .ad a { display: block; width: 100%; height: 100%; }*/
/*金腰帶*/

#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 .itembox >a { display: block; font-size: 22px; color: #000000; text-decoration: underline; margin-bottom: 30px; overflow: visible; }
#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: #333333; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team .post:nth-of-type(2n) { background: #333333; }
#team .post a:nth-of-type(1){ display: block; }
#team .post a .postimg { transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team .post:hover a .postimg {-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 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: 0; height: 0; 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; padding-top: 0; }
#team_2 .post{ width:550px; height: 500px; padding: 20px 21px; margin-right: 8px; position: relative; background: #333333; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_2 .post:nth-of-type(2n) { background: #333333; }
#team_2 .post a:nth-of-type(1){ display: block; font-size: 0; }
#team_2 .post:hover a .postimg {-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 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; padding: 0; }
#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 h3 { margin-top: 0px;  }

#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: #333333; 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: #333333; }
#team_3 .post a:nth-of-type(1){ display: block; }
#team_3 .post:hover a .postimg {-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 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-track { left: 45px; }
#team_3 .slick-list { overflow: visible; }
#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); }
}


#team_4 { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team_4 .post{ width:550px; height: 500px; padding: 20px 21px; margin-right: 8px; position: relative; background: #333333; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_4 .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_4 .post:nth-of-type(2n) { background: #333333; }
#team_4 .post a:nth-of-type(1){ display: block; }
#team_4 .post:hover a .postimg {-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_4 .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team_4 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px;}
#team_4 .post a p { font-size: 22px; line-height: 34px; }
#team_4 .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_4 .slick-track { left: 47px; }
#team_4 .slick-prev, #team_4 .slick-next { width: 0; height: 0; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_4 .slick-prev{ background-position: left top; left: -45px; }
#team_4 .slick-next{ background-position: right top; right: -45px; }
#team_4 .post>a { display: block; width: 100%; height: 100%; }
/*commingsoon漸層效果*/
#team_4 .post a .postimg { position: relative; }
#team_4 .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_4 .slick-track { left: 45px; }
#team_4 .slick-list { overflow: visible; }
#team_4 .slick-prev, #team_4 .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_4 .slick-prev{ background-position: left top; left: -45px; }
#team_4 .slick-next{ background-position: right top; right: -45px; }
#team_4 .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_5 { width: 1108px; height: 500px; margin: 0 auto; padding-top: 0; }
#team_5 .post{ width:550px; height: 500px; padding: 20px 21px; margin-right: 8px; position: relative; background: #333333; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_5 .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_5 .post:nth-of-type(2n) { background: #333333; }
#team_5 .post a:nth-of-type(1){ display: block; }
#team_5 .post:hover a .postimg {-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_5 .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team_5 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px;}
#team_5 .post a p { font-size: 22px; line-height: 34px; }
#team_5 .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_5 .slick-track { left: 47px; }
#team_5 .slick-prev, #team_5 .slick-next { width: 0; height: 0; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_5 .slick-prev{ background-position: left top; left: -45px; }
#team_5 .slick-next{ background-position: right top; right: -45px; }
#team_5 .post>a { display: block; width: 100%; height: 100%; }
/*commingsoon漸層效果*/
#team_5 .post a .postimg { position: relative; }
#team_5 .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_5 .slick-track { left: 45px; }
#team_5 .slick-list { overflow: visible; }
#team_5 .slick-prev, #team_5 .slick-next { width: 45px; height: 45px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
#team_5 .slick-prev{ background-position: left top; left: -45px; }
#team_5 .slick-next{ background-position: right top; right: -45px; }
#team_5 .post>a { display: block; width: 100%; height: 100%; }


#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 0px; }
.postteam_m .slick-list{ width: 640px; }
.postteam_m li { width: 187px; margin-right: 10px; float: left; position: relative; border-radius: 20px; overflow: hidden; }
.postteam_m li a { display: block; width: 100%; height: 100%; }
.postteam_m li a:nth-of-type(1){ display: block; }
.postteam_m li a h4 { height: 0; font-size: 0; opacity: 0; }
.postteam_m li a h5{ height: 0px; line-height: 40px; font-size: 0px; opacity: 0; }
.postteam_m li a .img-block{ width: 100%; }
.postteam_m li a .img-block img{ display: block; width: 100%; height: 100%; }.postteam_m .slick-track { left: -187px; }
.postteam_m li a p { display: none; }
.postteam_m .slick-prev, .postteam_m .slick-next { width: 0px; height: 0px; background: url(../images/arw.png)no-repeat; background-size: 100px 50px; }
.postteam_m .slick-prev{ background-position: left top; left: -45px; }
.postteam_m .slick-next{ background-position: right top; right: -45px; }
.postteam_m .slick-list { overflow: visible; }

.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: 0px; line-height: 28px; font-size: 22px; font-weight: normal; color: #181818; text-align: left; }
.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; }
#postteam4 { height: 450px; }

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

#content_all .contentCon .item99 { }
#content_all .contentCon .item99 .itembox { width: 100%; }
#content_all .contentCon .item99 .itembox h3 { margin: 0px auto 10px; }
#content_all .contentCon .item99 .itembox #morebg { width: 610px; height: 980px; margin: 0 auto; }
#content_all .contentCon .item99 .itembox #morebg .post { width: 300px; height: 280px; margin-right: 0; float: left; }
#content_all .contentCon .item99 .itembox #morebg .post h4 { font-size: 24px; font-weight: 500; color: #181818; margin-top: 220px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(1) { background: url(../images/pc/morebg_icon7.png)no-repeat center top; background-size: 350px 245px; margin-bottom: 0px; margin-right: 10px;}
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(2) { background: url(../images/pc/morebg_icon8.png)no-repeat center top; background-size: 350px 245px; margin-top: 0; margin-bottom: 0; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(3) { background: url(../images/pc/morebg_icon9.png)no-repeat center top; background-size: 350px 245px; margin-right: 0; margin-top: 40px; margin-bottom: 0px; margin-right: 10px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(4) { background: url(../images/pc/morebg_icon4.png)no-repeat center top; background-size: 350px 245px; margin-right: 0; margin-left: 0; margin-top: 40px; margin-bottom: 0px; }
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(5) { width: 300px; height: 280px; background: url(../images/pc/morebg_icon6.png)no-repeat center top; background-size: 350px 245px; margin-right: 0; margin-top: 40px; margin-bottom: 0px; margin-right: 10px; left: 150px; top: 605px;}
#content_all .contentCon .item99 .itembox #morebg .post:nth-of-type(6) { background: url(../images/pc/morebg_icon5.png)no-repeat center top; background-size: 350px 245px; margin-right: 0; margin-top: 40px; margin-bottom: 0px; }
#content_all .contentCon .item99 .itembox #morebg2 { width: 100%; height: 360px; padding: 0; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center { width: 510px; margin: 0px auto 0; position: relative; }
#content_all .contentCon .item99 .itembox #morebg2 .morebg2center a { display: block; width: 150px; height: 25px; color: #181818; 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 h4 { font-size: 19px; font-weight: 500; color: #181818; margin-top: 110px; }
#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 #morebg .post:nth-of-type(5) h4 {  margin-top: 242px; }

/*左上獨家*/
.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*/





