html,body,article{
    width: 100%;
    height: 100%;
}
body{
    font-family: Arial, "Noto Sans TC", 'Microsoft JhengHei', sans-serif;
    box-sizing: border-box;
}
img{
    display: block;
    margin: 0 auto;
}
p{
    font-size: 1.6em;
}
span{
    font-size: 1.4em;
}
.hr{
    height: 36px;
}
.hr_m{
    display: none;
}
.clear{
    clear: both;
}
.yellow{ 
    font-size: 1.2em;    
    line-height: 1.2em;
    font-weight: bold;    
    color: #FFEB00;       
    margin-bottom: 30px;
}
.red{
    color: #DF0909;
}
.lg-show{
    display: block;
}
.md-show{
    display: none;
}

/*header*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;
    z-index: 1000;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(68, 119, 142, .5);
}
.header{
    overflow: hidden;
    width: 100%;    
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-top: 5px solid #b60033;
    position: absolute;
    z-index: 100;
}
header .logo{
    display: inline-block;
    padding: 0 1em;
}
header .logo img{
    vertical-align: super;
    display: inline-block;
}
header .logo:after{
    content: "";
    display: inline-block;
    height: 75px;
}
header .nav{
    float: right;
    padding: 0 1em;
    vertical-align: middle;
}
header ul.nav li{
    display: inline-block;
    height: 75px;
}
header ul.nav li:hover{    
    border-bottom: 5px solid #b60033;
}
.active{
    border-bottom: 5px solid #b60033;
}
header .nav a {  
    color: #b60033;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 75px;
    padding: 0 1em;  
    border-right: 1px solid #b60033; 
}
header ul.nav li:last-child a{
    border-right: 0;
}

/*banner*/
.banner{
    position: relative;
    height: 100%;
    background: url(../image/banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bn-title{
    position: absolute;
    left: 50%;
    top: 75px;
    transform: translate(-50%, 30px);
    z-index: 10;
}
.bn-title > div:first-of-type > img{    
    max-height: 780px;
    margin: 0 auto;
    display: block;
}
.img-arrow{
    display: block;
    margin: 0 auto;
    -webkit-animation: updown 1.5s infinite;
    animation: updown 1.5s infinite;
}

/*sec1*/
.sec1{
    position: relative;
    background: url(../image/sec1-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec1::before{
    content: url(../image/sec1-dec.png);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 468px;
    height: 618px;
}
.wrap{
    width: 1200px;
    margin: 0 auto;   
    padding: 40px; 
    text-align: center;
}
.welcome p{
    font-size: 1.8em;
    font-weight: bold;
    line-height: 60px;    
    color: #DF0909;
}
.info-card{
    position: relative;
    display: inline-block;
    width: 50%;  
    margin: 30px 20px;  
}
.sec1 .info-card{
    vertical-align: top;
    width: 45%;
    max-width: 450px;
    background: #FFF;    
    border: 4px solid #00A0E9;
    border-radius: 20px;
    box-shadow: 8px 8px 0 rgba(68, 119, 142, .5);
}
.sec1 .info-card h1{
    background: #00A0E9;
    color: #FFF;
    font-weight: bold;
    font-size: 2em;
    padding: 24px;
    border-radius: 15px 15px 0 0 ;
}
.info-card > div {
    padding: 24px;
}
.info-card > div > div{
    padding-bottom: 24px;
}  
.info-card > div > div:first-child > span{
    vertical-align: middle;
} 
.info-card > div > div:last-child{
    padding-bottom: 0;
} 
.info-card > div > div > p{
    color: #093E8D;
    font-weight: bold;
    padding-bottom: 12px;
    border: 0;
    margin: 0;    
}
.info-card > div > div > span{
    display: block;
    font-weight: inherit;
    line-height: 28px;
    letter-spacing: .5px;
    
    padding-bottom: 24px;
    border-bottom: 2px solid #00A0E9;
}
.info-card > div > div > span.en{
    font-weight: lighter;
    font-size: 1.2em;
    letter-spacing: -1px;
}
.info-card .red{
    color: #DF0909;
    font-weight: bold;
    padding-bottom: 12px;
}
.info-card a{
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFF;
    padding: 10px 20px;
    margin: 8px;
    border-radius: 32px;
    background: #093E8D;
}
.info-card .hover-text::before{
    display: none;
    content: "薪資上看60K!";
    width: 150px;
    padding: 16px;
    position: absolute;
    top: 50%;
    left: 30%;
    background-color: #FFF;
    color: #000;
    border: 1px solid #00A0E9;    
}
.info-card a:hover{
    position: relative;
    transition: all .2s;
    opacity: .8;
}
.info-card .hover-text:hover::before{
    display: block; 
}
.margin > img:first-of-type{
    margin: 30px auto;
}

/*sec2*/
.sec2{
    position: relative;
    background: transparent linear-gradient(0deg, #0F3A61 0%, #12739A 22%, #1980AC 42%, #177BA7 56%, #0E638D 82%, #0F3A61 100%) 0% 0% no-repeat padding-box;
}
.sec2::before{
    content: url(../image/sec2-dec2.png);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 496px;
}
.sec2::after{
    content: url(../image/sec2-dec1.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 440px;
    height: 525px;
}
.sec2 .info-card ul li.list-none{
    list-style: none;
}

/*image-box*/
.image-box{
	overflow: hidden;
	width: 100%;
}
.imgbox-inner{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(100% * 2 / 3);
}
.imgbox-inner .image{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* Modal Content */
.modal-content {
    position: relative;
    background: #FFF;
    border: 4px solid #FFF;
    border-top: 1.5px solid #FFF;
    border-bottom: 1.5px solid #FFF;
    overflow: hidden;
    margin: 0 20%;
    padding: 16px;
    padding-bottom: 4px;
    z-index: 10;
}
.mySlides {
    display: none;
}
.mySlides span{
    line-height: 2;
    font-weight: bold;
}
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
.rwdImg{    
    max-width: 800px;
}
.rwdImg.process{
    max-width: 1000px;
}
.sec2 .info-card{
    width: 33.333%;
    /* min-height: 563px; */
    background: transparent;
    border-radius: 20px;
    vertical-align: top;
    margin: 0;
    padding: 30px 20px;
}
.sec2 .info-card h1{
    background: #FF8B26;
    color: #FFF;
    font-weight: bold;
    font-size: 2em;
    padding: 24px;
    border-radius: 20px 20px 0 0 ;
}
.sec2 .info-card > div{
    background: #FFF;
    border-radius: 0 0 20px 20px ;
    padding: 0;
    min-height: 462px;
}
.sec2 .info-card img{
    display: block;
    width: 100%;
    padding: 12px;
}
.sec2 .info-card ul{
    text-align: left;
    margin: 0 auto;
    padding: 8px 8px 16px 48px;
    min-height: 300px;
}
.sec2 .info-card ul li{
    list-style-image: url(../image/list-type1.svg);
    line-height: 24px;
}
.sec2 .info-card ul li span{
    font-size: 1.2em;
}

/*sec3*/
.sec3{
    position: relative;
    background: url(../image/sec1-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec3::before{
    content: url(../image/sec3-dec.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 758px;
}
.sec3 .company > div{
    text-align: left;
    line-height: 30px;
    background-color: #FFF;
    padding: 40px 50px;
    border-style: dashed;
    border-radius: 20px;
    margin: 30px 0;
    box-shadow: 8px 8px 0 rgba(0 ,160 ,233, .25);
}
.sec3 .left ,
.sec3 .right{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.sec3 .left{
    text-align: right;
}
.sec3 .left img{
    display: inline-block;
    max-height: 600px;
    padding-right: 60px;
}
.sec3 .right .red{
    text-decoration: underline;
}
.right span{
    font-weight: bold;
}
.right > div{
    padding-bottom: 16px;
}
.right > div:last-child{
    padding: 0;
}
.right > div > span:first-of-type{
    display: block;
    color: #093E8D;
}
.QRcode{
    margin: 24px auto;
}
.QRcode > div{
    position: relative;
    display: inline-block; 
    background-color: rgba(9,62,141,.8);
    border-radius: 4px;
    color: #FFF;
    line-height: 45px;
    margin: 4px 16px;
    width: 200px;
    height: 239px;
}
.QRcode > div:nth-of-type(2){
    background-color: rgba(1,188,10,.8);
}
.QRcode > div > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*float*/
.float_contact {
    position: absolute;
	right: 10px;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
}
#float_promo{
	margin-left: -20%;
	padding-top: 10px;
	width: 150px;
}
.float_md_hide{
    display: block;
}
.float_md_show{
    display: none;
}

/*RWD*/
@media (max-width: 1201px){
    .wrap{
        width: auto;
    }
    .rwdImg{
        width: 90%;
    }
    .modal-content{
        margin: 0 15%;
    }
    .sec2 .info-card{
        min-height: 550px;        
        padding: 30px 10px;
    }
    .sec3 .company > div{
        padding: 40px;
    }
}
@media (max-width: 1024px){
    .wrap{
        padding: 40px;
    }
    .sec1::before,
    .sec2::before,
    .sec2::after,
    .sec3::before{
        display: none;
    }
    .sec3 .company > div{
        padding: 30px;
    }  
}

@media(max-width:1023px){  
    header .nav{
        padding: 0;
    }  
    .sec1 .info-card{
        width: 100%;
        max-width: none;        
        margin: 0;
        margin-bottom: 30px;
    }
    .info-card > div > div:first-child > span{
        min-height: auto;
    }
    .sec1 .margin > img:first-of-type{
        max-width: 700px;
    }
    .info-card > div > div{
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 12px;
    }
    .info-card .red{
        display: none;
    }
    .info-card > div > div:first-of-type{
        border-right: 2px solid #00A0E9;
    }
    .info-card > div > div:last-of-type{
        width: 100%;
        padding: 0;
    }
    .info-card > div > div > span{
        border: 0;
        padding-bottom: 0;
    }     
    .lg-show{
        display: none;
    }

    /*sec2*/
    .modal-content{
        margin: 30px 10%;
    }
    .sec2 .info-card{
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 10px 0;
    }
    .sec2 .info-card > div{
        padding: 10px;
        min-height: auto;
    }
    .sec2 .info-card img{
        padding: 12px 24px;
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }
    .sec2 .info-card ul {
        padding: 0 0 0 24px;
        width: 45%;
        display: inline-block;
        vertical-align: middle;
        min-height: auto;
    }
    
    /*sec3*/    
    .sec3 .left{
        display: none;
    }
    .sec3 .right{
        width: 100%;
    }
    
}
@media(max-width:768px){
    .nav{
        display: none;
    }
    .hr{
        display: none;
    }
    .hr_m{
        display: block;
        margin: 12px 0;
        max-height: 26px;
    }
    .yellow{
        margin: 12px 0;
    }   
    .float_contact{
        right: 0;
    }
    #float_promo{
        margin-left: -10%;
        width: 100px;
    }
    .float_md_hide{
        display: none;
    }
    .float_md_show{
        display: block;
    }
}
@media(max-width:600px){
    .wrap{
        padding: 32px;
    }    
    p{
        font-size: 1.2em;
    }
    span,
    .sec2 .info-card ul li span{
        font-size: 1em;
    }
    .welcome p{
        font-size: 1.4em;
        line-height: 40px;
    }
    .info-card > div{
        padding: 12px;
    }
    .info-card > div > div{
        width: 100%;
    }
    .info-card > div > div:first-of-type{
        border: 0;
        border-bottom: 2px solid #00A0E9;
    }
    .info-card > div > div > span,
    .right{
        line-height: 22px;
    }
    .right > div{
        padding-bottom: 8px;
    }
    .info-card > div > div > p{
        padding-bottom: 4px;
    }
    .info-card a{
        font-size: 1.2em;
        margin: 2px 4px;
    }
    .rwdImg{
        display: none;
    }
    .md-show{
        display: block;
        max-width: 350px;
    }
    .modal-content{
        margin: 12px 0;
        padding: 8px;
        border: 1.5px solid #FFF;
    }
    .sec1 .info-card h1,
    .sec2 .info-card h1{
        font-size: 1.6em;
        padding: 12px;
    }
    .sec1 .info-card.first{
        opacity: 1;
        transform: translateZ(0);
    }
    .sec2 .info-card img{
        padding: 0 20px 0 0;
    }
    .sec2 .info-card ul li{
        line-height: inherit;
    }
    .prev, .next{
        font-size: 20px;
    }
    .sec3 .company > div{
        padding: 24px;
    }
    .QRcode > div{
        width: auto;
        height: auto;
        padding: 0 24px;
        margin: 4px 8px;
    }
    .QRcode > div > img,
    .QRcode > div > span:last-child{
        display: none;
    }
    #float_promo{
        width: 90px;
    }
}
@media(max-width:425px){    
    header{
        height: 55px;
    }
    header .logo{
        padding: 5px;
    }
    header .logo img{
        vertical-align: top;
        height: 45px;
    }
    header .logo:after{
        height: 45px;
    }
    .bn-title{
        top: 50px;
    }
    .wrap{
        padding: 16px ;
    }
    .md-show{
        max-width: 300px;
    }
    .sec2 .info-card img{
        width: 100%;
        padding: 12px;
    }
    .sec2 .info-card ul{
        width: 90%;        
        padding: 0 24px;
    }
    .sec3 .company > div{
        margin: 0;
    }
    #float_promo{
        width: 80px;
    }
}
@media(max-width:375px){
    .md-show{
        max-width: 280px;
    }
    .info-card > div{
        padding: 12px;
    }
}
@media(max-width:320px){
    body,
    html{
        min-width: 320px;
    }
    #float_promo{
        width: 70px;
    }
}

/*banner-pic*/
@media (min-height: 1200px){
    .banner{
        height: 65%;
    }
    .bn-title > div:first-of-type > img{
        max-height: 750px;
    }
}
@media (min-height: 1000px){
    .banner{
        height: 70%;
    }
}
@media (min-height: 1001px) and (max-height: 1100px){
    .banner{
        height: 100%;
    }
    .bn-title > div:first-of-type > img{
        max-height: 822px;
    }
}
@media (min-height: 901px) and (max-height: 1000px){
    .bn-title > div:first-of-type > img{
        max-height: 800px;
    }
}
@media (min-height: 801px) and (max-height: 900px){
    .bn-title > div:first-of-type > img{
        max-height: 700px;
    }
}
@media (min-height: 701px) and (max-height: 800px){
    .bn-title > div:first-of-type > img{
        max-height: 600px;
    }
}
@media (min-height: 601px) and (max-height: 700px){
    .bn-title > div:first-of-type > img{
        max-height: 500px;
    }
}
@media (min-height: 501px) and (max-height: 600px){
    .bn-title > div:first-of-type > img{
        max-height: 400px;
    }
}
@media (min-height: 401px) and (max-height: 500px){
    .bn-title > div:first-of-type > img{
        max-height: 300px;
    }
}
@media (min-height: 301px) and (max-height: 400px){
    .bn-title > div:first-of-type > img{
        max-height: 200px;
    }
}

@media (max-width: 768px){
    .banner{
        height: 85%;
    }
    .bn-title > div:first-of-type > img{
        max-width: 600px;
        max-height: 822px;
    }
}
@media (max-width: 600px){
    .banner{
        height: 65%;
    }
    .bn-title > div:first-of-type > img{
        max-width: 400px;
    }
    .img-arrow{
        width: 30%;
    }
}
@media (max-width: 425px){
    .banner{
        height: 65%;
    }
    .bn-title > div:first-of-type > img{
        max-width: 350px;
        max-height: 300px;
    }
    .sec1 ul li>:first{        
        opacity: 1;
        transform: translateZ(0);
    }
}
@media (max-width: 375px){
    .banner{
        height: 62%;
    }
    .bn-title > div:first-of-type > img{
        max-width: 300px;
        max-height: 250px;
    }
    .sec1 ul li>:first{        
        opacity: 1;
        transform: translateZ(0);
    }
}
@media (max-width: 320px){
    .banner{
        height: 75%;
    }
    .bn-title > div:first-of-type > img{
        max-width: 300px;
        max-height: 250px;
    }
}


/*animate*/
@keyframes updown{
    0%{
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50%{
        -webkit-transform: translate(0, -35px);
        transform: translate(0, -35px);
    }
    100%{
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
