/* mobile 小於768px */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
body {
	height: 100%;
	overflow-y: hidden;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	font-family: Helvetica, Arial, 'Microsoft JhengHei','微軟正黑體';
}
.wrapper, .container-fluid {
	height: 100%;
    overflow-x: hidden;

}

/*  start loading */
.no-js #loader { display: none; }
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.stb {
	width: 120px;
	height: 120px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	display: inline-block;
	-webkit-animation: small_to_big 1s ease-in;
	-moz-animation: small_to_big 1s ease-in;
	-ms-animation: small_to_big 1s ease-in;
	-o-animation: small_to_big 1s ease-in;
	animation: small_to_big 1s ease-in;
}
.loading {
	background: url(../images/loading.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    -webkit-animation: round_one 1s infinite linear;
	-moz-animation: round_one 1s infinite linear;
	-ms-animation: round_one 1s infinite linear;
	-o-animation: round_one 1s infinite linear;
	animation: round_one 1s infinite linear;
}
.qq {
    background: #e9a13b;
    width: 50px;
    height: 8px;
    border-radius: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: 20px;
    margin-top: -30px;
    transform: rotate(40deg);
    -webkit-animation: qq 1s linear;
    -moz-animation: qq 1s linear;
    -ms-animation: qq 1s linear;
    -o-animation: qq 1s linear;
    animation: qq 1s linear;
}
/*  end loading */

.testPositionAbsolute {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    margin: 0;
}
.green_bg.top {
    width: 100%;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}
.green_bg.bottom {
    width: 100%;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}


.icon_bg_left {
	background: url('../images/bg_left.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 160px;
    height: 100px;
    position: absolute;
    left: 10px;
    bottom: 0px;
}
.icon_bg_right {
	background: url('../images/bg_right.svg');
	background-size: 100%;
	background-repeat: no-repeat;
    width: 350px;
    height: 220px;
    position: absolute;
    right: -100px;
    bottom: 0px;
}
.icon_bg_top {
	background: url('../images/bg_top.svg');
	background-size: 100%;
	background-repeat: no-repeat;
    width: 300px;
    height: 150px;
    position: absolute;
    left: -150px;
    top: 20px;
}

.brand {
    font-size: 24px;
    letter-spacing: 3px;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
}
.topic {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #fff;
    margin: 8px 0px 0px;
    transform: scale(1);
}
.logo {
    /*background: url('../images/logo_ctbc.svg');*/
    background: url('../images/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -65px;
    z-index: 1;

    width: 130px;
    height: 35px;
    position: relative;
    top: 5px;
    left: 5%;
    z-index: 1;
    margin: 0px;
    /*background-color: #007C7D;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;*/
}
.intro_text {
    font-size: 1.2em;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 30px 20px;
    text-align: justify;
}

.startBtn {
    background: #ed8e48;
    border: 0px;
    padding: 12px 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    border-radius: 25px;
}
.startBtn:before {
    content: "\f105";
    position: absolute;
    right: 1.5em;
    padding: 0px;
    padding-top: 2px;
    font-size: 16px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.startBtn:hover:before {
	-webkit-transform: translateX(5px);
   transform: translateX(5px);

}
button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.icon_phone {
	background: url('../images/icon_mobile.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 80px;
	height: 100px;
	position: absolute;
	left: -30px;
	bottom: 0px;
}
.icon_ruler {
	background: url('../images/icon_ruler.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100px;
	height: 70px;
	position: absolute;
	left: 130px;
	bottom: 0px;
}
.icon_cafe {
	background: url('../images/icon_coffee.svg');
	background-size: 100%;
	background-repeat: no-repeat;
    width: 130px;
    height: 170px;
    position: absolute;
    left: -30px;
    top: -20px;
}
.icon_questionnaire {
	background: url('../images/icon_questionnaire.svg');
	background-size: 100%;
	background-repeat: no-repeat;
    width: 250px;
    height: 150px;
    position: absolute;
    left: 35%;
    top: -5px;
}

.icon_pen {
	background: url('../images/icon_pen.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 170px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 40px;
}

.header_title {
	text-align: center;
	position: relative;
    top: 130px;
}
/* header to small */
.header_bg {
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
	background: #19a9a1;
}
.header_bg > a {
    background-color: #007C7D;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    display: inline-block;
    height: 45px;
    z-index: 1;
}
.header_bg.active {
	-webkit-animation: header_to_top 0.7s linear;
	-moz-animation: header_to_top 0.7s linear;
	-ms-animation: header_to_top 0.7s linear;
	-o-animation: header_to_top 0.7s linear;
    animation: header_to_top 0.7s linear;
    top: -50px;
    height: 250px;
}
.header_bg.active .header_title {
    -webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
    transition: all 1s ease-out;
	position: relative;
	top: 110px;
    transform: scale(0.9);
}

.section {
	position: absolute;
    top: 20%;
    bottom: 0px;/*不用設高*/
    left:5%;
    width: 90%;
    background: #fff;
    text-align: left;
    overflow: hidden;
}

.section.active {
	-webkit-animation: m_from_down 0.3s linear;
	-moz-animation: m_from_down 0.3s linear;
	-ms-animation: m_from_down 0.3s linear;
	-o-animation: m_from_down 0.3s linear;
	animation: m_from_down 0.3s linear;
    top: 23%;
    /*bottom: initial;*/
    /*height: 100%;*/
}

.ques {
	opacity: 0;
}
.ques.active {
	-webkit-animation: ques_show 1s ease-in-out;
	-moz-animation: ques_show 1s ease-in-out;
	-ms-animation: ques_show 1s ease-in-out;
	-o-animation: ques_show 1s ease-in-out;
	animation: ques_show 1s ease-in-out;
	opacity: 1;
	transform: translateY(0px);
}

.ques_circle {
    background: url(../images/loading.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    margin: 5px;
    animation-delay: 0.5s;
    animation: round_one 1s linear;
}
.num_text {
    position: absolute;
    top: 24px;
    left: 16px;
    color: #505050;
    font-size: 28px;
}
.ques_type {
	padding: 3px 12px;
    background: #9c9c9c;
    color: #fff;
    border-radius: 12px;
    white-space:nowrap;
}

.top_area {
	padding: 20px;
	border-bottom: 10px solid #daeaea;
}
.ques_title {
    margin: 0px 10px;
    line-height: 1.6em;
    margin-top: 15px;
    width: 75%;
    float: right;
    /*margin-bottom: 20px;*/
    font-size: 16px;
    min-height: 45px;
}
.ques_item.top {
	/*margin-top: 20px;*/
}
.ques_item {
	margin: 0px;
}
.not_finish {
    width: 100%;
    height: 100%;
    max-width: 850px;
    margin: 0 auto;
    display: block;
    text-align: right;
    padding: 8px 0px 0px 8px;
}
.lastbtn {
    color: #ed8e48;
    cursor: pointer;
    display: inline-block;
    width: 50%;
    top: 20px;
    left: 10px;
}
.lastbtn span {
    left: 25px;
    top: 3px;
}
.lastbtn i {
    float: left;
}
.nextbtn {
    color: #ed8e48;
    cursor: pointer;
    display: inline-block;
    width: 50%;
    top: 20px;
    padding-right: 10px;
    text-align: right;
}
.nextbtn span {
    right: 25px;
    top: 3px;
}
.nextbtn i {
    float: right;
}
.endbtn {
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    color: #ed8e48;
    font-size: 1em;
    height: 40px;
    right: 0px;
    top: 20px;
    width: 35%;
}
.endbtn span {
    right: 15px;
    top: 3px;
    display: inline-block;
    text-align: right;
}
.endbtn i {
    float: left;
}
/* change question button */
/*.next_color {
	background: #ed8e48;
	color: #fff;
	margin-right: 0px;
    width: 44px;
    min-width: 44px;
    height: 44px;
}
.next_color i {
	font-size: 30px;
	left: 46%!important;
}
.next_color:hover, .endbtn:hover {
    background-color: #dc803c;
}*/

/*.widthSet {
	width: 100%;
	height: 66px;
	margin: 0px auto;
}*/

.fullText {
    width: 100%;
    margin-top: 10px;
}
/* error signal */
.ques_signal {
	color: #df4526!important;
	display: block;
	margin: 0px;
	/*margin-top: -25px;*/
	min-height: 30px;
	padding: 0px!important;
}
.ques_signal .mdl-list__item-icon {
	color: #df4526;
    margin-right: 5px!important;
}

.error_q {
    padding: 4px 8px;
    background: #df4526;
    border-radius: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
}
.color_red {
	color: #df4526;
	margin-right: 5px;
}
.mdl-list__item{
	padding: 0px 5px;
	color: #fff;
}
.not_finish .mdl-list__item-primary-content {
 	float: left;
}

/*.footer_data {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    box-shadow: 4px 0px 8px #c1c1c1;
    z-index: 2;
}*/
.footer_data {
    width: 90%;
    background: #fff;
    height: 80px;
    position: fixed;
    bottom: 0px;
    box-shadow: 4px 0px 8px #c1c1c1;
    /*box-shadow: 0px -15px 20px #daeaea;*/
    z-index: 4;
}
.footer_data.active {
	-webkit-animation: enterUp 1s ease-in-out;
	-moz-animation: enterUp 1s ease-in-out;
	-ms-animation: enterUp 1s ease-in-out;
	-o-animation: enterUp 1s ease-in-out;
	animation: enterUp 1s ease-in-out;
	transform: translateY(0%);
}

/* footer */
.not_finish_area {
	width: 100%;
	height: 30px;
    background: #00a9a2;
    color: #df4526;
    margin: 0px auto;
    padding-top: 3px;
    position: absolute;
    bottom: 75px;
    z-index: 3;
}
.not_finish {
	width: 100%;
}

.process {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#myProgress {
    position: relative;
    width: 100%;
    height: 12px;
    border: 0px solid #02aaa3;
    border-radius: 0px;
    margin-top: 2px;
}
#myBar {
    position: absolute;
    width: 0%;
    height: 10px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 0px;
    background: #00a9a2;
    background: -webkit-linear-gradient(left, #60d2e0 , #01aaa3);
    background: -o-linear-gradient(right, #60d2e0, #01aaa3);
    background: -moz-linear-gradient(right, #60d2e0, #01aaa3);
    background: linear-gradient(to right, #60d2e0 , #01aaa3);
}
#label {
    line-height: 30px;
    color: #00a9a2;
    margin-top: 5px;
    margin-left: 10px;
}

/* form style */
/* input style */
.mdl-radio__ripple-container {
	top: -4px;
	left: -4px;
}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #09ada6;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: #09ada6;
}
.mdl-checkbox__tick-outline {
	height: 101%;
}
.ques_item .mdl-checkbox.is-checked, .ques_item .mdl-radio.is-checked {
    color: #09ada6;
    /*background: #eee;*/
    background: #f0f0f0;
    /*height: 36px;*/
}
.mdl-checkbox__box-outline {
	top: 9px;
    left: 12px;
}
.mdl-checkbox__label, .mdl-radio__label {
	margin-top: 6px;
    margin-bottom: 5px;
    margin-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    display: block;
    font-weight: initial;
    font-weight: 400!important;
}

.mdl-checkbox, .mdl-radio {
    height: auto;
	color: #505050;
	width: 100%;
}

.mdl-textfield__input {
	border-bottom: 1px solid #b6b6b6;
	color: #9c9c9c;
}
.mdl-textfield__label:after {
	bottom: 0px;
	background-color: #09ada6;
}
/* radio */
.mdl-radio__inner-circle {
	background: #09ada6;
    margin-top: 5px;
    margin-left: 10px;
}
.mdl-radio__outer-circle {
	margin-top: 5px;
	margin-left: 10px;
}
.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid #09ada6;
}
.mdl-radio.is-checked .mdl-radio__label {
	color: #09ada6;
}
.agree_radio_title {
    display: none;
}
table.agree_radio, table.agree_radio_title {
    width: 100%;
    margin-top: 5px;
}
table.agree_radio_title td {
    width: 20%;
    font-size: 14px;
    text-align: center;
    color: #8c8c8c;
}
.radio_group {
    border-top: 1px solid #ddd;
    margin: 0px 10px;
    margin-top: 10px;
    padding: 15px 0px;
    line-height: 1.5em;
    color: #8c8c8c;
    margin-bottom: 5px;
}
table.agree_radio .mdl-radio {
    left: 25%;
}
table.agree_radio .mdl-radio.is-checked {
	background: rgba(255,255,255,0);
}
table.agree_radio .mdl-radio:hover .mdl-radio__inner-circle {
	background: #09ada6;

}
.mdl-textfield {
	width: 90%;
	margin-top: 0px;
    padding-bottom: 5px;
}

/* end form */

.pad_0 {
	padding: 0px;
}
.pad_1 {
	margin-bottom: 5px;
}





/* end page */
.header_bg.active.end {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	position: fixed;
	top: 0px;
}

.end_animate .section.active.end {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	transform: translateY(100%);
}
.end_animate .footer_data.active {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	transform: translateY(200%);
}
/* 往右飛出 */
.header_bg.end .outRight {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	transform: translateX(300%);
}
.header_bg.end .outLeft {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	transform: translateX(-300%);
}
.header_bg.end .outTop {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	transform: translateY(-300%);
}
.header_bg.end .outBottom {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1 ease-in-out;
    transition: all 1s ease-in-out;
	transform: translateY(300%);
}

/* end page animate */
.end_page.active .q_woman {
	-webkit-animation: dowm_show 1.3s ease-in-out;
	-moz-animation: dowm_show 1.3s ease-in-out;
	-ms-animation: dowm_show 1.3s ease-in-out;
	-o-animation: dowm_show 1.3s ease-in-out;
	animation: dowm_show 1.3s ease-in-out;
	transform: translateY(0%);
}

.end_page.active .green_cloud_1.enter, .end_page.active .white_cloud_1.enter {
	-webkit-animation: left_show 1s ease-in-out;
	-moz-animation: left_show 1s ease-in-out;
	-ms-animation: left_show 1s ease-in-out;
	-o-animation: left_show 1s ease-in-out;
	animation: left_show 1s ease-in-out;
	transform: translateX(0%);
}
.end_page.active .green_cloud_2.enter {
	-webkit-animation: right_show 1s ease-in-out;
	-moz-animation: right_show 1s ease-in-out;
	-ms-animation: right_show 1s ease-in-out;
	-o-animation: right_show 1s ease-in-out;
	animation: right_show 1s ease-in-out;
	transform: translateX(0%);
}
.end_page.active .moutain_1, .end_page.active .end_main {
	-webkit-animation: enterUp 1s ease-in-out;
	-moz-animation: enterUp 1s ease-in-out;
	-ms-animation: enterUp 1s ease-in-out;
	-o-animation: enterUp 1s ease-in-out;
	animation: enterUp 1s ease-in-out;
	transform: translateY(0%);
}
.end_page.active .moutain_2, .end_page.active .moutain_3 {
    -webkit-animation: enterUp 1s ease-in-out;
    -moz-animation: enterUp 1s ease-in-out;
    -ms-animation: enterUp 1s ease-in-out;
    -o-animation: enterUp 1s ease-in-out;
    animation: enterUp 1s ease-in-out;
    transform: translateY(0%);
}




.end_page.active .q_woman.moving3 {
	-webkit-animation-name: Floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: Floating;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: Floating;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: Floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.end_page.active .cloud span.moving1{
    -webkit-animation-name: moving1;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: moving1;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: moving1;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: moving1;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: moving1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


.end_page.active .cloud span.moving2{

    -webkit-animation-name: moving2;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: moving2;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: moving2;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-name: moving2;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
    animation-name: moving2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


.green_cloud_1 {
	background: url('../images/finish/finish_cloud_green.svg');
	background-size: 100%;
	background-repeat: no-repeat;
    width: 120px;
    height: 90px;
    position: fixed;
    left: 0px;
    top: 40%;
    transform: translateX(-300%);
}
.green_cloud_2 {
	background: url('../images/finish/finish_cloud_green.svg');
	background-size: 100%;
	background-repeat: no-repeat;
    width: 160px;
    height: 150px;
    position: fixed;
    right: -120px;
    top: 55%;
    transform: translateX(300%);
}
.white_cloud_1 {
	background: url('../images/finish/finish_cloud.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 220px;
    height: 180px;
    position: fixed;
    left: -50px;
    top: 55%;
    transform: translateX(-300%);
}
.moutain_1 {
	background: url('../images/finish/finish_mountain.svg');
	background-size: 100%;
	background-repeat: no-repeat;
    width: 360px;
    height: 160px;
    position: fixed;
    left: -100px;
    bottom: 0px;
	transform: translateY(100%);
}
.moutain_2 {
    background: url('../images/finish/finish_mountain2.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 360px;
    height: 130px;
    position: fixed;
    left: 50px;
    bottom: 0px;
    transform: translateY(100%);
}
.moutain_3 {
    background: url('../images/finish/finish_mountain2.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 340px;
    height: 160px;
    position: fixed;
    right: -170px;
    bottom: 0px;
    transform: translateY(100%);
}
.end_main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: translateY(100%);
}
.end_text {
    width: 300px;
    position: absolute;
    top: 15%;
    left: 5%;
    color: #fff;
}
.tks {
    color: #ed8e48;
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 8px;
}
.text_b {
    font-size: 1.8em;
    line-height: 1.2em;
    text-shadow: 1px 1px 1px #333;
}
.text_s {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 5px;
}
.close_end_page {
    font-size: 1.1em;
    margin-top: 120px;
    color: #333;
}
.close_end_page span {
	display: block;
}
.close_end_btn {
	/*padding: 10px 50px;
	display: inline-block;
	background: #e2883c;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 17px;
	margin-top: 10px;*/
}
.close_end_btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 25px;
}
.close_end_btn i {
	margin-right: 10px;
}

span.close_icon {
	background: url('../images/close.svg');
	background-size: 100%;
	background-repeat: no-repeat;
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.q_woman {
	background: url('../images/finish/finish_character.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 180px;
    height: 550px;
    position: fixed;
    right: -30px;
    top: 0px;
    z-index: 1;
    transform: translateY(-100%);
}

.pc_radio_title {
    display: none;
}

/* nick */
.number {
	position: absolute;
	left: 5px;
	top: 5px;

}
.test {
    position: relative;
    width: 100%;
    top: 10px;
}

textarea {
    border: 0 none white;
    overflow: hidden;
    padding: 0;
    outline: none;
    background-color: lightgray;
    resize: none;
}

textarea.clone {
    position: absolute;
    visibility: hidden;
}

/* 小於pad  */
@media (max-width: 766px) {
	body {
		overflow-y:auto;
	}
	.test {
		overflow: hidden;
	}
	.mg_ani {
		transform: scaleY(0);
	    position: absolute;
	    width: 100%;
	}
	.mg_ani.active {
		-webkit-animation: mg_bg_ani 0.5s ease-in-out;
		-moz-animation: mg_bg_ani 0.5s ease-in-out;
		-ms-animation: mg_bg_ani 0.5s ease-in-out;
		-o-animation: mg_bg_ani 0.5s ease-in-out;
		animation: mg_bg_ani 0.5s ease-in-out;
		transform-origin: top;
		transform: scaleY(1);
	}
	.mg_ani.active .green_bg.top.active, .mg_ani.active .green_bg.bottom.active {
		-webkit-animation: mg_bg_ani_b 0.5s linear;
		-moz-animation: mg_bg_ani_b 0.5s linear;
		-ms-animation: mg_bg_ani_b 0.5s linear;
		-o-animation: mg_bg_ani_b 0.5s linear;
		animation: mg_bg_ani_b 0.5s linear;
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		border-color: #daeaea !important;
	}
	.agree_radio .mdl-radio.is-checked {
	    color: #09ada6;
	    /*background: #eee;*/
        background: #f0f0f0;
	    height: 36px;
	}
	.mdl-textfield {
		width: 70%;
    	padding-top: 0px;
    	padding-left: 0px;
	}
	.mdl-textfield.text_area {
	    width: 90%;
	    margin: 0px auto;
	    left: 5%;
	}
}
@media (max-width: 380px) {
    .endbtn {
        width: 40%;
    }
    .section.active {
        top:27%;
    }
}
@media (max-width: 320px) {
	.topic {
	    font-size: 26px;
	}
	.brand {
	    font-size: 22px;
	}
    .section.active {
        top: 30%;
    }
	.intro_text {
	    font-size: 1em;
	    text-align: left;
	    letter-spacing: 1.5px;
	    line-height: 1.5em;
	    margin: 20px;
	}
	.icon_bg_right {
	    width: 480px;
	    height: 300px;
	    left: 120px;
	    bottom: 0px;
	}
	.icon_questionnaire {
	    width: 300px;
	    height: 150px;
	    left: 15%;
	    top: -5px;
	}
    .not_finish {
        font-size: 14px;
    }
    .endbtn {
        width: 44%;
    }
    .tks {
        font-size: 2.5em;
    }
    .text_b {
        font-size: 1.6em;
        line-height: 1.2em;
        width: 80%;
        text-shadow: 1px 1px 1px #333;
    }
    .text_s {
        font-size: 1.2em;
        line-height: 1.3em;
        margin-top: 5px;
        width: 70%;
    }
    .close_end_page {
        font-size: 1em;
        margin-top: 120px;
        color: #333;
    }
    .close_end_btn {
        padding: 10px 40px;
    }
    .moutain_1 {
        width: 260px;
        height: 110px;
    }
    .moutain_2 {
        width: 260px;
        height: 90px;
    }
    .moutain_3 {
        width: 300px;
        height: 120px;
    }
    .ques_title {
        width: 72%;
    }
}