@charset 'utf-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);
/* ----------RESET---------- */
	*{
		margin:0;
		padding: 0;
		color:inherit;
		font: inherit;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	html{
		font-size: 17px;
	}
	body{
		position: relative;
		font-size: 17px;
		font-weight: 400;
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
		color:#333;
		background-color: white;
	}
	section{
		position: relative;
		background-color: white;
	}
	ul, li{
		list-style: none;
		font-size: inherit;
	}
	img{
		border:none;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	input,
	textarea,
	keygen,
	select,
	a,
	a:active,
	a:hover,
	a:focus{
		outline: none;
	}
	input::-moz-focus-inner,
	button::-moz-focus-inner,
	select::-moz-focus-inner{
		border:0;
		outline:0;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}
	input[type="search"],
	input[type="search"]:hover,
	input[type="search"]:focus,
	input[type="search"]:active{
		-webkit-appearance:none;
	}
	select::-ms-expand {
		display: none;
	}
	button,
	input[type="submit"],
	input[type="reset"]{
		background: none;
		border:none;
		outline: none;
		cursor:pointer;
		font:inherit;
	}
	option{
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
		background-color: transparent;
		
	}
	table{
		border-collapse:collapse;
	}
/* ----------BLOCK---------- */
	.fleft{float:left; }
	.fright{float: right; }
	.cf:after{
		content:'';
		display: table;
		clear:both;
	}
	.row{
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.flex-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.w1650,
	.w1600{
		width: 90%;
		margin:0 auto;
	}
	.w1400,
	.w1200,
	.w1000,
	.w800{
		width: 80%;
		margin:0 auto;
	}
	.w1650{max-width: 1650px;}
	.w1600{max-width: 1600px;}
	.w1400{max-width: 1400px;}
	.w1200{max-width: 1200px;}
	.w1000{max-width: 1000px;}
	.w800{max-width: 800px;}
	.col90,
	.col80,
	.col75,
	.col70,
	.col66,
	.col65,
	.col60,
	.col55,
	.col50,
	.col45,
	.col40,
	.col35,
	.col33,
	.col30,
	.col25,
	.col20,
	.col15,
	.col05{
		display: inline-block;
		vertical-align: top;
		margin-left: -5px;
	}
	.col90{width: 90%; }
	.col80{width: 80%; }
	.col75{width: 75%; }
	.col70{width: 70%; }
	.col66{width: 66.6666%; }
	.col65{width: 65%; }
	.col60{width: 60%; }
	.col55{width: 55%; }
	.col50{width: 50%; }
	.col45{width: 45%; }
	.col40{width: 40%; }
	.col35{width: 35%; }
	.col30{width: 30%; }
	.col33{width: 33.3333%; }
	.col25{width: 25%; }
	.col20{width: 20%; }
	.col15{width: 15%; }
	.col05{width: 05%; }

	.ib-middle{
		display: inline-block;
		vertical-align: middle;
	}
	.ib-top{
		display: inline-block;
		vertical-align: top;
	}

	body.lock_body{
		overflow: hidden;
	}
/* ----------TEXT----------- */
	h1,h2,h3,h4,h5,h6,
	a,p,b,small{
		font:inherit;
		color:inherit;
	}
	h2{
		font-size: 3.7em;
		letter-spacing: 4px;
		line-height: 1.25;
		
	}
	h3{
		font-size: 2.3em;
		letter-spacing: 1px;
		line-height: 1.3;
	}
	h4{
		font-size: 1.8em;
		line-height: 1.25;
		letter-spacing: 4px;
	}
	h5{
		font-size: 1.5em;
		line-height: 1.2;
	}
	h6{
		font-size: 1.125em;
		line-height: 1.2;
	}
	a{
		display: inline-block;
		text-decoration: none;
		letter-spacing: .5px;
	}
	p{
		font-size: 1em;
		line-height: 26px;
		letter-spacing: 1.8px;
	}
	b, strong{
		letter-spacing: 0;
		font-weight: bolder;
	}
	small{
		display: inline-block;
		font-size: .8em;
		line-height: normal;
		letter-spacing: 0.5px;
	}


	.txt-sink{
		font-weight: 300;
	}
	.txt-light_bold{
		font-weight: 400;
	}
	.txt-bold{
		font-weight: 500;
	}

	.txt-main{color: #3F2C88;}
	.txt-darkblue{color: #1C3275}
	.txt-white{color:#ffffff; }
	.txt-darkgrey{color:#777; }
	.txt-red{color:#ed1c24; }
	.txt-normal{color:#333; }
	.txt-lightBlue{color: #63A8D6;}
	.txt-green{color: #61C46E;}
	.txt-grey{color:#737373}

	.txt-link{text-decoration: underline; }

	.txt-left{text-align: left; }
	.txt-right{text-align: right; }
	.txt-center{text-align: center; }

	.bg_grey1{background-color: #FAFAFA;}
	.bg_grey2{background-color: #DDDDDD;}
	.bg_grey3{background-color: #EDEDED;}
	.bg_lightBlue{background-color:#63A8D6;}
	.bg_black{background-color:#0A0A0A;}
	.bg_white{background-color:white;}
	.bg_grey{background-color:#737373;}

/* ---------- padding ---------- */
	.padding_a7{padding: 7px;}
	.padding_a10{padding: 10px;}
	.padding_a20{padding: 20px;}
	.padding_a30{padding: 30px;}
	.padding_a40{padding: 40px;}
	.padding_a50{padding: 50px;}
	.padding_a60{padding: 60px;}
	.padding_a70{padding: 70px;}
	.padding_a80{padding: 80px;}
	.padding_a90{padding: 90px;}
	.padding_a100{padding: 100px;}

	.padding_tb10{padding: 10px 0;}
	.padding_tb20{padding: 20px 0;}
	.padding_tb30{padding: 30px 0;}
	.padding_tb40{padding: 40px 0;}
	.padding_tb50{padding: 50px 0;}
	.padding_tb60{padding: 60px 0;}
	.padding_tb70{padding: 70px 0;}
	.padding_tb80{padding: 80px 0;}
	.padding_tb90{padding: 90px 0;}
	.padding_tb100{padding: 100px 0;}

	.padding_t10{padding-top: 10px;}
	.padding_t20{padding-top: 20px;}
	.padding_t30{padding-top: 30px;}
	.padding_t40{padding-top: 40px;}
	.padding_t50{padding-top: 50px;}
	.padding_t60{padding-top: 60px;}
	.padding_t70{padding-top: 70px;}
	.padding_t80{padding-top: 80px;}
	.padding_t90{padding-top: 90px;}
	.padding_t100{padding-top: 100px;}

/* ----------BTN------------ */
	.btn{
		width: 177px;
		text-align: center;
		padding: 16px 7px;
		border-radius: 35px;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
				transition: all .25s ease;
	}
	.btn-white{
		background-color: #FFF;
		color: #0A0A0A;
		-webkit-transition: 0.5s;
		   -moz-transition: 0.5s;
		    -ms-transition: 0.5s;
		     -o-transition: 0.5s;
				transition: 0.5s;
	}
	.btn-white-border{
		border: #0A0A0A 1px solid;
		background-color: #FFF;
		color: #0A0A0A;
	}
	/* .btn:hover{
		-webkit-transform: scale(1.05);
		   -moz-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		     -o-transform: scale(1.05);
		        transform: scale(1.05);
	} */
	.btn-white:hover{
		background-color: #3F2C88;
		color: #fff;
	}
	.btn-white-border:hover{
		border: rgb(52, 36, 114) 1px solid;
		background-color: #3F2C88;
		color: #fff;
	}
/* ----------FORM----------- */
	input[type=text],
	input[type=email],
	input[type=password],
	select{
		width: 100%;
		margin: 5px 0 6px;
		border: none;
		border-bottom:1px solid #cccccc;
		padding: 5px 0;
		letter-spacing: 1px;
		font-weight: 500;
	}
	input[type=text]:focus,
	input[type=email]:focus,
	input[type=password]:focus{
		border-color: #003979;
	}
	select{
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		border-radius: 0;
		background-color: #fff;
		background-image: url(../img/form/dropdown.svg);
		background-position: 97% center;
		background-repeat: no-repeat;
	}


	option::-ms-expand{ display: none; }
	option{
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari 和 Chrome */
		appearance:none;
	}
	/* --背景色字体颜色--*/
	option:hover{
		color:#fff;
		background-color:#1E90FF;
	}

	textarea{
		width: 100%;
		max-width: 100%;
		min-height: 100px;
		margin: 5px 0 6px;
		border:1px solid #cccccc;
		resize: vertical;
	}

	label.select{
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	label.select:before {
		content:'';
		display:block;
		width:50px;
		height:27px;
		background:#ffffff;
		position:absolute;
		top:2px;
		bottom:2px;
		right:2px;
		margin:auto 0;
		pointer-events:none;
	}
	label.select:after {
		content:'';
		display:block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #003979 transparent transparent transparent;
		position:absolute;
		top:0;
		bottom:0;
		right:20px;
		margin:auto 0;
		pointer-events:none;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #cccccc;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #cccccc;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #cccccc;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #cccccc;
	}
	::-ms-input-placeholder { /* Microsoft Edge */
	   color:    #cccccc;
	}

	/*radio&checkbox樣式覆蓋*/
	input[type=radio   ]:not(old),
	input[type=checkbox]:not(old){
		width     : 0;
		margin    : 0;
		font-size : 0;
		opacity   : 0;
		pointer-events: none;
		display: none;
	}
	input[type=radio   ]:not(old) + label,
	input[type=checkbox]:not(old) + label{
		display      : inline-block;
		vertical-align: middle;
		margin-right : 17px;
		cursor       : pointer;
		letter-spacing: 0;
	}
	input[type=radio   ]:not(old) + label > span,
	input[type=checkbox]:not(old) + label > span{
		display          : inline-block;
		width            : 18px;
		height           : 18px;
		padding          : 0;
		margin           : -1px 8px 3px 5px;
		position         : relative;
		border-radius    : 0;
		background       : rgba(255,255,255,.8);
		border			 : 2px solid #cccccc;
		vertical-align   : middle;
		cursor           : pointer;
	}
	input[type=radio]:not(old):checked +  label > span:before{
		display          : block;
		width            : 10px;
		height           : 10px;
		margin           : auto;
		top: 0;right: 0;bottom: 0;left: 0;
		position         : absolute;
		border-radius    : 0;
		background       : #336194;
	}
	input[type=checkbox]:not(old):checked + label > span:before{
		content     : '';
		display          : block;
		width            : 10px;
		height           : 10px;
		margin           : auto;
		top: 0;right: 0;bottom: 0;left: 0;
		position         : absolute;
		border-radius    : 0;
		background       : #336194;
	}
/* ----------DATEPICKER----- */
	.ui-datepicker .ui-widget-header{
		background: #003979;
		border:none;
	}
	.ui-datepicker .ui-datepicker-title select{
		padding:0 15px;
		color:#003979;
		text-align: center;
		border:none;
		border-radius: 0;
	}
	.ui-datepicker .ui-datepicker-calendar td{
		padding:0;
	}
	.ui-datepicker .ui-state-default,
	.ui-datepicker.ui-widget-content .ui-state-default,
	.ui-datepicker .ui-widget-header .ui-state-default{
		border-color:#f6f6f6;
		background: #f6f6f6;
	}
	.ui-datepicker .ui-state-hover,
	.ui-datepicker.ui-widget-content .ui-state-hover,
	.ui-datepicker .ui-widget-header .ui-state-hover,
	.ui-datepicker .ui-state-focus,
	.ui-datepicker.ui-widget-content .ui-state-focus,
	.ui-datepicker .ui-widget-header .ui-state-focus{
		border:1px solid #003979;
		background:#eaeff4;
		color:#003979;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
		border:0;
		background: transparent;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover{
		left: 2px;
	}
	.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover{
		right: 2px;
	}


	.ui-datepicker .ui-state-highlight,
	.ui-datepicker.ui-widget-content .ui-state-highlight,
	.ui-datepicker .ui-widget-header .ui-state-highlight{
		border-color: #003979;
		background: #eaeff4;
	}
	.ui-state-hover a,
	.ui-state-hover a:hover,
	.ui-state-hover a:link,
	.ui-state-hover a:visited,
	.ui-state-focus a,
	.ui-state-focus a:hover,
	.ui-state-focus a:link,
	.ui-state-focus a:visited{
		color:#c77405;
		text-decoration:none
	}
	.ui-datepicker .ui-state-active,
	.ui-datepicker.ui-widget-content .ui-state-active,
	.ui-datepicker .ui-widget-header .ui-state-active{
		border:1px solid #003979;
		background:#003979;
		font-weight:bold;
		color:#ffffff
	}
/* ----------PAGINATION----- */
	.pagination{
		text-align: center;
		margin-top: 30px;
	}
	.pagination li{
		display: inline-block;
		vertical-align: middle;
	}
	.pagination li a{
		background-color: #003979;
		color:#ffffff;
		padding:5px 10px;
		border-radius: 5px;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	.pagination li a:hover{
		opacity: .8;
	}
	.pagination li.active a{
		background-color: #ed1c24;
	}
/* ---------- scrollUp ------- */
.scrollUp {
	float: left;
	position: fixed;
	right: 25px;
	bottom: 40px;
	z-index: 17;
	width: 45px;
	height: 45px;
	border-radius: 8px;
	cursor: pointer;
	z-index: 999;
	opacity: 0;
	/* background-color: rgb(58, 95, 160);
	border: 2px solid #3b76c4; */
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
			transition: all .25s ease;
}
.scrollUp.hd-show {
	opacity: 1;
}
.scrollUp svg {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 60px;
	left: 0;
	fill: #2A3E88;
	-webkit-transform: rotateZ(270deg);
	-moz-transform: rotateZ(270deg);
	-ms-transform: rotateZ(270deg);
	-o-transform: rotateZ(270deg);
	transform: rotateZ(270deg);
}
/* #scrollUp:hover svg {
	fill: white;
} */
.scrollUp:hover ,
.scrollUp:active {
	transform: scale(1.2);
}
.scrollUp p{
	text-align: center;
}	

/* ----------LIGHTBOX------- */
	.openbox{
		cursor: pointer;
	}
	#lightbox{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 100;
		display: none;
	}
	#overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,.8);
		cursor: url(../img/icon-close.png), crosshair;
	}
	#lightbox .box{
		width: 770px;
		height: 420px;
		max-width: 90%;
		background-color: #ffffff;
		border:2px solid #003979;
		border-radius: 10px;
		padding:50px 70px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -5px;
		margin:auto;
		cursor: default;
	}
	#lightbox .cancelbox{
		width: 770px;
		height: 300px;
		max-width: 90%;
		background-color: #ffffff;
		border:2px solid #003979;
		border-radius: 10px;
		padding:50px 70px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -5px;
		margin:auto;
		cursor: default;
	}
/* ----------ANIMATION------ */	
	@-webkit-keyframes showContent{
		from{
			opacity: 0;
			-webkit-transform: scale(.95);
		}
		to  {
			opacity: 1;
			-webkit-transform: scale(1);
		}
	}
	@keyframes showContent{
		from{
			opacity: 0;
			-webkit-transform: scale(.95);
			   -moz-transform: scale(.95);
			    -ms-transform: scale(.95);
			     -o-transform: scale(.95);
			        transform: scale(.95);
		}
		to  {
			opacity: 1;
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
			    -ms-transform: scale(1);
			     -o-transform: scale(1);
			        transform: scale(1);
		}
	}
	@-webkit-keyframes fadeInFromDown{
		from{
			opacity: 0;
			-webkit-transform: translateY(50%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	@keyframes fadeInFromDown{
		from{
			opacity: 0;
			-webkit-transform: translateY(50%);
			   -moz-transform: translateY(50%);
			    -ms-transform: translateY(50%);
			     -o-transform: translateY(50%);
			        transform: translateY(50%);
		}
		to  {
			opacity: 1;
			-webkit-transform: translateY(0);
			   -moz-transform: translateY(0);
			    -ms-transform: translateY(0);
			     -o-transform: translateY(0);
			        transform: translateY(0);
		}
	}
.hidden{
	display: none ;
}
/* ---------- header ----------- */
header{
	position: relative;
}
header.wbg .main_menu{
	background-color: white;
}
header .main_menu{
	position: fixed;
	width: 100vw;
	z-index: 20;
	transition: .3s;
}
header a{
	cursor: pointer;
}
header .logo a{
	background-color: #3F2C88;
	width: auto;
	text-align: center;
	position: relative;
	z-index: 20;
}
header .logo a img{
	margin: 15px 25px;
	transition: .3s;
}
header.wbg .logo a img{
	margin: 10px 15px;
	width: 55%;
}
/* header .logo a img.show.hidden{
	display: none !important;
}
header.wbg .logo a img.hidden {
	display: block;
} */
header nav {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
header.wbg nav{
	box-shadow: 0px -15px 27px black;
}
header nav ul{
    position: absolute;
	height: 100%;
	right: 129px;
	display: flex;
	align-items: center;
}
header nav ul li{
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 25px;
	padding: 20px 0;
	transition: .2s;

}
header nav ul li:hover {
	border-bottom: 3px solid #3F2C88;
}
header nav ul li:hover .sublist {
	display: block;	
}
header nav ul li .sublist {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,calc(100% + 3px));
	padding: 10px;
	background-color: #FAFAFA;
	text-align: center;
}
header nav ul li .sublist .listitem{
	margin: 10px 20px;
	white-space: nowrap;
	transition: transform 0.5s ease;
	cursor: pointer;
	display: block;
}
header nav ul li .sublist .listitem:hover {
	transform: scale(1.1);
}
header .hamburger{
	display: none;
}
/* header.wbg nav ul li:hover {
    border-bottom: none;
}
header.wbg nav ul li:hover h6{
	border-bottom: 2px solid #3F2C88;
	line-height: 2em;
} */

@media screen and (max-width:480px) {
	header.wbg nav .nav_list li a,
	header.wbg nav .nav_list li h6{
		font-weight: 400;
	}
	header nav ul li .sublist .listitem{
		font-weight: 300;
		padding: 15px 0;
	}

}



/* ---------- footer ----------- */
footer{
	position: relative;
	background-color: #F6F6F6;
/*	height: 120px;*/
	z-index: 20;
}
footer .w1400{
	position: relative;
}
footer p{
	position: absolute;
	font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	letter-spacing: 0.43px;
	font-weight: 300;
	top: 50px;
}
footer p span{
	font-size: 12px;
}
@media screen and (max-width:1440px){

	header .logo a img {
		margin: 10px 20px;
		transition: .3s;
	}
	header.wbg .logo a img {
		margin: 10px 15px;
		width: 50%;
	}
}
@media screen and (max-width:1024px){
	h3 {
        font-size: 2em;
    }
    h5 {
        font-size: 1.2em;
        line-height: 1.2;
	}
	
	header nav ul{
		right: 5%;
	}
}

@media screen and (max-width:768px){
	.w1650{max-width: 1650px;}
	.w1600{max-width: 1600px;}
	.w1400{max-width: 1400px;}
	.w1200{max-width: 1200px;}
	.w1000{max-width: 1000px;}
	.w800{max-width: 800px;}
	.col90,
	.col80,
	.col75,
	.col70,
	.col66,
	.col65,
	.col60,
	.col55,
	.col50,
	.col45,
	.col40,
	.col35,
	.col33,
	.col30,
	.col25,
	.col20,
	.col15,
	.col05{
		display: inline-block;
		vertical-align: top;
		margin-left: 5px;
	}
	h2 {
		font-size: 3.2em;
	}
	h3 {
		font-size: 1.8em;
	}
	h4 {
		font-size: 1.6em;
	}
	.btn {
		width: 140px;
		padding: 10px 6px;
	}
	header nav ul {
		right: 1%;
	}
	header .logo a img {
		margin: 10px 20px;
		transition: .3s;
		width: 50%;
	}
	header.wbg .logo a img {
		margin: 10px 10px;
		width: 45%;
	}
}

@media screen and (max-width:550px){
	h2 {
		font-size: 2.8em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.4em;
	}
	header .logo a  ,
	header.wbg .logo a{
		width: 58px;
	}
	header.wbg .logo a img.hidden{
		display: none ;
	}
	/* header .logo a img {
		margin: 10px 15px;
		transition: .3s;
		width: 47%;
	}
	
	header.wbg .logo a img {
		margin: 10px 8px;
		width: 42%;
	} */
	footer{
		height: auto;
	}
	footer .w1400{
		padding: 3% 0;
	}
	footer p {
		position: relative;
		font-size: .8em;
		top: 0;
	}
	footer .smallTxt{
		font-size: 10px;
		margin-top: 5px;
		line-height: 15px;
	}
}
@media screen and (max-width:480px){
	h2 {
		font-size: 2.6em;
	}
	h4 {
		font-size: 1.4em;
	}
	#power #parallax_bg .txt_box {
		top: 20vh;
	}
	
	header .logo a img,
	header.wbg .logo a img {
		margin: 10px 15px;
		transition: .3s;
		width: 47%;
	}
	header nav ul li:hover {
		border-bottom: none;
	}
	header nav ul li .sublist{
		/* display: block; */
		padding: 0;
		margin-top: 20px;
		position: relative;
		left: 0;
		transform: translate(0);
		
	}
	header nav ul li:hover .sublist{
		display: none;
	}
	/* header nav ul li .sublist.active{
		display: block;
	} */
	header nav ul li .sublist .listitem {
		margin: 0;
		padding: 10px 0;
		width: 100%;
	}
	
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
		width: 23px;
	}
	/* ----------NAVBAR--------- */	
	header .hamburger{
		display: none;
	}
	header nav ul.nav_list {
		display: block;
		position: fixed;
		width: 100%;
    	height: 100%;
		top: -100%;
		right: 0;
		background-color: #fff;
		text-align: center;			
		padding: 75px 0;
		overflow: scroll;
		-webkit-transition: all .5s ease;
			-moz-transition: all .5s ease;
			-ms-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease;
	}
	header nav ul.nav_list.active {
		top: 0;
	}
	header nav ul.nav_list li {
		display: block;
		height: unset;
	}
	header nav ul.nav_list>li>a {
		font-weight: 500;
		font-size: 1em;
		color: #3F2C88;
		display: block;
		margin: 0;
		padding: 15px 30px;
	}
	header nav .hamburger {
		position: absolute;
		right: 7px;
		display: inline-block;
		padding: 18px 15px;
		text-align: center;
    	top: 3px;
	}
	.hamburger-box{
		width: 30px;
	}
	.hamburger-inner, .hamburger-inner::before, 
	.hamburger-inner::after{
		background-color: #3F2C88 !important;
		height: 2px !important;
		border: 0;
	}
	header nav ul.member_menu {
		position: absolute;
		right: 60px;
		top: 14px;
	}
	header nav ul.member_menu>li {
		display: inline-block;
		vertical-align: middle;
		padding: 0 2px;
		text-align: center;
		margin-bottom: 0;
	}
	header nav ul.member_menu a {
		margin: 0;
		min-width: 78px;
		color: #4995CC;
		border-radius: 20px;
		border: 2px solid #4995CC;
		background-color: transparent;
		font-size: 1em;
		font-weight: 400;
		line-height: 1.3;
		padding: 5px 12px;
	}
}
@media screen and (max-width:425px){
	p{
		font-size: .9em;
	}
	h2 {
		font-size: 2.3em;
	}
	h4 {
		font-size: 1.2em;
	}
	h6{
		font-size: 1em;
	}
	header nav ul li {
		margin: 0 13px;
	}
	
}

@media screen and (max-width:320px){
	header nav ul {
		right: 0%;
	}
}

/*swiper*/
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
}
.swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	border-radius: 10px !important;
	background-color: #f6f6f6;
	transition: width 0.2s ease;
}
.swiper-pagination-bullet-active{
	width: 20px !important;
	background-color:#f6f6f6 !important;
	opacity: 1 !important;
}




/*lightboxModel*/

.lightboxBlack {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #00000020;
	z-index: 20;
}

.lightboxBlack.active {
	display: block;
}

.lightboxBlack .lightboxModel {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1000px;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 5px;
}

.lightboxBlack .lightboxModel.active {
	display: block;
}

.lightboxBlack .lightboxModel .headTitle {
	color: #43B14E;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}

.lightboxBlack .lightboxModel .closebtn {
	position: absolute;
	right: 30px;
	top: 25px;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../../img/icon/close-01.png");
	cursor: pointer;
}

@media screen and (max-width: 1280px) {
	.lightboxBlack .lightboxModel {
		width: 800px;
	}
}

@media screen and (max-width: 1023px) {
	.lightboxBlack .lightboxModel {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.lightboxBlack .lightboxModel {
		padding: 30px;
	}
}

@media screen and (max-width: 480px) {
	.lightboxBlack .lightboxModel {
		padding: 20px;
	}

	.lightboxBlack .lightboxModel .closebtn {
		right: 20px;
		top: 20px;
	}
}

.lightboxBtnContain .lightboxBtn {
	width: 200px;
	height: 30px;
	border: 1px solid #3F2C88;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.lightboxBtnContain .lightboxBtn:hover {
	border: 0px;
	background-color: #3F2C88;
	color: #fff;
}

