@charset "utf-8";

/*****************字型*******************/
/*thin：100 light：300 regular：400 medium：500 bold：700 black：900*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/**********通用*************/
.tone-font {
	font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;
}

.tone-font-sub {
	font-family: "Open Sans","Microsoft JhengHei","微軟正黑體", sans-serif;
}

html{
	font-family: "Microsoft JhengHei","微軟正黑體", Arial, Helvetica, sans-serif;
}

.style-txt {
	font-family: "Open Sans","Microsoft JhengHei","微軟正黑體",Arial,Helvetica,sans-serif;
}

/*text-align*/
#index-about-box-right-title-desc {
	text-align: justify;
}
.about-desc, 
.news-desc,
.service-desc,
.form-reminder,
.answer-area {
	text-align: justify;
}
.template-centent {
	text-align: justify;
}

.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

}
@charset "utf-8";
html, body {
	font-size: 15px !important;
}
/********************************共用*/

/* 特大 */
.title-48 {
	font-size: 3.2rem !important;
}
/* 特大 */
.title-40 {
	font-size: 2.65rem !important;
}
/* 特大標 */
.bb-title {
	font-size: 2.4rem !important;
}
/* 中大標 */
.mb-title {
	font-size: 2rem !important;
}
/* 大標 */
.b-title {
	font-size: 1.6rem !important;
}
/* 中標 */
.m-title {
	font-size: 1.4rem !important;
}
/* 小標 */
.s-title {
	font-size: 1.2rem !important;
}
/* 內容 */
.n-title {
	font-size: 1rem !important;
}
/* 特小字 */
.ss-title {
	font-size: 0.65rem !important;
}

/* 最粗體 bolder */
.bb-font {
	font-weight: 900;
}
/* 較粗體 bolder */
.b-font {
	font-weight: 700;
}
.b-font-600 {
	font-weight: 600;
}
/* 粗體 bold */
.m-font {
	font-weight: 500;
}
/* 正常 normal */
.n-font {
	font-weight: 400;
}
/* 明亮 lighter */
.s-font {
	font-weight: 300;
}
/* 最細體 lighter */
.ss-font {
	font-weight: 100;
}

/*************************202005*共用*/
.font-12 {font-size:0.8rem;}.font-13 {font-size:0.867rem;}.font-14 {font-size:0.933rem;}.font-15 {font-size:1rem;}.font-16 {font-size:1.067rem;}.font-17 {font-size:1.133rem;}.font-18 {font-size:1.2rem;}.font-19 {font-size:1.267rem;}.font-20 {font-size:1.333rem;}.font-21 {font-size:1.4rem;}.font-22 {font-size:1.467rem;}.font-23 {font-size:1.533rem;}.font-24 {font-size:1.6rem;}.font-25 {font-size:1.667rem;}.font-26 {font-size:1.733rem;}.font-27 {font-size:1.8rem;}.font-28 {font-size:1.867rem;}.font-29 {font-size:1.933rem;}.font-30 {font-size:2rem;}.font-31 {font-size:2.067rem;}.font-32 {font-size:2.133rem;}.font-33 {font-size:2.2rem;}.font-34 {font-size:2.267rem;}.font-35 {font-size:2.333rem;}.font-36 {font-size:2.4rem;}.font-37 {font-size:2.467rem;}.font-38 {font-size:2.533rem;}.font-39 {font-size:2.6rem;}.font-40 {font-size:2.667rem;}.font-41 {font-size:2.733rem;}.font-42 {font-size:2.8rem;}.font-43 {font-size:2.867rem;}.font-44 {font-size:2.933rem;}.font-45 {font-size:3rem;}.font-46 {font-size:3.067rem;}.font-47 {font-size:3.133rem;}.font-48 {font-size:3.2rem;}.font-49 {font-size:3.267rem;}.font-50 {font-size:3.333rem;}.font-51 {font-size:3.4rem;}.font-52 {font-size:3.467rem;}.font-100 {font-weight:100;}.font-200 {font-weight:200;}.font-300 {font-weight:300;}.font-400 {font-weight:400;}.font-500 {font-weight:500;}.font-600 {font-weight:600;}.font-700 {font-weight:700;}.font-800 {font-weight:800;}.font-900 {font-weight:900;}.font-n {
	font-weight: normal;
}
.font-b {
	font-weight: bold;
}
/*************************202005*共用*/

