﻿]@font-face{
	font-family: FontAwesome;
	src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/FontAwesome.otf);

}

@charset "UTF-8";
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	font:inherit
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block
}
body {
	line-height:1
}
ol,ul {
	list-style:none
}
blockquote,q {
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box
}
html {
	-webkit-text-size-adjust:100%;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
::selection {
	background-color:#361c68;
	color:#fff;
	text-shadow:none
}
::-moz-selection {
	background-color:#361c68;
	color:#fff;
	text-shadow:none
}
body {
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
	/*font-family:Arial,'Meiryo',"微軟正黑體","Microsoft JhengHei",sans-serif;*/
}

/*h1, h2, h3, h4, h5, h6, .BG34 ul li {
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
}*/

hr {
	border-bottom:1px solid #ddd;
	border-left:0;
	border-right:0;
	border-top:0;
	margin:4px 0
}
.ANT {
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}
.clear {
	clear:both
}
.top,.footer {
	line-height:0;
	width:100%;
	position:relative
}
#noie6 {
    background: #FFDFDF; /*背景色*/
    border: 1px solid #FF2F2F; /*邊線*/
    clear: both; /*清除繼承上方的浮動*/
    color: #555; /*字體顏色*/
    display: block; /*顯示方式*/
    font-size: 15px; /*字體大小*/
    height: 40px; /*高度*/
    letter-spacing: 1px; /*字體間距*/
    padding: 5px; /*內邊距*/
    position: relative; /*相對定位*/
    text-align: center; /*文字置中*/
    top: 10px; /*距離上方10px*/
    width: 100%; /*寬度*/
    z-index:99;
}
#GOTOP {
	display:none;
	width:80px;
	height:80px;
	cursor:pointer;
	position:fixed;
	right:10px;
	bottom:10px;
	background: -moz-linear-gradient(top, rgba(51,84,157,0.8) 0%, rgba(54,28,104,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(51,84,157,0.8) 0%,rgba(54,28,104,0.8) 100%);
	background: linear-gradient(to bottom, rgba(51,84,157,0.8) 0%,rgba(54,28,104,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e633549d', endColorstr='#e6361c68',GradientType=0 );
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	z-index:555;
	text-align:center;
	color:#fff;
	/*-webkit-box-shadow:0 3px 0 rgba(0,0,0,.25);
	box-shadow:0 3px 0 rgba(0,0,0,.25);*/
}

#GOTOP:hover {
	background-color:#361c68;
}

#GOTOP p{
	font-size: 17px;
	margin-top: 15%;
	line-height: 1.2;
	font-family:Arial,'Meiryo',"微軟正黑體","Microsoft JhengHei",sans-serif;
}

#GOTOP:hover i {
	/*color: #2d43c4;*/
}

#GOTOP i {
	display:block;
	font-size:22px;
	line-height:1.3;
	text-align:center;
	margin-top:-3px
}
.CENTER {
	width:100%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:center
}
.W_CENTER {
	width:100%;
	height:auto;
	max-width:1200px;
	margin:0 auto
}

.CONTENT1 {
	display:block;
	background:url(../images/top_img_1920.jpg) no-repeat center top;
	width:100%;
	height:736px;
	/*padding-bottom: 35.625%;
	background-size:100% auto;*/
	background-color: #3f3361;
	overflow: hidden;
}

/*--浮雲效果--*/	
.cloud_a{
	display:block;
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/cloud1.png) no-repeat;
	z-index:1;
	opacity:0.9;	
	}	
	
.cloud_b{
	display:block;
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/cloud2.png) no-repeat;
	z-index:1;
	opacity:0.7;	
	}		
/*--浮雲效果end--*/

#viewport {
	width: 100%;
	overflow: hidden;
}

#viewport .smoke {
	position: absolute;
	width: 250px;
	height: 250px;
	background: url('../images/smoke.png') no-repeat;
	bottom: 150px;
	margin-left: 0px
}

.CONTENT1 .WRAPPER{
	margin:0 auto;
	width:100%;
	height: 100%;
	max-width:1200px;
	position: relative;
}

.monthly{
	position: absolute;
	top: 85px;
	left: 5%;
}

.monthly img{
	max-width: 112px;
	min-width: 80px;
	width: 18vw;
}

