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


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

.scrollup{ z-index: 10; }

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

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

/*額外加合作廠商logo*/
#footer_pcbg { border: none; }
#footer_pc { width: 1300px; padding: 10px 0px 10px; }
.ftr_box { width: 100%; background-color: #8aaec7;  border-top: 1px solid #8aaec7;  }
.ftr_logosA { width: 733px; height: 130px; margin: 0 auto; padding:20px 0 0; text-align: center; }
.ftr_logosA a{ display: inline-block; float: left; margin: 0 20px; }
.ftr_logosA a:nth-child(1) { height: 100px; margin-left: 4px; margin-right: 10px; }
.ftr_logosA a:nth-child(2) { height: 100px; }
.ftr_logosA a:nth-child(3) { height: 100px; -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);  }
.ftr_logosA a img{ display: block; width: 100%; height: 100%; }
.ftr_logosA a:nth-child(1) img{ display: block; width: 200px; height:50px; margin:25px 0; }
.ftr_logosB { width: 733px; height: 130px; margin: 0 auto; }
.ftr_logosB a{ display: block; margin: 0 15px; float: left; margin: 0; }
.ftr_logosB a:nth-child(1) { height: 100px; margin-right: 20px; }
.ftr_logosB a:nth-child(2) { height: 100px; margin: 0 14px 0 12px}
.ftr_logosB a:nth-child(3) { height: 100px; margin: 0 13px; }
.ftr_logosB a:nth-child(4) { height: 80px; margin: 0 20px 0 100px; }
.ftr_logosC { width: 650px; height: 0px; margin: 0px auto 0; }
.ftr_logosC a{ display: block; margin: 0 15px; float: left; margin: 0; }
.ftr_logosC a:nth-child(1) { height: 100px; margin-right: 20px; }
.ftr_logosC a:nth-child(2) { height: 100px; margin: 0; }
.ftr_logosC a:nth-child(3) { height: 100px; margin: 0 20px; }
.ftr_logosC a:nth-child(4) { height: 80px; margin: 0 20px 0 99px; }
.ftr_logosD { width: 733px; height: 105px; margin: 0 auto; }
.ftr_logosD a{ display: block; margin: 0 15px; float: left; margin: 0; }
.ftr_logosD a:nth-child(1) { height: 80px; margin-right: 20px; }
.ftr_logosD a:nth-child(2) { height: 80px; margin: 0 20px 0 28px; }
.ftr_logosD a:nth-child(3) { height: 80px; margin: 0 20px; }
/*額外加合作廠商logo*/

/*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%; background: #fff799; padding: 40px 0; margin: 0 auto; float: left; position: relative; z-index: 2; }
	#btn_note{ display: block; width:1200px; height: 26px; color: #6e82a5; margin: 15px auto; padding-left: 20px; font-size: 20px; font-weight: 500; text-align: left; position: relative; }
	#btn_note span { display: block; width: 5px; height:100%; background: #000000; margin-right: 18px; float: left; }
	.note_box{ display: block; width: 1200px; margin: 0px auto; padding: 0 0 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; padding-left: 40px; }
	.note_box ul li{ padding-left: 10px; font-size: 20px; color:#6e82a5; font-weight:400; line-height:44px; list-style-position: outside; list-style-type: disc ; text-align:justify; }
	.note_box ul a{ color:#000000; text-decoration: underline;}
	.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 16px; }
	.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-roman; font-size: 16px; }
	.btn_click { width: 60px; height: 30px; color: #FFFFFF; background: #1f1f1f; font-size: 18px; text-align: center; line-height: 30px; cursor: pointer; position: absolute; right: 0px; bottom:0; }
	.btn_click2 { display: none; width: 60px; height: 30px; color: #FFFFFF; background: #1f1f1f; font-size: 18px; text-align: center; line-height: 30px; cursor: pointer; position: absolute; right: 7px; bottom:0; }
/*小叮嚀*/

