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

#header_pc a.logo_img {
    display: block;
    width: 170px;
    height: 34px;
    font-size: 0;
    background: url(../images/logo.png) no-repeat center top;
    background-size: 100%;
    float: left;
}

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

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

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

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

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


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

/***PC版***/
#wrap{}
#container { }
#container >.imgbox{ display: none; margin-top: 870px; z-index: 0; position: absolute;  }
#content_all { min-width: 1280px; color: #FFFFFF; background: url(../images/pc/ash_itembg.jpg); background-size: 100%; position: relative;  }
#content_all a{ text-decoration: none; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#content_all p{ font-weight: normal; text-align: justify; }
#content_all h1,h2,h3,h4,h5,h6{ color:#080404; }
/*#content_all .fixedban { display: block; width: 100%; height: 80px;  position: fixed; left:0; top:0; z-index: 9000; background:#ffffff; animation-timing-function: ease; }
#content_all .fixedban .logo { width: 283px; height: 55px; font-size: 0; background: url(../images/logo.png)no-repeat center top; background-size: 100%; margin: 12.5px auto; }
#content_all .fixedban .logo a { display: block; width: 100%; height: 100%;  }*/

/* HeaderCon PC */
#content_all .headerCon { width: 100%; position: relative; background: #FFFFFF; }
#content_all .headerCon .kvbox { width: 1280px; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon .kvbox .kvboxhide { height: 0; overflow: hidden; position: absolute; left: 0; top:0; z-index: 0; }
#content_all .headerCon .kvbox .kvboxhide h1{ width: 665px; height: 300px; font-size: 50px; position: absolute; left: 25px; top:200px; z-index: 0; }
#content_all .headerCon .kvbox .kvboxhide h2,#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ display: none; width: 100%; height: 22px; font-size: 22px; }
#content_all .headerCon .kvbox .kvboxhide p { font-size: 26px; font-weight: 300; line-height: 39px; color: #FFFFFF; position: absolute; left: 40px; top:498px; }
#content_all .headerCon .kvbox .kvboxshow { width: 100%; height: 440px; padding-top: 1px; padding-bottom: 0px; z-index: 1; }
#content_all .headerCon .kvbox .kvboxshow h1 { font-size: 60px; font-weight: bold; line-height: 72px; color: #8c5342; text-align: left; z-index: 999; position: absolute; top: 130px; left: 857px; }
#content_all .headerCon .kvbox .kvboxshow p { font-size: 23px; font-weight: bold; line-height: 28px; color: #8c5342; text-align: left; z-index: 999; position: absolute; top: 354px; left: 860px; }
#content_all .headerCon .kvbox .kvboxshow p:nth-of-type(2) { font-size: 24px; font-weight: normal; line-height: 28px; color: #FFFFFF; background: #8c5342; padding: 2px 12px; letter-spacing: 2px; text-align: left; z-index: 999; position: absolute; top: 97px; left: 857px; }
#content_all .headerCon .kvbox .kvboxshow img { display: block; width: 765px; height: 374px; position: absolute; left: 75px; top: 34px; }

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

