<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#nav {
  height: 105px;
  text-align: center;
  background-color: #fff;
}
.bannerBox {
  width: 100%;
  height: 908px;
  background-color: #f4d3ce;
  box-sizing: border-box;
  background: url(../images/banner.jpg) top center no-repeat;
  /*background-size: 100% 100%;*/
  position: relative;
}
.bannerBox img {
  width: 100%;
  /*height: 560px;*/
}
.bannerText {
  width: 1000px;
  position: absolute;
  top: 629px;
  left: 0;
  right: 0;
  height: 217px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 40px 59px 40px 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.bannerText img.textOne {
  width: 55px;
  height: 132px;
  display: inline-block;
  margin-right: 24px;
}
.bannerText img.textTwo {
  width: 14px;
  height: 132px;
  display: inline-block;
  margin-right: 36px;
}
.bannerText p {
  width: 775px;
  font-size: 16px;
  color: #1f2c54;
}
.bannerText p span {
  display: block;
  line-height: 26px;
}
.bannerText p span.text {
  margin-bottom: 6px;
}

.bannerFlex {
  width: 100%;
  height: 714px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background: url(../images/banner2.jpg) top center no-repeat;
}
.bannerFlex .bannerContent {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.bannerContent img.titleBanner {
  display: block;
  width: 453px;
  height: 56px;
  margin: 0 auto 18px;
}
.bannerContent img.titleEnglish {
  display: block;
  margin: 0 auto;
  width: 444px;
  height: 14px;
}
.fiexBox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  margin: 40px 0 0;
}
.fiexBox ul {
  width: 232px;
  height: 344px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 28px 29px 38px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 24px;
}
.fiexBox ul img {
  display: block;
  margin: 0 auto;
}
.fiexBox ul p {
  font-size: 22px;
  font-weight: bold;
  color: #1f2c54;
  margin: 22px auto 17px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fiexBox ul b {
  display: block;
  width: 100%;
  height: 2px;
  background: #b6d8ee;
  margin-bottom: 21px;
}
.fiexBox ul li {
  font-size: 14px;
  color: #1f2c54;
  line-height: 26px;
  height: 150px;
  overflow-y: auto;
}
::-webkit-scrollbar {
  display: none;
}
.fiexBox ul:last-child {
  margin-right: 0;
}

.fiexBtn {
  width: 100%;
  margin-top: 45px;
  box-sizing: border-box;
}
.fiexBtn .consult {
  display: inline-block;
  width: 212px;
  height: 50px;
  background: #60c4c8;
  border: none;
  outline: none;
  color: #fff;
  margin-left: 230px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
.fiexBtn .apply {
  display: inline-block;
  width: 212px;
  height: 50px;
  background: #e96359;
  border: none;
  outline: none;
  color: #fff;
  margin-left: 114px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
.employment {
  width: 100%;
  height: 1039px;
  background: #f4d3ce;
  box-sizing: border-box;
  /*overflow: hidden;*/
}
.employmentBox {
  width: 1000px;
  padding: 92px 0;
  box-sizing: border-box;
  /*overflow: hidden;*/
  margin: 0 auto;
}
.employmentBox img.titleBanner {
  display: block;
  width: 254px;
  height: 57px;
  margin: 0 auto 18px;
}
.employmentBox img.titleEnglish {
  display: block;
  margin: 0 auto;
  width: 369px;
  height: 14px;
}
.employmentBox ul {
  width: 924px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 35px;
  margin-left: 30px;
}
.employmentBox ul img {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin: 7px 5px 0 0;
}
.employmentBox ul li {
  font-size: 16px;
  color: #1f2c54;
  line-height: 26px;
}
.stateBtn {
  width: 100%;
  margin: 34px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.stateBtn .Korea {
  display: inline-block;
  width: 130px;
  height: 50px;
  /* background: #1f2c54; */
  border: none;
  outline: none;
  color: #fff;
  margin-left: 337px;
  border-radius: 15px;
  font-size: 22px;
}
.stateBtn .Japanese {
  display: inline-block;
  width: 130px;
  height: 50px;
  background: #3880c5;
  border: none;
  outline: none;
  color: #fff;
  margin-left: 57px;
  border-radius: 15px;
  font-size: 22px;
}
.employmentBox ul.JapaneseText {
  display: none;
}

.company {
  width: 100%;
  height: 375px;
  margin-top: 40px;
  box-sizing: border-box;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.company .swiper-slide {
  width: 232px !important;
  height: 375px !important;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 24px;

  transition-property: all;
}
/*.swiper-slide:nth-child(4n){
	 margin-right: 0;
}*/
.swiper-button-prev {
  position: absolute;
  width: 73px;
  height: 70px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: url(../images/left.png);
  background-position: center;
  background-repeat: no-repeat;
  left: -128px;
  top: 190px;
  bottom: 0;
  right: 0;
  background-size: cover;
  outline: none;
}
.swiper-button-next {
  position: absolute;
  width: 73px;
  height: 70px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: url(../images/right.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 190px;
  bottom: 0;
  right: -128px;
  background-size: cover;
  outline: none;
}
.company .swiper-slide dl {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.company .swiper-slide dl dt {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.company .swiper-slide dl dt img {
  display: block;
  width: 100%;
  height: 160px;
}
.company .swiper-slide dl dt p {
  width: 100%;
  background: rgba(47, 52, 84, 0.5);
  position: absolute;
  bottom: -1px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
}
.company .swiper-slide dl dd {
  width: 180px;
  height: 185px;
  margin: 15px auto;
  font-size: 14px;
  color: #1f2c54;
  line-height: 26px;
  overflow-y: auto;
}
.company .swiper-slide dl dd span {
  display: block;
}
.company .swiper-slide dl dd b {
  font-weight: normal;
  font-size: 16px;
  color: #e96359;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

/*鐢宠璁″垝*/

.plan {
  width: 100%;
  height: 880px;
  background: url(../images/banner6.png) top center no-repeat;
  /*background-size: 100% 100%;*/
  box-sizing: border-box;
}
.planBox {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.planBox img.titleBanner {
  display: block;
  width: 247px;
  height: 56px;
  margin: 0 auto 18px;
}
.planBox img.titleEnglish {
  display: block;
  margin: 0 auto;
  width: 286px;
  height: 14px;
}
.planlist {
  width: 1000px;
  height: 216px;
  background: #fff;
  border-radius: 8px;
  padding: 26px 20px 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.planlist dl {
  width: 460px;
  height: 168px;
  border: 1px solid #3880c5;
  padding: 15px 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.planlist dl dt {
  font-size: 20px;
  color: #3670a8;
  margin-bottom: 8px;
}
.planlist dl dd {
  width: 100%;
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}
.planlist dl dd b {
  font-weight: normal;
  display: inline-block;
  width: 16px;
  height: 15px;
  border-radius: 50%;
  background: #1f2c54;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  margin-right: 8px;
}
.planlist dl dd span {
  font-size: 14px;
  color: #1f2c54;
}
.planBtn {
  width: 100%;
  margin: 29px 0 22px;
  text-align: center;
}
.planBtn button {
  display: inline-block;
  width: 282px;
  height: 40px;
  background: #1f2c54;
  color: #fff;
  font-size: 19px;
  border: none;
  outline: none;
  border-radius: 15px;
}
.details {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
.details dl {
  width: 209px;
  height: 123px;
  background: #fff;
  border-radius: 8px;
  padding: 16px 14px;
  box-sizing: border-box;
}
.details dl dt {
  font-size: 16px;
  color: #3670a8;
  margin-bottom: 4px;
}
.details dl dd {
  font-size: 14px;
  color: #1f2c54;
  line-height: 20px;
}
.planHide {
  display: none;
}
.detailsHide {
  display: none;
}
.planBtn .ten {
  display: none;
}

.recommend {
  width: 100%;
  height: 1440px;
  background: url(../images/banner4.jpg) top center no-repeat;
  /*background-size: 100% 100%;*/
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.recommendBox {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.recommendBox img.titleBanner {
  display: block;
  width: 555px;
  height: 56px;
  margin: 0 auto 18px;
}
.recommendBox img.titleEnglish {
  display: block;
  margin: 0 auto;
  width: 537px;
  height: 14px;
}
.introduce {
  width: 100%;
  height: 430px;
  box-sizing: border-box;
  position: relative;
}
.introduce .swiper-slide {
  width: 232px !important;
  height: 429px !important;
  background: #3670a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 24px;

  transition-property: all;
}

.introduce .swiper-slide dl {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.introduce .swiper-slide dl dt {
  width: 100%;
  height: 186px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.introduce .swiper-slide dl dt img {
  display: block;
  width: 100%;
  height: 186px;
}
.introduce .swiper-slide dl dt p {
  width: 100%;
  background: rgba(47, 52, 84, 0.5);
  position: absolute;
  bottom: -1px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
}
.introduce .swiper-slide dl dd {
  width: 180px;
  height: 205px;
  margin: 15px auto;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  overflow-y: auto;
}
.introduce .swiper-slide dl dd span {
  display: block;
}
.introduce .swiper-slide dl dd i {
  display: block;
  width: 83px;
  height: 3px;
  background: #b6d8ee;
  margin: 5px 2px;
}
.introduce .swiper-slide dl dd b {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-bottom: 3px;
  display: block;
}

.advantage {
  width: 1000px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0px auto;
}
.advantage img.titleBanner {
  display: block;
  width: 255px;
  height: 56px;
  margin: 0 auto 18px;
}
.advantage img.titleEnglish {
  display: block;
  margin: 0 auto;
  width: 182px;
  height: 15px;
}

.advantageList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 36px;
}
.advantageList dl {
  width: 316px;
  height: 310px;
  padding: 27px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f4d3ce;
}
.advantageList dl dt {
  width: 100%;
  height: 115px;
  border-bottom: 1px solid #ebb7af;
  text-align: center;
}
.advantageList dl dt img {
  display: block;
  width: 65px;
  height: 62px;
  margin: 0 auto 10px;
}
.advantageList dl dt span {
  font-size: 24px;
  color: #1f2c54;
}
.advantageList dl dd {
  margin-top: 14px;
  font-size: 16px;
  color: #1f2c54;
  line-height: 26px;
}
.advantageList dl:nth-child(2) {
  margin: 0 26px;
}

.bgOne {
  width: 283px;
  height: 522px;
  display: block;
  position: absolute;
  bottom: 270px;
  left: -42px;
}
.bgTwo {
  width: 110px;
  height: 481px;
  display: block;
  position: absolute;
  top: 73px;
  right: -15px;
}

.enterpriseHide {
  display: none;
}
.prevJapanese {
  display: none;
}
.nextJapanese {
  display: none;
}

.introduceHide {
  display: none;
}
.prevTwo {
  display: none;
}
.nextTwo {
  display: none;
}
.footterBox {
  width: 100%;
  /* background:#ae6753;  */
}

.stateBtn .Korea {
  margin-left: 337px;
}
.stateBtn .Japanese {
  margin-left: 57px;
}
.stateBtn .active {
  background-color: #1f2c54;
}
.stateBtn button {
  display: inline-block;
  width: 130px;
  height: 50px;
  background: #3880c5;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 15px;
  font-size: 22px;
}

.closeBtnLeft { width:24px; height:24px; position:absolute; top:0px; right:0px; cursor: pointer;}

</pre></body></html>