/*
 * iweb22 - style07
 * http://iweb22.appseo.com.tw
 *
 * Copyright 2013, Evelyn Wang
 * 
 * 
 * December 2013
 */


/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
        =anchor
        =clear,clearfix
        =banner
    +header
        =cis
        =site-func
        =share-func
        =nav
    +content
        +content-main
        +content-sidebar
    +footer
        =footer-link
        =company-info
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome-ie7.min.css');
@import url('/css/font-awesome-ie7.css');
@import url('/css/font-awesome.css');
* {
    margin: 0;
    padding: 0;
}

body {
	margin:0;
	background: #f0ece3;
	color: #727171;
	font-size: 14px;
}

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li {
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	word-wrap: normal;
	word-break: normal;
	border-width: 0;
	font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow";
}

hr {
	noshade:noshade;
}

th {
	font-weight: normal;
}

ul, li {
	list-style: none;
}

/**
*
* =anchor
*
**/

a:link, a:visited {
	color: #191919;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

/**
*
* =clear,clearfix
*
**/

/* regular clearing apply to column that should drop below previous ones. */
.clear {
    clear: both;
}

/* this needs to be first because FF3 is now supporting this */
.clearfix {
    display: inline-block;
}

/* clearing floats without extra markup */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

/* hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end hide from IE-mac */


/* +body
*----------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 0;
}


/* +header
*----------------------------------------------------------------------------*/
.wrapper #header {
	margin: 0 auto;
	width: 960px;
	background: url(../../images/07/all/bg-sidebar.png) no-repeat 0 0;
	overflow: hidden;
}
.wrapper #header .cis {
	margin: 25px 0 0;
	width: 190px;
	float: left;
}
.wrapper #header .cis h1 {
	margin: 5px 0;
	width: 190px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.wrapper #header .cis h2 {
	width: 190px;
}
.wrapper #header .cis h2 img {
	width: 190px;
	height: 170px;
}
.wrapper #header .nav {
	width: 770px;
	float: right;
}
.wrapper #header .nav h3 {
	display: none;
}
.wrapper #header .nav ul {
	margin: 0 0 0 5px;
	height: 30px;
	overflow: hidden;
}
.wrapper #header .nav ul li {
	margin: 0 5px 0 0;
	float: left;
}
.wrapper #header .nav ul li a {
	width: 120px;
	height: 26px;
	border-top: 4px #3672ca solid;
	display: block;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	font-weight: 900;
	color: #504f4f;
}
.wrapper #header .nav ul li a:hover {
	border-top: 4px #c53002 solid;
	font-size: 18px;
	color: #c53002;
}


/* +content
*----------------------------------------------------------------------------*/
.wrapper .content {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
.wrapper .content .sidebar {
	width: 190px;
	float: left;
	overflow: hidden;
}
.wrapper .content .sidebar .sidenav {
	width: 190px;
	background: url(../../images/07/all/bg-sidebar.png) no-repeat 0 -195px #20508b;
	overflow: hidden;
}
.wrapper .content .sidebar .img {
	width: 190px;
	height: 180px;
	background: url(../../images/07/all/img-slogan.png) no-repeat 0 0;
	text-indent: -999999px;
}
.wrapper .content .sidebar .functionBar {
	margin: 0 auto;
	padding: 10px;
	width: 155px;
	background: #264561;
	overflow: hidden;
}
.wrapper .content .sidebar .functionBar h3 {
	display: none;
}
.wrapper .content .sidebar .functionBar ul {
	margin: 0;
	overflow: hidden;
}
.wrapper .content .sidebar .functionBar ul li {
	width: 51px;
	float: left;
	text-align: center;
}
.wrapper .content .sidebar .functionBar ul li a {
	border: 0;
	font-size: 12px;
	color: #fff;
}
.wrapper .content .sidebar .functionBar ul li a:hover {
	border: 0;
}

.wrapper .content .sidebar .video {
	margin: 20px 0;
	width: 190px;
}
.wrapper .content .sidebar .video h3 {
	display: none;
}
.wrapper .content .sidebar .video iframe {
	width: 190px;
}
.wrapper .content .sidebar #dayProduct {
	margin: 0 0 20px;
	overflow: hidden;
}
.wrapper .content .sidebar #dayProduct h2 {
	display: none;
}
.wrapper .content .sidebar #dayProduct p {
	margin: 5px 0;
	text-align: center;
}
.wrapper .content .sidebar #dayProduct .photo {
	width: 188px;
	border: 1px #bbb solid;
}
.wrapper .content .sidebar #dayProduct .photo img {
	margin: 5px;
	width: 178px;
}
.wrapper .content .sidebar .ad ,
.wrapper .content .sidebar .ad ul {
	overflow: hidden;
}
.wrapper .content .sidebar .ad ul li {
	margin: 0 0 10px;
}
.wrapper .content .sidebar .ad ul li img {
	width: 190px;
}

