html,
body {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, '微軟正黑體', 'sans-serif';
}
div,
li {
    box-sizing: border-box;
}
.wallpaper {
    width: 100%;
    overflow: hidden;
}
/******活動未開放********/
/******************popup******************/
.bgblack {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.popup1 {
    width: 400px;
    min-height: 340px;
    position: absolute;
    top: 8%;
    z-index: 999;
    border-radius: 8px;
    background-color: #fffbda;
    padding-bottom: 30px; /*overflow: auto;*/
    overflow: hidden;
}

.popup1 h1 {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    position: relative;
    background-color: #286e13;
}

.popup1 p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 20px;
    color: #4b0885;
    margin-top: -6px;
}

.popup1 h2 {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    padding: 14px 16px 0px;
    color: #286e13;
    font-weight: bold;
    margin-bottom: 8px;
}

.popup1 h3 {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #616161;
    margin-bottom: 20px;
    padding: 0 16px 20px 16px;
}

.cantlogin {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 16px 16px;
    color: #4b0885;
    display: none;
}
.box2s {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    overflow: hidden;
}
.box2s a {
    text-decoration: none;
}

.goto {
    width: calc(100%);
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #ff5f2d;
    border-radius: 6px;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
}
.close {
    position: absolute;
    right: 20px;
    width: 40px;
    cursor: pointer;
}
@media screen and (max-width: 736px) {
    .popup h2 {
        margin-bottom: 8px;
    }
    .popup h3 {
        font-size: 16px;
    }
    .cantlogin {
        display: block;
    }
    
    .popup1{width:320px; left:50% !important; margin-left:-160px;}
    
    
}
/******活動未開放********/
/****活動用****/
.blackbarnew {
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background-color: #000;
    position: fixed;
    z-index: 999;
    overflow: hidden;
}

.yeslogo {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 2px;
    float: left;
}

.yeslogo i {
    margin-right: 8px;
    float: left;
}

.yeslogo i img {
    width: 10px;
    margin-top: 10px;
}

.yesgogo {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 2px;
    float: right;
}