@media screen and (min-width: 640px) and (max-width: 969px) {

	html, body {
		font-size: 15px !important;
	}

		
}
@media screen and (max-width: 639px) {

	html, body {
		font-size: 18px !important;
	}

    /* 特大標 */
    .title-48 {
        font-size: 2.2rem !important;
    }

    /* 特大標 */
    .title-40 {
        font-size: 2.0rem !important;
    }

    /* 特大標 */
    .bb-title {
        font-size: 1.9rem !important;
    }
    /* 中大標 */
    .mb-title {
        font-size: 1.8rem !important;
    }
    /* 特小字 */
    .ss-title {
        font-size: 0.7rem !important;
    }

	
}
/* header */
#header-bk {
	background-color:#E64278;
    overflow: hidden;
}
header {
	width: 100%;
	position: relative;
	z-index: 900;
	-o-transition: height .30s linear;
	-webkit-transition: height .30s linear;
	-moz-transition: height .30s linear;
	transition: height .30s linear;
}
.s-header-bk-fixed {
	position: fixed;
	top: 0px;
	z-index: 999;
}
#logo-area {
	height: auto;
	position: absolute;
	-o-transition: width .30s linear;
	-webkit-transition: width .30s linear;
	-moz-transition: width .30s linear;
	transition: width .30s linear;
	left: 10px;
	top: 18px;
	width: 327px;
}
#logo-area img{
	display: block;
	width: 100%;
	max-width: 327px;
	height: auto;
}
/**************************************/
#SB0 {
	padding-top: 3px;
}
#sub-nav-box {
	position: absolute;
	right: 5px;
	top: 8px;
}
#sub-nav-box li  {
	float: left;
	display: block;
	margin-left: 15px;
    color:#ffffff;
}
#sub-nav-box a {
	text-decoration: none;
	color:#ffffff;
}

#sub-nav-box li .header_sub_a {
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	background-image: url(../images/cart.png);
	padding-left: 25px;
	padding-right: 1px;
	padding-top: 3px;
}
#sub-nav-box li .header_sub_a:hover {
	padding-top: 4px;
	padding-left: 26px;
	padding-right: 0px;
}

#SB1 {
	background-position: 0px 5px;
}
#SB2 {
	background-position: 0px -46px;
}

#SB1:hover {
	background-position: 1px 6px;
}
#SB2:hover {
	background-position: 1px -45px;
}
#SB3:hover {
	text-decoration: underline;
}

#lang-mark {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: -6px;
	margin-right: 3px;
	line-height: 1;
	border: 1px solid #ffffff;
}
#lang-but  {
	display: block;
	text-decoration: none;
	line-height: 1;
	padding-top: 5px;
}

#lang-but:hover #lang-mark {
	background-color:#FEEFCA;
	color:#ffffff;
}

#lang-but:hover {
	text-decoration: underline;
}


/**************************************/
#nav-box {
	width: 100%;
	height:100%;
}
#nav {
	display: block;
	float: right;
	-o-transition: margin-right .30s linear;
	-webkit-transition: margin-right .30s linear;
	-moz-transition: margin-right .30s linear;
	transition: margin-right .30s linear;
}
#nav li  {
	display: block;
	float: left;
	-o-transition: padding-top .30s linear;
	-webkit-transition: padding-top .30s linear;
	-moz-transition: padding-top .30s linear;
	transition: padding-top .30s linear;

	-o-transition: height .30s linear;
	-webkit-transition: height .30s linear;
	-moz-transition: height .30s linear;
	transition: height .30s linear;
	padding-top: 35px;

	height: 110px;

}

#nav li .like-a  {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 30px;
    cursor: pointer;
}
#nav .nav_master {
	letter-spacing: 2px;
}

#nav li .like-a {
	color:#ffffff;
	border-bottom-width:6px;
	border-bottom-style:solid;
	border-bottom-color:transparent;
}

#nav li .like-a:hover {
	border-bottom-color:#FEEFCA;
}

#nav li .like-a:hover .nav_master {
	color:#ffffff;
}

#nav li .like-a div {
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	-o-transition: padding .30s linear;
	-webkit-transition: padding .30s linear;
	-moz-transition: padding .30s linear;
	transition: padding .30s linear;
}
#i-nav {
	display: none;
	height: 32px;
	width: 32px;
	background-image: url(../upload/basic/10005/image/B3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	top: 20px;
	right: 10px;
	cursor: pointer;
	position: absolute;
	z-index: 999;
}

/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

	header {
		height: 70px;
	}

	#logo-area {
		width: auto;
		left: 20px;
		top: 5px;
		height: 60px;
	}

	#logo-area img{
		width: auto;
		height: 100%;
	}
	
	#sub-nav-box {
		display:none;
	}

	#nav-box {
		display:none;
	}

	#i-nav {
		display:block;
	}

}

/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	header {
		height: 70px;
	}

	#logo-area {
		width: auto;
		left: 10px;
		top: 5px;
		height: 60px;
       	padding-top:5px;
		padding-bottom:5px;
	}

	#logo-area img{
		width: auto;
		height: 100%;
	}
	
	#sub-nav-box {
		display:none;
	}

	#nav-box {
		display:none;
	}

	#i-nav {
		display:block;
	}

}
/* o_menu_css */
@font-face{
	font-family: SOSA;
	src: url('public/font/sosa.ttf');
}
#memu-box {
	overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color:#E64278;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#E64278;
	display:none;
}

#Menu {
	width: 100%;
	z-index: 999;
	position: relative;
	height: auto;
	display: none;
	margin-bottom: 10px;
	background-color:#FFF;
}

#Menu div {
	padding-right: 0;
	padding-left: 0;
}

