*:facus {
	outline: none;
}

html, body {
    height: 100%;
    min-height: 100%;
    margin: 0;
	padding: 0;
    font-family: Noto Sans TC, Microsoft JhengHei, Arial;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 30%, rgba(0, 0, 0, 0.1) 65%), url(../img/bg.webp?v=3);    
    background-position: center, left bottom;
    background-attachment: fixed;
    background-size: cover;
    /* background: #000; */
	cursor: default;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
    color: #008aff;
	outline: 0;
    word-break: break-all;
}

img {
	border: 0px;
}

.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .phoneBreak {
        display: block;
    }
}



header {
    /* display: none; */
    position: relative;
    z-index: 1;
    background: #ffffff66;
}

header .content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
}

header .content .left {
    flex: 0 0 160px;
}

header .content .left .logoCont {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: solid 1px #c0c0c0;
    background: #fff;
}

header .content .left .logoCont img {
    width: 80%;
}

header .content .right {
    flex: 1 1 auto;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    /* display: inline-block; */
    /* background: #fff; */
}

header .content .right .companyName {
    letter-spacing: 1px;
    /* color: #aa0000; */
    color: #36873a;
}

header .content .right .companyName .tw {    
    margin: 0 10px 0 0;
    display: inline-block;
    font-weight: 700;
    font-size: 40px;
}

header .content .right .companyName .en {
    display: inline-block;
    font-size: 24px;
}

header .content .right .tagSet {
    margin: 15px 0 0;
}

header .content .right .tagSet .tag {
    margin: 0 5px 0 0;
    padding: 3px 15px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    border: solid 1px #d0d0d0;
    background: #e0e0e0;
}

header .content .right .socialSet {
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
}

header .content .right .socialSet a {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    /* text-align: center; */
    background: #808080;
}

header .content .right .socialSet a i {
    display: block;
    font-size: 24px; 
    color: #fff;
}

header .content .resume {
    flex: 0 0 150px;
    text-align: center;
    align-self: center;
    position: relative;
    z-index: 1;
}