.frame_bg{
	display: table;
	margin: 0 auto;
	max-width: 605px;
	width: 85vw;
	min-width: 300px;
	height: auto;
	background-image:url(../images/frame_bg.png);
	padding-bottom: 76.8595041322314%;
	background-size:100% auto;
	float:none;
	background-repeat:no-repeat;
	background-position:center top;
	margin-top: 10%;
	z-index:5;
/*	padding-top: 29%;*/
}

.titleImg{
	margin-top: 8%;
}

.titleImg img{
	max-width: 465px;
	min-width: 280px;
	width: 65vw;
}

.h1, h2{
	text-align: center;
	color: #ffc051;
	line-height: 1;
}

.h1{
	font-size:24px;
	letter-spacing: 2px;
	font-weight: 100;
	margin-top: 1%;
	margin-bottom: 2%;
}

.h1::before{
	content: "";
	width: 30%;
	height: 1px;
	background-color: #ffc051;
	display:inline-block;
	position:relative;
	left: 0;
	top: -10px;
	margin-right: 15px;
}

.h1::after{
	content: "";
	width: 30%;
	height: 1px;
	background-color: #ffc051;
	display:inline-block;
	position:relative;
	left: 0;
	top: -10px;
	margin-left: 15px;
}

h2{		
	font-size:28px;
	margin-bottom: 4%;
}

.CONTENT1 h4 {
	margin: 0 auto;
	max-width: 420px;
	min-width: 280px;
	width: 80vw;
	line-height: 1.6;
	text-align: center;
	font-size:30px;
	font-weight:500;
	color: #361c68;
	padding: 5px 0;
	background-color: #fff;
	-webkit-animation: discolorA 1s infinite;
    -moz-animation: discolorA 1s infinite;
    -ms-animation: discolorA 1s infinite;
    -o-animation: discolorA 1s infinite;
    animation: discolorA 1s infinite;
}

.CONTENT1 h4 span{
	font-size:23px;
	vertical-align: text-bottom;
}

@-webkit-keyframes discolorA {
    0%,
    50% {
        color: #33549d;
    }
    51%,
    100% {
        color: #361c68;
    }
}

@-moz-keyframes discolorA {
    0%,
    50% {
        color: #33549d;
    }
    51%,
    100% {
        color: #361c68;
    }
}

@-o-keyframes discolorA {
    0%,
    50% {
        color: #33549d;
    }
    51%,
    100% {
        color: #361c68;
    }
}

@keyframes discolorA {
    0%,
    50% {
        color: #33549d;
    }
    51%,
    100% {
        color: #361c68;
    }
}



.pulse{ 
	-ms-animation: pulse 2s 1s infinite;
	-moz-animation: pulse 2s 1s infinite;
	-webkit-animation: pulse 2s 1s infinite;
	animation: pulse 2s 1s infinite;
	animation-delay: 2s;
	}


.CTA{
	display: block;
	margin: 0 auto;
	border: 3px solid #fa575c;
	cursor: pointer;
	width: 65px;
	height: 65px;
	border-radius: 110px;
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: -45px;
	margin-bottom: 35px;
	z-index: 99;
}

.CTA i{
	display: block;
	margin: 0 auto;
	color: #fa575c;
	font-size: 45px;
	text-align: center;
	line-height: 65px;
}

.BG34 {
	display:block;
	width:100%;
	overflow:hidden;
	background:url(../images/BG34.jpg) no-repeat fixed;
	/*text-shadow:0 1px 2px rgba(0,0,0,.5);*/
	background-size:cover
}

.CONTENT3,.CONTENT4,.CONTENT4_2,.CONTENT5,.CONTENT6 {
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	padding: 5% 0 7% 0;
	background:url(../images/BG3.png) repeat fixed;
	text-align:left;
}

.BG34 p {
	text-align: justify;
	line-height:2;
	letter-spacing:0.05em;
	font-size:18px;
	color:#151515;
	margin-bottom: 15px;
}

.text_block{
	margin: 0 auto;
	max-width: 820px;
	width: 95%;
	text-align: center;
	padding: 0 0 5% 0;
}

.text_block h1{
	font-size: 35px;
	color: #361c68;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 5px;
}

.text_block p{
	text-align: center;
	color: #151515;
}

.line{
	margin: 0 auto;
	width: 160px;
	height: 5px;
	background-color: #361c68;
	margin-bottom: 30px;
}