.yellow{ color: #f0e17d; }
#content_all .contentCon .item01 { width: 100%; height: 1820px; }
#content_all .contentCon .item01 .itembox{ padding:20px 0; }
#content_all .contentCon .item01 .itembox ul{ margin: 10px 130px 0 220px; font-size: 22px; color: #FFFFFF; font-weight: 500; line-height: 52px; list-style-position: outside; list-style-type: disc; text-align: justify; letter-spacing: 1px; }
#content_all .contentCon .item01 .itembox ul li{ font-size: 22px; color:#FFFFFF; font-weight: 500; line-height:52px; list-style-position: outside; list-style-type: disc; text-align:justify; letter-spacing: 1px; }
#content_all .contentCon .item01 .itembox ul li a { text-decoration: underline; color: #f0e17d; } 
#content_all .contentCon .item01 .itembox > a { display: block; width: 444px; height: 176px; background: url(../images/pc/ash_item01btn.png)no-repeat center top; background-size: 100%; position: absolute; left: 418px; top: 535px; cursor: pointer; opacity: 1; }
#content_all .contentCon .item01 .itembox > a:hover { display: block; width: 444px; height: 176px; background: url(../images/pc/ash_item01btnhover.png)no-repeat center top; background-size: 100%; }
#content_all .contentCon .item01 h2:nth-of-type(2) { width: 484px; height: 80px; margin-top: 230px; background: url(../images/pc/ash_h2_2.png)no-repeat center top; background-size: 100%; }
#content_all .contentCon .item01 .itembox ul:nth-of-type(3) { margin-left: 190px; }
#content_all .contentCon .item01 .itembox ul:nth-of-type(3) li { margin-left: 30px; }
#content_all .contentCon .item01 .itembox img { display: block; width: 900px; height: 407px; margin: 15px 0 0 190px; }

#content_all .contentCon .item02 {  }
#content_all .contentCon .item02 .itembox h2:nth-of-type(1) { background-position: 0 -70px; } 
#content_all .contentCon .item02 .itembox h2:nth-of-type(2) { background-position: 0 -140px; } 
#content_all .contentCon .item02 .itembox .num p { font-size: 22px; line-height: 37px; font-weight: 500; color: #FFFFFF; margin: 0; position: absolute; }
#content_all .contentCon .item02 .itembox .num p:nth-of-type(1) { left:280px; top: 72px; }
#content_all .contentCon .item02 .itembox .num p:nth-of-type(2) { left:280px; top: 265px; }
#content_all .contentCon .item02 .itembox .num { width: 1000px; height: 413px; background: url(../images/pc/ash_num.png)no-repeat center top; background-size: 1000px 413px; margin:25px auto 40px; padding-left: 0px; position: relative; }
#content_all .contentCon .item02 .itembox ul{ margin: 10px 110px 0 220px; }
#content_all .contentCon .item02 .itembox ul li{ font-size: 22px; color:#FFFFFF; font-weight: 500; line-height:52px; list-style-position: outside; list-style-type: disc; text-align:justify; }

#content_all .contentCon .item03 .itembox > h3 { line-height: 75px; font-size: 40px; font-weight: 500; color: #FFFFFF; letter-spacing: 0px; margin: 0px auto 15px; }

#team { width: 1108px; height: 500px; margin: 0 auto 20px; padding-top: 0; }
#team .post{ width:550px; height: 500px; color: #ffffff; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; border-radius: 20px; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team .post:hover {-moz-transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02); -o-transform:scale(1.02,1.02); -ms-transform:scale(1.02,1.02); transform:scale(1.02,1.02); }
#team .post:nth-of-type(2n) { background: #343434; }
#team .post a:nth-of-type(1){ display: block;  cursor: default; }
#team .post a:nth-of-type(2){ display: none; }
#team .post a h4 { height: 0; font-size: 0; opacity: 0; }
#team .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#team .post a p { font-size: 20px; line-height: 34px; color: #FFFFFF; }
#team .post a .exclusive { width: 119px; height: 119px; background: url(../images/pc/korea_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#team .post01 a .postimg { width: 500px; height: 333px;  background: url(https://vbmspic.video.friday.tw/GROUP/1798/1798_23826963_XL.jpg)no-repeat center top; background-size: 100%; }
#team .post02 a .postimg { width: 500px; height: 333px;  background: url(https://vbmspic.video.friday.tw/GROUP/2846/2846_4700_XL.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 40px; padding-top: 0; }
#team_2 .post{ width:550px; height: 500px; color: #ffffff; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; border-radius: 20px; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_2 .post:hover {-moz-transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02); -o-transform:scale(1.02,1.02); -ms-transform:scale(1.02,1.02); transform:scale(1.02,1.02); }
#team_2 .post:nth-of-type(2n) { background: #343434; }
#team_2 .post a:nth-of-type(1){ display: block; cursor: default; font-size: 0; }
#team_2 .post a:nth-of-type(2){ display: none; }
#team_2 .post a h3 { width: 420px; line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px; }
#team_2 .post02 a h3 { width: 450px; }
#team_2 .post a p { font-size: 20px; line-height: 34px; color: #FFFFFF; }
#team_2 .post a .exclusive { width: 119px; height: 119px; background: url(../images/pc/japan_item01tag.png)no-repeat center top; background-size: 100%; position: absolute; left: 0; top:0; }
#team_2 .post01 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg01.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post02 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg02.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post03 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg03.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post04 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg04.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post05 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg05.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post06 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg06.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post07 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg07.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post08 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg08.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post09 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg09.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); }
}

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




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

