﻿@charset "utf-8";
@import url("../../font-awesome.min.css");
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif;
	letter-spacing: 1px;
	position: relative;
	color:#3c3c3c;
	background-color: #fff
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Helvetica, Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif;
	line-height: 1.4em;
	font-weight: 900;
}
.img {
	width:100%;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
ul {
	list-style: none;
	line-height: 30px;
}

.text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
.text-left {
	text-align:left;
}
.text-nowrap, .table th {
	white-space: nowrap;
}
.text-center {
	text-align: center;
}
header { position:relative; overflow:auto;}
.topimg { position:absolute; z-index:10;}
.main_container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px 0 0;
	overflow: auto;
}
h1, h2, h5 {
    font-size: 40px;
    font-size: 4.5vmin;
    font-weight: 400;
    text-align: center;
	margin-top: 0px;
    color: #464646;
    display: block;
    position: relative;
    padding-bottom: 10px;
}
.bottom {margin-bottom: 4%;}
.blue {color: #00a9ba;font-weight: bolder;}
.red { color:red; font-size:150%;}
h1 span, h5 span {
    background: #fff;
    padding: 5px 20px;
    font-weight: bolder;
}
#five,h1.blue span { background: url(../../../../images/activity/act20170903/bit.jpg) repeat;}
h1.blue span {background-position: -2px 2px;}
h1:after, h5:after {
    content: '';
    display: block;
    border-bottom: 1px #464646 dashed;
    margin-top: -25px;
    margin-bottom: 25px;
    width: 100%;
}
.step {font-size: 4.5vmin;color: #ff8200;font-weight: 700;text-align: left;}
h1.blue:after {margin-top: -25px;
margin-bottom: 25px;
    border-bottom: 1px #00a9ba dashed;}
p {font-size: 2.5vmin;
    margin: 1% 0;
    line-height: 1.5;}
.program {
    width: 32.5%;
    width: calc(100% / 3 - 10px);
    float: left;
	font-weight: 700;
	color:#464646;
    margin-bottom: 20px;
}
.girl_say,.man_say { width: 49.5%;
    width: calc(100% / 2);
    float: left;}
.girl_say font,.man_say font{display: inline-block; width: 60%;vertical-align: middle; color:#fff; font-weight:bolder;}
.girl,.man { max-width: 25%;margin: 20px;display: inline-block;vertical-align: middle;}
.program img {max-width: 250px;width: 20vmin;}
#first .main_container {overflow: visible;padding-bottom: 100px;}
#two,#three,#five {overflow: auto;}
#two { background:#ffe228 url(../../../../images/activity/act20170903/two_bg.png);}
#three {background:#ff8b1a url(../../../../images/activity/act20170903/two_bg.png);}
#four { text-align:center;}
#four .main_container {padding-bottom: 0;}
.logo_center {max-width: 600px;}
.main_hand {width: 30%;float: left;}
.hand_content {width: 70%;float: left;padding: 1% 0 0 5%;text-align: left;}
.hand_content .h1 {font-size: 4vmin; }
.hand_content p font {font-size: 150%; font-weight: 700; color: #d11616;}
#five {padding-top: 10px;}
.products { width:48.5%;width: calc(100% / 2 - 20px); float:left;background: #fff;
    font-size: 130%;
    min-height: 430px;
    border: 1px solid #dfdfdf;
	position:relative;}
.products a{position: absolute;
    bottom: -18px;
    left: 35%;
    display: block;
    background: #e72e40;
    padding: 7px 20px;
    color: #fff;
    font-weight: 700;}
.products li {margin: 30px 0;
    font-size: 80%;
    font-weight: 600;}
.title {text-align: center;background: #00a9ba;color: #fff;padding: 2% 0;}
.space { margin-left:30px;}
.yellowman {margin-top: 100px;
    background: #ffe228;
    padding-bottom: 22%;
    margin-bottom: 20px;
    overflow: visible;
    position: relative;}
.yellowman_img {position: absolute;
    max-width: 50vmin;
    bottom: 0;
    z-index: 100;}
.yellowtitle{font-size: 2.6vmin;
    font-weight: 700;
    text-align: center;
    max-width: 70%;
    white-space: nowrap;
	position: relative;
    z-index: 150;
    float: right;
    margin: 3% 2% 0.5% 40%;
    line-height: 1.5;}
.yellowtitle font {font-size: 200%;font-weight: 900;}
.main_point{text-align: left;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.8;
    margin: 3% 0;text-align: justify; text-justify: inter-ideograph;}
#last_notice { background:#fff7e4;}
.import {font-weight: 600;
    line-height: 1.5;
    padding: 5% 0 5%;text-align: justify; text-justify: inter-ideograph;}
.right_now {
    right: 0;
    top: 30vh;
    z-index: 1000;
    position: fixed;
    font-size: 2vw;
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
}
.mobile, .mobile2 {
    display: none!important;
}
@media screen and (max-width: 768px) {
.pc {
    display: none!important;
}
.mobile {
    display: inline-block!important;
    font-size: 10vw;
}
.right_now {
    top: inherit;
    bottom: 0;
    width: 100%;
}
.hand_content p > br { display:none;}
.yellowman {
    margin-top: 10px;
    background: #ffe228;
    height: auto;
    overflow: visible;
    text-align: center;
    position: relative;
	margin-bottom: 20px;
}
.step {text-align: center;}
.hand_content { width: 100%;}
p {
    font-size: 18px;
    margin: 1% 0;
    line-height: 1.5;
}
h1, h2, h5 {
    font-size: 40px;}
h1 span, h5 span {
    background: #fff;
    padding: 5px 20px;
    padding: 0;
    font-weight: bolder;
}
.girl_say font, .man_say font {
    width: 80%;
	text-align: justify; text-justify: inter-ideograph;
}
.import {
    padding-bottom: 100px;
}
.yellowman_img {
    position: relative;
    max-width: 60%;
    margin: 5% 0 2%;
    margin-top: -30px;
    bottom: 0;
    z-index: 100;
}
	.yellowtitle {
    font-size: 2.6vmin;
    font-size: 18px;
    padding: 10px;
    font-weight: 700;
	white-space: normal;
    text-align: center;
    max-width: inherit;
    float: none;
    margin: 0 auto;
    line-height: 1.5;
}
	}
@media screen and (max-width: 640px) {
.products {
    width: 100%;
    width: calc(100% );
    float: none;
    background: #fff;
    font-size: 150%;
    padding-bottom: 20px;
    min-height: auto;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: 50px;
}
#first .main_container {
    padding-bottom: 0px;
}
#two .main_container {width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    text-align: center;}
.hand_content {
    width: 100%;
    float: none;
    padding: 1% 0 0 5%;
    text-align: left;
}	
.main_hand {
    width: 30%;
    float: none;
}
.hand_content .h1 {
    font-size: 24px;
}
.space {
    margin-left: 0;
}
.main_container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
}
.girl, .man {
    max-width: 40%;
    margin: 20px;
    text-align: center;
    display: block;
    margin: 5% auto;
    vertical-align: middle;
}
.products a {left: 28%;}
#three p { text-align:center;}
.right_now img {
    width: 100%;
    width: calc(100%);
    float: left;
    height: auto;
}

	}