/*社群*/
.community{ background-color: #8aaec7; 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 { background: #000000; }
#content_all { min-width: 1280px; color:#FFFFFF; background: #000000; 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; }

/* HeaderCon PC */
#content_all .headerCon { width: 100%; position: relative; background: url(../images/pc/2019koreanstar_kvbg.jpg)no-repeat center top; background-size: 1920px 640px; background-color: #bedff0; }
#content_all .headerCon .kvbox { width: 1280px; height: 640px; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon .kvbox h1{ width: 550px; height: 194px; font-size: 20px; position: absolute; left: 50px; top:50px; z-index: -1;  }
#content_all .headerCon .kvbox h2,#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ width: 100%; height: 0; font-size: 16px; position: absolute; z-index: -1; }
#content_all .headerCon .kvbox p { width: 100%; font-size: 16px; font-weight: 300; line-height: 39px; font-weight: bold; text-align: center; color: #FFFFFF; margin-top: 200px; position: absolute; z-index: -1; }
#content_all .headerCon .kvbox a { display: block; width: 80px; height: 80px; background: url(../images/pc/arw.png)no-repeat center top; background-size: 80px 80px; position: absolute; left:47%; bottom: 0%; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; animation: yibig 0.5s linear 0s infinite alternate; cursor: pointer; }
@keyframes yibig {
	0% {
		/*opacity: 0;*/
	     transform: translate(0,6px); -webkit-transform: translate(0,6px);  -moz-transform: translate(0,6px);  -o-transform: translate(0,6px);   -ms-transform: translate(0,6px);  
		}
	100% {
		/*opacity: 1;*/
		transform: translate(0,0); -webkit-transform: translate(0,0);  -moz-transform: translate(0,0);  -o-transform: translate(0,0);   -ms-transform: translate(0,0);  
		} 
}
/* HeaderCon PC End */


/* contentCon PC */
#content_all .contentCon { position: relative; text-align: center; margin: 0 auto; z-index: 2; }
#content_all .contentCon a{ color:#FFFFFF; text-decoration: none; }
#content_all .contentCon h2 { font-size: 0; font-weight: 400; color: #FFFFFF; letter-spacing: 0px; }
#content_all .contentCon p{ width: 100%; line-height: 30px; font-weight: 400; letter-spacing: 1px; margin:0 auto; text-align: center; }
#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: 1280px; height: 100%; margin: 0 auto; padding: 30px 0; position: relative; }
#content_all .contentCon .itembox .point { position: absolute; width: 100%; }
#event { position: absolute; left: 0; top:5px; }


#content_all .contentCon .item01{ background: #fff4f7; margin:0 auto; position: relative; }
#content_all .contentCon .item01 .itembox { /*background: url(../images/pc/2019koreanstar_h2bg.png)no-repeat center 62px;*/  }
#content_all .contentCon .item01 .itembox h2{ width: 274px; line-height: 40px; font-size: 30px; font-weight: 400; color: #FFFFFF; margin: 30px auto 10px; background: #ff99c4; }
#content_all .contentCon .item01 .itembox p { line-height: 60px; font-size: 40px; font-weight: 500; color: #ff99c4; margin-bottom: 30px; }
#content_all .contentCon .item01 .itembox p.txt{ width: 820px; color: #6e82a5; font-size: 22px; font-weight: 400; line-height: 40px; margin: 44px auto; text-align: justify; }
#content_all .contentCon .item01 .itembox .peoteam { width: 806px; height: 435px; margin: 0 auto; }
#content_all .contentCon .item01 .itembox .peoteam div { width: 262px; height: 435px; margin-right: 10px; background: url(../images/pc/2019koreanstar_peoteam.jpg)no-repeat; background-size: 786px 435px; float: left; position: relative; }
#content_all .contentCon .item01 .itembox .peoteam div:nth-of-type(1) { background-position: 0 0; }
#content_all .contentCon .item01 .itembox .peoteam div:nth-of-type(2) { background-position: -262px 0; }
#content_all .contentCon .item01 .itembox .peoteam div:nth-of-type(3) { background-position: -524px 0; margin-right: 0; }
#content_all .contentCon .item01 .itembox .peoteam div h3 { width: 100%; height: 50px; line-height: 50px; font-size: 26px; font-weight: 400; color: #FFFFFF; background: rgba(110,130,165,0.66); position: absolute; bottom: 0; left: 0; }
#content_all .contentCon .item01 .itembox h4 { font-size: 34px; font-weight: 400; color: #6e82a5; margin: 50px auto 38px; }
#content_all .contentCon .item01 .itembox h5 { font-size: 40px; font-weight: 500; color: #01afec; margin-top: 50px; }
#content_all .contentCon .item01 .itembox .caseteam { width: 728px; height: 220px; margin: 0 auto 50px; }
#content_all .contentCon .item01 .itembox .caseteam div { width: 236px; height: 222px; margin-right: 10px; background: url(../images/pc/2019koreanstar_caseteam.png)no-repeat; background-size: 472px 222px; float: left; position: relative; }
#content_all .contentCon .item01 .itembox .caseteam div:nth-of-type(1) { background-position: 0 0; }
#content_all .contentCon .item01 .itembox .caseteam div:nth-of-type(2) { background-position: 0 0; }
#content_all .contentCon .item01 .itembox .caseteam div:nth-of-type(3) { background-position: -236px 0; margin-right: 0; }
#content_all .contentCon .item01 .itembox .caseteam div h3 { width: 100%; height: 40px; line-height: 40px; font-size: 30px; font-weight: 400; color: #FFFFFF; position: absolute; top:70px; left: 0; }
#content_all .contentCon .item01 .itembox .caseteam div h3 span { font-size: 22px; }
#content_all .contentCon .item01 .itembox .caseteam div div { width: 100px; height: 100px; font-size: 22px; font-weight:400; line-height: 25px; padding-top:25px; background: #01afec; border-radius: 100px; position: absolute; right: -60px; top:-10px; }

#content_all .contentCon .item02{ background: #fff799; margin:0 auto; position: relative; }
#content_all .contentCon .item02 .itembox h2{ width: 100%; line-height: 40px; font-size: 40px; font-weight: 500; color: #6e82a5; margin: 30px auto 70px; text-align:center; }
#content_all .contentCon .item02 .itembox .step { width: 1000px; height: 220px; background: url(../images/pc/2019koreanstar_step.png)no-repeat center top; background-size: 1000px 220px; margin: 0 auto; position: relative; margin-bottom: 80px; }
#content_all .contentCon .item02 .itembox .step h3 { width: 150px; line-height: 33px; color: #6e82a5; font-size: 21px; font-weight: 400; text-align: left; position: absolute; left: 99px; top:76px; }
#content_all .contentCon .item02 .itembox .step h3:nth-of-type(2) { left: 352px; top:59px; }
#content_all .contentCon .item02 .itembox .step h3:nth-of-type(3) { left: 604px; top:40px; }
#content_all .contentCon .item02 .itembox .step h3:nth-of-type(4) { left: 868px; top:40px; }
#content_all .contentCon .item02 .itembox .btnteam { width: 761px; height: 72px; margin: 0 auto; }
#content_all .contentCon .item02 .itembox .btnteam a { display: block; width: 370px; height: 72px; line-height: 68px; font-size: 30px; font-weight: 500; color: #6e82a5; text-align: center; border: 3px solid #6e82a5; border-radius: 10px; float: left; position: relative; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(1) { margin-right: 20px; /*padding-left: 44px; */}
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(2) { /*padding-left: 15px;*/ background: #6e82a5; color: #fff799; }
#content_all .contentCon .item02 .itembox .btnteam a:hover { background: #6e82a5; color: #fff799; }
#content_all .contentCon .item02 .itembox .btnteam a span { display: block; width: 16px; height: 32px; /*background: url(../images/pc/2019koreanstar_arw.png)no-repeat left center; background-size: 32px 32px; */position: absolute; right: 0; top:0px; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(1) span { right: 32px; top:18px; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(2) span { right: 12px; top:18px; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(1):hover span { background-position: right center; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(2):hover span { background-position: right center; }






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


.scrollup_1 { z-index: 100; }
#footer_mB{ /*margin-bottom: 120px;*/ }

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

/*額外加合作廠商logo*/
#footer_pcbg { border: none; }
#footer_pc { width: 1300px; padding: 10px 0px 10px; }
.ftr_box { width: 100%; background-color: #8aaec7;  border-top: 1px solid #8aaec7;  }
.ftr_logosA { width: 640px; height: 150px; margin: 0 auto; padding:30px 15px 0px 15px; text-align: center; position: relative; }
.ftr_logosA a{ display: inline-block; margin: 0 20px; }
.ftr_logosA a:nth-child(1) { height: 100px; margin: 0 20px; }
.ftr_logosA a:nth-child(2) { height: 100px; }
.ftr_logosA a:nth-child(3) { position: absolute; left: 0; top: 140px; height: 100px; -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);  }
.ftr_logosA a img{ display: block; width: 100%; height: 100%; }
.ftr_logosA a:nth-child(1) img{ display: block; width: 200px; height:50px; margin:25px 0; }
.ftr_logosB { width: 463px; height: 130px; margin: 0 auto; padding: 0px 15px 0px 15px; position: relative; }
.ftr_logosB a{ display: block; margin: 0 15px; float: left; margin: 0; }
.ftr_logosB a:nth-child(1) { height: 100px; margin: 0 20px; }
.ftr_logosB a:nth-child(2) { height: 100px; margin: 0 20px; }
.ftr_logosB a:nth-child(3) { height: 100px; margin: 0 20px; position: absolute; left: 108px; top: 96px; }
.ftr_logosB a:nth-child(4) {  height: 80px; margin: 7px 20px 0 305px; }
.ftr_logosC { width: 463px; height: 140px; margin: 0 auto; padding: 0px 15px 0px 15px; position: relative; }
.ftr_logosC a{ display: block; margin: 0 15px; float: left; margin: 0; }
.ftr_logosC a:nth-child(1) { height: 100px; margin: 0 20px; }
.ftr_logosC a:nth-child(2) { height: 100px; margin: 0 20px 0 0; }
.ftr_logosC a:nth-child(3) { height: 100px; margin: 0 20px 0 0; position: absolute; left: 127px; top: 65px; }
.ftr_logosC a:nth-child(4) { height: 100px; margin: 0 20px 0 0; position: absolute; left: 325px; top: 107px; }
.ftr_logosD { width: 640px; height: 120px; margin: 0 auto; padding: 0px 15px 0px 15px; position: relative; }
.ftr_logosD a{ display: block; margin: 0 15px; float: left; margin: 0; }
.ftr_logosD a:nth-child(1) { height: 100px; margin: 0 20px; }
.ftr_logosD a:nth-child(2) { height: 100px; margin: 0 20px 0 32px; }
/*額外加合作廠商logo*/

/*小叮嚀*/
#pspoint{ position: absolute; top: -50px; } 
#btn_note{ display: block; width: 640px; height: 42px; line-height: 42px; font-size: 26px; font-weight: 400; margin: 0px auto; padding: 0 20px; }
#btn_note span { display: block; width: 5px; height:100%; background: #000000; margin-right: 18px; margin-left: 15px; 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; padding: 0; }
.note_box ul li{ font-size: 22px;line-height: 40px; font-weight:normal; list-style-position: outside; list-style-type: disc; text-align:justify; margin: 0 25px 10px 50px; }
.note_box ul li ol li{ margin-left:20px; list-style-type: upper-roman; font-size: 22px; margin-right: 0; }
.note_box ul li ol li ul { margin: 0 auto; }
.note_box ul li ol li ul li{ margin-left:20px; list-style-type:square; font-size: 22px; margin-bottom: 0; }
.btn_click { width: 70px; height: 40px; color: #FFFFFF; background: #1f1f1f; font-size: 22px; text-align: center; line-height: 40px; cursor: pointer; position: absolute; right: 27px; bottom:0; }
.btn_click2 { display: none; width: 70px; height: 40px; color: #FFFFFF; background: #1f1f1f; font-size: 22px; text-align: center; line-height: 40px; cursor: pointer; position: absolute; right: 27px; bottom:0; }
/*小叮嚀*/

#wrap{ height: 100%; background-size: 200%; }
#container {  }
#content_all{ font-size:30px; font-weight: bold; text-align: center; position: relative;  width: 100%; max-width: 1100px; min-width: 640px; height: 100%; }
 
/* HeaderCon_m  */
#content_all .headerCon { width: 100%; position: relative; background: url(../images/mo/2019koreanstar_kvbg.jpg)repeat center top; background-size: 1100px 1000px; background-color: #bedff0; }
#content_all .headerCon .kvbox { width: 640px; height: 1000px; margin: 0 auto 0; padding: 0; position: relative; }
#content_all .headerCon .kvbox h1{ width: 550px; height: 194px; font-size: 0px; background: url(../images/pc/travel_kvh1.png)center top; background-size: 100%; position: absolute; left: 45px; top:80px; z-index: -1; animation-duration: 0.4s; animation-delay: 0.8s; animation-iteration-count: 1; }
#content_all .headerCon .kvbox h2,#content_all .headerCon .kvbox b,#content_all .headerCon .kvbox i{ width: 100%; height: 0; font-size: 20px; z-index: -1; }
#content_all .headerCon .kvbox p { width: 100%; font-size: 22px; font-weight: 300; line-height: 33px; font-weight: 500; text-align: center; color: #FFFFFF; margin-top: 285px; margin-bottom: 30px; padding: 0 30px; z-index: -1; }
#content_all .headerCon .kvbox a { display: block; width: 80px; height: 80px; background: url(../images/pc/arw.png)no-repeat center top; background-size: 80px 80px; position: absolute; left:45%; bottom: 5%; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; animation: yibig 0.5s linear 0s infinite alternate; cursor: pointer; }
/* HeaderCon_m End */

/*主要內容 #main_m */
#content_all .bodybg { width: 100%; height: 1375px; background:url(../images/mo/freevideo2_body_bg.png)no-repeat center top; background-size: 1100px 1375px; position: absolute; left: 0; top:805px; z-index: 1; }
#content_all .contentCon .itembox .point { position: absolute; top:-90px; width: 100%; }
#content_all .contentCon { width: 100%; height: 100%; position: relative; text-align: center; overflow: inherit; margin: 0 auto; }
#content_all a:hover{ text-decoration: none;}

#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: 100%; line-height: 70px; font-size: 0; font-weight: 500; margin:10px auto 0px; text-align: justify; }
#content_all .contentCon p{ line-height: 40px; font-size:22px; font-weight: 500; letter-spacing: 1px; margin:0px auto 10px; text-align: center; }
#content_all .contentCon .item01,#content_all .contentCon .item02,#content_all .contentCon .item03{ position: relative; margin:0 auto; width: 100%; }
#content_all .contentCon .itembox{ width: 640px; height: 100%; margin:0 auto; padding:40px 0 50px 0; overflow: inherit; position: relative; }

#content_all .contentCon .item01{ background: #fff4f7; margin:0 auto; position: relative; }
#content_all .contentCon .item01 .itembox { padding: 0px 0 10px 0; }
#content_all .contentCon .item01 .itembox h2{ width: 640px; height: 100px; line-height: 100px; font-size: 40px; margin: 0 auto 30px; text-align: center; background: #01afec; }
#content_all .contentCon .item01 .itembox p { line-height: 60px; font-size: 40px; font-weight: 500; color: #ff99c4; margin-bottom: 30px; }
#content_all .contentCon .item01 .itembox p.txt{ width: 570px; color: #6e82a5; font-size: 22px; font-weight: 400; line-height: 40px; margin: 44px auto; }
#content_all .contentCon .item01 .itembox .peoteam { width: 570px; height: 314px; margin: 0 auto; }
#content_all .contentCon .item01 .itembox .peoteam div { width: 189px; height: 314px; margin-right: 1px; background: url(../images/pc/2019koreanstar_peoteam.jpg)no-repeat; background-size: 567px 314px; float: left; position: relative; }
#content_all .contentCon .item01 .itembox .peoteam div:nth-of-type(1) { background-position: 0 0; }
#content_all .contentCon .item01 .itembox .peoteam div:nth-of-type(2) { background-position: -189px 0; }
#content_all .contentCon .item01 .itembox .peoteam div:nth-of-type(3) { background-position: -378px 0; }
#content_all .contentCon .item01 .itembox .peoteam div h3 { width: 100%; height: 36px; line-height: 36px; font-size: 20px; font-weight: 400; color: #FFFFFF; background: rgba(110,130,165,0.66); position: absolute; bottom: 0; left: 0; }
#content_all .contentCon .item01 .itembox h4 { font-size: 34px; font-weight: 400; color: #6e82a5; margin: 50px auto 38px; }
#content_all .contentCon .item01 .itembox h5 { font-size: 40px; font-weight: 500; color: #01afec; }
#content_all .contentCon .item01 .itembox .caseteam { width: 541px; height: 163px; margin: 0 auto 50px; }
#content_all .contentCon .item01 .itembox .caseteam div { width: 173.5px; height: 163px; margin-right: 10px; background: url(../images/pc/2019koreanstar_caseteam.png)no-repeat; background-size: 347px 163px; float: left; position: relative; }
#content_all .contentCon .item01 .itembox .caseteam div:nth-of-type(1) { background-position: 0 0; }
#content_all .contentCon .item01 .itembox .caseteam div:nth-of-type(2) { background-position: 0 0; }
#content_all .contentCon .item01 .itembox .caseteam div:nth-of-type(3) { background-position: -173.5px 0; margin-right: 0; }
#content_all .contentCon .item01 .itembox .caseteam div h3 { width: 100%; height: 40px; line-height: 32px; font-size: 26px; font-weight: 400; color: #FFFFFF; position: absolute; top:45px; left: 0; }
#content_all .contentCon .item01 .itembox .caseteam div h3 span { font-size: 20px; }
#content_all .contentCon .item01 .itembox .caseteam div div { width: 85px; height: 85px; font-size: 18px; font-weight:400; line-height: 24px; padding-top:21px; background: #01afec; border-radius: 100px; position: absolute; right: -40px; top:-40px; }

#content_all .contentCon .item02{ background: #fff799; margin:0 auto; position: relative; }
#content_all .contentCon .item02 .itembox { padding-bottom: 20px; }
#content_all .contentCon .item02 .itembox h2{ width: 100%; line-height: 40px; font-size: 40px; font-weight: 500; color: #6e82a5; margin: 10px auto 30px; text-align:center; }
#content_all .contentCon .item02 .itembox .step { width: 640px; height: 434px; background: url(../images/mo/2019koreanstar_step_m.png)no-repeat center top; background-size: 640px 434px; margin: 0 auto; position: relative; margin-bottom: 55px; }
#content_all .contentCon .item02 .itembox .step h3 { width: 150px; line-height: 33px; color: #6e82a5; font-size: 22px; font-weight: 400; text-align: left; position: absolute; left: 167px; top:72px; }
#content_all .contentCon .item02 .itembox .step h3:nth-of-type(2) { left: 426px; top:54px; }
#content_all .contentCon .item02 .itembox .step h3:nth-of-type(3) { left: 167px; top:260px; }
#content_all .contentCon .item02 .itembox .step h3:nth-of-type(4) { left: 426px; top:260px; }
#content_all .contentCon .item02 .itembox .btnteam { width: 445px; height: 210px; margin: 0 auto; }
#content_all .contentCon .item02 .itembox .btnteam a { display: block; width: 445px; height: 88px; line-height: 82px; font-size: 34px; font-weight: 500; color: #6e82a5; text-align: center; border: 3px solid #6e82a5; border-radius: 10px; float: left; position: relative; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(1) { margin-right: 0px; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(2) { margin-top: 30px; background: #6e82a5; color: #fff799; }
#content_all .contentCon .item02 .itembox .btnteam a:hover { background: #6e82a5; color: #fff799; }
#content_all .contentCon .item02 .itembox .btnteam a span { display: block; width: 16px; height: 32px; background: url(../images/pc/2019koreanstar_arw.png)no-repeat left center; background-size: 32px 32px; position: absolute; right: 0; top:0px; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(1) span { right: 63px; top:26px; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(2) span { right: 30px; top:26px; background-position: right center; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(1):hover span { background-position: right center; }
#content_all .contentCon .item02 .itembox .btnteam a:nth-of-type(2):hover span { background-position: right center; }



}/*手機版end*/





