html, body {
	padding: 0;
	margin: 0;
	font-family: "微軟正黑體", "sans-serif";	
}
.box01 {
    background-color: #eee;
}
.black_bar {
	width: 100%;
	height: 30px;
	line-height: 30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 10px;
	font-size: 11px;
	color: #fff;
	background: #000;	
}
.master_images {
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-top: 50px;
	margin-bottom:50px;
}
/*.master_images:after {
	content:"";
	width: 100%;
	height:558px;
	position:absolute;
	top:0;
	z-index:-1;	background-size: cover;

}*/
.master_images_bg {
	content:"";
	width: 100%;
	height:558px;
	position:absolute;
	top:0;
	z-index:-1;
	/*background: url(../images/master_vision_bg.png)  center no-repeat;*/
	background-size: cover;
	background-position:center;
    border-bottom: 6px solid #5caefa;
}
.box_main_rwd {
	display: none;
}
.bs_name {
	width: 650px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: left;
	font-size: 27px;
	font-weight: bold;
}
.bs_name img {
	vertical-align:middle;
	margin-right: 10px;
}
.text_blue {
	color: #0476e1;
}
.title_b {
	width: 650px;
	font-size: 48px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top:30px;
	padding:10px;
}
.bg_blue01 {
	background-color: #0476e1;
}
.title_s {
	font-size: 28px;
	color: #000;
	text-align: center;
	background-color: #fff;
	padding:10px;
	position: absolute;
	margin-left: -10px;
	z-index: 1;
	margin-top: -70px;
}
.text_box {
	width: 100%;
	max-width: 650px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 21px;
	border-radius: 30px;
	border: 6px solid #5caefa;
	position: relative;
margin-top: 250px;
	padding:25px;
	background-color: #fff;	
}
/*------------------------------------------web頁籤------------------------------------*/
.terms_tab {
    display: block;
    width: 945px;
    height: 45px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 28px;
    /* border-bottom:2px solid #1ca7dc; */
}

.terms_tab ul {
    width: 950px;
    list-style: none;
    position: absolute;
    display: flex;
}

.terms_tab li {
    width: calc((100% - 48px) / 5);
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    float: left;
    text-decoration: none;
}

.terms_tab li:not(:last-child) {
    margin-right: 12px;
}

.terms_tab li a {
    display: block;
    /*width:235px;*/
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    border-radius: 8px;
}

.terms_tab li img {
    margin-right: 5px;
    vertical-align: middle;
}

.terms_tab li a:hover {
        color: #2196f3;
    border: 1px solid #2196f3;
   
}

.terms_tab li:first-child a {
    margin-left: 0px;
}

.terms_tab li a.now {
    border: 1px solid #2196f3;
    background-color: #ffffff;
    opacity: 1;
    /*width:235px;*/
    /* height:40px; */
    color: #2196f3;
    position: relative;
    z-index: 1;
}
/*------------------------------------------web工作列表------------------------------------*/
.job_list {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	overflow:hidden;
}
.job_list:hover {
	background-color: #f3f3f3;
}
.job_list ul {
    list-style: none;
	display: flex;
}

.job_list ul > a {
    width: 100%;
	background: #fff;
	display: flex;
}

.job_list ul:hover a {
    background-color: #dff1ff;
}

.job_list li {
    font-weight: normal;
    /* float: left; */
    font-size: 18px;
    padding: 12px;
    border-collapse: collapse;
    border-bottom: 1px solid #d7edff;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
}

.job_list > ul >li {
    font-size: 20px;
    color: white;
    background-color: #2196f3;
    letter-spacing: 2px;
	text-align: left;
}

.job_list > ul >li:first-child {
    border-top-left-radius: 8px;
}

.job_list > ul >li:nth-child(3) {
    border-top-right-radius: 8px;
}

.box01 > .job_list:nth-last-child(3) > ul > a   {
    border-bottom-left-radius: 8px;
}