.yesyes {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    margin-right: 4px;
}
/****活動用END****/
/*header menu*/
.headerschool {
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: fixed;
    top: 30px;
    z-index: 9;
    border-bottom: 0px solid #00a0e9;

    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.headerschool h1 {
    float: left;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 64px;
    color: #286b10;
}

.headerschool img {
    width: 40px;
    margin-right: 6px;
    margin-left: 24px;
    vertical-align: middle;
    float: left;
    margin-top: 8px;
}

.menu a {
    text-decoration: none;
}

@media screen and (max-width: 980px) {
    .headerschool img {
        margin-left: 20px;
    }
}

@media screen and (max-width: 736px) {
    .headerschool img {
        display: none;
    }

    .headerschool {
        height: 44px;
    }

    .headerschool h1 {
        font-size: 22px;
        margin-left: 16px;
        display: none;
    }
}
/*header menu END*/
/*----------------------------------black_bar------------------------------------*/
/* .box_header_web_small {
    width: 100%;
    height: 30px;
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
}
.logo_web {
    width: 125px;
    height: 30px;
    float: left;
    padding-left:30px;
    background: url(../images/yes123logo_white.png) center no-repeat;
    background-size: 125px auto;
}
.btn_box {
    height: 30px;
    margin-top:0px;
    overflow:hidden;
    float: right;
}
.btn_box h3 {	
    margin-top: 8px;
    margin-right:10px;
    font-weight:normal;
    color:#fff;
    font-size:13px;
    float: left;
}
.btn_signin {
    display: table;
    padding: 8px 10px;
    float: left;
    text-decoration: none;
    font-size:13px;
    color:#fff;
    border:none;
    padding: 8px 8px 9px 8px;
    transition: 0.1s linear;
}
.btn_signin:hover {
    color:#fff;
    background-color:#e40177;
}
.wallpaper {
    width: 100%;
    position: relative;
    overflow: hidden;
} */
/*---------------------------------選單---------------------------------*/
/* .box_resume_header {
    width: 100%;
    height: 60px;
    background-color: #286b10;
    position:fixed;
    top: 30px;
    left: 0;
    z-index:5;
    display:flex;
    justify-content: space-between;
}
.box_resume_header .name {
    flex:100px;
    font-size: 30px;
    float: left;
    color:#fff;
    line-height: 60px;
}
.box_resume_header .name img {
    width: 36px;
    height: 36px;
    margin: 0px 10px;
    vertical-align:text-bottom;
}
.resume_navi {
    flex: 426px;
    flex-shrink: 0;
    flex-grow: 0;
    float: right;
    overflow: hidden;
}
.resume_navi ul {
    list-style: none;
}
.resume_navi li a {
    display: block;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
    padding:0px 15px;
    font-size: 18px;
    color:#fff;
    float: left;
    list-style: none;
    text-decoration: none;
    line-height: 60px;
    transition: 0.5s ease-in-out;
}
.resume_navi li a:hover {
    background-color:#164406
} */
/*----------------------------------主視覺------------------------------------*/
.box_master_vision {
    width: 100%;
    min-height: 500px;
    margin-top: 90px;
    background: url(../images/master_vision_bg.jpg) top center no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0px 0px 0px;
    position: relative;
}
.box_master_vision .master_title_web {
    display: block;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 17px;
}
.box_master_vision .master_title_web img {
    width: 100%;
}
.box_master_vision .master_title_m {
    display: none;
}
.box_master_vision .master_title_m img {
    width: 100%;
}
.box_master_vision .master_pic {
    width: 100%;
    max-width: 686px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.box_master_vision .master_pic img {
    width: 100%;
    max-width: 686px;
}
.master_btn {
    width: 310px;
    height: 109px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.master_btn img {
    width: 100%;
}
/*-----------------------我要報名------------------------------------*/
.box_sign_up {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0px 50px 0px;
    position: relative;
    background-color: #fbfde7;
}
.box_sign_up_senter {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_sign_up_senter h2 {
    font-size: 36px;
    color: #486a00;
    text-align: center;
    margin: 20px 0px 20px 0px;
}
.box_qua {
}
.box_qua .left_list {
    width: 65%;
    float: left;
}
.box_qua .left_list ul {
    list-style: none;
}
.box_qua .left_list li {
    font-size: 18px;
    color: #292929;
    line-height: 1.8;
}
.box_qua .right_do_ed,
.box_qua .right_do {
    width: 35%;
    min-width: 350px;
    height: 118px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
    float: left;
}
.box_qua .right_do_ed img,
.right_do_ed img {
    width: 100%;
    max-width: 310px;
}
.box_qua .right_do_ed .text_ed {
    width: 100%;
    height: 118px;
    font-size: 21px;
    color: #fff;
    float: left;
    line-height: 118px;
    position: absolute;
    z-index: 1;
    text-indent: 5px;
}
.box_qua .right_do img {
    width: 100%;
}
input[type='checkbox'] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 10px !important;
}
input[type='checkbox'] {
    margin: -3px 5px 0px 15px;
}
.text_blue_link {
    color: #1f79be;
    text-decoration: underline;
}
.text_blue_link:hover {
    text-decoration: none;
}
/*----------------------金句&煩惱----------------------------*/
.box_sentence {
    width: 100%;
    min-height: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0px 0px 0px;
    position: relative;
}
.sentence {
    width: 100%;
    max-width: 807px;
    margin: 0 auto;
}
.box_upset {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.upset {
    width: 214px;
    height: 284px;
    color: #595959;
    text-align: center;
    font-size: 21px;
    line-height: 1.6;
}
.upset img {
    width: 100%;
    max-width: 214px;
}
/*----------------------內容標題----------------------------*/
.step_title_big {
    width: 100%;
    height: 110px;
    line-height: 110px;
    max-width: 1053px;
    margin: 0 auto;
    background: url(../images/title_bg.png) top center no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    font-size: 38px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.step_title_big img {
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
}
/*----------------------3步驟----------------------------*/
.box_step {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 110px 0px 30px 0px;
    position: relative;
    background-color: #f9ffc1;
}
.box_step_center {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}
.box_step_center h2 {
    font-size: 36px;
    color: #486a00;
    text-align: center;
    margin: 20px 0px;
}
.text_big_h2 {
    font-size: 60px;
}
.box_step_pic {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.step_pic {
    width: 240px;
    height: 284px;
    text-align: center;
}
.step_pic h3 {
    font-size: 26px;
    color: #486a00;
    margin-bottom: 15px;
}
.step_pic h4 {
    font-size: 17px;
    color: #595959;
    line-height: 1.6;
    font-weight: normal;
}
.step_pic img {
    width: 100%;
    max-width: 240px;
}
/*----------------------見證----------------------------*/
.box_witness {
    width: 100%;
    min-height: 424px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0px 10px 0px;
    position: relative;
    background-color: #e3f078;
}
.box_witness_center h2 {
    font-size: 36px;
    color: #486a00;
    text-align: center;
    margin: 20px 0px 40px 0px;
}
.box_say {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
}
.say {
    width: 280px;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 7px 0px rgba(180, 192, 77, 1);
}
.say p {
    font-size: 15px;
    color: #595959;
    line-height: 1.6;
}
.say h4 {
    font-size: 18px;
    color: #292929;
    margin-bottom: 6px;
    font-weight: normal;
}
.border-dot {
    border-bottom: 1px dotted #aaa;
    margin: 10px 0px;
}
/*----------------------影音----------------------------*/
.box_movie {
    width: 100%;
    min-height: 424px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0px 30px 0px;
    position: relative;
    background-color: #f9ffc1;
}
.box_movie_center h2 {
    font-size: 36px;
    color: #486a00;
    text-align: center;
    margin: 20px 0px 40px 0px;
}
.box_movie_main {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
}
.movie {
    width: 280px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 7px 0px rgba(199, 208, 118, 1);
}
.movie img {
    width: 100%;
}
.movie .down_main {
    width: 100%;
    min-height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 16px 16px 16px;
    position: relative;
}
.movie .down_main p {
    font-size: 15px;
    color: #595959;
    line-height: 1.6;
    margin-bottom: 20px;
}
.movie .down_main h6 {
    font-size: 14px;
    color: #797979;
    font-weight: normal;
    position: absolute;
    left: 16px;
    bottom: 16px;
}
.bt_movie_link {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 16px;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #2ab3fc;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}
.bt_movie_link:hover {
    background-color: #1295db;
}
/*----------------------人資----------------------------*/
.box_hr {
    width: 100%;
    min-height: 424px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0px 30px 0px;
    position: relative;
    background-color: #fbfde7;
}
.box_hr_center h2 {
    font-size: 36px;
    color: #486a00;
    text-align: center;
    margin: 20px 0px 40px 0px;
}
.box_hr_main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.card {
    /* flex:1; */
    flex-grow: 0;
    flex-shrink: 0;
    color: #292929;
    line-height: 1.6;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    margin-right: 60px;
}
.card .pic {
    width: 160px;
    position: relative;
    margin-bottom: 5px;
}
.card .pic img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.card h3 {
    font-size: 18px;
    font-weight: normal;
}
.card h4 {
    font-size: 16px;
    font-weight: normal;
}
.card .bs_logo {
    width: 66px;
    height: 66px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    top: 100px;
    right: -20px;
}
.card .bs_logo img {
    top: 10%;
    transform: translateY(-50%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
/*------------------------------活動辦法-----------------------------------*/
.box_points {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0px 40px 0px;
    position: relative;
    background-color: #f9ffc1;
}
.box_points_center h2 {
    font-size: 36px;
    color: #486a00;
    text-align: center;
    margin: 20px 0px 40px 0px;
}
.box_points_main {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
.points_list {
}
.points_list ul {
    list-style: none;
}
.points_list li {
    font-size: 18px;
    color: #292929;
    line-height: 1.8;
    text-indent: -90px;
    margin-left: 90px;
}
/*-------------------------回頂端----------------------------*/
#back-to-top {
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 10%;
    right: 2%;
    background: url(../images/gotop.png) no-repeat;
    background-size: 36px auto;
    z-index: 70;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    cursor: pointer;
}
#back-to-top:hover {
    background-position: left bottom;
}
#back-to-top.show {
    opacity: 0.7;
}
/*---------------------------------------popup-----------------------------------------*/
.shade {
	display:table;
	width:100%;
	height:100%;
	padding:0% 30%;
	position:fixed;
	z-index:999;
	background-color:rgba(0,0,0,0.5);
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.popup {
	min-width:300px;
	max-width:450px;
	display:block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:0;
	bottom:0;
	/* border-radius:8px; */
	/* -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3)); */
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    .popup {
		min-width:300px;
		max-width:450px;
		display:block;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		top:25%;
		bottom:0;
		/* border-radius:8px; */
		/* -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
		filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3)); */
	}
}
.popup .popup_title {
	width:100%;
	height:40px;
	text-align:center;
	/* border-top-left-radius:8px;
	border-top-right-radius:8px; */
	overflow:hidden;
	position:relative;
	font-size:18px;
	color:#2184f9;
	line-height:40px;
	background-color:#f1f1f1;
}
.popup .popup_title .bt_close {
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	position:absolute;
	top:10px;
	right:10px;
	text-decoration: none;
	color:#292929
}
.popup .popup_title .bt_close:hover {
	color:#fff;
	background-color:#696969;
}
.popup_title_down {
	width:100%;
	line-height: 1.6;
	overflow:hidden;
	position:relative;
	padding:30px 30px 10px 30px;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 14px;
}
.popup_title_down h2 {
	font-size:18px;
	line-height: 1.6;
	text-align: center;
	margin-bottom:10px;
	font-weight:normal;
	color:#000;
}
.popup .box_main {
	padding:30px 30px 10px 30px;
	background-color:#fff;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
	overflow-Y:auto;
}
.popup .popup_main {	
	font-size:14px;
	line-height:1.6;
	background-color:#fff;
	overflow-Y:auto;
}
.popup .popup_main h2 {	
	font-size:16px;
	line-height: 1.6;
	text-align: center;
}
.popup_list {}
.popup_list ul {
	list-style: none;
}
.popup_list li {
	text-indent:-12px;
	margin-left:12px;
	font-family: Arial, "sans-serif", "微軟正黑體";
	font-size: 14px;
	line-height: 1.6;
	color:#666;
}
.popup .popup_main p {
	padding-bottom:14px;
}
.popup_btn {
	width:100%;
	height:70px;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-top:2px;
	background-color:#fff;
	/* border-bottom-left-radius:8px;
	border-bottom-right-radius:8px; */
}
.bt_pink, .bt_gray {
	width:100px;
	margin:0 auto;
    color:#fff;
	padding:10px 15px;
	text-align:center;
	font-size:16px;
	border-radius:5px;
	border:2px solid #fff;
	text-decoration: none;
	box-shadow:2px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 1px rgba(0,0,0,0.2);
	display:block;
}
.bt_pink {
	background-color: #e40177;
}
.bt_gray {
	background-color: #595959;
}
.bt_pink:hover, .bt_gray:hover {
	box-shadow:none;
}
.bt_popup:hover {
    background-color: #ab0160;
}
.bt_gray:hover {
	background-color: #292929;
}
.text_red {
	color:#e40177;
}
.textarea {
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size: 15px;
	line-height: 1.6;
	color:#595959;
	padding: 10px;
	resize: none;
}
/*----------------------置底按鈕----------------------------*/
.box_down {
    display: none;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #aaa;
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}
.btn_apply {
    display: block;
    width: 80%;
    height: 36px;
    margin: 0 auto;
    background-color: #ec6941;
    line-height: 38px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-size: 18px;
    z-index: 10;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 5px 0px rgba(187, 57, 18, 1);
    transition: 0.3s ease-in-out;
}
.btn_apply:hover {
    margin-top: 6px;
    box-shadow: 0px 0px 0px rgba(187, 57, 18, 1);
}
.show {
    display: block;
}
.hide {
    display: none;
}
@media screen and (max-width: 1131px) {
    /*----------------------------------主視覺------------------------------------*/
    .box_master_vision .master_title_web {
        width: 94%;
    }
    .box_master_vision .master_pic {
        width: 80%;
    }
    /*-----------------------我要報名------------------------------------*/
    .box_sign_up {
        padding: 25px 20px 50px 20px;
    }
    .box_sign_up_senter {
        width: 94%;
        max-width: none;
    }
    .box_qua .left_list {
        width: calc(100% - 360px);
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px;
    }
    .box_qua .left_list li {
        text-indent: -14px;
        margin-left: 14px;
    }
    .box_qua .right_do_ed,
    .box_qua .right_do {
        padding-left: 15px;
    }
    .box_qua .right_do_ed .text_ed {
        text-indent: 12px;
    }
    /*----------------------金句&煩惱----------------------------*/
    .box_sentence {
        padding: 25px 20px 0px 20px;
    }
    .sentence {
        width: 90%;
    }
    .sentence img {
        width: 100%;
    }
    .box_upset {
        max-width: none;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        height: 100px;
        line-height: 100px;
        font-size: 32px;
    }
    /*----------------------3步驟----------------------------*/
    .box_step {
        padding: 80px 30px 30px 30px;
    }
    .box_step_center {
        max-width: none;
    }
    /*----------------------見證----------------------------*/
    .box_witness {
        padding: 40px 10px 30px 10px;
    }
    .box_say {
        width: 94%;
        max-width: none;
    }
    .say {
        width: 90%;
        margin: 0 auto;
        min-height: 220px;
        padding: 16px;
    }
    .border-dot {
        border-bottom: 2px dotted #aaa;
        margin: 10px 0px;
    }
    /*----------------------影音----------------------------*/
    .box_movie {
        padding: 40px 10px 30px 10px;
    }
    .box_movie_main {
        width: 94%;
        max-width: none;
    }
    .movie {
        width: 90%;
        margin: 0 auto;
    }
    .movie .down_main {
        width: 100%;
        min-height: 130px;
    }
    .movie .down_main h6 {
        font-size: 12px;
    }
    .bt_movie_link {
        height: 26px;
        font-size: 14px;
        line-height: 26px;
    }
    /*----------------------人資----------------------------*/
    .box_hr {
        padding: 40px 0px 30px 20px;
    }
    .box_hr_main {
        width: 96%;
        max-width: none;
        justify-content: space-between;
    }
    .card {
        margin-bottom: 30px;
        margin-right: 36px;
    }
    .card:last-child:nth-child(4n - 1) {
        margin-right: calc(28% + 4% / 3);
    }
    .card .pic {
        width: 140px;
    }
    .card .bs_logo {
        width: 56px;
        height: 56px;
        top: 90px;
    }
    /*------------------------------活動辦法-----------------------------------*/
    .box_points {
        padding: 40px 20px 30px 20px;
    }
    .box_points_main {
        width: 94%;
        max-width: none;
    }
}
@media screen and (max-width: 721px) {
    /*----------------------------------black_bar------------------------------------*/
    .logo_web {
        width: 90px;
        background-size: 90px auto;
    }
    .btn_signin {
        font-size: 12px;
        padding: 9px 8px 9px 8px;
    }
    /*---------------------------------選單---------------------------------*/
    .box_resume_header {
        height: 40px;
    }
    .box_resume_header .name {
        flex: 60%;
        font-size: 14px;
        line-height: 40px;
    }
    .box_resume_header .name img {
        width: 20px;
        height: 20px;
        margin: 8px 10px 0px 10px;
    }
    .resume_navi {
        flex: 50%;
        flex-shrink: inherit;
        flex-grow: inherit;
    }
    .resume_navi li a {
        padding: 0px 4px;
        font-size: 14px;
        line-height: 40px;
    }
    /*----------------------------------主視覺------------------------------------*/
    .box_master_vision {
        width: 100%;
        overflow: hidden;
        min-height: 400px;
        margin-top: 70px;
        padding: 10px 0px 0px 0px;
    }
    .box_master_vision .master_title_web {
        display: none;
    }
    .box_master_vision .master_title_m {
        display: block;
        width: 90%;
        max-width: 436px;
        margin: 0 auto;
        margin-bottom: 17px;
    }
    .box_master_vision .master_pic {
        width: 86%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -2px;
        top: 50%;
    }
    .box_master_vision .master_pic img {
        width: 100%;
    }
    /*-----------------------我要報名------------------------------------*/
    .box_sign_up {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_sign_up_senter {
        max-width: none;
    }
    .box_sign_up_senter h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_qua {
        display: flex;
    }
    .box_qua .left_list {
        width: calc(100% - 350px);
    }
    .box_qua .left_list li {
        font-size: 17px;
        text-indent: -14px;
        margin-left: 14px;
    }
    /*----------------------金句&煩惱----------------------------*/
    .box_sentence {
        min-height: auto;
        padding: 20px 10px;
    }
    .sentence {
        max-width: none;
    }
    .sentence img {
        width: 98%;
        margin: 0 auto;
    }
    .box_upset {
        max-width: none;
    }
    .upset {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        height: 60px;
        line-height: 60px;
        max-width: none;
        background-size: 100% auto;
        font-size: 21px;
        top: 0px;
    }
    .step_title_big img {
        width: 90px;
    }
    /*----------------------3步驟----------------------------*/
    .box_step {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_step_center {
        max-width: none;
    }
    .box_step_center h2 {
        font-size: 24px;
        margin: 50px 0px 20px 0px;
    }
    .text_big_h2 {
        font-size: 36px;
    }
    .box_step_pic {
        max-width: none;
    }
    .step_pic {
        margin: 0 auto;
    }
    /*----------------------見證----------------------------*/
    .box_witness {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_witness_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_say {
        max-width: none;
    }
    .say p {
        font-size: 15px;
    }
    .say h4 {
        font-size: 18px;
    }
    .border-dot {
        margin: 10px 0px;
    }
    /*----------------------影音----------------------------*/
    .box_movie {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_movie_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_movie_main {
        max-width: none;
    }
    .movie .down_main {
        width: 100%;
        min-height: 150px;
        padding: 10px 12px;
    }
    .bt_movie_link {
        right: 12px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    /*----------------------人資----------------------------*/
    .box_hr {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_hr_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_hr_main {
        max-width: none;
    }
    .card {
        margin: 20px;
    }
    .card .pic img {
        width: 100%;
        border-radius: 50%;
        border: 1px solid #ccc;
    }
    .card h3 {
        font-size: 16px;
    }
    .card h4 {
        font-size: 14px;
    }
    /*------------------------------活動辦法-----------------------------------*/
    .box_points {
        padding: 20px 10px 90px 10px;
    }
    .box_points_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .points_list li {
        font-size: 14px;
        text-indent: -70px;
        margin-left: 70px;
    }
    /*----------------------置底按鈕----------------------------*/
    .box_down {
        display: block;
    }
}
@media screen and (max-width: 641px) {
    /*---------------------------------選單---------------------------------*/
    .box_resume_header .name {
        flex: 57%;
    }
    .resume_navi {
        flex: 56%;
    }
    /*----------------------------------主視覺------------------------------------*/
    .box_master_vision {
        min-height: 350px;
    }
    /*-----------------------我要報名------------------------------------*/
    .box_sign_up {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_sign_up_senter {
        max-width: none;
    }
    .box_sign_up_senter h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_qua {
        display: block;
    }
    .box_qua .left_list {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .box_qua .right_do_ed,
    .box_qua .right_do {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
    /*----------------------金句&煩惱----------------------------*/
    .box_upset {
        width: 94%;
        flex-direction: row;
    }
    .upset {
        font-size: 18px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        height: 60px;
        line-height: 60px;
        font-size: 21px;
    }
    /*----------------------3步驟----------------------------*/
    .box_step_pic {
        width: 94%;
        flex-direction: row;
    }
    .step_pic {
        margin: 0 auto;
    }
    /*----------------------見證----------------------------*/
    .box_witness {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_witness_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_say {
        max-width: none;
    }
    .say p {
        font-size: 15px;
    }
    .say h4 {
        font-size: 18px;
    }
    .border-dot {
        margin: 10px 0px;
    }
    /*----------------------影音----------------------------*/
    .box_movie {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_movie_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_movie_main {
        max-width: none;
    }
    .movie .down_main {
        width: 100%;
        min-height: 150px;
        padding: 10px 12px;
    }
    .bt_movie_link {
        right: 12px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    /*----------------------人資----------------------------*/
    .card {
        margin: 10px;
    }
    .card:last-child:nth-child(4n - 1) {
        margin-right: calc(36% + 4% / 3);
    }
    .card h3 {
        font-size: 16px;
    }
    .card h4 {
        font-size: 14px;
    }
    /*------------------------------活動辦法-----------------------------------*/
    .box_points {
        padding: 20px 10px 90px 10px;
    }
    .box_points_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .points_list li {
        font-size: 14px;
        text-indent: -70px;
        margin-left: 70px;
    }
}
@media screen and (max-width: 566px) {
    /*---------------------------------選單---------------------------------*/
    .box_resume_header .name {
        flex: 40%;
    }
    .resume_navi {
        flex: 60%;
    }
    /*-----------------------我要報名------------------------------------*/
    .box_sign_up {
        min-height: auto;
        padding: 10px 10px 20px 10px;
    }
    .box_sign_up_senter h2 {
        margin: 10px 0px;
    }
    .box_qua {
        flex-direction: column;
    }
    .box_qua .left_list {
        margin-bottom: 10px;
    }
    .box_qua .right_do_ed,
    .box_qua .right_do {
        width: 60%;
        margin: 0 auto;
        padding-left: 36px;
    }
    /*----------------------金句&煩惱----------------------------*/
    .box_sentence {
        display: none;
        padding: 25px 0px 30px 0px;
    }
    .upset {
        height: auto;
        font-size: 16px;
        margin-bottom: 0px;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        line-height: 50px;
        font-size: 18px;
    }
    /*----------------------3步驟----------------------------*/
    .box_step {
        min-height: auto;
        padding: 20px 10px 30px 10px;
    }
    .step_pic {
        height: auto;
    }
    .step_pic h3 {
        font-size: 21px;
    }
    .step_pic h4 {
        font-size: 13px;
    }
    /*----------------------見證----------------------------*/
    .box_witness {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_witness_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_say {
        max-width: none;
    }
    .say p {
        font-size: 15px;
    }
    .say h4 {
        font-size: 18px;
    }
    .border-dot {
        margin: 10px 0px;
    }
    /*----------------------影音----------------------------*/
    .box_movie {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_movie_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_movie_main {
        max-width: none;
    }
    .movie .down_main {
        width: 100%;
        min-height: 150px;
        padding: 10px 12px;
    }
    .bt_movie_link {
        right: 12px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    /*----------------------人資----------------------------*/
    .box_hr {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_hr_main {
        width: 80%;
    }
    .card .pic {
        width: 160px;
    }
    .card .bs_logo {
        width: 66px;
        height: 66px;
        top: 100px;
    }
    .card {
        margin: 10px;
    }
    .card:last-child:nth-child(4n - 1) {
        margin-right: calc(36% + 4% / 3);
    }
    /*------------------------------活動辦法-----------------------------------*/
    .box_points {
        padding: 10px 10px 80px 10px;
    }
    .box_points_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .points_list li {
        font-size: 14px;
        text-indent: -70px;
        margin-left: 70px;
    }
}
@media screen and (max-width: 481px) {
    /*---------------------------------選單---------------------------------*/
    .box_resume_header .name {
        flex: 43%;
    }
    .resume_navi {
        flex: 57%;
    }
    /*----------------------------------主視覺------------------------------------*/
    .box_master_vision {
        min-height: 350px;
    }
    /*-----------------------我要報名------------------------------------*/
    .box_sign_up {
        min-height: auto;
        padding: 10px 10px;
    }
    .box_sign_up_senter h2 {
        margin: 10px 0px;
    }
    .box_qua {
        flex-direction: column;
    }
    /*----------------------金句&煩惱----------------------------*/
    .box_sentence {
        display: none;
        padding: 25px 0px 30px 0px;
    }
    .upset {
        height: auto;
        font-size: 16px;
        margin-bottom: 0px;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        line-height: 50px;
        font-size: 18px;
    }
    /*----------------------3步驟----------------------------*/
    .box_step {
        min-height: auto;
        padding: 20px 10px 30px 10px;
    }
    .step_pic {
        height: auto;
    }
    .step_pic h3 {
        font-size: 21px;
    }
    .step_pic h4 {
        font-size: 13px;
    }
    /*----------------------見證----------------------------*/
    .box_witness {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_witness_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_say {
        max-width: none;
    }
    .say p {
        font-size: 15px;
    }
    .say h4 {
        font-size: 18px;
    }
    .border-dot {
        margin: 10px 0px;
    }
    /*----------------------影音----------------------------*/
    .box_movie {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_movie_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_movie_main {
        max-width: none;
    }
    .movie .down_main {
        width: 100%;
        min-height: 150px;
        padding: 10px 12px;
    }
    .bt_movie_link {
        right: 12px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    /*----------------------人資----------------------------*/
    .box_hr {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_hr_main {
        width: 90%;
    }
    .card .pic {
        width: 160px;
    }
    .card .bs_logo {
        width: 66px;
        height: 66px;
        top: 100px;
    }
    .card {
        margin: 10px;
    }
    .card:last-child:nth-child(4n - 1) {
        margin-right: calc(36% + 4% / 3);
    }
}
@media screen and (max-width: 415px) {
    /*---------------------------------選單---------------------------------*/
    .box_resume_header .name {
        flex: 33%;
    }
    .resume_navi {
        flex: 67%;
    }
    /*----------------------------------主視覺------------------------------------*/
    .box_master_vision {
        min-height: 350px;
    }
    /*-----------------------我要報名------------------------------------*/
    .box_sign_up {
        min-height: auto;
        padding: 10px 0px;
    }
    .box_qua {
        flex-direction: column;
    }
    /*----------------------金句&煩惱----------------------------*/
    .box_upset {
        flex-direction: column;
    }
    .upset {
        font-size: 16px;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        line-height: 44px;
        font-size: 16px;
        font-weight: 400;
    }
    /*----------------------3步驟----------------------------*/
    .box_step {
        min-height: auto;
        padding: 20px 10px 30px 10px;
    }
    .box_step_pic {
        flex-direction: column;
    }
    .step_pic {
        height: auto;
    }
    .step_pic h3 {
        font-size: 21px;
    }
    .step_pic h4 {
        font-size: 16px;
    }
    /*----------------------見證----------------------------*/
    .box_witness {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_witness_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_say {
        max-width: none;
    }
    .say p {
        font-size: 15px;
    }
    .say h4 {
        font-size: 18px;
    }
    .border-dot {
        margin: 10px 0px;
    }
    /*----------------------影音----------------------------*/
    .box_movie {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_movie_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_movie_main {
        max-width: none;
    }
    .movie .down_main {
        width: 100%;
        min-height: 150px;
        padding: 10px 12px;
    }
    .bt_movie_link {
        right: 12px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    /*----------------------人資----------------------------*/
    .box_hr {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_hr_main {
        width: 94%;
    }
    .card .pic {
        width: 150px;
    }
    .card .bs_logo {
        top: 90px;
    }
    /*------------------------------活動辦法-----------------------------------*/
    .box_points_center h2 {
        font-size: 21px;
        margin: 10px 0px;
    }
}
@media screen and (max-width: 385px) {
    /*---------------------------------選單---------------------------------*/
    .box_resume_header .name {
        font-size: 13px;
        flex: 32%;
    }
    .box_resume_header .name img {
        margin: 5px 10px 0px 10px;
    }
    .resume_navi {
        flex: 68%;
    }
    .resume_navi li a {
        font-size: 13px;
    }
    /*----------------------------------主視覺------------------------------------*/
    .box_master_vision {
        min-height: 350px;
    }
    /*-----------------------我要報名------------------------------------*/
    .box_sign_up {
        min-height: auto;
        padding: 10px 0px;
    }
    .box_qua {
        flex-direction: column;
    }
    .box_qua .right_do_ed,
    .box_qua .right_do {
        padding-right: 50px;
        height: auto;
    }
    .box_qua .right_do_ed .text_ed {
        font-size: 17px;
        line-height: 95px;
        text-indent: 5px;
    }
    /*----------------------金句&煩惱----------------------------*/
    .box_upset {
        width: 94%;
    }
    .upset {
        font-size: 16px;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        line-height: 44px;
        font-size: 15px;
        font-weight: normal;
        background-size: 120%;
    }
    /*----------------------3步驟----------------------------*/
    .box_step_pic {
        width: 94%;
    }
    .box_step {
        min-height: auto;
        padding: 20px 10px 30px 10px;
    }
    .step_pic {
        height: auto;
    }
    .step_pic h3 {
        font-size: 21px;
    }
    .step_pic h4 {
        font-size: 16px;
    }
    /*----------------------見證----------------------------*/
    .box_witness {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_witness_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_say {
        max-width: none;
    }
    .say p {
        font-size: 15px;
    }
    .say h4 {
        font-size: 18px;
    }
    .border-dot {
        margin: 10px 0px;
    }
    /*----------------------影音----------------------------*/
    .box_movie {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_movie_center h2 {
        font-size: 24px;
        margin: 20px 0px;
    }
    .box_movie_main {
        max-width: none;
    }
    .movie .down_main {
        width: 100%;
        min-height: 150px;
        padding: 10px 12px;
    }
    .bt_movie_link {
        right: 12px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    /*----------------------人資----------------------------*/
    .box_hr {
        min-height: auto;
        padding: 20px 10px;
    }
    .box_hr_main {
        width: 94%;
    }
    .card .pic {
        width: 140px;
    }
    .card .bs_logo {
        width: 56px;
        height: 56px;
    }
}
@media screen and (max-width: 361px) {
    /*---------------------------------選單---------------------------------*/
    .box_resume_header .name {
        font-size: 12px;
    }
    .resume_navi li a {
        font-size: 12px;
    }
    /*----------------------------------主視覺------------------------------------*/
    .box_master_vision {
        min-height: 280px;
    }
    /*-----------------------我要報名------------------------------------*/
    .box_sign_up {
        min-height: auto;
        padding: 10px 0px 20px 0px;
    }
    .box_sign_up_senter h2 {
        font-size: 21px;
    }
    .box_qua {
        height: auto;
        flex-direction: column;
    }
    .box_qua .right_do {
        height: auto;
    }
    /*----------------------金句&煩惱----------------------------*/
    .box_upset {
        width: 94%;
        flex-direction: column;
    }
    .upset {
        font-size: 16px;
        margin-bottom: 20px;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        width: 100%;
        line-height: 44px;
        font-size: 16px;
        font-weight: normal;
        background-size: 120%;
    }
    .step_title_big img {
        width: 60px;
    }
    /*----------------------3步驟----------------------------*/
    .box_step_center h2 {
        font-size: 21px;
        margin: 50px 0px 20px 0px;
    }
    .text_big_h2 {
        font-size: 36px;
    }
    .box_step_pic {
        max-width: none;
        flex-direction: column;
    }
    .step_pic h3 {
        font-size: 21px;
    }
    .step_pic h4 {
        font-size: 15px;
    }
    /*----------------------見證----------------------------*/
    .box_witness {
        min-height: auto;
        padding: 10px 10px;
    }
    .box_witness_center h2 {
        font-size: 21px;
        margin: 20px 0px;
    }
    .say p {
        font-size: 15px;
    }
    .say h4 {
        font-size: 18px;
    }
    .border-dot {
        margin: 10px 0px;
    }
    /*----------------------影音----------------------------*/
    .box_movie {
        min-height: auto;
        padding: 10px 10px;
    }
    .box_movie_center h2 {
        font-size: 21px;
        margin: 20px 0px;
    }
    .box_movie_main {
        max-width: none;
    }
    .movie .down_main {
        width: 100%;
        min-height: 150px;
        padding: 10px 12px;
    }
    .bt_movie_link {
        right: 12px;
        width: 70px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
    /*----------------------人資----------------------------*/
    .box_hr {
        padding: 10px 10px;
    }
    .box_hr_center h2 {
        font-size: 21px;
    }
    .box_hr_main {
        width: 96%;
    }
    .card {
        margin: 10px;
    }
    .card .pic {
        width: 130px;
    }
    .card .bs_logo {
        top: 80px;
    }
}
@media screen and (max-width: 321px) {
    /*---------------------------------選單---------------------------------*/
    .box_resume_header .name {
        font-size: 10px;
    }
    .resume_navi li a {
        font-size: 10px;
    }
    /*----------------------內容標題----------------------------*/
    .step_title_big {
        font-size: 14px;
    }
    /*----------------------人資----------------------------*/
    .box_hr {
        padding: 10px 10px;
    }
    .box_hr_center h2 {
        font-size: 21px;
    }
    .box_hr_main {
        width: 96%;
    }
    .card {
        margin: 10px;
    }
    .card .pic {
        width: 110px;
    }
    .card .bs_logo {
        width: 40px;
        height: 40px;
        top: 70px;
    }
    .card h3 {
        font-size: 14px;
    }
    .card h4 {
        font-size: 12px;
    }
}
