@charset "utf-8";

/*-------------------- 內頁_頂端 --------------------*/
.top_cas_seo, .top_cas_rwd, .top_pri_seo, .top_pri_rwd, .top_ser_seo, .top_ser_yahoo, .top_ser_gad, .top_ser_rwd, .top_faq, .top_about, .top_contact {
	height: 300px;
	padding: 50px 0;
	background-position: center center;
	background-repeat: no-repeat;
}


.gNyRPZ {
	right: -22px;
	bottom: 100px;
}
.dmopMx {
	display: none !important;	
}

/*-------------------- 成功_頂端 --------------------*/
.top_cas_seo {
	background-image: url(../images/case/banner.jpg);
}
.top_cas_rwd {
	background-image: url(../images/case/banner2.jpg);
}

/*-------------------- 優惠_頂端 --------------------*/
.top_pri_seo {
	background-image: url(../images/price/banner.jpg);
}
.top_pri_rwd {
	background-image: url(../images/price/banner2.jpg);
}

/*-------------------- 服務_頂端 --------------------*/
.top_ser_seo {
	background-image: url(../images/service/banner.jpg);
}
.top_ser_yahoo {
	background-image: url(../images/service/banner2.jpg);
}
.top_ser_gad {
	background-image: url(../images/service/banner3.jpg);
}
.top_ser_rwd {
	background-image: url(../images/service/banner4.jpg);
}

/*-------------------- 問題_頂端 --------------------*/
.top_faq {
	background-image: url(../images/faq/banner.jpg);
}

/*-------------------- 關於_頂端 --------------------*/
.top_about {
	background-image: url(../images/about/banner.jpg);
}

/*-------------------- 聯絡_頂端 --------------------*/
.top_contact {
	background-image: url(../images/contact/banner.jpg);
}

/*-------------------- 頂端_文字 --------------------*/
.top_text h2 {
	margin: 0;
	padding: 0;
}
.top_text h2 strong {
	color: #D09B2A;
	font-size: 35px;
}
.top_text p {
	color: #888888;
}
.top_text p.slogan {
	color: #000000;
	font-size: 20px;
	/*line-height: 40px;*/
}
.top_text p.slogan strong {
	color: #E74184;
}

/*-------------------- 關於 --------------------*/
.about h3 {
	color: #E74184;
	font-size: 20px;
}
.about p {
	text-align: center;
}
.about strong {
	color: #D09B2A;
	font-size: 25px;
}
.tw-award-box h3 span {
	padding: 0 5px;
}