.box01 > .job_list:nth-last-child(3)> ul > a  {
    border-bottom-right-radius: 8px;
}

.job_list > ul > li:last-child {
    display: none;
}

.job_list > ul > a >li:nth-child(3) {
    color: #ff8d17;
}

.job_list > ul > a >li:nth-child(2) {
    color: #0067b9;
}

.place {
    /* width: 15%; */
    width: 20%;
}

.job_name {
    /* width: 44%; */
    width: 50%;
    
}

.experience {
    /* width: 26%;	 */
    width: 30%;
}

/* .sent {
	width: 15%;
} */
.text_center {
	text-align:center;
	font-size: 15px !important;
	padding: 10px !important;
}
.text_left {
	text-align:left;
}
.bt_sent {
	display: block;
	width: 80px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background-color: #a2dafd;
	text-decoration: none;
	color: #000;
	border-radius: 7px;
	font-size:16px;
}
.bt_sent:hover {
	color: #fff;
	background-color: #2e89c2;
}
.center {
	margin: 0 auto;
}
/*--------------------頁碼切換--------------------*/  
.box_page {
    clear: both;
    width: 650px;
    /* height: 65px; */
    margin: 0 auto;
    /* overflow: hidden; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 20px;
    padding-bottom: 60px;
    font-size: 13px;
	font-family:Arial,"微軟正黑體", "sans-serif";	
	text-align:center;
}
a.bt_page {
    padding: 0.5rem 1rem;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2196f3;
    background-color: #2196f3;
    border-radius: 3px;
}

a.bt_page:hover {
    color: #fff;
    border: 1px solid #2196f3;
    background: #0178d6;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,1);
    box-shadow: 1px 1px 7px rgba(0,0,0,1) inset;
    background: -moz-linear-gradient(top, #8b8b8b 0%, #8b8b8b 100%);
    background: -webkit-linear-gradient(top, #8b8b8b 0%,#8b8b8b 100%);
    background: linear-gradient(to bottom, #8b8b8b 0%,#8b8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#8b8b8b',GradientType=0 ); */
}
.pagenumber span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 1px;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #2196f3;
    background-color: #2196f3;
}

.pagenumber a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    border: 1px solid #2196f3;
    font-size: 12px;
    background: #fff;
    color: #2196f3;
    line-height: 30px;
    text-decoration: none;
}

.pagenumber a:hover {
    color: #ffffff;
    border: 1px solid #2196f3;
    background-color: #2196f3;
}
.bt_page_m {
	display: none;
	/* float:left; */
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
    border: 1px solid #2d89e0;
	border-radius:10px;
	text-decoration: none;
	color: #2d89e0;
}
/*.bt_page_m:hover {
	color: #fff;
	background-color: #2d89e0;
} */

@media screen and (max-width: 980px) {
    .job_list ul ,.terms_tab ul{
        width:calc(100% - 40px);
        margin:0 20px;
    }
}