#Menu div a,#Menu div .like-a  {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 10px;
    cursor: pointer;
}
#Menu div a b,#Menu div .like-a b {
	font-family: SOSA;
}
.memu-div a,#lang-div a,.memu-div .like-a,#lang-div .like-a {
	letter-spacing: 2px;
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
#Menu div a:hover,#Menu div .like-a:hover  {
	color:#FF9900;
	border-bottom-color: #FFCC00;
}
#Menu div a:hover b,#Menu div .like-a:hover b {
	margin-right: 15px;
}
#Menu div a b,#Menu div .like-a b {
	color:#DF0024;
	padding-right: 10px;
}

/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {
	
	#memu-box {
		display: block;
	}

	#lang-div {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	.memu-div {
		width: 46%;
		float: left;
		margin-right: 2%;
		margin-left: 2%;
		padding-right: 0;
		padding-left: 0;
	}
}

/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	#memu-box {
		display: block;
	}

	.memu-div,#lang-div {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		padding-right: 5%;
		padding-left: 10%;
	}
}/* o_footer_css */
#footer-box-bk {
	background-color:#3F3F3F;
	padding-bottom: 0;
}
#footer-box-left {
	width: 33%;
	float: left;
	padding-top: 76px;
}
#footer-box-left h3 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 272px;
}
#footer-box-left h3 img {
	width: 100%;
	height: auto;
	display: block;
}

#footer-box-center {
	width: 33%;
	float: left;
	text-align: center;
	padding-top: 40px;
    margin-bottom: 20px;
}

#footer-link {
	display: inline-block;
	margin-top: 35px;
	max-width: 330px;
	width: 80%;
	margin-bottom: 25px;
}
#footer-link li {
	float: left;
	white-space: nowrap;
	width: 50%;
	margin-bottom: 7px;
	text-align: center;
}

#footer-link li .like-a {
	color:#FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
    cursor: pointer;
}
#footer-link li .like-a:hover {
	color:#ffc000;
}
#footer-box-right {
	width: 34%;
	float: right;
    padding-top: 40px;
}
#share-link-box {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
#share-link {
	overflow: hidden;
	display: inline-block;
	width: 256px;
}
.share-link-area {
	float: right;
	height: 61px;
	width: 61px;
	margin-right: 3px;
}
.share-link-area a {
	background-image: url(../images/footer-share.png);
	background-repeat: no-repeat;
	background-size: 60px auto;
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}
#share-0 {
	background-position: 0px 0px;
}
#share-1 {
	background-position: 0px -75px;
}
#share-2 {
	background-position: 0px -150px;
}
#share-3 {
	background-position: 0px -225px;
}
#share-4 {
	background-position: 0px -300px;
}
#share-5 {
	background-position: 0px -375px;
}
#share-6 {
	background-position: 0px -450px;
}
#share-7 {
	background-position: 0px -525px;
}
#share-8 {
	background-position: 0px -600px;
}
#share-9 {
	background-position: 0px -675px;
}

#share-0:hover {
	background-position: 1px 1px;
}
#share-1:hover {
	background-position: 1px -74px;
}
#share-2:hover {
	background-position: 1px -149px;
}
#share-3:hover {
	background-position: 1px -224px;
}
#share-4:hover {
	background-position: 1px -299px;
}
#share-5:hover {
	background-position: 1px -374px;
}
#share-6:hover {
	background-position: 1px -449px;
}
#share-7:hover {
	background-position: 1px -524px;
}
#share-8:hover {
	background-position: 1px -599px;
}
#share-9:hover {
	background-position: 1px -674px;
}

#copyright {
	color:#FFFFFF;
	line-height: 1.6;
	letter-spacing: 1px;
	width: 100%;
    max-width: 300px;
}
#copyright a{
	letter-spacing: 0;
	color:#FFFFFF;
	text-decoration: none;
}
#copyright a:hover{
	color:#ffc000;
}

#footer-bottom-line {
	height:30px;
    padding-top: 5px;
	background-color:#E54177;
    text-align: center;
}

#footer-bottom-line a {
	text-decoration: none;
    color:#FFF;
}
#footer-bottom-line a:hover {
	text-decoration: underline;
	color: #FC0;
}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

    #footer-box-bk {
       padding-bottom: 0;
    }

	#footer-box-left {
		width: 50%;
	}
	
	#footer-box-center {
		display: none;
	}
	
	#footer-box-right {
		width: 50%;
	}
	#share-link-box {
		width: 90%;
        text-align: center;
	}	

}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	#footer-box {
		padding-bottom: 20px;
	}

	#footer-box-left {
		float: none;
		width: 100%;
        padding-top: 40px;
	}

    #footer-box-center-box {
        border-right-style: none;
        border-left-style: none;
    }
    
	#footer-box-center {
		float: none;
		width: 100%;
        padding-top: 0;
	}
	
	#footer-box-right {
		float: none;
		width: 100%;
        padding-top: 0;
	}
	#share-link-box {
		width: 96%;
		margin-right: auto;
		margin-left: auto;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        
	}	

	#copyright {
		padding-top: 15px;
        max-width: none;
	}	
	
}