.textimg{
}

.textimg img {
	margin:0 auto;
	padding-bottom:30px;
	width:100vw;
	max-width:645px;
	min-width: 300px;
}

.textBox_bg{
	max-width: 645px;
	padding-bottom: 3%;
	border: 2px solid rgba(255, 255, 255, .5);
	margin-top: 15%;
	margin-left: -3%;
}

.textBox{
	max-width: 645px;
	padding: 8%;
	background-color: rgba(255, 255, 255, .95);
	margin-top: -3%;
	margin-left: -10%;
}

.textBox p {
	line-height: 35px;
}

.textBox p span{
	font-size: 35px;
	color:#151515;
}

.blank {
    height: 40px;
}

.CONTENT4{
	background:url(../images/BG4.png) repeat fixed;
}

.H3_C {
	display:block;
	overflow:hidden;
	margin-bottom:12px;
	clear:both;
	padding-top:8px;
	padding-bottom:8px;
	border:1px solid #361c68;
	border-width:1px 1px 1px 10px;
	border-left-color:#361c68;
	padding-left:20px;
	margin-bottom: 50px;
}
.H3_C h3 {
	color:#361c68;
	font-size:30px;
	line-height:1.1;
	font-weight:500;
	display:block;
	text-align:left
}

.BG34 .CONTENT4 ul.list1{
	margin-left: 45px;
	margin-bottom: 100px;
	/*overflow:auto;*/
}

.BG34 .CONTENT4 ul.list1 li{
	font-size: 18px;
	line-height: 1.6;
	color: #151515;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.BG34 .CONTENT4 ul.list1 li::before{
	content: "\f008";
	font-family: fontAwesome;
	color: #151515;
	float: left;
	margin-left: -25px;
}

.CONTENT4 img{
	max-width: 320px;
	width: 70vw;
	min-width: 230px;
}

.BG34 p.teacher {
	font-weight: 600;
	color: #151515;
	font-size:32px;
}

.BG34 p.teacher span{
	font-weight: 100;
	font-size: 21px;
}

.BG34 p.sub{
	font-size: 18px;
	font-weight: 600;
	color: #361c68;
	margin-bottom: 5px;
}

.BG34 .CONTENT4 ul.list{
	margin-left: 25px;
	margin-bottom: 15px;
}

.BG34 .CONTENT4 ul.list li{
	font-size: 18px;
	list-style-type: square;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #151515;
	margin-bottom: 10px;
}

.CONTENT5 {
	background:url(../images/BG5.jpg) top center no-repeat;
	display:block;
	width:100%;
	overflow:hidden;	
	background-size:cover
}
.CONTENT5 ul {
	margin-top:0%
}
.CONTENT5 li {
	padding-bottom:15px
}
.CONTENT5 li a {
	color:#fff;
	text-decoration:none
}

.CONTENT5 li span {
	display:inline;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:64px;
	background-color:#361c68;
	font-family: 'Montserrat', sans-serif;
	float:left
}
.CONTENT5 li h4 {
	height:60px;
	line-height:60px;
	display:inline-block;
	font-size:24px;
	letter-spacing:1px;
	background-color:rgba(255,255,255,.5);
	padding-left:15px;
	padding-right:5%
}
.CONTENT5 li:nth-child(1) h4 , .CONTENT5 li:nth-child(3) h4{
	border-bottom:2px solid #361c68;
}
.CONTENT5 li:nth-child(1) h4 {
	cursor:pointer
}
.CONTENT5 li:nth-child(2) h4 {
	border-bottom:2px solid #33549d;
}
.CONTENT5 li:nth-child(1) span, .CONTENT5 li:nth-child(3) span {
	color: #fff;
}
.CONTENT5 li:nth-child(2) span {
	color: #fff;
	background-color:#33549d
}
.CONTENT5 li h4 b {
	font-size:16px
}
.CONTENT6 {
	background:url(../images/BG4_img.jpg) top center no-repeat fixed;
	display:block;
	width:100%;
	overflow:hidden;	
	background-size:cover;
}
.CONTENT6 p.CON6_P {
	font-size:30px;
	text-align:center;
	color: #361c68;
	font-weight: 700;
	line-height: 1.6;
}

.CONTENT6 p.CON6_P span{
	font-size: 25px;
	font-weight: 400;
	color: #151515;
}

