@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-size: 14pt;
	line-height: 26px;
	margin-bottom:50px;
	font-family: "微軟正黑體","Palatino Linotype", "Book Antiqua", Palatino, serif,	"Palatino Palatino","Heiti TC", "WenQuanYi Zen Hei","Microsoft JhengHei", "Arial", "Helvetica", "sans-serif";
}


.newBtL ,.newBtC ,.newBtR{
	border: 4px solid ;
	width:45%; height:100px; display:inline-block;
	box-sizing: border-box;  position:relative;
	margin:0px 0 0px 0; 
}
.newBtL{
	border-color: #33CCCC;
	border-left: 24px solid #33CCCC;
	border-radius:0 15px 15px 0;
	margin-left:4%; margin-right:1%; 
}
.newBtL2{
	border-color:#F90;
	border-left: 24px solid #F90;
	border-radius:0 15px 15px 0;
	margin-left:4%; margin-right:1%; 
}
.newBtC{
	border-color: #9FD02F;
	border-right: 24px solid #9FD02F;
	border-radius:15px 0 0 15px;
	margin-left:1%; margin-right:1%; 
}
.newBtR{
	border-color: #66CE82;
	/*border-right: 24px solid #66CE82;*/
	border-radius:15px;
	width:92%;display:block; margin:6px auto;
}
.txtLineL ,.txtLineC ,.txtLineR{
	position:relative;
	height:100%; width:100%; 
	vertical-align:middle; text-align:center; box-sizing: border-box; 
}
.txtLineL{	border-left:6px solid #C1F0F0;}
.txtLineL2{	border-left:6px solid #FFD78C;}
.txtLineC{	border-right:6px solid #E2F1C0;}
.txtLineR{	/*border-right:6px solid #E1F6E7;*/}
.txtBoldL ,.txtBoldC ,.txtBoldR{
	font-size:1.8em; line-height:1.1em;  font-weight:bold; color:#333;
	border-bottom:2px solid; width:84%; height:60%;
	text-align:center; box-sizing: border-box;  margin:0 auto; padding:16px 0 0px;
}
.txtBoldL{	border-color: #33CCCC;}
.txtBoldL2{	border-color: #F90;}
.txtBoldC{	border-color: #9FD02F;}
.txtBoldR{	border-color: #66CE82; text-align:center; line-height:1.3em;height:85%; width:90%;}
.txtG{
	font-size:.5em;  color:#999999; font-weight:normal; 
	box-sizing: border-box;  margin:0 auto; padding:2px 0 0px;
}
.txtGs{
	font-size:.3em;  color:#999999; font-weight:normal;
	box-sizing: border-box;  margin:0 auto; padding:2px 0 0px; line-height:1em; 
	display:inline-block; padding-left:5px; 
}
.txtGR{
	font-size:.5em;  color:#999999; font-weight:normal; text-align:left;
	box-sizing: border-box;  margin:0 auto; padding:2px 0 0px; line-height:1em;
}
.btTriangleL ,.btTriangleC ,.btTriangleR{
	width: 0; height: 0; position:absolute;	 border-style: solid; 
}
.btTriangleL{
	left:-17px; top:38px; border-width: 8px 8px 8px 0;
	border-color: transparent #FFF transparent transparent;
}
.btTriangleC{
	right:-17px; top:38px; border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #FFF;
}
.btTriangleR{
	right:-17px; top:38px; border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #FFF;
}
.newBtD{width:42%; display:inline-block;}
.newBtD2{width:48%; display:inline-block; vertical-align:top; margin-top:0;}
.txtBoldD2{font-size:1.6em; line-height:1.5em;height:85%;}
@media screen and (min-width: 641px){
	.newBtL ,.newBtC ,.newBtR{ height:80px;}
	.txtBoldL ,.txtBoldC ,.txtBoldR{height:85%;}
}
@media screen and (min-width: 768px){
	.newBtL ,.newBtC ,.newBtR{ height:100px;}
	.newBtR{margin-top:10px; }
	.txtBoldL ,.txtBoldC ,.txtBoldR{
		font-size:2.8em;  line-height:1em;
		display:inline-block; height:85%;
	}
	.txtG{ display:inline-block; }
	.txtGR{ padding-right:5px;	}
	.btTriangleL ,.btTriangleC ,.btTriangleR{top:28px;}
	.btTriangleL{left:-17px; top:40px;}
	.btTriangleC{right:-17px; top:40px;}
	.newBtD,.newBtD2{width:45%; height:130px; margin-top:0;}
	.txtBoldD{height:63%;}
	.txtBoldD2{height:85%;}

}
@media screen and (min-width: 1000px){
	.newBtL ,.newBtC ,.newBtR{ height:130px; margin-top:12px; vertical-align:top;}
	.txtBoldL ,.txtBoldC ,.txtBoldR{height:64%;}
	.newBtL ,.newBtC { width:25%;}
	.newBtR{ width:40%; margin-left: 1%;display:inline-block;}
	.txtGs{padding-top:18px; font-size:.4em;}
	.newBtD,.newBtD2{width:45%; height:100px;}
	.txtBoldD,.txtBoldD2{height:85%;}
	.btTriangleL{left:-17px; top:50px;}
	.btTriangleL2{left:-17px; top:40px;}
	.btTriangleC{right:-17px; top:50px;}
	.btTriangleC2{right:-17px; top:40px;}
}
.newBtL:hover{ background-color:#FFFFCC; transition: .4s; transform:translateX(-5px)}
.newBtC:hover{ background-color:#FFFFCC; transition: .4s; transform:translateX(5px)}
.newBtR:hover{ background-color:#FFFFCC; transition: .4s; }
.newBtL:active{ background-color:#FFFFCC; transition: 0s; transform:translateX(0px)}
.newBtC:active{ background-color:#FFFFCC; transition: 0s; transform:translateX(0px)}
.newBtR:active{ background-color:#FFFFCC; transition: 0s; }






a:link {text-decoration: none; color:#264cac;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color:#F90;transition: 0.3s;}
a:active {text-decoration: none;}

/*PC版寬度限制*/
.pageAw{
	width:100%; max-width:1200px; 
	margin:0 auto; vertical-align:top;
}

/*斷行*/
.indexTXTnone{display:block;}
.indexTXTnoneX{display:none;}
.indexTXTnoneX2{display:block;}
.indexTXTnoneG{display:block;}
.indexTXTnoneG2{display:block;}
.indexTXTnoneB{display:block;}
@media screen and (min-width: 641px){
	.indexTXTnone{display:none;}
	.indexTXTnoneX{display:block;}
	.indexTXTnoneG{display:none;}
	.indexTXTnoneG2{display:none;}
}
@media screen and (min-width: 768px){
	.indexTXTnoneG2{display:block;}
}
@media screen and (min-width: 1200px){
	.indexTXTnoneX2{display:none;}
	.indexTXTnoneG{display:block;}
	.indexTXTnoneG2{display:none;}
	.indexTXTnoneB{display:none;}
}



/*手機版消失*/
.mobileC{display:none;}
@media screen and (min-width: 1000px){
.mobileC {
    display: table;
    height: 100%;
    vertical-align: middle;
    font-size: 13pt;
    line-height: 26px;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 90%;
    margin: 0% 5%;
    height: 80px;
    border-radius: 40px;
    padding: 10px;
}
}

/*黑色方塊選單*/
.menuBox {
	background-color: #55B5DD;
	height: 50px;width: 50px;right:0px;top:0px;
	position: fixed;	
	z-index:1000;
	transition: 0.4s;
}.menuBoxGO {right:65%;transition: 0.4s;}
.menuBoxBar{ 
	width: 20px; height: 4px;  
	border-top: 4px solid #FFF; border-bottom: 4px solid #FFF;  
	background-color: #FFF;  
	padding: 5px 0; margin: 14px;
	background-clip:content-box;			
}
.menuPhone{
	position: fixed;
	width: 60%; height:100%;
	padding-top:20px;
	padding-left:5%;
	right:-65%;
	font-size: 22px; text-align: left;	
	background-color:#FFF;
	z-index:950;
	transition: 0.4s;
	
}
.menuPhone .b1{color:#ff5186;}
.menuPhone .b2{color:#e60012;}
.menuPhone .b3{color:#fabe00;}
.menuPhone .b4{color:#21ade5;}
.menuPhone .b5{color:#079f3e;}
.menuPhone .b6{color:#0666b2;}
.menuPhone .b7{color:#e0973d;}
.menuPhone .b8{color:#53dedc;}

.menuPhone a{font-weight: bold;}
#menuPhone a span {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding-left: 0.5em;
    dispaly: block!important;
}

#menuPhone span {
        font-size: 14px;
    font-weight: normal;
    color: #777;
	dispaly:block!important;
	
}

@media screen and (min-width:1000px){


.mobileC a span {
    font-size: 15px!important;
    font-weight: normal;
    color: #000;
    display: block!important;
    line-height: 15px;
    margin-top: 5px;
    font-weight: normal;
}

.mobileC span {
font-size: 0.6rem;
font-weight: normal;
color: #777;
dispaly:block!important;
line-height: 15px;

}

}
/*歲數顏色.tt{display:inline-block;font-size: 18px; color:#9e9e9e;}*/
.menuPhoneGO {right:0px;transition: 0.4s;}
.menuPhone_line{
	height:1px;width:100%;
	margin: auto;
	background-color: #DDD;
	margin-top:12px;margin-bottom:-10px;
	text-align: center;
	display:block;
}

.bgBLACK{
	display:none;
	background-color:#000;
	opacity:0;
	width:100%;	height:100%;
	position:fixed;
	z-index:900;
}.bgBLACKUP {display:block;opacity:0.8;}
@media screen and (min-width: 1000px){
.menuBox {display:none;}
.menuPhone_line{
	height:58%;width:1px;
	margin-top:-18px;margin-bottom:0px; margin-left:0px; margin-right:0px;
	display:inline-block; vertical-align:middle;
}
}
@media screen and (min-width: 1000px){
.menuPhone_line{
	margin-left:12px; margin-right:5px;
}
}



/*白色選單*/
.logoMenu{
	position: fixed;
	width: 100%;height:45px;

    padding-bottom: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0%,0%,0%,0.2);
	z-index:100; 
}
.logo{
	position:relative;
	margin-left:5px;margin-top:5px;margin-right: 5px;
	height:35px;width:auto;	
	vertical-align: top;
}
.logoBT{
	display:inline-block;
	position:relative;
	margin-top:5px;
	box-sizing:border-box;
	padding:2px;
	height:35px;width:auto;	
}
.logoBT:hover{	
	transition: .4s;
	cursor: pointer;}
	
.logotxt
{    display:inline-block;
     position:relative;

}
.logotxt a
{ display:inline-block;
     position:relative;
	font-size:15px;
	text-align:center;
	line-height:30px;
	min-height:30px;
	box-sizing:border-box;
	color:#0099CC;
	bottom: 6px;
}

/*pc選單*/
@media screen and (min-width: 1000px){
	.logoMenu{
	position:relative;
	width: 100%;height:60px;
	background-image: url(../img/pc_menu_line.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
    padding-bottom: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0%,0%,0%,0.2);
	z-index:100; 
	/*border-bottom: solid 5px #55b5dd;*/
}
	.logo{position:relative;margin-left:0px;margin-top:8px;margin-right: 5px; height:45px; margin-left:0px;vertical-align: top;vertical-align: top;}
	.logoBT{
	display:inline-block;
	position:relative;
	margin-top:12px;
	box-sizing:border-box;
	padding:5px;
	height:42px;width:auto;	
}
	.logoBT:hover{	padding: 1px 1px;
	transition: .4s;
	cursor: pointer;}
	
	.logotxt
{    display:inline-block;
     position:relative;

}
.logotxt a
{ display:inline-block;
     position:relative;
	font-size:15px;
	text-align:center;
	line-height:30px;
	min-height:30px;
	box-sizing:border-box;
	color:#0099CC;
	bottom: 5px;
}
	
	.menuBox1
	{ display:inline-block; text-align: center;vertical-align:top;}
	.menuBox4
	{ display:inline-block; text-align: center;vertical-align:top;}
	.menuBox2
	{ display:inline-block;vertical-align:top; text-align: center;}
	.menuBox3
	{display:inline-block;vertical-align:top; text-align: center;}
/*pc選單.menuBox1 a span {font-size: 0.8rem;font-weight: normal;color: #777;dispaly:block!important;line-height: 15px;}
	.menuBox2 a span {font-size: 0.8rem;font-weight: normal;color: #777;dispaly:block!important;line-height: 15px;}
	.menuBox3 a span {font-size: 0.8rem;font-weight: normal;color: #777;dispaly:block!important;line-height: 15px;}
	.menuBox4 a span {font-size: 0.8rem;font-weight: normal;color: #777;dispaly:block!important;line-height: 15px;}
	.menuBox1 span {font-size: 0.8rem;font-weight: normal;color: #777;dispaly:block!important;line-height: 15px;}
	.menuBox2 span {font-size: 0.8rem;font-weight: normal;color: #777;dispaly:block!important;line-height: 15px;}
	.menuBox3 span {font-size: 0.8rem;font-weight: normal;color: #777;dispaly:block!important;line-height: 15px;}
	.menuBox4 span {font-size: 0.8rem;font-weight: normal;color: #777;dispaly:block!important;line-height: 15px;}*/

}

/*圓形插圖*/
.iconTXT_b {font-weight: bold;font-size: 25px;}
.txtRed{color:#FF3366;}
.iconBOX{
	margin:25px auto 15px auto;
	text-align: left;	
}
.icon{height:70%;width:auto; margin-right:5px;}
.iconTXT_org{color:#FF6600;}
.iconPageTxt{}
@media screen and (min-width: 641px){
.iconPageTxt{ font-size:17pt; line-height: 30px;}
}
@media screen and (min-width: 1000px){
.iconBOX{display:inline-block; vertical-align:top;width:37%; }
}


/*下拉選單*/
.downMenu{
	background-color:#DEEEF5;
	padding:15px 15px 15px 15px;
}
.dMenu_bg img {
	width:unset;
	width:unset;
}
.downMenuPage{
	background-color:#DEEEF5;
	padding:15px 15px 15px 15px;
}
.dMenu_PadTop{margin-top:15px;}
.dMenu_bg{
	background-color:#FFF;
	padding:10px;
	cursor:pointer;
}.dMenu_bg:hover{background-color:#FDF1BB; transition: 0.3s;}
.dMenu_title{
	font-weight: bold;color: #CC6600;line-height:24px;vertical-align: bottom;
	Display:inline-block;	
	padding-left:6px;	
}

.dMenu_title_r{
	font-weight: bold;color: #e30000;line-height:24px;vertical-align: bottom;
	Display:inline-block;	
	padding-left:6px;	
}

.dMenu_title_p{
	font-weight: bold;color: #993399;line-height:24px;vertical-align: bottom;
	Display:inline-block;	
	padding-left:6px;	
}
@media screen and (min-width: 641px){
.dMenu_title{font-size:16pt; line-height: 24px;}
}


.dMenu_no{
	border-radius:38px;border: 2px solid #F29753;
	height:22px;width:22px;
	font-size: 15px;text-align: center;vertical-align: middle;font-family: monospace;line-height:22px;
	Display:inline-block;	
}
.dMenu_open{
	height:15px;width:auto;vertical-align: middle;
	float: right;
	padding-top:5px;
}
.dMenu_panel{
	margin:0px;padding:15px;
	background:#FFF;
	display:none;
	border-top-width: 1px;border-top-style: dashed;border-top-color: #ccc;
	/*font-size: 12px;line-height: 18px;text-align:left;*/
	font-size: 15px;line-height: 20px;text-align:left; margin-bottom:15px;
}

.dMenu_pane2{
	margin:0px;padding:15px;
	background:#FFF;
	display:none;
	border-top-width: 1px;border-top-style: dashed;border-top-color: #ccc;
	/*font-size: 12px;line-height: 18px;text-align:left;*/
	font-size: 15px;line-height: 24px;text-align:left; margin-bottom:15px;
}
.dMenu_panelunLine{
	margin:0px;padding:15px;
	background:#FFF;
	display:none;
	/*font-size: 12px;line-height: 18px;text-align:left;*/
	font-size: 15px;line-height: 20px;text-align:left; margin-bottom:15px;
}
.dMenu_panel table{

	padding-bottom: 10px; margin-bottom:5px;
}
.dMenu_panelLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px; margin-bottom:5px;
}
@media screen and (min-width: 641px){
.dMenu_panel{
	font-size: 17px;line-height: 24px;text-align:left;
}
.dMenu_panelunLine{
	font-size: 17px;line-height: 24px;text-align:left;
}
}


#panel_index_2{
	width:50%; height:auto; margin-top:10px;
}
#panel_index_3{
	width:100%; height:auto; margin-top:10px;
}
.n1Box{
	border: 3px solid #A5D8ED;border-radius:15px;
	text-align: center;vertical-align: middle;
	padding-top:20px;padding-bottom:10px; padding-left:20px; padding-right:20px;margin:10px 0px 0px 0px;
	font-size: 32px;
}.n1Box:hover{ background-color:#FFF7CC; border: 3px solid #FBD35E;transition: 0.3s;}
.n1Box_line{
	height:1px;width:60%;
	margin: auto;
	background-color: #000;
	margin-top:5px;margin-bottom:-10px;
	text-align: center;
}
.n1Box_TXTs{font-size: 12px; margin-left:3px;}
.n1Box_TXTm{font-size: 15px;color: #305567;}
.n1Box_TXTm1{font-size: 15px;}
.n1Box_TXTmR{font-size: 15px;font-weight: bold; color: #fff; width: 40px;height: 40px; border-radius: 15px;  text-align: center; padding:3px; background-color: #ff004e; margin-left:5px;}

@media screen and (min-width: 641px){
.n1Box{
width:40%; height:auto;
	padding-top:20px;padding-bottom:10px; padding-left:20px; padding-right:20px; margin-top:10px; margin-left:5px; margin-right:5px;
	font-size: 32px; display:inline-block;
}
.n1Box_line{width:auto;}
}
@media screen and (min-width: 1000px){
.n1Box{
    width:27%; height:auto;
	padding-top:20px;padding-bottom:10px; padding-left:10px; padding-right:10px; margin-top:10px; margin-left:5px; margin-right:5px;
	font-size: 32px; display:inline-block;
}
.downMenu{display:inline-block; margin-top:25PX; width:59%;}
}

/*utube內嵌影片*/
.embed-container {position: relative;padding-bottom: 56.25%; height: 0;overflow: hidden; max-width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%; }

/*置底按鈕*/
.subscribe{
	position: fixed;
	bottom: 0px;
	z-index: 990;
	width: 100%;
	height: 50px;
	background-color: #ff004e;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #fff997;
	text-align: center;
	vertical-align: middle;
	line-height: 52px;
	z-index: 1000;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	background-image: url(../img/bottom_bt_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size:auto 100%;
}

/*最尾資訊與版權宣告*/



@media (min-width:881px){
	
.copyR{
	display:none!important;}
	}

@media (max-width:880px){
	
.copyR{
	display: block!important;
	padding: 10px!important;
	background-color: #F0F0F0;
	font-size:12px!important;
	text-align:center;
	}
	}




.copyRimg{width:50%; padding-bottom:5px}
.copyRimg2{width:100%; padding-bottom:15px}
.copyRimg3{display:none;}
.copyTXT{
	margin-top:10px;
	font-size: 12px;line-height: 16px;text-align:left;vertical-align: middle;
}
.copyTXT img{height:auto;width:30px; }
.copyR_txt{
	font-size: 12px;
	line-height: 44px;
	color: #7C6B50;
	background-color: #FFF;
	text-align: center;vertical-align: middle;
	padding-top: 3px;padding-bottom: 3px;margin-bottom: 50px;
}

.copyR_txt img {
width: 100px;
height: 100%;
margin-bottom: -5px;
margin-right: 5px;
}
@media screen and (min-width: 641px){
.copyRimg{width:33%; padding-bottom:22px}
.copyRimg2{display:none;}
.copyRimg3{display:inline; width:33%; padding-bottom:22px}
.copyTXT{font-size: 20px;line-height: 24px;text-align:left;vertical-align: middle;}
.copyTXT img{height:auto;width:55px;}
.copyR_txt{font-size: 15px;margin-bottom: 50px;}
.copyR_txt img {width: 150px;height: auto;margin-bottom: -5px;margin-right: 20px;}

}
@media screen and (min-width: 1000px){
.copyRimg{width:28%;}
.copyRimg2{display:none;}
.copyRimg3{display:inline; width:33%; padding-bottom:22px}
.copyTXT{font-size: 20px;line-height: 24px;text-align:left;vertical-align: middle;}
.copyTXT img{height:auto;width:55px;}
.copyR_txt{font-size: 15px;margin-bottom: 50px;}
/*old
.copyRimg{width:28%;}
.copyRimg2{display:none;}
.copyRimg3{width:28%;}
.copyTXT img{ margin-left:15px; margin-right:5px;}
.copyTXT table{width:0; margin:0 auto;}*/
}


/*8月修改表格*/
.tableTD-Td{
	text-align:left;
	padding-left:25px;
}
.tableTD-Ui{
	list-style-type:square;
	margin:0px;
	padding-left:25px;
}


/*8月修改價格*/
.copyRaimg{width:100%; padding-bottom:5px}


@media screen and (min-width: 641px){
.copyRaimg{width:66%; padding-bottom:22px}
}
@media screen and (min-width: 1000px){
.copyRaimg{width:66%;}
}



.pc {
    display: block;
}


.mobile {
    display: none!important;
}
@media screen and (max-width: 1000px)

{	
.pc {
    display: none!important;
}


.mobile {
    display: block!important;
}
}

.subscribe::after {
content:"";
	width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 12px;
border-color: transparent transparent transparent #FFF997;
}

.qabt {
    width: 50%;
    height: 50px;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #12b7ff;
    z-index: 1500;
    color: #fff;
    font-size: 28px;
    align-items: center;
    justify-content: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.qabt:hover {
    background-color: #00a2ff;

}

.subscribe {
    position: fixed;
    bottom: 0px;
    z-index: 990;
    width: 50%;
    height: 50px;
    background-color: #ff004e;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #fff997;
    text-align: center;
    vertical-align: middle;
    line-height: 52px;
    left: 50%;
    z-index: 1000;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-image: url(../img/bottom_bt_bg.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    border-radius: 0;
}

@media (max-width:768px){
	.qabt {font-size: 18px;}
	.subscribe {font-size: 18px;}
}
@media (max-width:575px){
	.qabt {font-size: 16px;}
	.subscribe {font-size: 16px;}
}