@charset "utf-8";
/* CSS Document */

body {margin:0;padding:0;}

#slideMenu{ display:none;}
#slideMenu nav{ display:none;}




#naviA{}

/*--------------------------------------*/

ul { /* 取消ul預設的內縮及樣式 */
        margin: 0;
        padding: 0;
        list-style: none;
    }


    ul.drop-down-menu {
	/* [disabled]border: #ccc 1px solid; */
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-family: "微軟正黑體";
    }
	

	
	ul.drop-down-menu li.optiontitle a{
	font-size: 100%;
	line-height: 100%;
	padding-bottom: 30px;
	

	
}
	
	ul.drop-down-menu li.optiontitle a:hover{
	background-image: url(../imgs/opbaseline.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
	ul.drop-down-menu li.optiontitle .subENG{
	color: #999999;
	font-size: 75%;
}
	
    ul.drop-down-menu li {
	position: relative;
	white-space: nowrap;
	/* [disabled]border-right: 1px solid #ccc; */
    }
	

    ul.drop-down-menu > li:last-child {
        border-right: none;
    }

    ul.drop-down-menu > li {
        float: left; /* 只有第一層是靠左對齊*/
    }

     ul.drop-down-menu a  {
    /*background-color: #fff;*/
	color: #000000;
	display: block;
	padding: 0 18px;
	text-decoration: none;
	

    }

    ul.drop-down-menu li.optiontitle:hover > a { /* 滑鼠移入次選單"主選單"按鈕保持變色*/
    background-image: url(../imgs/opbaseline.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
    }	
	
	
	
	

	
	
	
	
	
	
	ul.drop-down-menu ul {
	/* [disabled]border: #ccc 1px solid; */
	position: absolute;
	z-index: 99;
	left: -1px;
	top: 100%;
	background-color: #3dc2c4;
	margin-left: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-shadow: 0px 10px 18px -5px #000000;
	box-shadow: 0px 10px 18px -5px #000000;
    }
	
	ul.drop-down-menu ul.option01 {min-width: 110px;}
	ul.drop-down-menu ul.option02 {min-width: 104px;}
	ul.drop-down-menu ul.option03 {min-width: 157px;}
	
	
	ul.drop-down-menu ul.option06 {min-width: 110px;}

    ul.drop-down-menu ul li {
	border-bottom: 1px solid #009fa8;
    }

    ul.drop-down-menu ul li:last-child {
        border-bottom: none;
    }
	
	ul.drop-down-menu li.optiontitle ul li{
	font-size: 95%;
	
    }
	
	
    ul.drop-down-menu li.optiontitle ul li a {
	padding-bottom: 0;
	line-height: 300%;
	color: #fff;


    }
	
	ul.drop-down-menu li.optiontitle ul li a:hover{
	color: #00385B;
	/* [disabled]text-decoration: underline; */
	font-weight: bolder;
    }

    ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
        z-index: 999;
        top: 10px;
        left: 90%;
    }
	
	
	
	
	
	
	
	
	
	ul.drop-down-menu ul { /*隱藏次選單*/
        left: -99999px;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
        transition: opacity 0.5s;
		
		
    }

    ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
        opacity: 0.96;
        -webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
        transition: opacity 0.5s;
        left: -1px;
        border-right: 5px;
    }

    ul.drop-down-menu li:hover > ul ul { /* 滑鼠滑入之後、次選單之後的選單依舊隱藏*/
        left: -99999px;
    }

    ul.drop-down-menu ul li:hover > ul { /* 第二層之後的選單展開位置*/
        left: 90%;
    }


/*--------------------------------------*/








/*floatNavi*/

#sticker{ display:block;background-color:#fff; width:100%; overflow: visible; border-bottom: 1px solid #E3E2E2;position: fixed;top:-110px; z-index:200;}/*主控2*/
#sticker .stickerIn{margin: 0 auto;height: 71px;max-width: 985px;min-width: 860px; overflow: hidden; }
#sticker .stickerIn .logo, #sticker .stickerIn .logo a{
	display: block;
	float:left;
	z-index: 201;

	width:77px;
	height:100px;
	background-image: url(../images/sticker/stickerLogo.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute; }
	
	
#sticker .stickerIn .stickerOption{ margin-right:15px; margin-top:31px; float:right;  overflow: hidden;}

#sticker .stickerIn .stickerOption .option00,
#sticker .stickerIn .stickerOption .option01,
#sticker .stickerIn .stickerOption .option02,
#sticker .stickerIn .stickerOption .option03,
#sticker .stickerIn .stickerOption .option04,
#sticker .stickerIn .stickerOption .option05
{float: left;}


#sticker .stickerIn .stickerOption .option00 a,
#sticker .stickerIn .stickerOption .option01 a,
#sticker .stickerIn .stickerOption .option02 a,
#sticker .stickerIn .stickerOption .option03 a,
#sticker .stickerIn .stickerOption .option04 a,
#sticker .stickerIn .stickerOption .option05 a
 {
	display:block;
	height: 19px;
	width: 90px;
	margin-top: 1px;
	margin-right: 26px;

	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
	
#sticker .stickerIn .stickerOption .option00 a {background-image: url(../images/sticker/home.png);}	
#sticker .stickerIn .stickerOption .option01 a {background-image: url(../images/sticker/about.png);}	
#sticker .stickerIn .stickerOption .option02 a {background-image: url(../images/sticker/process.png);}
#sticker .stickerIn .stickerOption .option03 a {background-image: url(../images/sticker/category.png);}
#sticker .stickerIn .stickerOption .option04 a {background-image: url(../images/sticker/knowledge.png);}
#sticker .stickerIn .stickerOption .option05 a {background-image: url(../images/sticker/contact.png);}

#sticker .stickerIn .stickerOption .option00 a:hover,	
#sticker .stickerIn .stickerOption .option01 a:hover, 
#sticker .stickerIn .stickerOption .option02 a:hover, 
#sticker .stickerIn .stickerOption .option03 a:hover, 
#sticker .stickerIn .stickerOption .option04 a:hover, 
#sticker .stickerIn .stickerOption .option05 a:hover
{background-position: center top;}


#sticker .stickerIn .stickerOption .fbsticker{float: left;}
#sticker .stickerIn .stickerOption .fbsticker a{display: block; width: 23px; height: 23px; background-image: url(../images/navi/fb.png);background-repeat: no-repeat; background-size: 100% auto;margin-left:41px;}

#sticker .stickerIn .stickerOption .fbsticker a:hover{background-image: url(../images/navi/fbR.png);}


.header a:after
{content: '';display: none;background: #fff;height: 2px;}	
	

/*Above, Desktop Only!!*/
/*-----------------------------------------------------------------------------------------------------------*/


/*頁首轉場微調*/
@media screen and (max-width:1770px) {
	
ul.drop-down-menu li.optiontitle a{font-size: 100%;line-height: 100%;padding-bottom: 30px;	}
	
 ul.drop-down-menu a  {padding: 0 12px;}	

}

/*頁首轉場微調*/
@media screen and (max-width:1600px) {
	

	
ul.drop-down-menu li.optiontitle a{font-size: 98%;line-height: 100%;padding-bottom: 30px;	}
	
 ul.drop-down-menu a  {padding: 0 10px;}	

}






/*手機橫*/
/*@media screen and (max-width:800px)*/
@media screen and (max-width:1650px) {
	
#slideMenu{ display: block;	position: fixed;top: 0; width:100%;z-index:400;}
#naviA{ display:none;}	
#sticker{display:none;}

body
{background-color: #fff;position: relative;-webkit-text-size-adjust: none;}

nav:not(.mm-menu){display: none;}

.header
{
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    width: 100%;
    min-width: 240px;
    height: 40px;
    padding: 0 50px;
    /*background-image: url(../images/navi/floatBg.png);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: thin solid #3dc2c4;
}

/*.header
{
	text-align: center;
	background-color: #777;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	
	min-width:240px;
	
	height: 40px;
	padding: 0 50px;
	background-image: url(../images/navi/floatBg.png);

}*/


.header.fixed{position: fixed;top: 0;left: 0;}

/*.header a
{display: block;width: 28px;height: 18px;padding: 11px;position: absolute;top: 0;right: 0;}*/

.header a
{display: block;width: 28px;height: 18px;padding: 11px;position: absolute;top: 0;right: 0;}

.header a:before,
.header a:after
{content: '';display: block;background: #009fa8;height: 2px;}

.header a span
{background: #009fa8;display: block;height: 2px;margin: 6px 0;}	

#slideMenu .logo a
{

	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
	height: 36px;
	width: 220px;
	background-image: url(../imgs/floatLogo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	overflow: hidden;
	background-position: left center;
	
	
}

#slideMenu .milton a
{

	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
	height: 35px;
	width: 154px;
	background-image: url(../imgs/floatMilton.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	overflow: hidden;
	background-position: left center;
	
	
}
	
	
	
#slideMenu .DCFB a
{
	float: left;
	margin-top:9px;
	margin-bottom:7px;
	margin-left:8px;
	height: 24px;
	width: 24px;

	background-image:url(../images/navi/floatFb.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	overflow: hidden;
	background-position: left center;
	
	
}
	}



@media screen and (max-width:450px) {
	
	
#slideMenu .logo a
{
	margin-top: 4px;
	margin-bottom: 1px;
	height: 30px;
	width: 188px;
}

#slideMenu .milton a
{
	margin-top: 3px;
	margin-bottom: 1px;
	height: 30px;
	width: 132px;
}	
	
	
}




@media screen and (max-width:385px) {
	
	
#slideMenu .logo a
{
	margin-top: 5px;
	margin-bottom: 0px;
	height: 25px;
	width: 157px;
}

#slideMenu .milton a
{
	margin-top: 5px;
	margin-bottom: 0px;
	height: 25px;
	width: 110px;
}	
	
	
}



@media screen and (max-width:330px) {
	
	
#slideMenu .logo a
{
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
	width: 126px;
}

#slideMenu .milton a
{
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
	width: 88px;
}	
	
	
}

@media screen and (max-width:280px) {
	
	
#slideMenu .logo a
{
	margin-top: 12px;
	margin-bottom: 0px;
	height: 15px;
	width: 94px;
}

#slideMenu .milton a
{
	margin-top: 12px;
	margin-bottom: 0px;
	height: 15px;
	width: 66px;
}	
	
	
}
	