.CONTENT6 p.CON6_P span.style1 {
	font-size: 21px;
	font-weight: 400;
	color: #361c68;
	margin-left: 5px;
	vertical-align: text-bottom;
}

.FREE_B {
	display:block;
	text-align:center
}
.FREE_B .FREE img {
	max-width:328px;
	margin:0 auto;
	margin-top:3%
}
#FROM_B #FROM {
	width:100%;
	margin:0 auto;
	padding:2% 0 0 0;
	max-width:546px;
	margin:0 auto
}
#FROM_B #FROM ul {
	width:100%
}
#FROM_B #FROM li {
	width:100%;
	float:left;
	padding:4px 2px
}
#FROM_B #FROM li.WLI {
	width:50%;
	float:left
}
#FROM_B #FROM .INP_A {
	width:100%;
	font-family:Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei",DFKai-SB,sans-serif;
	color:#1b2034;
	height:36px;
	line-height:36px;
	max-height:36px;
	font-size:16px;
	text-align:left;
	padding-left:10px;
	-webkit-box-shadow:inset 0 0 0 #fff;
	-moz-box-shadow:inset 0 0 0 #fff;
	-ms-box-shadow:inset 0 0 0 #fff;
	-o-box-shadow:inset 0 0 0 #fff;
	box-shadow:inset 0 0 0 #fff;
	background-color:#fff;
	font-weight:500;
	border:0 solid #fff;
	border-left:5px solid #33549d;
}
#FROM_B #FROM .INP_A:hover {
	border-left-color:#361c68
}
#FROM_B #FROM .INP_A:focus {
	border-left:5px solid #33549d
}
.INP_A_2 {
	width:100%;
	font-family:Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei",DFKai-SB,sans-serif;
	color:#1b2034;
	font-size:16px;
	text-align:left;
	background-color:#fff;
	font-weight:500;
	border:0 solid #fff;
	border-left:5px solid #33549d;
	min-height:70px;
	padding:10px
}
.INP_A_2:hover {
	border-left-color:#361c68
}
.INP_A_2:focus {
	border-left:5px solid #33549d;
	outline:0
}
p.INP_A_2_B {
	font-size:16px;
	text-align:left;
	padding-left:10px;
	padding-bottom:5px
}
#FROM_B #FROM #READ {
	padding:0;
	position:relative
}
#FROM_B #FROM .CHBOX {
	min-height:21px;
	min-width:21px;
	float:left;
	margin-top:12px
}
#FROM_B #FROM #READ label {
	display:block!important
}
#FROM_B #FROM #READ span {
	line-height:1.3;
	font-size:15px;
	position:absolute;
	left:30px;
	top:12px;
	font-weight:400;
	color:#1b2034
}
#FROM_B #FROM #READ span a {
	font-size:15px;
	font-weight:400;
	color:#1b2034;
	text-decoration: underline;
}
.INP_A:focus {
	outline:0
}
#FROM_B #FROM #BUT {
	width:100%;
	font-size:28px;
	color:#ffc051;
	cursor:pointer;
	text-align:center;
	background-color:#33549d;
	-webkit-box-shadow:0 8px 0 #25468f,0 8px 3px rgba(0,0,0,0.5),0 8px 20px rgba(0,0,0,0.2);
	box-shadow:0 8px 0 #25468f,0 8px 3px rgba(0,0,0,0.5),0 8px 20px rgba(0,0,0,0.2);
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin-top:10px;
	letter-spacing:3px;
	line-height:1.5;
	padding-top:2px;
	border:none;
}
#FROM_B #FROM #BUT:hover {
	box-shadow:none;
	-ms-transform:translateY(4px);
	-webkit-transform:translate3D(0,4px,0);
	-moz-transform:translateY(4px);
	transform:translate3D(0,4px,0);
	background-color:#25468f;
	color:#fff;
}
/*#FROM_B #FROM option {
	background-color:#283593;
	color:#fff
}*/

.FREE p{
	/*text-align: center;*/
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.5;

}

@media screen and (max-width:1679px) {
	.monthly{ left: 3%;}	
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width:1200px) {
	
}