.wrapper .content .contentMain {
	width: 770px;
	float: right;
}


/* +content
*----------------------------------------------------------------------------*/
.wrapper #footer {
	margin: 15px 0 0;
	padding: 15px 0 20px;
	width: 100%;
	background: #e4dfcc;
	color: #303030;
}
.wrapper #footer .footerWrap {
	margin: 0 auto;
	width: 960px;
}
.wrapper #footer .footerWrap p {
	margin: 0 0 10px;
	text-align: center;
}

.wrapper #footer .footerWrap #footerFunction {
	margin: 0 0 10px;
	overflow: hidden;
}
.wrapper #footer .footerWrap #footerFunction #footerNav {
	float: left;
}
.wrapper #footer .footerWrap #footerFunction #footerNav ul {
	overflow: hidden;
}
.wrapper #footer .footerWrap #footerFunction #footerNav ul li {
	margin: 0 15px 0 0;
	float: left;
	font-size: 16px;
	color: #303030;
}

.wrapper #footer .footerWrap #footerFunction #share {
	float: right;
	overflow: hidden;
}
.wrapper #footer .footerWrap #footerFunction #share ul {
	overflow: hidden;
}
.wrapper #footer .footerWrap #footerFunction #share ul li {
	margin: 0 3px 0 0;
	float: left;
}
.wrapper #footer .footerWrap #footerFunction #share ul li a.tPlus ,
.wrapper #footer .footerWrap #footerFunction #share ul li a.fPlus ,
.wrapper #footer .footerWrap #footerFunction #share ul li a.gPlus ,
.wrapper #footer .footerWrap #footerFunction #share ul li a.pPlus ,
.wrapper #footer .footerWrap #footerFunction #share ul li a.rPlus {
	width: 25px;
	height: 25px;
	background: url(../../images/07/all/bookmark.png) no-repeat -75px 0;
	display: block;
}
.wrapper #footer .footerWrap #footerFunction #share ul li a.fPlus {
	background-position: 0 0;
}
.wrapper #footer .footerWrap #footerFunction #share ul li a.gPlus {
	background-position: -25px 0;
}
.wrapper #footer .footerWrap #footerFunction #share ul li a.pPlus {
	background-position: -50px 0;
}
.wrapper #footer .footerWrap #footerFunction #share ul li a.rPlus {
	background-position: -100px 0;
}

.wrapper #footer .footerWrap .web {
	text-align: center;
	font-size: 12px !important;
}

.wrapper #footer .footerWrap .copy {
	margin: 0 0 10px;
	text-align: center;
	font-size: 12px;
}

.wrapper #footer .footerWrap .seo {
	width: 960px;
	overflow: hidden;
	font-size: 12px;
}
#indexBox{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);position: fixed;z-index: 9999999999999999;top: 0;text-align: center;}
#indexBox #ask-wrap{margin:0 auto;display:table;position:relative;float:left;top:50%;left:50%;width:auto;text-align:center;transform:translate(-50%,-50%)}#indexBox #ask-wrap a{display:block}
#indexBox #ask-wrap #close-wrap{text-align: center;position: relative;width: 270px;background: rgba(255, 255, 255, 0.95);height: 150px;border-radius: 20px;color: #000;}
#indexBox #ask-wrap #close-wrap .ter .text p{font-size: 18px;padding: 15px;}
#indexBox #ask-wrap #close-wrap .ter .text{position: absolute;width: 100%;height: calc(100% - 51px);overflow: hidden;}
#indexBox #ask-wrap #close-wrap .ter .gogogog{position: absolute;width: 100%;height: 50px;bottom: 0;border-top: 1px solid #d7d7d7;}
#indexBox #ask-wrap #close-wrap .ter .gogogog a{color: #163e86;display: inline-block;width: calc(50% - 4px);text-align: center;line-height: 50px;font-size: 20px;font-weight: bold;}
#lineBox{display:block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);position: fixed;z-index: 9999999999999999;top: 0;text-align: center;}
#lineBox #ask-wrap{margin:0 auto;display:table;position:relative;float:left;top:50%;left:50%;width:auto;text-align:center;transform:translate(-50%,-50%);width: 270px;background: rgba(255, 255, 255, 0.95);height: 250px;border-radius: 20px;color: #000;}
#lineBox #ask-wrap a{display:block;font-size: 40px;}
#lineBox #ask-wrap .text p{font-size: 18px;margin: 10px 20px;text-align: center;}
#lineBox #ask-wrap .text ul{margin: 0;padding: 0;text-align: center;}
#lineBox #ask-wrap .text ul li{display: inline-block;margin: 0 10px;}
#lineBox #ask-wrap .text{position: absolute;width: 100%;height: calc(100% - 51px);overflow: hidden;}
#lineBox #ask-wrap .gogogog{position: absolute;width: 100%;height: 50px;bottom: 0;border-top: 1px solid #d7d7d7;text-align: center;}
#lineBox #ask-wrap .gogogog a{color: #163e86;display: inline-block;line-height: 50px;font-size: 20px;font-weight: bold;text-decoration: none;}
/*@media screen and (max-width: 1024px) {#lineBox{display: block;}}*/
#linejoin{
    position: fixed;
    top: 10%;
    z-index: 99999999999;
}
#linejoin .text a{
    display: none;
}
#linejoin .gogogog{
    position: absolute;
    top: 50%;
    margin-left: 180px;
}
#linejoin .gogogog a{
    text-decoration: none;
    background: #f39800;
    padding: 5px;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