#header_m a.logo_img { display: block; width: 170px; height: 34px; font-size: 0; background: url(../images/logo.png) no-repeat center top; background-size: 100%; float: left; margin-left: 5px; }

body{ margin:0; padding: 0; }

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

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

#wrap{ height: 100%; background-size: 200%; }
#container { }
#container >.imgbox{ display: block; margin-top: 934px; z-index: 0; position: absolute;  }
#content_all{ font-size:30px; font-weight: bold; text-align: center; position: relative;  width: 100%; max-width: 1100px; min-width: 640px; height: 100%; }

/* HeaderCon PC */
#content_all .headerCon { width: 100%; position: relative; background: #FFFFFF; }
#content_all .headerCon .kvbox { width: 640px; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon .kvbox .kvboxhide { height: 0; overflow: hidden; position: absolute; left: 0; top:0; z-index: 0; }
#content_all .headerCon .kvbox .kvboxhide h1{ width: 665px; height: 300px; font-size: 50px; position: absolute; left: 25px; top:200px; z-index: 0; }
#content_all .headerCon .kvbox .kvboxhide h2,#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ display: none; width: 100%; height: 22px; font-size: 22px; }
#content_all .headerCon .kvbox .kvboxhide p { font-size: 26px; font-weight: 300; line-height: 39px; color: #FFFFFF; position: absolute; left: 40px; top:498px; }
#content_all .headerCon .kvbox .kvboxshow { width: 100%; height: 638px; padding-top: 1px; padding-bottom: 0px; z-index: 1; }
#content_all .headerCon .kvbox .kvboxshow h1 { width: 100%; font-size: 75px; font-weight: bold; line-height: 90px; color: #8c5342; text-align: center; z-index: 999; position: absolute; top: 33px; left: 0; }
#content_all .headerCon .kvbox .kvboxshow p { font-size: 30px; font-weight: bold; line-height: 36px; color: #8c5342; letter-spacing: 1px; text-align: center; z-index: 100; position: absolute; top: 230px; left: 122px; }
#content_all .headerCon .kvbox .kvboxshow p:nth-of-type(2) { font-size: 35px; font-weight: normal; line-height: 50px; color: #FFFFFF; background: #8c5342; padding: 2px 12px; letter-spacing: 2px; text-align: left; z-index: 999; position: absolute; top: 30px; left: 198px; }
#content_all .headerCon .kvbox .kvboxshow img {     display: block; width: 640px; height: 313px; position: absolute; left: 0; top: 325px; }
/* HeaderCon_m End */

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

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

#content_all .contentCon { width: 100%; position: relative; text-align: center; margin: 0 auto; }
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; }
#content_all .contentCon h2 { width: 300px; height: 70px; font-size: 0px; font-weight: 500; color: #FFFFFF; margin: 20px 0 0 15px; background: url(../images/pc/ash_h2.png)no-repeat center top; background-size: 300px 280px;  }
#content_all .contentCon p{ width: 100%; line-height: 40px; font-size:26px; font-weight: 500; margin:0px auto; text-align: justify; }
#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03{ position: relative; margin:0 auto; width: 100%; overflow: visible; }
#content_all .contentCon .itembox{ width: 640px; height: 100%; margin:0px auto; padding:20px 0; overflow: inherit; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; top:-80px; }