@media screen and (max-width:1023px) {
	.textBox_bg{ max-width: 645px; width: 100vw; margin-top: -10%; margin-left: 15%; }
	.textBox{ max-width: 645px; width: 100vw; margin-top: -3%; margin-left: -3%; padding: 3%;}
	.BG34 .CONTENT4 ul.list1{ margin-bottom: 50px;}
	.CONTENT2{ height: 150px;}
	.CTA{ margin-bottom: 25px; }
	.BG34 .CONTENT4 ul.list1 li{ float: none; width: 100%;}
	.BG34 .CONTENT3 p, .CONTENT3 h1 { margin-top: 5%; padding-left: 5%; padding-right: 5%}
}

@media screen and (max-width:900px) {
	.frame_bg{ margin-top: 15%; }
	.BG34 .CONTENT3 .text_block p{ text-align:justify;}
}

@media screen and (max-width:767px) {
	.frame_bg{ margin-top: 25%; }
	.CONTENT1 {
		display:block;
		background:url(../images/top_img_768.jpg) no-repeat;
		width:100%;
		height:0;
		padding-bottom:130.2083333333333%;
		background-size:100% auto;
	}
	.textBox_bg{ margin-top: -10%; margin-left: 0%; }
	.textBox{ margin-top: -3%; margin-left: 0%; }
	.CONTENT6{ background:url(../images/BG4.png) repeat center top fixed;}
	.BG34 .CONTENT4 ul.list, .BG34 .CONTENT3 ul.list{ margin-left: 35px;}
	.BG34 .CONTENT4_2 p{margin-right: 5px; }
	/*--浮雲效果--*/	
	.cloud_a, .cloud_b{display: none;}
}



@media screen and (max-width:639px) {
	.frame_bg{ width: 90vw; }
	.h1{ font-size: 19px; }
	.h1::before, .h1::after{ top: -6px;}
	h2{ font-size: 24px; }
	.CONTENT1 h4 { font-size:21px; }
	.CONTENT1 h4 span { font-size:15px; }
	.CONTENT3,.CONTENT4,.CONTENT5,.CONTENT6 {padding:12% 0 }
	.CONTENT3 h1{ font-size: 30px; }
	.BG34 { background-image: none; }
	.BG34 .CONTENT4 ul.list li, .BG34 .CONTENT4 ul.list1 li, .BG34 p{ font-size: 17px;}
	.BG34 .CONTENT4 ul.list1{ margin-left: 30px;}
	.H3_C h3 { font-size:28px }
	.BG34 p.teacher{ font-size: 30px; }
	.BG34 p.teacher span{ font-size: 20px; }
	.BG34 .CONTENT4_2 p{margin-left: 5px; }
	.CONTENT5 li {padding-bottom:10px }
	.CONTENT5 li span {
		width:50px;
		height:50px;
		line-height:50px;
		font-size:50px
	}
	.CONTENT5 li h4 {
		height:50px;
		line-height:50px;
		font-size:17px;
		padding-left:10px
	}
	.CONTENT6 p.CON6_P { font-size:25px}
	.CONTENT6 p.CON6_P span{ font-size: 19px;}
	.CONTENT6 p.CON6_P span.style1 { font-size: 18px;}
	.BG34 .CONTENT4 ul.list, .BG34 .CONTENT3 ul.list{ margin-left: 25px;}
}

@media screen and (max-width:479px) {
	.frame_bg{ width: 100vw; }
	.h1{ font-size: 17px; }
	h2{ font-size: 19px;}
	.CONTENT3 h1{ font-size: 23px; }
	.CONTENT1, .CONTENT2, .CONTENT3,.CONTENT4,.CONTENT5,.CONTENT6 {min-width: 320px;}
	.CONTENT1 { min-height: 415px;}
	.BG34 p, .BG34 p span.color1{ font-size: 16px; }
	.CONTENT3,.CONTENT4,.CONTENT5,.CONTENT6 {padding:14% 0;}
	.CONTENT6 p.CON6_P span.style1 { font-size: 16px;}
	.CONTENT6 p.CON6_P span{ font-size: 16px;}
	.H3_C h3 {font-size:24px;}
	.FREE p{ font-size: 13px;}
	.FREE_B .FREE img{ max-width:250px;}

}

@media screen and (max-width:400px) {

}

@media screen and (max-width:374px) {
	h2{ font-size: 18px;}
	.titleImg{margin-top: 4%;}
	.textBox_bg{ padding-bottom: 10%; }
	.textBox{ padding-bottom: 15%; }
}