header .content .resume a {
    padding: 20px 10px;
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #44bb88;
    border-radius: 20px;
    color: #303030;
    background: linear-gradient(135deg, #A5D771 0%, #84D9FD 100%);
    transform-origin: center;
    animation: resumeBreath 1s ease-in-out 0s infinite alternate forwards;
}

header .content .resume a i {
    margin: 0 0 10px;
    font-size: 40px;
    color: #fff;
}

@keyframes resumeBreath {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
}




article {
    width: 100%;
    /* height: 100%; */
    min-height: 100%;
    margin: -205px 0 -50px;
    padding: 205px 0 50px;
    box-sizing: border-box;
    position: relative;
}

article .ctx {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

article .ctx .sect {
    transform-origin: center top;
    transform: scale(0);
    /* animation: sectAni 0.5s ease-in-out 2s 1 normal forwards; */
}

article .ctx .sect.sectAni {
    animation: sectAni 0.5s ease-in-out 0s 1 normal forwards;
}

@keyframes sectAni {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

article .ctx .vLine {
    width: 50%;
    height: 100px;
    border-right: dashed 1px #808080;
}

article .kv {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/kv.webp?v=1") center 50%;
    background-size: cover;
}

article .kv .slogan {
    margin: 10px auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    /* border-radius: 3px; */
    /* border: solid 1px #008844; */
    letter-spacing: 2px;
    line-height: 1.8em;
    font-size: 24px;
    /* color: #008844; */
    color: #fff;
    /* background: #ffffff88; */
    text-shadow: 1px 1px 3px #000000;
}

article .kv .slogan .txt {
    position: relative;
}

article .kv .slogan .txt .author {
    position: absolute;
    right: -50px;
    font-family: arial, sans-serif;
    font-size: 12px;
}

article .ctx .title {
    margin: 20px 0;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #41995c;
}

article .ctx .moreNemo {
    text-align: center;
    font-weight: 700;
    color: #41995c;
    cursor: pointer;
    transform: translateY(-10px);
}

article .ctx .course {
    position: relative;
    /* background: #ccc; */
}

article .ctx .courseListWrap {
    width: 100%;
    margin: 20px 0;
    overflow-x: hidden;
}

article .ctx .courseListWrap .slideBtn {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
    position: absolute;
    top: 33%;
    z-index: 2;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    transition: transform 0.3s;
    transform-origin: center;
}

article .ctx .courseListWrap .slideBtn:hover {
    /*transform: scale(1.2);*/
}

article .ctx .courseListWrap .slideBtn.prevVid {
    left: -15px;
}

article .ctx .courseListWrap .slideBtn.nextVid {
    right: -15px;
}

article .ctx .courseListWrap .slideBtn i {
    font-size: 40px;
    color: #008844;
}

article .ctx .courseListWrap .courseList {
    display: flex;
     /*background: #ccc;*/ 
}

article .ctx .courseListWrap .courseList .item {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

/* article .ctx .courseListWrap .courseList .item:nth-child(1) {
    margin: 0 10px 0 5px;
}

article .ctx .courseListWrap .courseList .item:last-child {
    margin: 0 0px 0 10px;
} */

article .ctx .courseListWrap .courseList .item .thumbnailWrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: solid 1px #d0d0d0;
}

article .ctx .courseListWrap .courseList .item .thumbnailWrap .thumbnail {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    transition: transform 0.5s;
}

article .ctx .courseListWrap .courseList .item:hover .thumbnailWrap .thumbnail {
    transform: scale(1.1);
}

article .ctx .courseListWrap .courseList .item .thumbnailWrap .play {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 50px;
    color: #ffffffbb;
    /* text-shadow: 0 0 1px #00000088, 0 0 5px #00000044; */
}

article .ctx .courseListWrap .courseList .item .tit {
    margin: 5px 0 0;
    text-align: center;
    font-weight: 400;
    /* font-size: 20px; */
    color: #303030;
}

article .ctx .courseListWrap .courseList .item .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

article .ctx .scheduleTabSet {
    width: 600px;
    margin: 0 auto;
    display: flex;
    /* background: #ccc; */
}

article .ctx .scheduleTabSet .tab {
    flex: 0 0 50%;
    width: 49.4%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #c0c0c0;
    border-bottom: none;
    text-align: center;
    color: #a0a0a0;
    background: #e8e8e8;
    box-shadow: 0 -3px 5px #00000011 inset;
    cursor: pointer;
}

article .ctx .scheduleTabSet .tab:nth-child(1) {
    border-top-left-radius: 15px;
}

article .ctx .scheduleTabSet .tab:nth-child(2) {
    border-top-right-radius: 15px;
}

article .ctx .scheduleTabSet .tab.active {
    color: #303030;
    background: #fff;
    box-shadow: 0 0 0 #00000000 inset;
}

article .ctx .schedule {
    width: 600px;
    height: 500px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    /* overflow-x: auto; */
    overflow-y: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: solid 1px #c0c0c0;
    border-top: none;
    /* background: #fff; */
}

article .ctx .schedule::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}
  
/* Track */
article .ctx .schedule::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 5px;
}

/* Handle */
article .ctx .schedule::-webkit-scrollbar-thumb {
    background-color: #808080;
    /*background-color: rgba(228, 161, 37, 0.5);*/
    border-radius: 5px;
}

article .ctx .schedule .scheduleListA {
    padding: 0 20px;
    box-sizing: border-box;
}

article .ctx .schedule .scheduleListA .item {
    margin: 20px 0;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;    
    background: #ffffff88;
}

article .ctx .schedule .scheduleListA .item .dateInfo {
    flex: 0 0 25%;
    text-align: center;
    /* background: #bbb; */
}

article .ctx .schedule .scheduleListA .item .dateInfo .date {
    font-size: 20px;
}

article .ctx .schedule .scheduleListA .item .school {
    flex: 1 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}

article .ctx .schedule .scheduleListA .item .localInfo {
    /* flex: 0 0 25%; */
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* text-align: center; */
    color: #004aad;
    /* background: #bbb; */
}

article .ctx .schedule .scheduleListA .item .localInfo .icon {
    font-size: 28px;
}

article .ctx .schedule .scheduleListA .item .localInfo .local {
    padding: 0 10px;
    box-sizing: border-box;
}

article .ctx .schedule .scheduleListB {
    padding: 0 20px;
    box-sizing: border-box;
}

article .ctx .schedule .scheduleListB .item {
    margin: 20px 0;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;    
    background: #ffffff88;
}

article .ctx .schedule .scheduleListB .item .dateInfo {
    /* flex: 0 0 20%; */
    flex: 0 0 25%;
    text-align: center;
    /* background: #bbb; */
}

article .ctx .schedule .scheduleListB .item .dateInfo .date {
    font-size: 20px;
}

article .ctx .schedule .scheduleListB .item .school {
    flex: 1 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}

article .ctx .schedule .scheduleListB .item .localInfo {
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* text-align: center; */
    color: #004aad;
    /* background: #bbb; */
}

article .ctx .schedule .scheduleListB .item .localInfo .icon {
    font-size: 28px;
}

article .ctx .schedule .scheduleListB .item .localInfo .local {
    padding: 0 10px;
    box-sizing: border-box;
}

article .ctx .schedule .scheduleListB .item .cate {
    flex: 0 0 20%;
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    color: #000;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff;
    background: linear-gradient(135deg, #A5D771 0%, #84D9FD 100%);
}

article .ctx .schedule img {
    width: 100%;
    vertical-align: bottom;
}

article .ctx .schedule img.B {
    display: none;
}

article .ctx .recruitInfoSet {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

article .ctx .recruitInfoSet .item {
    flex: 1 1 auto;
    box-sizing: border-box;
    /* border: solid 1px #ccc; */
    text-align: center;
}

article .ctx .recruitInfoSet .item a {
    width: 150px;    
    height: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 100%;
    border: solid 1px #c0c0c0;
    font-size: 20px;
    color: #303030;
    /* text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff; */
    background: linear-gradient(135deg, #A5D771 0%, #84D9FD 100%);
    cursor: pointer;
}

article .ctx .recruitInfoSet .item a i {
    margin: 0 0 5px;
    font-size: 40px;
    color: #fff;
}

article .ctx .companySet {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
}

article .ctx .companySet .item {
    /* flex: 1 1 auto; */
    flex: 0 0 19%;
    margin: 10px 0.5%;
    box-sizing: border-box;
    /* border: solid 1px #ccc; */
    text-align: center;
}

article .ctx .companySet .item a {
    width: 150px;    
    height: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 500px;
    border: solid 1px #c0c0c0;
    font-size: 20px;
    color: #303030;
    background: #ffffff88;
    box-shadow: 5px 5px 10px #00000044;
}

article .ctx .companySet .item a img {
    width: 75%;
}

article .ctx .companySet .item:nth-child(3) a img,
article .ctx .companySet .item:nth-child(4) a img {
    width: 38%;
}

article .ctx .companySet .item:nth-child(5) a img {
    width: 65%;
}

article .ctx .companySet .item:nth-child(6) a img,
article .ctx .companySet .item:nth-child(7) a img {
    width: 55%;
}

article .ctx .companySet .item:nth-child(8) a img {
    width: 65%;
}


article .ctx .carousel {
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: 20px auto;
    background: #e0e0e0;
}

article .ctx .carousel a {
    width: 100%;
    height: 100px;
}

article .ctx .carousel .slide {
    width: 100%;
    height: 300px;
    position: relative;
}

article .ctx .carousel .slide.slide1 {
    background: url("../img/carousel/carousel_01.jpg?v=2") left center;
    background-size: cover;
}

article .ctx .carousel .slide.slide2 {
    background: url("../img/carousel/carousel_02.jpg?v=2") 25% center;
    background-size: cover;
}

article .ctx .carousel .slide.slide3 {
    background: url("../img/carousel/carousel_03.jpg?v=2") center 10%;
    background-size: cover;
}

article .ctx .carousel .slide.slide4 {
    background: url("../img/carousel/carousel_04.jpg?v=2") center top;
    background-size: cover;
}

article .ctx .carousel .slide.slide5 {
    background: url("../img/carousel/carousel_05.jpg?v=2") center top;
    background-size: cover;
}

article .ctx .carousel .slide .txt {
    width: 100%;
    height: auto;
    padding: 2px 3px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #00000088;
}

article .ctx .carousel .progress {
    height: 3px;
    position: absolute;
    bottom: 1px;
    z-index: 101;
    background: rgba(255, 255, 255, 0.5);
}

article .ctx .carousel .pager {
    width: 100%;
    display: none;
    position: absolute;
    bottom: -20px;
    z-index: 999;
    text-align: center;
}

article .ctx .carousel .pager span  {
    width: 12px;
    height: 12px;
    margin: 3px;    
    border-radius: 100%;
    display: inline-block;
    font-size: 0px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; 
}

article .ctx .carousel .pager span.cycle-pager-active {
    color: #0066bc;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

article .ctx .carousel .pager > *  {
    cursor: pointer;
}

article .ctx .carousel .carouselBtn {
    height: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 101;
    border-radius: 1px;
    line-height: 0.85;
    font-size: 24px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    cursor: pointer;        
}

article .ctx .carousel .carouselBtn.fa-chevron-left:hover {
    background: linear-gradient(to right, #00000044 0%, #00000000 100%);
}

article .ctx .carousel .carouselBtn.fa-chevron-right:hover {
    background: linear-gradient(to left, #00000044 0%, #00000000 100%);
}

article .ctx .carousel .carouselBtn.prev {    
    left: 0px;
}

article .ctx .carousel .carouselBtn.next {
    right: 0px;
}


article .ctx .report {
    margin: 20px 0;
    text-align: center;
}

article .ctx .report a {
    display: inline-block;
    font-size: 20px;
    color: #303030;
}

article .ctx .report a img {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    border: solid 1px #c0c0c0;
}

article .track {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 49px;
    overflow-x: hidden;
}

article .track .truck {
    width: 100px;
    vertical-align: bottom;
    position: absolute;
    left: -100px;
    bottom: 0;
    animation: runTruck1 15s ease-in-out 0s infinite normal forwards;
}

@keyframes runTruck1 {
    0% {
        left: -105px;
    }
    50% {
        left: 100.5%;
        transform: rotateY(0deg);
    }
    50.01% {
        transform: rotateY(180deg);
    }
    99.99% {
        transform: rotateY(180deg);
    }
    100%{
        left: -105px;
        transform: rotateY(0deg);
    }
}



footer {
	width: 100%;
    box-sizing: border-box;
	border-top: solid 1px #ccc;
	background: #b0b0b0;
}

footer .content {
	width: 1200px;
	height: 49px;
	margin: 0 auto;
    padding: 18px 0 0;
    box-sizing: border-box;
    text-align: center;
}

footer .content .copyright {
    font-size: 14px;
	color: #303030;
}


.switchLang {
    padding: 3px 10px;
    box-sizing: border-box;
    position: fixed;
    border-radius: 10px;
    top: 40%;
    right: 10px;
    z-index: 2;
    color: #ccc;
    background: #fff;
}

.switchLang a {
    padding: 7px 0;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #008844;
}

.switchLang a:last-child {
    border-top: solid 1px #c0c0c0;
}

.switchLang a:hover {
    text-shadow: 0 0 5px #00884433, 0 0 10px #00884433, 0 0 20px #00884433;
}

.goSession {
    padding: 10px 8px;
    box-sizing: border-box;
    position: fixed;
    right: 10px;
    top: 60%;
    z-index: 2;
    border-radius: 10px;
    writing-mode: vertical-lr;
    font-size: 24px;
    color: #008844;
    background: #fff;
}

.goTop {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 60px;
    border-radius: 100%;
    border: solid 1px #c0c0c0;
    font-size: 24px;
    color: #008844;
    background: #ffffffcc;
    cursor: pointer;
}



.nemoListPopup {
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
    /* padding: 15px; */
    box-sizing: border-box;
    /* display: none; */
    /* position: fixed;
    left: 0;
    top: 0;
    z-index: 101; */
    /* background: #000000cc; */
}

.nemoListPopup .nemoCateTabSet {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    /* padding: 20px 0; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    /* background: #ffffff66; */
}

.nemoListPopup .nemoCateTabSet .nemoCateTab {
    margin: 5px;
    padding: 5px 15px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #d0d0d0;
    text-align: center;
    color: #000;
    background: #ffffff88;
    cursor: pointer;
}

.nemoListPopup .nemoCateTabSet .nemoCateTab.active {
    background: linear-gradient(135deg, #A5D77188 0%, #84D9FD88 100%);
}

.nemoListPopup .nemoList {
    width: 100%;
    max-width: 700px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0px 0px;
    box-sizing: border-box;
    display: none;
    border-radius: 5px;
    overflow-y: auto;
    /* background: #ffffff66; */
}

.nemoListPopup .nemoList .tip {
    text-align: center;
    color: #b00;
}

.nemoListPopup .nemoList .cate {
    margin: 20px 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #c0c0c0;
    background: #96cba544;
}

.nemoListPopup .nemoList .cate .cateTit {
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
    font-size: 24px;
    background: #96cba5;
}

.nemoListPopup .nemoList .cate .nemo .nemoTit {
    margin: 5px 0;
    padding: 5px 35px;
    box-sizing: border-box;
    position: relative;
    text-align: center;    
    font-size: 18px;
    cursor: pointer;
    /* background: #ccc; */
}

.nemoListPopup .nemoList .cate .nemo .nemoTit .icon {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #808080;
}

.nemoListPopup .nemoList .cate .nemo .nemoDespCont {
    /* height: 0; */
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    overflow-y: hidden;
}

.nemoListPopup .nemoList .cate .nemo .nemoDespCont .desp {    
    padding: 15px 10px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #d0d0d0;
    position: relative;
    letter-spacing: 1px;
    background: #ffffffcc;
    box-shadow: 0 0 5px #00000022 inset;
}

.nemoListPopup .nemoList .cate .nemo .nemoDespCont .desp .tri {
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    position: absolute;    
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c0c0c0 transparent transparent transparent;

    display: none;
}

.nemoListPopup .nemoList .cate .nemo .nemoDespCont .desp .nemoLink {
    width: 100px;
    margin: 10px auto 5px;
    padding: 5px 20px;
    display: block;
    border-radius: 10px;
    border: solid 1px #c0c0c0;
    text-align: center;
    font-size: 14px;
    /* color: #303030; */
    /* text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff; */
    /* background: #f0f0f0; */
    color: #303030;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff;
    background: linear-gradient(135deg, #A5D77188 0%, #84D9FD88 100%);
    animation: jobLinkBreath 1s ease-in-out 0s infinite alternate forwards;
}

@keyframes jobLinkBreath {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.nemoListPopup .closeBtn {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 3;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}



.jobListPopup {
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
    /* padding: 15px; */
    box-sizing: border-box;
    /* display: none; */
    /* position: fixed;
    left: 0;
    top: 0;
    z-index: 101; */
    /* background: #000000cc; */
}

.jobListPopup .jobCateTabSet {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    /* padding: 20px 0; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    /* background: #ffffff66; */
}

.jobListPopup .jobCateTabSet .jobCateTab {
    margin: 5px;
    padding: 5px 15px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #d0d0d0;
    text-align: center;
    background: #ffffff88;
    cursor: pointer;
}

.jobListPopup .jobCateTabSet .jobCateTab.active {
    background: linear-gradient(135deg, #A5D77188 0%, #84D9FD88 100%);
}

.jobListPopup .jobList {
    width: 100%;
    max-width: 700px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0px 0px;
    box-sizing: border-box;
    display: none;
    border-radius: 5px;
    overflow-y: auto;
    /* background: #ffffff66; */
}

.jobListPopup .jobList .tip {
    text-align: center;
    color: #b00;
}

.jobListPopup .jobList .cate {
    margin: 20px 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #c0c0c0;
    background: #96cba544;
}

.jobListPopup .jobList .cate .cateTit {
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
    font-size: 24px;
    background: #96cba5;
}

.jobListPopup .jobList .cate .job .jobTit {
    margin: 5px 0;
    padding: 5px 35px;
    box-sizing: border-box;
    position: relative;
    text-align: center;    
    font-size: 18px;
    cursor: pointer;
    /* background: #ccc; */
}

.jobListPopup .jobList .cate .job .jobTit .icon {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #808080;
}

.jobListPopup .jobList .cate .job .jobDespCont {
    height: 0;
    padding: 0 10px;
    box-sizing: border-box;
    overflow-y: hidden;
}

.jobListPopup .jobList .cate .job .jobDespCont .desp {    
    padding: 15px 10px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1px #d0d0d0;
    position: relative;
    letter-spacing: 1px;
    background: #ffffffcc;
    box-shadow: 0 0 5px #00000022 inset;
}

.jobListPopup .jobList .cate .job .jobDespCont .desp .tri {
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    position: absolute;    
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #c0c0c0 transparent transparent transparent;

    display: none;
}

.jobListPopup .jobList .cate .job .jobDespCont .desp .skill {
    padding: 0 0 0 25px;
    box-sizing: border-box;
}

.jobListPopup .jobList .cate .job .jobDespCont .desp .jobLink {
    width: 100px;
    margin: 10px auto 5px;
    padding: 5px 20px;
    display: block;
    border-radius: 10px;
    border: solid 1px #c0c0c0;
    text-align: center;
    font-size: 14px;
    /* color: #303030; */
    /* text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff; */
    /* background: #f0f0f0; */
    color: #303030;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff;
    background: linear-gradient(135deg, #A5D77188 0%, #84D9FD88 100%);
    animation: jobLinkBreath 1s ease-in-out 0s infinite alternate forwards;
}

@keyframes jobLinkBreath {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

.jobListPopup .closeBtn {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 3;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    article .ctx {
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
    article .ctx {
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    header .content {
        width: 100%;
        padding: 20px 10px;
    }

    header .content .left {
        flex: 0 0 120px;
    }
    
    header .content .left .logoCont {
        width: 120px;
        height: 120px;
    }

    header .content .right {
        flex: 1 1 0;
        padding: 0 0 0 20px;
        /* background: #fff; */
    }

    header .content .right .companyName .tw {
        display: block;
        font-size: 32px;
    }
    
    header .content .right .companyName .en {
        display: block;
        font-size: 16px;
    }

    header .content .right .tagSet .tag {
        margin: 3px 2px 3px 0;
        padding: 3px 8px;
        font-size: 14px;
    }

    header .content .resume {
        flex: 0 0 100px;
        margin: 40px 0 0;
        padding: 5px 0 0;
        align-self: flex-start;
    }

    header .content .resume a {
        width: 60px;
        height: 60px;
        padding: 15px 0px 0;
        border-radius: 15px;
        font-size: 14px;
    }
    
    header .content .resume a i {
        margin: 0 0 15px;
        font-size: 32px;
    }

    article .ctx {
        width: 100%;
        padding: 0 40px 20px;
    }

    article .kv {
        height: 300px;
    }

    footer .content {
        width: 100%;
    }

    .switchLang {
        top: 30%;
    }

    .goSession {
        top: 50%;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    header {
    }

    header .content {
        width: 100%;
        padding: 20px 10px;
        flex-wrap: wrap;
    }
    
    header .content .left {
        flex: 0 0 80px;
    }
    
    header .content .left .logoCont {
        width: 80px;
        height: 80px;
    }
    
    header .content .right {
        flex: 1 1 0;
        padding: 0 0 0 20px;
        /* background: #fff; */
    }
    
    header .content .right .companyName .tw {
        display: block;
        font-size: 32px;
    }
    
    header .content .right .companyName .en {
        display: block;
        font-size: 16px;
    }
    
    header .content .right .tagSet {
        margin: 15px 0 0;
    }
    
    header .content .right .tagSet .tag {
        margin: 3px 2px 3px 0;
        padding: 3px 8px;
        font-size: 14px;
    }
    
    header .content .right .socialSet {
        margin: 10px 0 0;
    }
    
    header .content .right .socialSet a {
        margin: 0 15px 0 0;
        border-radius: 100%;
        color: #808080;
    }

    header .content .resume {
        flex: 0 0 100%;
        margin: -115px 0 0;
        text-align: left;
        /* background: #ccc; */
    }
    
    header .content .resume a {
        width: 55px;
        height: 55px;
        margin: 0 0 0 12.5px;
        padding: 10px 0px 0;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }
    
    header .content .resume a i {
        margin: 0 0 15px;
        font-size: 32px;
    }

    article .ctx {
        width: 100%;
        padding: 0 20px 20px;
    }

    article .ctx .vLine {
        height: 60px;
    }

    article .kv {
        height: 180px;
    }

    article .kv .slogan {
        letter-spacing: 1px;
        line-height: 1.8em;
        font-size: 18px;
    }

    article .kv .slogan .txt .author {
        width: 100%;
        left: auto;
        right: auto;
        text-align: center;
    }

    article .ctx .scheduleTabSet {
        width: 100%;
    }

    article .ctx .schedule {
        width: 100%;
        height: 400px;
    }

    article .ctx .schedule .scheduleListA {
        padding: 0 5px;
    }
    
    article .ctx .schedule .scheduleListA .item {
        margin: 10px 0;
    }

    article .ctx .schedule .scheduleListA .item .dateInfo {
        flex: 0 0 25%;
    }

    article .ctx .schedule .scheduleListA .item .dateInfo .date {
        font-size: 14px;
    }

    article .ctx .schedule .scheduleListA .item .dateInfo .time {
        font-size: 12px;
    }
    
    article .ctx .schedule .scheduleListA .item .school {
        font-size: 16px;
    }
    
    article .ctx .schedule .scheduleListA .item .localInfo {
        flex: 0 0 35%;
    }
    
    article .ctx .schedule .scheduleListA .item .localInfo .icon {
        font-size: 16px;
    }
    
    article .ctx .schedule .scheduleListA .item .localInfo .local {
        padding: 0 5px;
        font-size: 12px;
    }

    article .ctx .schedule .scheduleListB {
        padding: 0 5px;
    }
    
    article .ctx .schedule .scheduleListB .item {
        margin: 10px 0;
    }

    article .ctx .schedule .scheduleListB .item .dateInfo {
        flex: 0 0 25%;
    }

    article .ctx .schedule .scheduleListB .item .dateInfo .date {
        font-size: 14px;
    }

    article .ctx .schedule .scheduleListB .item .dateInfo .time {
        font-size: 12px;
    }
    
    article .ctx .schedule .scheduleListB .item .school {
        /* font-size: 14px; */
        font-size: 16px;
    }
    
    article .ctx .schedule .scheduleListB .item .localInfo {
        flex: 0 0 35%;
    }
    
    article .ctx .schedule .scheduleListB .item .localInfo .icon {
        font-size: 16px;
    }
    
    article .ctx .schedule .scheduleListB .item .localInfo .local {
        padding: 0 5px;
        font-size: 12px;
    }

    article .ctx .schedule .scheduleListB .item .cate {
        flex: 0 0 20%;
        padding: 5px 0px;
        font-size: 10px;
    }

    article .ctx .recruitInfoSet .item a {
        font-size: 18px;
    }

    article .ctx .companySet .item {
        flex: 1 1 auto;
        margin: 0px 1.5%;
    }

    article .ctx .companySet .item:nth-child(3),
    article .ctx .companySet .item:nth-child(6) {
        flex: 1 1 100%;
    }

    article .ctx .companySet .item a {
        font-size: 18px;
    }

    article .ctx .carousel .slide .txt {
        font-size: 14px;
    }

    article .track .truck {
        animation: runTruck1 10s ease-in-out 0s infinite normal forwards;
    }

    footer .content {
        width: 100%;
    }

    footer .content .copyright {
        font-size: 12px;
    }

    .switchLang {
        top: 35%;
    }

    .switchLang a {
        font-size: 16px;
    }

    .goSession {
        top: 50%;
        font-size: 16px;
    }

    .jobListPopup .jobList .cate {
        margin: 20px 0 10px;
    }

    .jobListPopup .jobCateTabSet .jobCateTab {
        flex: 0 0 48%;
        margin: 5px 1%;
    }

    .jobListPopup .closeBtn {
        color: #000;
        text-shadow: 0 0 1px #fff, 0 0 3px #fff;
    }
}