.yellow{ color: #f0e17d; }
#content_all .contentCon .item01 { width: 100%; height: 2250px; }
#content_all .contentCon .item01 .itembox{ padding:20px 0; }
#content_all .contentCon .item01 .itembox ul{ margin: 10px 35px 10px 52px; }
#content_all .contentCon .item01 .itembox ul li{ font-size: 26px; color:#FFFFFF; font-weight: 500; line-height:52px; list-style-position: outside; list-style-type: disc; text-align:justify; }
#content_all .contentCon .item01 .itembox ul li a { text-decoration: underline; color: #f0e17d; } 
#content_all .contentCon .item01 .itembox > a { display: block; width: 444px; height: 176px; background: url(../images/pc/ash_item01btn.png)no-repeat center top; background-size: 100%; position: absolute; left: 98px; top: 800px; cursor: pointer; opacity: 1; }
#content_all .contentCon .item01 .itembox > a:hover { display: block; width: 444px; height: 176px; background: url(../images/pc/ash_item01btn.png)no-repeat center top; background-size: 100%; }
#content_all .contentCon .item01 h2:nth-of-type(2) { width: 484px; height: 80px; margin-top: 230px; background: url(../images/pc/ash_h2_2.png)no-repeat center top; background-size: 100%; }
#content_all .contentCon .item01 .itembox ul:nth-of-type(3) { margin: 10px 35px 10px 24px; font-size: 26px; }
#content_all .contentCon .item01 .itembox ul:nth-of-type(3) li { margin-left: 30px; font-size: 26px; }
#content_all .contentCon .item01 .itembox img { display: block; width: 592px; height: 268px; margin: 15px 0 0 22px; }

#content_all .contentCon .item02 {  }
#content_all .contentCon .item02 .itembox .num p { width: 340px; font-size: 24px; line-height: 40px; font-weight: 500; color: #FFFFFF; margin: 0; padding: 10px; position: absolute; }
#content_all .contentCon .item02 .itembox .num p:nth-of-type(1) { left: 265px; top: 30px; }
#content_all .contentCon .item02 .itembox .num p:nth-of-type(2) { left: 265px; top: 276px; }
#content_all .contentCon .item02 .itembox .num { width: 640px; height: 462px; background: url(../images/mo/ash_num_m.png)no-repeat center top; background-size: 100%; margin:25px auto 50px; padding-left: 280px; position: relative; }
#content_all .contentCon .item02 .itembox ul{ margin: 10px 35px 10px 52px; }
#content_all .contentCon .item02 .itembox ul li{ font-size: 26px; color:#FFFFFF; font-weight: 500; line-height:52px; list-style-position: outside; list-style-type: disc; text-align:justify; }

#team { width: 550px; height: 500px; margin: 0 auto 0px; padding-top: 0; }
#team .post{ width:550px; height: 500px; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team .post:hover {-moz-transform:scale(1,1); -webkit-transform:scale(1,1); -o-transform:scale(1,1); -ms-transform:scale(1,1); transform:scale(1,1); }
#team .post:nth-of-type(2n) { background: #343434; }
#team .post a h3 { line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px;}
#team .post a p { width: 100%; font-size: 22px; line-height: 34px; text-align: center; }
#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 .post1 a .postimg { width: 500px; height: 333px; background: url(../images/post/korea_kvimg01.jpg)no-repeat center top; background-size: 100%; }
#team .post2 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg02.jpg)no-repeat center top; background-size: 100%; }
#team .post3 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg03.jpg)no-repeat center top; background-size: 100%; }
#team .slick-track { left: 5px; }
#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%; }
.slick-list { overflow: visible; }

#team_2 { width: 550px; height: 500px; margin: 0px auto 30px; padding-top: 0; }
#team_2 .post{ width:550px; height: 500px; padding: 20px 21px; margin-right: 8px; position: relative; background: #00afeb; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
#team_2 .post:hover {-moz-transform:scale(1,1); -webkit-transform:scale(1,1); -o-transform:scale(1,1); -ms-transform:scale(1,1); transform:scale(1,1); }
#team_2 .post:nth-of-type(2n) { background: #343434; }
#team_2 .post a h3 { line-height: 40px; font-size: 24px; color: #FFFFFF; border-bottom: 2px solid #ffffff; margin: 8px auto 10px;}
#team_2 .post a p { width: 100%; font-size: 22px; line-height: 34px; text-align: center; }
#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 .post1 a .postimg { width: 500px; height: 333px; background: url(../images/post/korea_kvimg01.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post2 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg02.jpg)no-repeat center top; background-size: 100%; }
#team_2 .post3 a .postimg { width: 500px; height: 333px;  background: url(../images/post/korea_kvimg03.jpg)no-repeat center top; background-size: 100%; }
#team_2 .slick-track { left: 5px; }
#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%; }

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


}/*手機版end*/