@media screen and (max-width: 721px) {
	.box01 {
    background-color: #fff;
	}
	.black_bar {
		width: 100%;
		height: 20px;
		line-height: 20px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-left: 10px;
		font-size: 10px;
		color: #fff;
		background: #000;	
	}
	/*------------------------------------------rwd頁籤------------------------------------*/
	.terms_tab_rwd {
        width: 100%;
        /* height: 42px; */
        /* overflow: hidden; */
        /* margin-bottom: 40px; */
        /* border-top: 4px solid #5caefa; */
    }

    .terms_tab_rwd ul {
        width: 100%;
        list-style: none;
        /* position: absolute; */
        display: flex;
        flex-wrap: wrap;
    }
    .terms_tab_rwd li {
        width: 20%;
        word-break: keep-all;
    }

    .terms_tab_rwd li a {
        display: block;
        width: 100%;
        /* height: 42px; */
        /* float:left; */
        text-align: center;
        line-height: 36px;
        font-size: 14px;
        color: #2196f3;
        text-decoration: none;
        /* margin-left: 12px; */
        /* margin-top: 12px; */
        padding: 0 12px;
        border-right: 1px solid #cae7ff;
        position: relative;
        /* margin-top: 4px; */
        z-index: 0;
        background-color: #e7f4ff;
    }

    .terms_tab_rwd li a:hover {
        height: 42px;
        line-height: 42px;
        color: #000;
        background: #fff;
        border-bottom: 1px solid #fff;
        position: relative;
        z-index: 1;
    }

    .terms_tab_rwd li a.now {
        opacity: 1;
        /* height: 41px; */
        /* line-height: 41px; */
        color: #2196f3;
        position: relative;
        /* border-top: 1px solid #2196f3; */
        z-index: 1;
        background-color: #ffffff;
    }
	.main_rwd {
		display:none;
	}
	.master_images {
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin-top: 20px;
		background: none;
		padding:0px 20px;
		margin-bottom:30px;
	}
	.master_images:after {
		display:none;
	}
	.master_images_bg {
		display:none;
	}
	.bs_name {
		width: 100%;
		height: 40px;
		margin: 0 auto;
		line-height: 40px;
		text-align: left;
		font-size: 18px;
		font-weight: bold;
	}
	.title_b {
		width: 100%;
		font-size: 24px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		color: #fff;
		text-align: center;
		margin: 0 auto;
		margin-top:15px;
		padding:10px;
	}
	.title_s {
		font-size: 21px;
		color: #000;
		text-align: center;
		background-color: #fff;
		padding:8px;
		position: absolute;
		margin-left: -8px;
		z-index: 1;
		margin-top: -48px;
	}
	.job_list {
		display: none;
	}
	.text_box {
		width: 100%;
		max-width: 650px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		margin: 0 auto;
		line-height: 1.8;
		font-size: 18px;
		border-radius: 30px;
		border: 4px solid #5caefa;
		position: relative;
		margin-top:30px;
		padding:20px 30px;
		background-color: #fff;	
	}
	.box_main_rwd {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        /* box-sizing: border-box; */
        /* overflow: hidden; */
        /*padding: 20px 20px;*/
        /* background: url(../images/bg_s.png) 20px 87% no-repeat; */
        /* background-color: #c9ebff; */
    }
	.terms_tab {
		display:none;
	}
	.main_rwd {
        display: block;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        padding-top: 0;
        overflow-y: auto;
        background-color: #fff;
        margin-top: -2px;
    }
	.joblist_rwd {
        overflow: hidden;
        padding: 10px 10px 15px 10px;
        border-bottom: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .joblist_rwd:hover {
        background-color: #f3f3f3;
    }

    .joblist_rwd a {
        text-decoration: none;
    }
    .joblist_rwd ul {
        list-style: none;
    }
    .joblist_rwd li {
        font-size: 15px;
        color: #000;
        line-height: 1.8;
    }
    .joblist_rwd > ul > a >li:nth-child(2) {
    color: #0067b9;
}
    .joblist_rwd li:nth-child(3){
        color:#FF8D17
    }

    .joblist_rwd ul> li {
        display: none;
    }

    .joblist_rwd li a {
        text-decoration: none;
    }

    .joblist_rwd~div:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }
	.bt_sent {
		float: right;
	}
	.box_page {
		display: none;
	}
	.bt_page_m {
        display: block;
        /* float:left; */
        width: 90%;
        height: 48px;
        margin: 0 auto;
        text-align: center;
        line-height: 48px;
        border: 1px solid #2d89e0;
        margin-top: 20px;
        margin-bottom: 0;
        border-radius: 4px;
        text-decoration: none;
        color: #2d89e0;
        font-size: 20px;
    }

    /*.bt_page_m:hover {
		color: #fff;
		background-color: #2d89e0;
	} */
@media screen and (max-width: 768px) {
	.master_vision {
		width: 100%;
		height: 200px;
		overflow: hidden;
		background: url(../images/master_vision_s.png) center no-repeat;
		background-size: cover;
	}
}