/*-------------------- 關於_圖標 --------------------*/
.icon-effect {
	background-color: #FFFFFF;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}
.icon-effect:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.tw-award-box:hover .icon-effect {
	color: #FFFFFF;
	transform:rotate(360deg);
}
.tw-award-box:hover .icon-effect:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.icon-medium-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 2em;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.icon-medium-effect:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*-------------------- 關於_綠 --------------------*/
.icon-green .icon-effect {
	-webkit-box-shadow: 0px 0px 0px 3px #2BC2A7;
	box-shadow: 0px 0px 0px 3px #2BC2A7;
}
.icon-green .icon-effect:after {
	background-color: #2BC2A7;
}
.icon-green .icon-medium-effect, .icon-green:hover h3 span {
	color: #2BC2A7;
}

/*-------------------- 關於_黃 --------------------*/
.icon-yellow .icon-effect {
	-webkit-box-shadow: 0px 0px 0px 3px #FFB72F;
	box-shadow: 0px 0px 0px 3px #FFB72F;
}
.icon-yellow .icon-effect:after {
	background-color: #FFB72F;
}
.icon-yellow .icon-medium-effect, .icon-yellow:hover h3 span {
	color: #FFB72F;
}

/*-------------------- 關於_橘 --------------------*/
.icon-orange .icon-effect {
	-webkit-box-shadow: 0px 0px 0px 3px #D09B2A;
	box-shadow: 0px 0px 0px 3px #D09B2A;
}
.icon-orange .icon-effect:after {
	background-color: #D09B2A;
}
.icon-orange .icon-medium-effect, .icon-orange:hover h3 span {
	color: #D09B2A;
}

/*-------------------- 關於_粉紅 --------------------*/
.icon-pink .icon-effect {
	-webkit-box-shadow: 0px 0px 0px 3px #E74184;
	box-shadow: 0px 0px 0px 3px #E74184;
}
.icon-pink .icon-effect:after {
	background-color: #E74184;
}
.icon-pink .icon-medium-effect, .icon-pink:hover h3 span {
	color: #E74184;
}

/*-------------------- 團隊 --------------------*/
.ch-item, .ch-info-wrap, .ch-info, .ch-info-bl {
	height: 440px;
}
.ch-item {
	position: relative !important;
	padding: 0;
	margin: 20px 0;
	display: block;
	overflow: visible;
}
.ch-info-wrap {
	position: absolute;
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #F7F9F8;
}
.ch-info {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.ch-info-front {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ch-info-bl {
	padding: 20px 10px 0 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.5);
}

/*-------------------- 團隊 --------------------*/
.tw_txt {
	padding: 30px 0px 12px 100px;
	position: relative;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 25px;
	text-align: left;
	text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	border: 1px rgba(255,255,255,.35) solid;
}
.tw_txt:before {
    position: absolute;
    top: -2px;
    left: 5px;
    font-weight: bold;
    font-size: 120px;
    line-height: 65px;
}
.tw_txt:after {
    display: block;
    margin: 5px 0 0 3px;
    position: absolute;
    top: -2px;
    color: rgba(255,255,255,.6);
    font-size: 18px;
}

/*-------------------- 團隊_綠 --------------------*/
.tw_green .ch-info-front {
	background-image: url(../images/about/team1.jpg);
}
.tw_green .tw_txt:before {
    color: #2BC2A7;
    content: "D";
}
.tw_green .tw_txt:after {
    content: "esign";
}
.tw_green .ch-info-back {
	background-color: #2BC2A7;
}

/*-------------------- 團隊_黃 --------------------*/
.tw_yellow .ch-info-front {
	background-image: url(../images/about/team2.jpg);
}
.tw_yellow .tw_txt {
	padding: 30px 0px 12px 95px;
}
.tw_yellow .tw_txt:before {
    left: 20px;
    color: #FFB72F;
    content: "S";
}
.tw_yellow .tw_txt:after {
    content: "ales";
}
.tw_yellow .ch-info-back {
	background-color: #FFB72F;
}

/*-------------------- 團隊_橘 --------------------*/
.tw_orange .ch-info-front {
	background-image: url(../images/about/team3.jpg);
}
.tw_orange .tw_txt {
	padding: 30px 0px 12px 110px;
}
.tw_orange .tw_txt:before {
    left: 0px;
    color: #D09B2A;
    content: "M";
}
.tw_orange .tw_txt:after {
    content: "arketing";
}
.tw_orange .ch-info-back {
	background-color: #D09B2A;
}

/*-------------------- 團隊_粉紅 --------------------*/
.tw_pink .ch-info-front {
	background-image: url(../images/about/team4.jpg);
}
.tw_pink .tw_txt:before {
    color: #E74184;
    content: "A";
}
.tw_pink .tw_txt:after {
    content: "dministration";
}
.tw_pink .ch-info-back {
	background-color: #E74184;
}

/*-------------------- 團隊_翻面 --------------------*/
.ch-info .ch-info-back {
	padding: 15px;
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
}
.ch-info .ch-info-back i {
	width: 64px;
	height: 64px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 64px;
	text-align: center;
	border: thin solid #FFFFFF;
	border-radius: 50%;
}
.ch-info .ch-info-back h3 {
	padding-top: 10px;
	color: #FFFFFF;
}
.ch-info .ch-info-back p {
	color: #000000;
}

/*-------------------- 友善連結 --------------------*/
.client-logo a img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.client-logo a:hover img {
	transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
}
.client-logo a p {
	color: #CCCCCC;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.client-logo a:hover p {
	color: #000000;
}

/*-------------------- 聯絡_圖標 --------------------*/
.contact_box:hover .icon-effect {
	color: #FFFFFF;
	transform:rotate(360deg);
}
.contact_box:hover .icon-effect:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.contact_box .icon-effect {
	-webkit-box-shadow: 0px 0px 0px 10px #FFFFFF;
	box-shadow: 0px 0px 0px 10px #FFFFFF;
}

/*-------------------- 聯絡_綠 --------------------*/
.icon-green .contact_box {
	border: 2px solid #2BC2A7;
}
.icon-green .contact_box:hover {
	background-color: #2BC2A7;
}
.icon-green .contact_box .icon-effect {
	border: 2px solid #2BC2A7;
}
.icon-green .contact_box .icon-effect:after {
	background-color: #2BC2A7;
}

/*-------------------- 聯絡_黃 --------------------*/
.icon-yellow .contact_box {
	border: 2px solid #FFB72F;
}
.icon-yellow .contact_box:hover {
	background-color: #FFB72F;
}
.icon-yellow .contact_box .icon-effect {
	border: 2px solid #FFB72F;
}
.icon-yellow .contact_box .icon-effect:after {
	background-color: #FFB72F;
}

/*-------------------- 聯絡_橘 --------------------*/
.icon-orange .contact_box {
	border: 2px solid #D09B2A;
}
.icon-orange .contact_box:hover {
	background-color: #D09B2A;
}
.icon-orange .contact_box .icon-effect {
	border: 2px solid #D09B2A;
}
.icon-orange .contact_box .icon-effect:after {
	background-color: #D09B2A;
}

/*-------------------- 聯絡 --------------------*/
.contact_box {
	padding: 0 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_box .con_head {
	position: relative;
	top: -30px;
}
.contact_box .con_head h3 {
	margin: 20px 0 0 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_box ul {
	margin: 0 0 0 -40px;
}
.contact_box ul li {
	margin: 0 0 20px 0;
	list-style-type: none;
}
.contact_box ul li i {
	width: 25px;
	margin: 0 5px 0 0;
	font-size: 18px;
	text-align: center;
}
.contact_box a li {
	color: #000000;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_box a:hover li, .contact_box:hover .con_head h3, .contact_box:hover p strong {
	color: #FFFFFF;
}
.contact_box:hover p {
	color: #000000;
}
.contact_box p strong {
	color: #E74184;
}
.map iframe {
	width: 100%;
	height: 300px;
}

/*-------------------- 優惠 --------------------*/
.price_box {
	border-radius: 10px;
	background-color: #FAFAFA;
	-webkit-box-shadow: 0px 0px 5px #DDDDDD;
	box-shadow: 0px 0px 5px #DDDDDD;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.price_head {
	height: 70px;
	padding: 1.5em 0 8em 0;
	position: relative;
	color: #FFFFFF;
	border-radius: 10px 10px 0px 0px;	
	overflow: hidden;
}
.price_head i {
	padding: 10px 0;
	font-size: 40px;
}
.price_head h3 {
	color: #FFFFFF;
}
.price_money {
	padding: 30px 0 20px 0;
}
.price_money sup {
	top: -21px;
	left: 1px;
	font-weight: 600;
	font-size: 16px;
}
.price_money strong {
	font-weight: 700;
	font-size: 48px;	
}
.price_money small {
	color: #000000;	
}
.price_list {
	padding: 0 20px;
}
.price_list ul {
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-top: thin dashed #CCCCCC;
}
.price_list ul:nth-child(1), .price_list ul:nth-child(2), .price_list ul:nth-child(3) {
	margin: 0;
}
.price_list ul li {
	color: #000000;
	list-style-type: none;
}
.price_list ul li span {
	color: #D09B2A;
}
.price_list ul li a {
	color: #D09B2A;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.price_list ul li a:hover {
	color: #000000;
}

/*-------------------- 優惠_綠 --------------------*/
.pr_green .price_box:hover {
	-webkit-box-shadow: 0px 0px 10px #2BC2A7;
	box-shadow: 0px 0px 10px #2BC2A7;
}
.pr_green .price_head {
	background-image: -webkit-linear-gradient(270deg,rgba(43,194,167,1.00) 0%,rgba(23,105,91,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(43,194,167,1.00) 0%,rgba(23,105,91,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(43,194,167,1.00) 0%,rgba(23,105,91,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(43,194,167,1.00) 0%,rgba(23,105,91,1.00) 100%);
}
.pr_green .price_money {
	color: #2BC2A7;
}

/*-------------------- 優惠_粉紅 --------------------*/
.pr_pink .price_box:hover {
	-webkit-box-shadow: 0px 0px 10px #E74184;
	box-shadow: 0px 0px 10px #E74184;
}
.pr_pink .price_head {
	background-image: -webkit-linear-gradient(270deg,rgba(231,65,132,1.00) 0%,rgba(166,21,79,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(231,65,132,1.00) 0%,rgba(166,21,79,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(231,65,132,1.00) 0%,rgba(166,21,79,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(231,65,132,1.00) 0%,rgba(166,21,79,1.00) 100%);
}
.pr_pink .price_money {
	color: #E74184;
}

/*-------------------- 優惠_黃 --------------------*/
.pr_yellow .price_box:hover {
	-webkit-box-shadow: 0px 0px 10px #FFB72F;
	box-shadow: 0px 0px 10px #FFB72F;
}
.pr_yellow .price_head {
	background-image: -webkit-linear-gradient(270deg,rgba(255,183,47,1.00) 0%,rgba(187,122,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,183,47,1.00) 0%,rgba(187,122,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,183,47,1.00) 0%,rgba(187,122,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,183,47,1.00) 0%,rgba(187,122,0,1.00) 100%);
}
.pr_yellow .price_money {
	color: #FFB72F;
}

/*-------------------- 優惠_橘 --------------------*/
.pr_orange .price_box:hover {
	-webkit-box-shadow: 0px 0px 10px #D09B2A;
	box-shadow: 0px 0px 10px #D09B2A;
}
.pr_orange .price_head {
	background-image: -webkit-linear-gradient(270deg,rgba(250,103,66,1.00) 0%,rgba(203,45,5,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(250,103,66,1.00) 0%,rgba(203,45,5,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(250,103,66,1.00) 0%,rgba(203,45,5,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(250,103,66,1.00) 0%,rgba(203,45,5,1.00) 100%);
}
.pr_orange .price_money {
	color: #D09B2A;
}

/*-------------------- 優惠_線 --------------------*/
.price_sea {
	width: 100%;
	height: 160px;
	position: absolute;
	bottom: -70px;
	left: 0;
}
.sea-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.price_box:hover .sea-layer-1 {
	-webkit-transform: translate3d(15px,0,0);
	transform: translate3d(15px,0,0);
}
.price_box:hover .sea-layer-2 {
	-webkit-transform: translate3d(-15px,0,0);
	transform: translate3d(-15px,0,0);
}

/*-------------------- 服務＿SEO --------------------*/
.section-heading strong {
	color: #E74184;
}

/*-------------------- 服務＿gad --------------------*/
.gad-item, .gad-info-wrap, .gad-info, .gad-info-bl {
	height: 200px;
}
.gad-item {
	position: relative !important;
	padding: 0;
	margin: 20px 0;
	display: block;
	overflow: visible;
}
.gad-info-wrap {
	position: absolute;
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #F7F9F8;
}
.gad-info {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.gad-item:hover .gad-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
.gad-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.gad-info-bl {
	padding: 50px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 10px;
}
.gad-info-bl i {
	margin: 0 0 25px 0;
	font-size: 40px;
}
.gad-info-bl p {
	font-size: 30px;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

/*-------------------- 服務＿gad_綠 --------------------*/
.tw_green .gad-info-bl, .tw_green .gad-info-back {
	background-color: #2BC2A7;
}

/*-------------------- 服務＿gad_黃 --------------------*/
.tw_yellow .gad-info-bl, .tw_yellow .gad-info-back {
	background-color: #FFB72F;
}

/*-------------------- 服務＿gad_橘 --------------------*/
.tw_orange .gad-info-bl, .tw_orange .gad-info-back {
	background-color: #D09B2A;
}

/*-------------------- 服務＿gad_粉紅 --------------------*/
.tw_pink .gad-info-bl, .tw_pink .gad-info-back {
	background-color: #E74184;
}

/*-------------------- 服務＿gad_翻面 --------------------*/
.gad-info .gad-info-back {
	padding: 20px;
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
}
.gad-info .gad-info-back p {
	color: #000000;
}

/*-------------------- 服務_rwd --------------------*/
.rwd_function {
	margin: 20px 0;
	padding: 30px 30px 10px 30px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.50);
	-webkit-box-shadow: 0px 0px 5px #DDDDDD;
	box-shadow: 0px 0px 5px #DDDDDD;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rwd_function:hover {
	-webkit-box-shadow: 0px 0px 10px #CCCCCC;
	box-shadow: 0px 0px 10px #CCCCCC;
}
.rwd_function h3 {
	margin: 20px 0;
}

/*-------------------- 服務_rwd_圖標 --------------------*/
.rwd_function:hover .tw-award-box .icon-effect {
	color: #FFFFFF;
	transform:rotate(360deg);
}
.rwd_function:hover .tw-award-box .icon-effect:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*-------------------- 服務_rwd_綠 --------------------*/
.icon-green .rwd_function:hover {
	-webkit-box-shadow: 0px 0px 10px #2BC2A7;
	box-shadow: 0px 0px 10px #2BC2A7;
}

/*-------------------- 服務_rwd_黃 --------------------*/
.icon-yellow .rwd_function:hover {
	-webkit-box-shadow: 0px 0px 10px #FFB72F;
	box-shadow: 0px 0px 10px #FFB72F;
}

/*-------------------- 服務_rwd_橘 --------------------*/
.icon-orange .rwd_function:hover {
	-webkit-box-shadow: 0px 0px 10px #D09B2A;
	box-shadow: 0px 0px 10px #D09B2A;
}

/*-------------------- 服務_rwd_粉紅 --------------------*/
.icon-pink .rwd_function:hover {
	-webkit-box-shadow: 0px 0px 10px #E74184;
	box-shadow: 0px 0px 10px #E74184;
}

/*-------------------- 保證_所有 --------------------*/
.cham_box section {
	padding: 0;
}

/*-------------------- 保證_圖標 --------------------*/
.cham_icon {
	margin: 20px 0 0 0;
	text-align: center;
}
.cham_icon h3 {
	margin: 15px 0 0 0;
	font-size: 18px !important;
}
.cham_icon .icon-effect {
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 0px 1px #FFFFFF;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}
.cham_icon .icon-effect:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background-color: #D09B2A;
	-webkit-box-shadow: 0px 0px 0px 1px #D09B2A;
	box-shadow: 0px 0px 0px 1px #D09B2A;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.cham_icon:hover .icon-effect {
	color: #FFFFFF;
	transform:rotate(360deg);
}
.cham_icon:hover .icon-effect:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.cham_icon .icon-medium-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.cham_icon .icon-medium-effect:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*-------------------- 表單 --------------------*/
label, input, select, textarea, button {
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
	width: calc(100% - 100px) !important;
	margin: 0 0 0 10px !important;
	padding: 10px !important;
	font-family: Microsoft JhengHei !important;
	vertical-align: middle !important;
	border: thin solid #CCCCCC !important;
	border-radius: 5px !important;
	background-color: #FFFFFF !important;
}
input[type="text"]:hover, input[type="text"]:focus,
input[type="tel"]:hover, input[type="tel"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
select:hover,
textarea:hover, textarea:focus {
	-webkit-box-shadow: inset 1px 1px 2px 0px #CCCCCC;
	box-shadow: inset 1px 1px 2px 0px #CCCCCC;
}
input[type=radio] {
	position: relative;
	top: 2px;
	zoom: 150%;
}
input[type=checkbox] {
	position: relative;
	top: 2px;
	zoom: 150%;
}
label {
	display: inline !important;
}
label:hover {
	color: #D09B2A;
}
.form_div div {
	margin: 20px 0 !important;
}
.form_div div.no_mar {
	margin: 0 !important;
}
.form_div strong {
	padding: 0 5px 0 0;
	color: #DC0000;
}
.form_div strong.no_re {
	color: #F7F9F8;
}
.form_left {
	width: 90px;
	float: left;
}
.form_right {
	width: calc(100% - 90px);
	float: right;
}
.form_right label {
	display: inline-block;
	margin: 0 30px 10px 0;
	float: left;
}

/*-------------------- 隱私權政策 --------------------*/
.priva ul li {
	margin-top: 20px;
	color: #D09B2A;
	list-style-type: cjk-decimal;
}
.priva ul li p {
	color: #757575;
}
.priva ul li ul {
	margin-top: 0px;
}
.priva ul li ul li {
	margin-top: 0px;
	color: #757575;
	list-style-type: disc;
}

/*-------------------- LINE --------------------*/
.line_btn, .ig_btn {
	width: 35px;
	height: 35px;
	padding: 0;
	position: fixed;
	right: 20px;
	z-index: 999;
	-webkit-animation: bounceIn 1.5s infinite alternate ease-in-out;
	animation: bounceIn 1.5s infinite alternate ease-in-out;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.line_btn {
	bottom: 150px;
}
.ig_btn {
	bottom: 100px;
}
.line_btn img, .ig_btn img {
	width: 100%;
	border-radius: 50%;
}





/*-------------------- RWD --------------------*/

@media (min-width: 992px) and (max-width:1199px) {

/*-------------------- 團隊 --------------------*/
.ch-item, .ch-info-wrap, .ch-info, .ch-info-bl {
	height: 500px;
}
.tw_txt {
	padding: 30px 0px 12px 90px;
	font-size: 20px;
	line-height: 25px;
}
.tw_txt:before {
    font-size: 110px;
    line-height: 65px;
}
.tw_txt:after {
    font-size: 16px;
}

/*-------------------- 團隊_黃 --------------------*/
.tw_yellow .tw_txt {
	padding: 30px 0px 12px 85px;
}

/*-------------------- 團隊_橘 --------------------*/
.tw_orange .tw_txt {
	padding: 30px 0px 12px 100px;
}

/*-------------------- 團隊_粉紅 --------------------*/
.tw_pink .tw_txt {
	padding: 30px 0px 12px 80px;
}
}


@media (max-width: 1024px) {

/*-------------------- 數位行銷大趨勢 --------------------*/
.tw-features-area {
	padding: 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {

/*-------------------- 團隊 --------------------*/
.ch-item, .ch-info-wrap, .ch-info, .ch-info-bl {
	height: 390px;
}
}

@media (max-width: 767px) {

/*-------------------- 內頁_頂端 --------------------*/
.top_cas_seo, .top_cas_rwd, .top_pri_seo, .top_pri_rwd, .top_ser_seo, .top_ser_yahoo, .top_ser_gad, .top_ser_rwd, .top_faq, .top_about, .top_contact {
	padding: 40px 0;
}

/*-------------------- 團隊 --------------------*/
.ch-item, .ch-info-wrap, .ch-info, .ch-info-bl {
	height: 385px;
}

/*-------------------- 聯絡 --------------------*/
.contact_box {
	margin: 20px 0;
}
}


@media (max-width: 400px) {

/*-------------------- LOGO --------------------*/
.navbar-brand img {
	width: 90%;
}

/*-------------------- 優惠 --------------------*/
.col-md-4:nth-child(1) .price_box {
	margin: 0 0 20px 0;
}
.col-sm-6:nth-child(1) .price_box {
	margin: 0 0 20px 0;
}
.price_box {
	margin: 20px 0;
}
}