#linejoin .gogogog #clickclose{
    display: block;
}
#linejoin .gogogog #clickopen{
    display: none;
    padding: 15px;
}
.Floating_menu_A {
  position: relative;
  z-index: 999999;
  left: 17px;
  padding: 12px;
  background-color: rgba(127, 127, 127, 0.8);
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.6s;
  transition-timing-function: linear;
  height: 36px;
  width: 36px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
  animation-name: animeBoxLight;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.Floating_menu_A:hover{
  width: 180px;
  animation-name: none;
}
.Floating_menu_A ul, .Floating_menu_A li {
    margin: inherit;
    line-height: inherit;
}

@keyframes box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
  animation-name: animeBoxLight;
  animation-duration: 4s;
  animation-iteration-count: infinite; {
  0% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
  }
  30% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.0);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.0);
  }
}


/* menu_list */
.menu_list {
  opacity: 100;
}
.menu_list li{
  list-style-type: none;
  text-align: center;
  margin-left: 15px;
  float: left;
  cursor: pointer;
}
.menu_list li a {
  text-decoration: none;
}
.menu_list i {
  font-size: 2em;
  padding: 2px 0;
}
.menu_list li:hover i {
  color: white;
  background: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 選單使用圖片 */
.pic_logo_530 {
  width: 36px;
  margin-bottom: 15px;
  float: left;
}
.pic_logo_530 img {
  width: 100%;
  height: auto;
}



/* 定位動畫座標 */
/* 定位基礎 */
.anime_A_top, .anime_B_top{
  position: absolute;
  z-index: 99999;
  left: -25px;
  transform-origin: left center;
}
#linejoin .anime_A_top {
  top: 222px;
  transform: scale(0.3);
}
#linejoin .anime_B_top {
  top: 335px;
  transform: scale(0.55);
}

/* 指定LOGO系統色 */
.fb_color {
  background: -webkit-linear-gradient(#3b5998, #2b4170);
  background: -o-linear-gradient(#3b5998, #2b4170);
  background: linear-gradient(#3b5998, #2b4170);
  color: rgba(66, 103, 178, 1.0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.line_color {
  color: rgba(0, 185, 0, 1);
}
.instagram_color {
  background: -webkit-linear-gradient(bottom left, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
  background: -o-linear-gradient(bottom left, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
  background: linear-gradient(to top right, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 第一樣式 */
.animeArea_A {
  background-image: url("/lightEffect_A_02.png");
  width: calc(1920px / 4);
  height: calc(1920px / 4);
  animation: lightAnime_X 0.5s steps(4) infinite, lightAnime_Y 1.5s steps(3) infinite;
}
@keyframes lightAnime_X {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1920px;
  }
}
@keyframes lightAnime_Y {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -1440px;
  }
}

/* 第二樣式 */
.animeArea_B {
  background-image: url("/lightEffect_A_01.png");
  width: calc(1280px / 5);
  height: calc(1536px / 6);
  animation: lightAnime_B_X 0.5s steps(5) infinite,
              lightAnime_B_Y 3.0s steps(6) infinite;
}

@keyframes lightAnime_B_X {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1280px;
  }
}
@keyframes lightAnime_B_Y {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -1536px;
  }
}
@media screen and (max-width: 1024px) {
    #linejoin{
        display: none;
    }
}