@charset "utf-8";	
/* @import url('https://fonts.googleapis.com/css?family=Lato|Roboto'); */
* {
	margin:0;
	padding:0;
	word-wrap:break-word; /*自動換行*/
	word-break: normal;
	box-sizing: border-box; /*border/padding為內含*/
	text-decoration:none;
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* font-family: Helvetica, Arial, '微軟正黑體','新細明體', sans-serif; */
	font-family: 'Century Gothic','Roboto', 'Arial','微軟正黑體','新細明體', sans-serif;
}
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,  
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, li,ul {
	margin: 0;
	padding: 0;
	border: 0 none;
	font: inherit;
	font-family: 'Century Gothic','Arial','微軟正黑體','新細明體', sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
strong, th { font-weight: bold; }
em { font-style: normal; }
ul, li, img { border: 0 none; list-style-type:none; }

a {	text-decoration:none; /*無底線*/outline:none; /*隱藏連結虛線*/ }
a:hover,  a:visited, a:active, a:link{text-decoration:none; /*無底線*/outline:none; /*隱藏連結虛線*/ }

img, input, select { vertical-align:middle;}	/*讓圖片跟文字垂直置中對齊*/
input[type="radio"] { vertical-align: baseline; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

textarea { overflow-x: hidden; overflow-y: auto; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* table */
table  {
	border-spacing: 0px;	/*cellspacing*/
	border: 0px none;	/*border*/
}
table tr td , table tr th {
	padding: 0px;	/*cellpadding*/
	border: 0px none;	/*border*/
}

div, p, a, ul, li {	zoom: 1; }
table, th, td {	zoom: 1; }

/* ==========================================================================
主要設定
========================================================================== */
img { max-width: 100%; height: auto;}
p { font-size: 18px; line-height: 1.6; letter-spacing: .6px; }
a { color: inherit; transition: .5s;}
a:hover,a:active,a:link,a:visited{text-decoration: none; outline: none;}
.text-big { font-size: 130%;}
hr { border-color: #cbcbcb;}
section { padding:100px 0;}
h1, h2, h3, h4, h5{margin-bottom: 6px;margin-top: 6px;line-height: 1.4em;letter-spacing: .8px;}
h1{font-size: 32px;letter-spacing: 1px;margin-top: 0px;}
h2{font-size: 28px;letter-spacing: 1px;}
h3{font-size: 24px;letter-spacing: 1px;}
h4{font-size: 20px; font-weight: normal;letter-spacing: 1px;}
h5{font-size: 18px; font-weight: normal;letter-spacing: 1px;}
/* p {font-size: 17px;line-height: 1.6;letter-spacing: 1px;} */
/* define bootstrap 5 columns */
.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {position: relative;min-height: 1px; padding-right: 10px;padding-left: 10px;}
.col-xs-1-5 {width: 20%;float: left;}
@media (min-width: 768px) {
	.col-sm-1-5 {width: 20%;float: left;}
}
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
}
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
}
.overlay {display: none;position: fixed; width: 100%;height: 100%;top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6);z-index: 4;}

section {padding: 70px 0;}
.pconly {display: block !important;margin: auto;}
.mobonly {display: none !important;}
.top_brand{
	z-index: 99;
}

/* ==========================================================================
.pageheader 分區標題
========================================================================== */
.pageheader {
    margin: 0 0 20px 0;
}
.pageheader h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
	color: #442599;
	text-align: center;
}
.pageheader h2.white {
	color: #fff;
}
.pageheader h3 {
	font-size: 24px;
	line-height:1.6;
	font-weight: 600;
	margin: 15px 0;
	color: #442599;
	border-bottom: solid 1PX #442599;
}
.pageheader h3 span {
	float: right;
    color: #757575;
	font-size: 16px;
	font-weight: 500;
}
.pageheader h4 {
    font-size: 36px;
    text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.pageheader p {
	font-size: 17px;
    margin-top: 15px;
	color: #626262;
}
.sectionTitle {
	margin-bottom: 35px;
}
.sectionTitle h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 10px 0 20px 0;
}
.sectionTitle p {
	font-size: 22px;
	margin: 10px 0 ;
}
h2.subtitle {
    font-size: 32px;
    line-height: 1.2;;
    color: #e9566e;
	font-weight: 500;
	border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #e9566e;
	padding-left: 15px;
	margin-bottom:  10px;
	margin-top:  15px;
}
h2.subtitle span {
    font-size: 24px;
    color: #373737;
	font-weight: 500;
	padding-left: 15px;
}
h2.subtitle small {
	float: right;
    font-size: 18px;
    color: #757575;
	font-weight: 400;
	margin-top: 10px;
}
/* ==========================================================================
table 表格
========================================================================== */
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    line-height: 1.6;
}
.rwd-table{
	width: 100%;
	text-align: center;
}
.table{
	table-layout: fixed;
	font-size: 15px;
	margin-top: 20px;
	text-align: center;	
}
.forumtable {
	width:100%;
}
.rwd-table tr{
	height: 50px;
}
td.title{
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	color: #373737;
}
tr.tr-only-hide {
	background-color: #9d9d9d !important;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
tr.tr-only-hide th {
	text-align: center;
	font-weight: 500;
}
tr.tr-only-hide a {
	color: #fff;
}
.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f1f1f1;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFF;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.4;
    vertical-align: middle;
	border:none;
	font-size: 17px;
}
/* ==========================================================================
button
========================================================================== */
.btn-fix {
	background-color: #3d2189;
	color: #FFF;
	border-radius:0; 
	font-size: 16px;
}
.btn-fix:hover, .btn-fix:focus, .btn-fix:active, .btn-fix.active, .open > .dropdown-toggle.btn-fix {
	opacity: .9;
	color: #FFF;
	outline: none;
	transition: .3s;
}
.btn-fix:active, .btn-fix.active {
	background-color: #3d2189;
	color: #FFF;
}
.btn-grey {
	color: #fff;
	background-color: #ababab;
	border-radius: 0;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .open > .dropdown-toggle.btn-grey {
	color: #fff;
	background-color: #bfbfbf;
}
.btn-grey:active, .btn-grey .active {
	background: #ababab;
	box-shadow: none;
}
.btn-white {
	color: #626262;
	background-color: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
	background-color: #ffdc00;
	color: #373737 !important;
}
.btn-white:active, .btn-white.active {
	background-color: #ffdc00;
	color: #373737;
}
.btn {
	padding: 6px 15px;
	border: 0 none;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom:5px;
	white-space: inherit;
	border-radius: 5px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}
.btn.focus,.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn.round {
	border-radius: 24px;
}
.btn-lg.round {
	border-radius: 32px;
}
.btn-sm.round {
	border-radius: 14px;
}
.btn-xs.round {
	border-radius: 10px;
}
.down_btn { 
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 5vh; 
}
.down_btn span {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
	background-color: #000;
}
a.anchor span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
a.anchor span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
.down_btn span {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
	background-color: #FFF;
}
a.anchor span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
a.anchor span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(0,0,0,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {opacity: 0;}
    30% {opacity: 1;}
    60% {box-shadow: 0 0 0 40px rgba(255,255,255,.2);opacity: 0;}
    100% {opacity: 0;}
}
@keyframes sdb {
    0% {opacity: 0;}
    30% {opacity: 1;}
    60% {box-shadow: 0 0 0 40px rgba(255,255,255,.2);opacity: 0;}
    100% {opacity: 0;}
}
p.notice_text {
	font-size: 15px;
	line-height: 1.4;
	margin-top:15px; 
	color: #757575;
}
.form_content p{
	margin: 10px 0;
}
.form_content p b{
	font-size: 32px;
	font-weight: 600;
	color: #0052a5;
}
/* ==========================================================================
header 首頁header
========================================================================== */

.bg-gradient{
	background: #1e2a64; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #192276 20%, #46207f 60%, #e4007f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #192276 20%,#46207f 60%,#e4007f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #192276 20%,#46207f 60%,#e4007f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c21b7', endColorstr='#e4007f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.nav-shadow{
	box-shadow: 0px 3px 5px rgba(120, 95, 141, 0.3);
    -webkit-box-shadow: 0px 3px 5px rgba(120, 95, 141, 0.3);
    -moz-box-shadow: 0px 3px 5px rgba(120, 95, 141, 0.3);
}


header {
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 100px;
} 

header h1{
	font-size: 40px;
	font-weight: 800;
	position: relative;
	top: -10px;
	text-align: left;
	z-index: 2;
	letter-spacing: 28px;
	margin-bottom:0 ;
}
header h1 i{
	font-size: 50px;
	color: #e4007f;
	vertical-align: -8px;
}
header p{
	text-align: left;
}
header:before {
    content: '';
    position: absolute;
    background: url(../images/inside_ill01.png) no-repeat;
    top: 45%;
    left: -1%;
    z-index: 2;
    width: 534px;
    height: 500px;
    background-size: contain;
}
header:after {
    content: '';
    position: absolute;
    background: url(../images/inside_ill01.png) no-repeat;
    top: 40%;
    right: -8%;
    z-index: 2;
    width: 534px;
    height: 500px;
    background-size: contain;
}
header .brand {
	position: relative;
	z-index: 3;
}
header .brand h2 {
	font-size: 48px;
	padding-left: 20px;
}
header .brand .btn-more {
	margin-left: 20px;
	font-weight: 600;
}
/* ==========================================================================
inside header
========================================================================== */
header.insideheader .brand{
	width: 80%;
	margin: auto;
}
header.insideheader {
	height: auto;
	position: relative;
	padding-top: 0px;
	padding-bottom: 20px;
}
header.insideheader:before {
	content: '';
	background: url(../images/inside_ill01.png) no-repeat;
	background-size: contain;
	width: 471px;
	height: 539px;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0;
}
header.insideheader:after {
	content: '';
    background: url(../images/inside_ill01.png) no-repeat;
	background-size: contain;
	width: 437px;
	height: 358px;
	z-index: 3;
	position: absolute;
	top: 0px;
	right: 0;
}
header.insideheader .pic {
    top: -20px;
    right: -130px;
    width: 750px;
    height: 497px;
}
header.insideheader .brand {
	margin-top: 30px;
	z-index: 3;
}
/* ==========================================================================
brand
========================================================================== */

.top_brand {
    padding: 5px 0 0;
	color: #fff;
	position: relative;
	z-index: 9;
	/* border-bottom: 1px solid #e3e3e3; */
}
.top_brand .logo {
	margin: 0 0 0 -5px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}
.top_brand .logo img {
    width: 160px;
    height: auto;
}
.brand .kv{
	display: block;
	position: relative;
	z-index: 2;
}
.kvcontainer{
	position: relative;
}
.kvsvg{
	width: 900px;
	overflow: hidden;
	margin: auto;
	float: left;
}

.kvtxt{
	position: absolute;
	right:0;
	top:250px;
	max-width:610px;
}

.star {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #fff;
    top: 100px;
    left: 400px;
    position: relative;
    transform-origin: 100% 0;
    animation: star-move 2s infinite ease-out;
    animation-direction: normal;
    opacity: 0;
}

.star:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 2px;
	border: 1px solid #f00;
	border-radius: 2px;
    border-width: 2px 150px 2px 150px;
    border-color:   transparent #e4007f transparent transparent;
    transform: rotate(-45deg) translate3d(1px, -1px, 0);
    transform-origin: 0% 100%;
    animation: shooting 2s infinite ease-out;
    animation-direction: normal;
}
@-webkit-keyframes shooting {
    50% {
        transform: scale(1) rotate(-45deg) translate(0px, 0px);
    }
    100% {
        transform: scale(0.5) rotate(-45deg) translate(0px, -1px);
    }
}

@-webkit-keyframes star-move {
    0% {
        opacity: 0;
        transform: scale(0) rotate(0) translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        transform: scale(1) rotate(0) translate3d(100px, -100px, 0);
    }
    50% {
        opacity: 0;
        transform: scale(1) rotate(0) translate3d(200px, -200px, 0);
	}
	100% {
        opacity: 1;
        transform: scale(1) rotate(0) translate3d(0, 0, 0);
    }
}

/* ==========================================================================
about 
========================================================================== */
#about .essay {
    margin-bottom: 30px;
    text-align: justify;
	font-weight: normal;
}
#about .essay h1 {
	line-height: 1.4;
    font-size: 42px;
	font-weight: 600;
	color: #442599;
	text-align: center;
	margin-bottom: 15px;
}
#about .essay h2 {
	font-size: 30px;
	font-weight: 400;
}
#about .essay h3 {
    font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
}
#about .essay p {
    margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.6;
}
/* ==========================================================================
orign
========================================================================== */
#origin{
	/* background-color: #14126f; */
	/* background-image: url(../images/origin_bg.png); */
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
	overflow: hidden;
	/* color: #FFF; */
}
#origin .container{
	position: relative;
	z-index: 2;
}
/* #origin:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,82,165,0.9);
    z-index: 1;
}
#origin:before {
    content: '';
    position: absolute;
    width: 230px;
    height: 234px;
    top: 0;
    right: 0;
	z-index: 2;
	background-image: url(../images/ill01.png);
	background-size: contain;
} */
.origin_more{
	display: none;
	transition: none;
 }
#origin h3{
	font-size: 32px;
	font-weight: 600;
	color: #442599;
}
#origin .nuderline{
	font-size: 18px;
	display: inline;
	padding-bottom: 2px;
	border-bottom: 2px solid #cfdb00;
}
#origin h4{
	font-size: 18px;
	margin-bottom: 5px;
	display: inline-block;;
	background: #43217d;
    background: -moz-linear-gradient(135deg, #43217d 0%,#73167f 100%);
    background: -webkit-linear-gradient(135deg, #43217d 0%,#73167f 100%);
    background: linear-gradient(135deg, #43217d 0%,#73167f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43217d', endColorstr='#73167f',GradientType=1 );
	color: #fff;;
	padding: 3px 15px;
}
#origin p{
	margin-bottom: 20px;
	text-align: justify; /* Firefox到此即可對齊 */
	text-justify: auto; /* IE需再加上此行 */
	line-height: 30px;
}
#origin p a{
	text-decoration: underline;
	color:#FF0;
}
#origin span {
    font-size: 16px;
    /* color: #dee7ff; */
    display: block;
    margin: 10px 0;
}
#origin .videobox {
	margin-bottom: 20px;
	border: 1px solid #dddae3;
}
/* .gta */
.gta_light{
	display: inline-block;
	clear: both;
	height: 40px;
	/* border: 1px solid #442599; */
	background-color:#442599 ;
	float: right;
	margin-right: 15px;
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 3px;
  }
a.gta_light{color: #fff;}
.gta_light:hover{
	background-color: #522fb2;
	/* border: 1px solid #e9566e;  */
} 
.gta_dark{
	display: inline-block;
	clear: both;
	height: 40px;
	background-color: #0737a7;
	float: right;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 15px;
	padding: 0 20px;
  }
  .gta_dark:hover{background-color: #ea4a64;}
  .gta_dark:hover img{transform:translateX(10px);}
  a.gta_dark{color: #fff;}
/* ==========================================================================
signup
========================================================================== */
#signup{
	background-color: #0052a5;
	position: relative;
}
#signup:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 300px;
    top: 0;
    right: 0;
    z-index: 2;
    background-image: url(../images/inside_ill01.png);
    background-size: contain;
}
#signup .pageheader h2 {
    color: #FFF;
}
.btn-sign {
	border: solid 3px#d8e500;
	background: none;
	padding: 10px 30px;
	color: #d8e500;
	font-size: 24px;
	border-radius: 0;
	margin: 15px 8px 5px 0;
	border-radius: 5px;
	transition: .3s;
	font-weight: bold;
}
.btn-sign:hover {
	border: solid 3px #cfdb00;
	background: #cfdb00;;
	color: #442599;
	font-weight: bold;
}
.btn-sign:visited{
	color: #cfdb00;
}
.btn-sign:focus{
	color: #cfdb00;
}
.btn-sign:hover {
	border: solid 3px #cfdb00;
	background: #cfdb00;;
	color: #442599;
	font-weight: bold;
}


/* ==========================================================================
news 
========================================================================== */

/* ==========================================================================
schedule
========================================================================== */
.schedule{
	border-radius:100%;
	width: 100%;
	display: block;
	height: 0;
	padding: 46% 0;
	background-color: #FFF;
	position: relative;
	border: solid 5px #999;
	color: #442599;
	z-index: 3;
	margin: 25px 0;
	-moz-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-o-transform:scale(0.9);
	-ms-transform:scale(0.9);
	transform:scale(0.9);
}
.schedule.schedule-ontime{
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	background-color: #FFF;
	position: relative;
	border: solid 8px #cfdb00;
	color: #442599;
}




#schedule{
	position: relative;
}

.schedule b{
	color: #442599;
	font-size: 20px;
	display: inline-block;
 }
 .schedule b:nth-child(1) span {
    font-size: 35px;
}
 .schedule h2{
	color: #442599;
	margin-bottom: 0px;
 }

.schedule.color1 .schedule_box {
    margin-top: -100px;
}
.schedule.color1 .schedule_box .btn {
    font-size: 17px;
    margin-top: 3px;
}
.schedule.color1 h2, .schedule.color2 h2, .schedule.color3 h2, .schedule.color4 h2,
.schedule.color1 b, .schedule.color2 b, .schedule.color3 b, .schedule.color4 b{
	color: #FFF;
}
.schedule.color2{
	background-color: #33b9ac;
	border: solid 5px #33b9ac;
	color: #FFF;
}
.schedule.color3{
	background-color: #6ab82c;
	border: solid 5px #6ab82c;
	color: #FFF;
}
.schedule.color4{
	background-color: #0052a5;
	border: solid 5px #0052a5;
	color: #FFF;
}
.schedule_box {
	margin-top: -90px;
	padding: 0 20px;
	text-align: center;
}
.schedule_box i {
	font-size: 48px;
	display: block;
	margin: -10px 0 -15px;
}
/* ==========================================================================
#mainCarousel 
========================================================================== */
.owl-dots button:focus, .owl-dots > .active, .owl-nav button:focus, .owl-nav > .active{
	outline: none;
	border: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    padding: 10px 0;
}
#mainCarousel .owl-nav {
	width: 100%;
	top: 35%;
	position: absolute;
}
#mainCarousel .owl-nav button {
    background-color: transparent; 
    color: #442599;
	opacity: 0.7;
	z-index: 10;
}
#mainCarousel .owl-nav button span {
    font-size: 48px;
}
#mainCarousel .owl-nav button:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	outline: none;
}
#mainCarousel .owl-nav button.owl-next {
	right: -20px;
	position: absolute;
}
#mainCarousel .owl-nav button.owl-prev {
	left: -20px;
	position: absolute;
}
#mainCarousel .owl-nav button span {
    font-size: 48px;
}
#mainCarousel .owl-dot span {
    background: #dadada;
}
#mainCarousel .owl-dot.active span, #mainCarousel .owl-dot:hover span {
    background: #442599;
}
/* ==========================================================================
.articleItem 
========================================================================== */
.articleItem {
    margin: 5px 0;
	background-color: #FFF;
    box-sizing: border-box;
}
.articleItem .pic {
    overflow: hidden;
}
.articleItem .pic img{
	cursor: pointer;
	transition: all 0.6s;
}
/* a:hover .articleItem .pic img {
	transform: scale(1.2);
} */
.articleItem .pic img:hover {
	transform: scale(1.2);
}
.articleItem .caption h2 {
	font-size: 21px;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
}
.articleItem .caption p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}
.articleItem .caption p span{
	color: #cddc39;
	text-decoration: underline;
}
/* a:hover .articleItem .caption h2 {
	color: #33b9ac;
} */
.articleItem .caption {
	padding: 0 12px 15px 12px;
	background-color: #302670;
	height: 230px;
}
.articleItem .news-list {
	display: block;
	padding: 10px 0 5px;
}
.news-list .year {
    display: block;
    font-size: 14px;
}
.news-list .mmdd {
    display: block;
    font-size: 42px;
    line-height: 1;
}
.caption .cont-box {
	flex: 1;
}
.caption .date {
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #b8b3d9;
	letter-spacing: 1px;
	font-size: 15px;
}

/* ==========================================================================
.reviewItem
========================================================================== */

.reviewItem {
    margin: 5px 0;
	box-sizing: border-box;
	height: 460px;
	position: relative;
	margin-bottom: 20px;
}
.reviewItem .pic {
	overflow: hidden;
	z-index: -1;
	position: relative;
}
.reviewItem .pic img{
	cursor: pointer;
	transition: all 0.6s;	
}
a:hover .reviewItem .pic img {
	transform: scale(1.2);
}
.reviewItem .caption {
	padding: 10px 15px 35px 15px;
	background-color: #FFF;
	/* z-index: 2; */
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	height: 275px;
	position: relative;
}

.reviewItem .caption .btn {
	position: absolute;
	right: 0;
	bottom: -5px;	
}
.reviewItem .caption .btn  {
	padding:  5px 10px;
	font-size: 15px;
	border-radius: 0;
	background-color: #442599;
	color: #fff;
}
.reviewItem .caption .btn i {
	margin-left: 5px;
	font-size: 13px;
}
.reviewItem .caption h2 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	margin: 10px 0;
	color: #442599;
	overflow: hidden;
}
.reviewItem .caption h2 b {
	display: block;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 600;
	margin-right: 10px;
	color: #442599;
	overflow: hidden;
}
.reviewItem .caption p {
	font-size: 16px;
	line-height: 1.6;
	color: #373737;
	text-align:justify;
	text-justify: distribute;
}
.reviewrap .caption p.txt-en{
	letter-spacing: .3px;
	/* font-size: 17px; */
}
a:hover .reviewItem .caption h2 b{
	color: #522fb2;
	letter-spacing: .6;
}
a:hover .reviewItem .caption .btn {
	color: #fff;
	background-color: #522fb2;
}
.reviewItem  .caption .votes{
	font-size: 16px;
	line-height: 1.4;
	color: #626262;
}
.reviewItem  .caption .votes i{
	color: #e9566e;
	margin-right: 3px;
}
.reviewItem  .caption .votes span{
	font-size: 27px;
	color: #e9566e;
	font-weight: 600;
	margin: 0 3px;
}
#edulist .reviewItem{
	height: 330px;
	
}
#edulist .reviewItem .caption {
	height: 140px;
}
.pageheader .styled-select select {
	padding: 5px 10px 5px 10px;
	margin-top: -5px;
	font-size: 16px;
	line-height: 1.4;
	color: #757575;
	float: right;
	font-weight: 500;
}
/* ==========================================================================
vote_ranking
========================================================================== */
#vote_ranking {
	background-color: #eaeaea;
}
#vote_detail .reviewItem .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;	
}
#vote_detail .reviewItem a:hover .pic img {
	transform: scale(1.2);
}
#vote_detail .reviewItem .caption, #vote_ranking .reviewItem .caption {
	height: initial;
}
#vote_detail .reviewItem a:hover .caption h2 b, #vote_ranking .reviewItem a:hover .caption h2 b{
	color: #e9566e;
}
#vote_detail .reviewItem a:hover .caption .btn, #vote_ranking .reviewItem a:hover .caption .btn{
	color: #fff;
	background-color: #f85d76;
}
#vote_detail .reviewItem .caption h2, #vote_ranking .reviewItem .caption h2 {
    height: 60px;
}
#vote_ranking .reviewItem {
	height: initial;
}
#vote_ranking .reviewItem:before {
    content: '';
    background: url(../images/top_tag.png) 0 0 no-repeat;
    display: block;
    width: 43px;
    height: 44px;
    position: absolute;
    top: -8px;
	left: 8px;
	z-index: 5;
}
#vote_ranking .reviewItem small {
    position: absolute;
    top: -5px;
    left: 20px;
    font-size: 27px;
    color: #fff;
    z-index: 6;
    font-weight: 600;
}
#vote_ranking .reviewItem small.ten {
    left: 12px;
}
#vote_ranking .owl-nav button.owl-prev {
    left: -45px;
}
#vote_ranking .owl-nav button.owl-next {
    right: -45px;
}
/* ==========================================================================
info
========================================================================== */
.second-review{
	margin-top: 30px;
}
.reviewrap{
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
}
.reviewrap .pic img{
	text-align: center;	
	border: solid 1px #ccc8ce;
}
.reviewrap .caption h3 {
	font-size: 27px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #442599;
}
.reviewrap .caption h2.review-name{
	font-size: 17px;
	letter-spacing: 0;
	margin-top: 0;
}
.reviewrap .caption h2.review-name b{
	font-size: 19px;
	margin-left:10px ;
}

.reviewrap .caption h3 i{
	margin-right: 5px;
}
.reviewrap  h2 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	margin: 10px 0 15px;
	color: #442599;
}
.reviewrap h2 b {
	font-size: 27px;
	line-height: 1.4;
	font-weight: 600;
	margin-right: 10px;
	overflow: hidden;
}
.reviewrap .caption p {
	font-size: 17px;
	line-height: 1.6;
	color: #373737;
	margin: 0px 0 25px;
}
.company-news ul{
	margin-top: 10px;
	margin-left: 35px;
}
.company-news ul li{
	list-style-type: disc;
	font-size: 17px;
	line-height: 1.6;
	color: #442599;
	margin-bottom: 5px;
}

.reviewrap .caption a{
	color: #337ab7;
	font-size: 17px;
}
.reviewrap .caption p a:hover{
	opacity: .8;
}
.eduMore ul{margin-left: 10px;}
.eduMore ul li{
	font-size: 17px;
	margin-bottom: 15px;
	transition: .3s;
	list-style: disc;
	margin-left: 15px;
  }
/* .eduMore ul li:before{
  content: "\f0da";
  padding-right: 15px;
  font-family: 'icomoon';
  font-size: 27px;
  vertical-align: middle;
  color: #0052a5;
  transition: .3s;
  float: left;
}
.eduMore ul li:hover:before{
	color: #e9566e;
  } */
.eduMore ul li a{color: #626262;}
.eduMore ul li a:hover{color: #e9566e;}
.eduMore { margin-bottom: 20px;}
.R_fb{
  display: block;
  text-align: right;
  margin-top: 15px;
}
.btn-fb {
	color: #fff;
	background-color: #3c5b9b;
}
.btn-fb:hover, .btn-fb:focus, .btn-fb:active, .btn-fb.active {
	color: #fff;
	background-color: #4467B0;
}
.btn-fb:active, .btn-fb.active {
	background-color: #4467B0;
	box-shadow: none;
}
.btn-line {
	color: #fff;
	background-color: #00c300;
	
}
.btn-line:hover, .btn-line:focus, .btn-line:active, .btn-line.active {
	color: #fff;
	background-color: #00DB00;
}
.btn-line:active, .btn-line.active {
	background-color: #00DB00;
	box-shadow: none;
}
.btn-detail {
	padding: 10px 50px;
    font-size: 20px;
    margin-bottom: 10px;
    border-radius: 32px;
    border: solid 2px #442599;
    color: #442599;
    background-color: transparent;
    transition: .3s;
	width: 25%;
}
.btn-detail:hover, .active.btn-detail {
	border: solid 2px #442599;
	background: #442599;
	color: #FFF;
}
.btn-detail i {
	margin-right: 5px;
	transition: .3s;
}
a:hover.btn-detail i {
	margin-right: 10px;
}
#review_detail {
    position: relative;
}
#review_detail .container{
	z-index: 3;
	position: relative;
}
/* #review_detail:before {
    content: '';
    background: url(../images/detail_ill01.png) no-repeat;
    background-size: contain;
    width: 300px;
    height: 469px;
    z-index: 2;
    position: absolute;
    top: 0;
	right: 0;
}
#review_detail:after {
    content: '';
    background: url(../images/detail_ill02.png) no-repeat;
    background-size: contain;
    width: 280px;
    height: 692px;
    z-index: 2;
    position: absolute;
    bottom: 15%;
    left: 0;
} */
/* ==========================================================================
info
========================================================================== */
.filter{
	margin-bottom: 35px;
}
.filter .btn {
	padding:  10px 50px;
	font-size: 20px;
	margin-bottom: 10px;
	border-radius: 32px;
	border: solid 2px #442599;
	color: #442599;
	background-color: transparent;
	transition: .3s;
}
#edulist .filter {
	margin-bottom: 10px;
}
.filterText { color: #838383;
}
#edulist .filter .btn {
	padding:  7px 25px;
	font-size: 17px;
	margin-bottom: 10px;
	border-radius: 30px;
	border: solid 2px #442599;
	color: #442599;
	transition: .3s;
}
.filter .btn:hover, .filter .btn:focus, .filter .btn:active, .filter .btn.active {
	color: #fff;
	background-color: #442599;
	outline: none;
}
.filter .btn:visited{
	background-color: transparent;
	border: solid 2px #442599;
	color: #442599;
}

#edulist .filter .btn:hover, #edulist .filter .btn:focus, #edulist .filter .btn:active, #edulist .filter .btn.active {
	color: #fff;
	background-color: #442599;
	outline: none;
}
.info_list .info_item{
	margin-top: 5px; margin-bottom: 10px;
} 
.info_list .itemfix{
	margin-bottom: 0;
}  
.info_list .info_item div{
	width: 115px;
	display: inline-block;
	vertical-align: top;
}
.info_list .info_item h3{
	font-weight: 500;
	background: #43217d;
    background: -moz-linear-gradient(135deg, #43217d 0%,#73167f 100%);
    background: -webkit-linear-gradient(135deg, #43217d 0%,#73167f 100%);
    background: linear-gradient(135deg, #43217d 0%,#73167f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43217d', endColorstr='#73167f',GradientType=1 );
	color: #fff;
	padding: 0px 15px;
	font-size: 18px;
	display: inline-block;
	padding: 3px 15px;
}
.info_list .info_item .infoBox{
	width: calc(95% - 115px);
	padding-left: 10px;
}
.infoBox p{
	margin:5px 0 10px;
}
.infoBox ol{
	padding-left: 20px;
}
.infoBox ol li{
	list-style-type: disc;
	padding: 5px 0;
	color: #838383;
}

.info_list .info_item p b{
	font-size: 20px;
	color: #442599;
}
.info_time{
	color: #442599;
	font-size: 32px;
	margin-top: 0px;
}
.info_time b{
	display: inline-block;
	position: relative;
}
.info_item p a{
	color: #3179c3;
	text-decoration: underline;
}
#vote_info .info_list .info_item h3 {
    width: 165px;
}
#vote_info .info_list .info_item .infoBox {
    width: calc(95% - 165px);
}

.info-txt-sm{
	font-size: 20px;
	margin: 0 5px;
}
/* ==========================================================================
QA contents
========================================================================== */
#qa {
    position: relative;
}
#qa:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    top: -10%;
    left: 5%;
	z-index: 2;
	background-image: url(../images/inside_ill01.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.qa-contents {
	border-radius:10px;
	background-color: #FFF;	
	margin-bottom: 25px;
}
.bg_gray .qa-contents {
	background-color: #FFF;	
}
.qa-contents h3{
	font-size: 22px;
    color: #fff;
	padding: 5px 0 3px 15px;
	border-bottom: 2px solid #442599;
	background: #43217d;
    background: -moz-linear-gradient(135deg, #43217d 0%,#73167f 100%);
    background: -webkit-linear-gradient(135deg, #43217d 0%,#73167f 100%);
    background: linear-gradient(135deg, #43217d 0%,#73167f 100%);
}
.qa-contents  p{
	font-size: 16px;
	color: #373737;
	line-height: 1.8;
	padding: 10px 8px 0px 8px;
}
.qa-contents ul.menu {
	list-style-type: none;
	padding: 0px;
}
.qa-contents ul.menu li.question{
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #dadada;
}
.qa-contents ul.menu li.question a.qu{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 1.4;
	color: #373737;
	text-decoration: none;
	padding-left: 68px;
	padding-top: 18px;
	padding-bottom: 15px;
}
.qa-contents ul.menu li.question a.qu:before{
	content:'Q：';
	position: absolute;
	left: 10px;
    top: 10px;
    z-index: 1;
    font-size: 30px;
	color: #442599;
	
}
.qa-contents ul.menu li.question:last-child {
    border: none;
}
.qa-contents ul.menu li ul {
	font-size: 17px;
	color: #838383;
	line-height: 1.6;
	padding-left: 68px;
	padding-top: 10px;
	padding-bottom: 15px;
	list-style-type: none;
	position: relative;
}
.qa-contents ul.menu li ul:before {
	content:'A：';
	position: absolute;
	left: 10px;
    top: 0;
    z-index: 1;
    font-size: 30px;
	color: #e4007f;
	
}
.qa-contents ul.menu ol {
	padding-left: 15px;
}
.qa-contents ul.menu ol li {
	list-style-type: decimal;
	padding: 5px 0;
}
.qa-contents ul.menu a {
	color: #3179c3;
	text-decoration: underline;
}
/* ==========================================================================
social-icons 
========================================================================== */
.social-icons {
	margin:5px 10px 0 ;
	float: right;
}
.social-icons ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}  
.social-icons li {
   display: inline-block;
   padding: 0 5px;
}
.social-icons li {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  /* background-color: #ffffff; */
}
.social-icons li a i{color: #FFF; font-size: 20px;line-height: 35px;}
.social-icons li:nth-child(1){border-radius: 0; color: #373737;width: inherit; font-size: 15px;height: auto;}
.social-icons li:nth-child(2){
	background-color: #442599; 
}
.social-icons li:nth-child(3){
	background-color: #442599;
}
.social-icons li:nth-child(4){
	background-color: #442599;
}



.social-icons li:hover:nth-child(1),.social-icons li:hover:nth-child(2),.social-icons li:hover:nth-child(3){
	opacity: 0.8;
	text-decoration: none;
}
/* ==========================================================================
footer
========================================================================== */
.footer{
	background-color: #FFF;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
  }
  .footer_container{
	/* text-align: center; */
	color: #373737;
	padding: 20px 5px 20px;
  }
  .footer_container dl dt, .footer_container dl dd{display: inline-block;}
  .footer_container dl dd{margin-left: 10px;}
  .footer_container dd { margin-bottom: 15px; }
  
  .footer_container ul{
	margin:10px 0 20px; 
	width: 100%;
	display: inline-block;
	text-align: center; 
  }
  .footer_container ul li{
	display: inline-block;
	width: 50px;  
	height: 50px; 
	border: 1px solid #FFF;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	margin:20px 10px;
  }
  .footer_container ul a{
	font-size: 20px;
	color: #fff;
  }
  .footer_container ul a:nth-child(2) i{
	font-size: 26px;
	line-height: 50px;
  }
  .footer_container ul li:hover{
	background-color: #cfdb00;
	border: 1px solid #cfdb00;
	color: #442599;
	transform:translateY(-0.5em);
  }
  .footer_container p{
	line-height: 1.6;
	font-size: 14px;
	margin: 0;
	color:#FFF;
  }
.footer_container .footer_txt {
	padding: 25px 0;
	text-align: center; 
}
.footer-bottom {
	/* background-color: #0737a7; */
	color:#FFF;
	font-size: 14px;
	padding-bottom: 50px;
}
.footer_container .h100 {
    height: 120px;
    float: left;
}
/* ==========================================================================
back-top
========================================================================== */
#back-top {
	position: fixed;
	bottom: 10%;
	right: 20px;
	z-index: 6;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background-color: #14126f;
}
#back-top span i {
	font-size: 24px;
	vertical-align: middle;
	line-height: 40px;
	color: #FFF;
}
#back-top a:hover span {
	opacity: .8;
}
#ordericon {
	position: fixed;
	bottom: 16%;
	right: 10px;
	z-index: 6;
}
#ordericon a {
	width: 60px;
	height: 60px;
	display: block;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #cad500;
	color: #252868;
	font-weight: bold;
	
}

#ordericon span {
	font-size:  15px;
	line-height: 1.2;
	width: 60px;
	height: 60px;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
}
/* ==========================================================================
 modal popup 
========================================================================== */
.modal {
    top: 25%;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	border-radius: 10px;
}
.modal-header {
    padding: 20px;
    border-bottom: none;
	position: relative;
}
.modal-body {
    padding: 20px;
}
.modal-header .close {
	padding: 15px 5px;
    font-size: 60px;
    font-weight: normal;
	line-height: 1px;
	position: absolute;
	top: 20px;
	right: 10px;
}
.modal-header img {
	width: 80px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.modal-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
	margin: 0;
}
.modal-body h3{
	text-align: center;
	margin-top: -15px;
	font-weight: 500;
}
.modal-body b{
	font-size: 32px;
	color: #0052a5;
	margin: 0 5px;
	font-weight: 600;
}
.modal-title {
    line-height: 1.4;
	font-size: 32px;
    text-align: center;
    max-width: 420px;
    margin: 15px auto 0 auto;
	width: 100%;
	font-weight: 600;
	color: #442599;
}
.modal-footer {
    padding: 15px;
    text-align: center;
	/* background-color: #e5e5e5; */
}
.modal-footer a {
	color:#e9566e;
}
.gameBox {
	display: inline-block;
	width: 100%;
	padding: 10px 0;

}
.gameBox .q_title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.gameBox dl {
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.gameBox dl dt {
	color: #373737;
	font-size: 22px;
	line-height: 1.4;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #442599;
	margin: 5px 0;
}
.gameBox dl dd {
	font-size: 17px;
	line-height: 1.6;
	padding: 0 0 10px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
}
.gameBox dl dd span {
	background-color: #000;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 20px;
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
	max-width: 200px;
}
.gameBox dl dd + dd {
	padding-top: 10px;
}
.gameBox dl dd:last-child {
	border: none;
}
.gameBox ol {
	margin: 0px 0 5px 20px;
}
.gameBox ol li {
	font-size: 17px;
	line-height: 1.6;
	padding: 3px 0;
	list-style-type: decimal;
}
.gameBox ol li a{
	text-decoration: underline;
}
.gameBox ol li a:hover{
	color: #fe8383;
	text-decoration: none;
	font-weight: bold;
}
.gameBox ol li i{
	color: #fe8383;
	margin-left: 10px;
}
.gameBox .btn {
	padding: 5px 10px;
	font-size: 13px;
	margin-left: 5px;
	color: #FFF;
}
/* ==========================================================================
動畫
========================================================================== */
.rotate{
	-webkit-animation: star 4s infinite;
	-o-animation: star 4s infinite;
	-moz-animation: star 4s infinite;
	animation: star 4s linear infinite;
}
@keyframes star{
	0%{transform:rotateZ(0);}
	100%{transform:rotateZ(360deg);}
}
.motion{
	animation: move 2s ease-in-out infinite ;
	-webkit-animation: move 2s ease-in-out infinite;
	-o-animation: move 2s ease-in-out infinite;
	-moz-animation: move 2s ease-in-out infinite;
}
/* @keyframes move {
	0% { 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
	50% { 
	-webkit-transform: translateY(10px);
    transform: translateY(10px);
	}
	100%{ 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
} */
.motion2{
	animation: move2 2s ease-in-out infinite ;
	-webkit-animation: move2 2s ease-in-out infinite;
	-o-animation: move2 2s ease-in-out infinite;
	-moz-animation: move2 2s ease-in-out infinite;
}
/* @keyframes move2 {
	0% { 
	-webkit-transform: translateY(0px);
    transform: translateY(10px);
	}
	50% { 
	-webkit-transform: translateY(10px);
    transform: translateY(0px);
	}
	100%{ 
	-webkit-transform: translateY(0px);
    transform: translateY(10px);
	}
} */
.cookies{
	background-color: rgba(0, 0, 0, .8);
    padding: 15px 25px 5px;
    display: block;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
}
.cookies-box{
    text-align:left;
    max-width:1150px;
    margin:auto;
}
.cookies-box p{
    color:#fff;
    width:80%;
    font-size:15px;
    line-height:24px;
    display:inline-block;
    margin-bottom:8px;
}
.cookies-box p a{
    color:#3179c3;
	font-size:16px;
	text-decoration: underline;
}
.cookies-box span{
    display:inline-block;
    width:19%;
    float:right;
    text-align:center;
}
.cookies-box span a{
    font-size:16px;
    display:inline-block;
    background-color:#3179c3;
    padding:6px 25px;
    color:#fff;
    border-radius:4px;
    transition:.3s;
}
.cookies-box span a:hover{
    text-decoration:none;
    background-color:#2669ae;
    transition:.3s;
}

/* 入選獎勵 */
.award h3{
	font-weight: 500;
    background: #43217d;
    background: -moz-linear-gradient(135deg, #43217d 0%,#73167f 100%);
    background: -webkit-linear-gradient(135deg, #43217d 0%,#73167f 100%);
    background: linear-gradient(135deg, #43217d 0%,#73167f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43217d', endColorstr='#73167f',GradientType=1 );
    color: #fff;
    padding: 0px 15px;
    font-size: 18px;
    display: inline-block;
	padding: 3px 15px;
	margin-top: 0;
	margin-bottom: 15px;
}
.award img{
	margin-bottom: 15px;
}
.award ul, .award ol{
	margin-left: 20px;
	/* margin-top: 15px; */
	margin-bottom: 30px;
}
.award ul li{
	list-style-type:decimal;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 30px;
}
.award ol li{
	list-style-type:disc;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 30px;
}
.award .award-p{
	margin-bottom: 15px;
}

.award .underline{
	font-size: 18px;
    display: inline;
    padding-bottom: 2px;
	border-bottom: 2px solid #cfdb00;
	/* color: #43217d; */
	font-weight: bold;
}
@media screen and (max-width:1440px){	
	header.insideheader:before {width: 400px; left: -130px;}
	header.insideheader:after {width: 400px; right: -100px;}
}
@media screen and (max-width:1200px){	
	/* header {height: 550px;} */
	header:before {top: -20%;left: 5%;width: 400px;height: 876px;}	
	header.insideheader:before {width: 350px;height: 401px; left: -50px;}
	header.insideheader:after {width: 350px;height: 687px; right: -50px;}
	header.insideheader:before {width: 250px;height: 286px; left: -100px;}
	header.insideheader:after {width: 250px;height: 491px; right: -100px;}
	header.insideheader .brand {margin-top: 15px;}
	.schedule.color1 .schedule_box .btn {font-size: 21px;padding: 5px 25px;}
	.reviewItem .caption {height: 320px;}
	.articleItem .caption h2 {font-size: 19px;}
	.articleItem .caption {height: 250px;}
	#schedule:after {bottom: -20%;}
	#vote_detail .reviewItem {height: 320px;}
	#schedule .container{
		width: 100%;
	}
	
}

@media screen and (max-width:991px){
	header .brand {margin-top: 12%;}
	.articleItem .caption {height: 230px;}
	.articleItem .caption h2 {font-size: 20px;padding-left: 0px;}
	.news-list .mmdd {font-size: 36px;}
	#origin:before {width: 125px;height: 128px;}
	#schedule:before {width: 120px;height: 310px; top: -100px;}
	#schedule:after {width: 100px;height: 278px;bottom: -100px;}
	header.insideheader:before {width: 250px;height: 286px; left: -100px;}
	header.insideheader:after {width: 250px;height: 491px; right: -100px;}
	#signup:before {width: 125px;height: 128px;}
	#qa:before {width: 120px;height: 333px;top: -170px;}
	h2.subtitle span {font-size: 21px;display: block;padding-left: 0;}
	h2.subtitle small {font-size: 16px;}
	.reviewItem .caption {height: 280px;}
	#vote_detail .reviewItem {height: 350px;}	
	#vote_ranking .owl-stage {margin-left: -45px;}
	
	.schedule.schedule-ontime{
		border: solid 5px #cfdb00;
	}
	header .brand {
		margin-top: 5%;
	}
	header p, header h1{
		padding: 0 15px;
	}
	header h1{
		margin-top: 10px;
	}
	.kvtxt{
		max-width: 100%;
		top:0;
		position: relative;
	}
	.kvsvg{
		width: 100%;
	}
	
}
@media screen and (max-width:768px){
	p { font-size: 18px;}
	header:before {top: 0%;width: 300px;height: 657px;}
	header .brand {margin-top: 20%;}
	header .brand img {width: 70%; margin-left: 25%;}
	header.insideheader{padding-bottom:10px;}
	header.insideheader .brand img {width: 55%;}
	header.insideheader .brand {margin-top:80px;}
	#about .essay h1 {font-size: 34px;}
	.pageheader h2 {font-size: 32px;}
	.pageheader h3 {font-size: 21px;}
	.pconly {display: none !important;}
	.mobonly {display: block !important;}
	.top_brand {position: fixed;top: 0; width: 100%;background-color: #fff;}	
	#origin .videobox {margin-bottom: 5px;}
	.caption .date:after {height: 50px;}
	.info_list .info_item .infoBox, #vote_info .info_list .info_item .infoBox{width: 100%;padding-left: 0;}
	#vote_info .info_list .info_item h3 {width: auto;}
	.cookies{padding:15px;}
    .cookies-box p{width:100%;}
    .cookies-box span{float:none;width:100%;display:block;}
	.cookies-box span a{padding:5px 25px;}
	.footer_container .footer_txt {padding-bottom: 50px;}
	.btn-detail {width: 48%; margin: 3px 5px; padding: 8px 10px;}
	.footer_container .h100 {height: 200px;}
	#vote_ranking .owl-nav button.owl-prev {left: -20px;}
	#vote_ranking .owl-nav button.owl-next {right: -20px;}
	.schedule{
		transform: scale(1);
		border-radius: 0;
		padding: 32% 0 25%;
		margin-bottom: 0px;
		z-index: 1;
	}
	
	
}
@media screen and (max-width:767px){
	.reviewItem {height: initial; margin-bottom:20px;}
	.reviewItem .caption {height: initial;}
	#edulist .reviewItem {height: initial;}
	#edulist .reviewItem .caption {height: initial;}
	#vote_detail .reviewItem .caption {height: initial;}
	#vote_detail .reviewItem {height: initial;}
	#vote_detail .reviewItem .caption h2 {height: initial;}
	.filter{margin-bottom: 0px;}
	.footer-bottom{padding-bottom: 110px;}
	#ordericon {bottom: 20%;}
	.info_time{font-size: 26px;}
	.info-txt-sm{font-size: 18px;}
	header{
		padding-bottom: 100px;
	}
	header h1{
		font-size: 30px;
		letter-spacing: 5px;
		right: 0;
	}
	header h1 i{
		margin: 0 15px;
	}
	header p{
		padding: 0 15px;
	}
	header h1{
		padding: 0 15px;
	}
	.kvtxt{
		top:0;
	}
	header:before, header:after{
		display: none;
	}
	.kvsvg{
		width: 100%;
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width:465px){
	section {padding: 30px 0;}
	header:before {width: 170px;height: 373px;top: 6%; left: 3%;}
	header .brand img {width: 73%; margin-top: 15%; margin-left: 27%;}
	header.insideheader .brand img {width: 100%; margin:0 auto;}
	header.insideheader .brand {margin-top: 60px;}
	header.insideheader:before {width: 130px;height: 149px; left: -45px; top: 60px;}
	header.insideheader:after {width: 130px;height: 255px; right: -40px; top: 20px;}
	.top_brand .logo img {width: 115px;}
	.top_brand .logo {margin-left: 20px;margin-right: -10px; margin-top: 2px;}
	.footer_container {text-align: left;}
	section h2.subtitle {font-size: 27px;margin-bottom:  5px;}
	.down_btn { bottom: 0%;}
	.social-icons {margin-top:2px; margin-right: -5px; margin-left: -10px;}
	#origin:before {width: 75px;height: 77px;}
	#schedule:before {width: 75px;height: 194px;}
	#schedule:after {width: 75px;height: 208px;}
	#signup:before {width: 75px;height: 77px;}
	#qa:before {width: 75px;height: 208px;top: -80px;}
	.btn-sign {padding: 10px 35px;font-size: 18px;margin: 5px;}
	.filter .btn {padding: 5px 12px;font-size: 19px;}
	.footer_container dl dt {width: 100%; margin: 5px 0;}
	.footer_container dl dd {width: 48%; margin-left: -5px;}
	.footer_container dl {margin-bottom: 0;}
	.schedule.color1 .schedule_box {margin-top: -110px;}

	.reviewrap .caption h3 {font-size: 24px;line-height: 1.3;}
	.R_fb .btn {padding: 3px 10px;border-radius: 3px;}
	#review_detail:before {width: 200px;height: 313px;}
	#review_detail:after {display: none;}
	.btn-detail { width: 45%; font-size: 18px;}
	.footer_container .h100 {height: initial;}
	.footer_container dd {margin-bottom: 5px;}
	.pageheader h3 span {float: left;margin: 8px 0; width: 100%;}
}	
@media screen and (max-width:375px){
	header .brand img {margin-top: 20%; }
	.filter .btn {font-size: 16px;}

	#edulist .filter .btn {padding: 5px 12px;font-size: 15px;}
	header h1{
		font-size: 28px;
	}
	header h1 i{
		margin: 0 5px;
	}
	.down_btn {
		bottom: 2%;
	}
	.kvsvg{
		margin-bottom: 10px;
		margin-top: 0px;
	}
	
}
@media screen and (max-width:320px){
	.top_brand .logo img{width: 100px;}
	
	header.insideheader:before {left: -70px; top: 60px;}
	header.insideheader:after {right: -70px; top: 20px;}
	header.insideheader .brand {margin-top: 60px;}
	.pageheader h2 {font-size: 30px;}
	.articleItem .caption {height: 210px;}
	.news-list .mmdd { font-size: 30px;}
	.articleItem .caption h2 {font-size: 19px;padding-left: 70px}
	.btn-sign {width: 100%;margin: 5px 0;}
	.filter .btn {padding: 4px 7px;font-size: 14px;}
	#edulist .filter .btn {padding: 4px 8px;font-size: 13px;}
	.social-icons li {width: 30px;height: 30px;}
	.social-icons li a i {font-size: 18px;}

	.footer_container .footer_txt {padding-bottom: 130px;}
	#vote_ranking .owl-stage {margin-left: 0;}
}
.gj-button{background-color:#f5f5f5;border:1px solid #ddd;color:#000;border-radius:3px;padding:6px 10px;cursor:pointer}.gj-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gj-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.gj-margin-left-5{margin-left:5px}.gj-margin-left-10{margin-left:10px}.gj-width-full{width:100%}.gj-cursor-pointer{cursor:pointer}.gj-text-align-center{text-align:center}.gj-font-size-16{font-size:16px}.gj-hidden{display:none}.gj-button-md{background:0 0;border:none;border-radius:2px;color:rgba(0,0,0,.87);position:relative;height:36px;margin:0;min-width:64px;padding:0 16px;display:inline-block;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:0;overflow:hidden;will-change:box-shadow;transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);outline:0;cursor:pointer;text-decoration:none;text-align:center;line-height:36px;vertical-align:middle;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gj-button-md:hover{background-color:rgba(158,158,158,.2)}.gj-button-md:disabled{color:rgba(0,0,0,.26);background:0 0}.gj-button-md .gj-icon,.gj-button-md .material-icons{vertical-align:middle}.gj-button-md.gj-button-md-icon{width:24px;height:31px;min-width:24px;padding:0;display:table}.gj-button-md.gj-button-md-icon .gj-icon,.gj-button-md.gj-button-md-icon .material-icons{display:table-cell;margin-right:0;width:24px;height:24px}.gj-button-md.active{background-color:rgba(158,158,158,.4)}.gj-button-md-group{position:relative;display:inline-block;vertical-align:middle}.gj-textbox-md{border:none;border-bottom:1px solid rgba(0,0,0,.42);display:block;font-family:Helvetica,Arial,sans-serif;font-size:16px;line-height:16px;padding:4px 0;margin:0;width:100%;background:0 0;text-align:left;color:rgba(0,0,0,.87)}.gj-textbox-md:active,.gj-textbox-md:focus{border-bottom:2px solid rgba(0,0,0,.42);outline:0}.gj-textbox-md::placeholder{color:#8e8e8e}.gj-textbox-md:-ms-input-placeholder{color:#8e8e8e}.gj-textbox-md::-ms-input-placeholder{color:#8e8e8e}.gj-md-spacer-24{min-width:24px;width:24px;display:inline-block}.gj-md-spacer-32{min-width:32px;width:32px;display:inline-block}.gj-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1203;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;background-color:rgba(0,0,0,.54118);transition:.2s ease opacity;will-change:opacity}ul.gj-list li [data-role=wrapper]{display:table;width:100%}ul.gj-list li [data-role=checkbox]{display:table-cell;vertical-align:middle;text-align:center}ul.gj-list li [data-role=image]{display:table-cell;vertical-align:middle;text-align:center}ul.gj-list li [data-role=display]{display:table-cell;vertical-align:middle;cursor:pointer}ul.gj-list li [data-role=display]:empty:before{content:"\200b"}ul.gj-list-bootstrap{padding-left:0;margin-bottom:0}ul.gj-list-bootstrap li{padding:0}ul.gj-list-bootstrap li [data-role=wrapper]{padding:0 10px}ul.gj-list-bootstrap li [data-role=checkbox]{width:24px;padding:3px}ul.gj-list-bootstrap li [data-role=image]{width:24px;height:24px}ul.gj-list-bootstrap li [data-role=display]{padding:8px 0 8px 4px}.list-group-item.active ul li,.list-group-item.active:focus ul li,.list-group-item.active:hover ul li{text-shadow:none;color:initial}ul.gj-list-md{padding:0;list-style:none;list-style-type:none;line-height:24px;letter-spacing:0;color:#616161}ul.gj-list-md li{display:list-item;list-style-type:none;padding:0;min-height:unset;box-sizing:border-box;align-items:center;cursor:default;overflow:hidden;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}ul.gj-list-md li [data-role=checkbox]{height:24px;width:24px}ul.gj-list-md li [data-role=image]{height:24px;width:24px}ul.gj-list-md li [data-role=display]{padding:8px 0 8px 5px;order:0;flex-grow:2;text-decoration:none;box-sizing:border-box;align-items:center;text-align:left;color:rgba(0,0,0,.87)}ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=display]{color:#9e9e9e}.gj-list-md-active{background:#e0e0e0;color:#3f51b5}.gj-picker{position:absolute;z-index:1203;background-color:#fff}.gj-picker .selected{color:#fff}.gj-picker-md{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1;color:rgba(0,0,0,.87);border:1px solid #e0e0e0}.gj-modal .gj-picker-md{border:0}.gj-picker-md [role=header]{color:rgba(255,255,255,.54);display:flex;background:#2196f3;align-items:baseline;user-select:none;justify-content:center}.gj-picker-md [role=footer]{float:right;padding:10px}.gj-picker-md [role=footer] button.gj-button-md{color:#2196f3;font-weight:700;font-size:13px}.gj-picker-bootstrap{border-radius:4px;border:1px solid #e0e0e0}.gj-picker-bootstrap .selected{color:#888}.gj-picker-bootstrap [role=header]{background:#eee;color:#aaa}@font-face{font-family:gijgo-material;src:url(fonts/gijgo-materialba15.eot?235541);src:url(fonts/gijgo-materialba15.eot?235541#iefix) format("embedded-opentype"),url(fonts/gijgo-materialba15.ttf?235541) format("truetype"),url(fonts/gijgo-materialba15.woff?235541) format("woff"),url(fonts/gijgo-materialba15.svg?235541#gijgo-material) format("svg");font-weight:400;font-style:normal}.gj-icon{font-family:gijgo-material!important;font-size:24px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gj-icon.undo:before{content:"\e900"}.gj-icon.vertical-align-top:before{content:"\e901"}.gj-icon.vertical-align-center:before{content:"\e902"}.gj-icon.vertical-align-bottom:before{content:"\e903"}.gj-icon.arrow-dropup:before{content:"\e904"}.gj-icon.clock:before{content:"\e905"}.gj-icon.refresh:before{content:"\e906"}.gj-icon.last-page:before{content:"\e907"}.gj-icon.first-page:before{content:"\e908"}.gj-icon.cancel:before{content:"\e909"}.gj-icon.clear:before{content:"\e90a"}.gj-icon.check-circle:before{content:"\e90b"}.gj-icon.delete:before{content:"\e90c"}.gj-icon.arrow-upward:before{content:"\e90d"}.gj-icon.arrow-forward:before{content:"\e90e"}.gj-icon.arrow-downward:before{content:"\e90f"}.gj-icon.arrow-back:before{content:"\e910"}.gj-icon.list-numbered:before{content:"\e911"}.gj-icon.list-bulleted:before{content:"\e912"}.gj-icon.indent-increase:before{content:"\e913"}.gj-icon.indent-decrease:before{content:"\e914"}.gj-icon.redo:before{content:"\e915"}.gj-icon.align-right:before{content:"\e916"}.gj-icon.align-left:before{content:"\e917"}.gj-icon.align-justify:before{content:"\e918"}.gj-icon.align-center:before{content:"\e919"}.gj-icon.strikethrough:before{content:"\e91a"}.gj-icon.italic:before{content:"\e91b"}.gj-icon.underlined:before{content:"\e91c"}.gj-icon.bold:before{content:"\e91d"}.gj-icon.arrow-dropdown:before{content:"\e91e"}.gj-icon.done:before{content:"\e91f"}.gj-icon.pencil:before{content:"\e920"}.gj-icon.minus:before{content:"\e921"}.gj-icon.plus:before{content:"\e922"}.gj-icon.chevron-up:before{content:"\e923"}.gj-icon.chevron-right:before{content:"\e924"}.gj-icon.chevron-down:before{content:"\e925"}.gj-icon.chevron-left:before{content:"\e926"}.gj-icon.event:before{content:"\e927"}.gj-draggable{cursor:move}.gj-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none;z-index:1203}.gj-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.gj-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.gj-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.gj-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.gj-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.gj-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.gj-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.gj-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.gj-dialog-footer{position:absolute;bottom:0;width:100%;margin-top:0}.gj-dialog-scrollable [data-role=body]{overflow-x:hidden;overflow-y:scroll}.gj-dialog-bootstrap{overflow:hidden;z-index:1202}.gj-dialog-bootstrap [data-role=title]{display:inline}.gj-dialog-bootstrap [data-role=close]{line-height:1.42857143}.gj-dialog-bootstrap4{overflow:hidden;z-index:1202}.gj-dialog-bootstrap4 [data-role=title]{display:inline}.gj-dialog-bootstrap4 [data-role=close]{line-height:1.5}.gj-dialog-md{background-color:#fff;overflow:hidden;border:none;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);box-sizing:border-box;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-background-clip:padding-box;background-clip:padding-box;outline:0;z-index:1202}.gj-dialog-md-header{padding:24px 24px 0 24px;font-family:Roboto,Helvetica,Arial,sans-serif}.gj-dialog-md-title{margin:0;font-weight:400;display:inline;line-height:28px;font-size:20px}.gj-dialog-md-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0;float:right;line-height:28px;font-size:28px}.gj-dialog-md-body{padding:20px 24px 24px 24px;color:rgba(0,0,0,.54);font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px}.gj-dialog-md-footer{padding:8px 8px 8px 24px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.gj-dialog-md-footer>:first-child{margin-right:0}.gj-dialog-md-footer>*{margin-right:8px;height:36px}div.gj-grid-wrapper{margin:auto;position:relative;clear:both;z-index:1}table.gj-grid{margin:auto;border-collapse:collapse;width:100%;table-layout:fixed}table.gj-grid thead th [data-role=selectAll]{margin:auto}table.gj-grid thead th [data-role=title]{display:inline-block}table.gj-grid thead th [data-role=sorticon]{display:inline-block}table.gj-grid thead th{overflow:hidden;text-overflow:ellipsis}table.gj-grid.autogrow-header-row thead th{overflow:auto;text-overflow:initial;white-space:pre-wrap;-ms-word-break:break-word;word-break:break-word}table.gj-grid>tbody>tr>td{overflow:hidden;position:relative}table.gj-grid tbody div[data-role=display]{vertical-align:middle;text-indent:0;white-space:pre-wrap;-ms-word-break:break-word;word-break:break-word}table.gj-grid.fixed-body-rows tbody div[data-role=display]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-ms-word-break:initial;word-break:initial}table.gj-grid tfoot div[data-role=display]{vertical-align:middle;text-indent:0;display:flex}table.gj-grid .fa{padding:2px}table.gj-grid>tbody>tr>td>div{padding:2px;overflow:hidden}div.gj-grid-wrapper div.gj-grid-loading-cover{background:#bbb;opacity:.5;position:absolute;vertical-align:middle}div.gj-grid-wrapper div.gj-grid-loading-text{position:absolute;font-weight:700}table.gj-grid-bootstrap thead th{background-color:#f5f5f5;vertical-align:middle}table.gj-grid-bootstrap thead th [data-role=sorticon]{margin-left:5px}table.gj-grid-bootstrap thead th [data-role=sorticon] i.gj-icon,table.gj-grid-bootstrap thead th [data-role=sorticon] i.material-icons{position:absolute;font-size:20px;top:15px}table.gj-grid-bootstrap tbody tr td div[data-role=display]{padding:0}.gj-grid-bootstrap-4 .gj-checkbox-bootstrap{display:inline-block;padding-top:2px}.gj-grid-bootstrap-4 tbody tr.active{background-color:rgba(0,0,0,.075)}.gj-grid-md{position:relative;border:1px solid #e0e0e0;border-collapse:collapse;white-space:nowrap;font-size:13px;font-family:Roboto,Helvetica,Arial,sans-serif;background-color:#fff}.gj-grid-md td:first-of-type,.gj-grid-md th:first-of-type{padding-left:24px}.gj-grid-md th{position:relative;vertical-align:bottom;font-weight:700;line-height:31px;letter-spacing:0;height:56px;font-size:12px;color:rgba(0,0,0,.54);padding-bottom:8px;box-sizing:border-box;padding:12px 18px;text-align:right}.gj-grid-md td{position:relative;height:48px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:12px 18px;box-sizing:border-box;text-align:left;color:rgba(0,0,0,.87)}.gj-grid-md tbody tr{position:relative;height:48px;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:background-color}.gj-grid-md tbody tr:hover{background-color:#eee}.gj-grid-md tbody tr.gj-grid-md-select{background-color:#f5f5f5}table.gj-grid-md thead th [data-role=sorticon]{margin-left:5px}table.gj-grid-md thead th [data-role=sorticon] i.gj-icon,table.gj-grid-md thead th [data-role=sorticon] i.material-icons{position:absolute;font-size:16px;top:19px}table.gj-grid-md thead th.gj-grid-select-all{padding-bottom:3px}@media only all{td.display-1120,td.display-320,td.display-480,td.display-640,td.display-800,td.display-960,th.display-1120,th.display-320,th.display-480,th.display-640,th.display-800,th.display-960{display:none}}@media screen and (min-width:20em){table.gj-grid-bootstrap td.display-320,table.gj-grid-bootstrap th.display-320{display:table-cell}}@media screen and (min-width:30em){table.gj-grid-bootstrap td.display-480,table.gj-grid-bootstrap th.display-480{display:table-cell}}@media screen and (min-width:40em){table.gj-grid-bootstrap td.display-640,table.gj-grid-bootstrap th.display-640{display:table-cell}}@media screen and (min-width:50em){table.gj-grid-bootstrap td.display-800,table.gj-grid-bootstrap th.display-800{display:table-cell}}@media screen and (min-width:60em){table.gj-grid-bootstrap td.display-960,table.gj-grid-bootstrap th.display-960{display:table-cell}}@media screen and (min-width:70em){table.gj-grid-bootstrap td.display-1120,table.gj-grid-bootstrap th.display-1120{display:table-cell}}.gj-grid-md tfoot tr th{padding-right:14px}.gj-grid-md tfoot tr[data-role=pager] .gj-grid-mdl-pager-label{padding-left:5px;padding-right:5px}.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md{margin-left:12px}.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter]{font-size:12px;font-weight:700;color:rgba(0,0,0,.54)}.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] [role=display]{text-align:right}.gj-grid-md tfoot tr[data-role=pager] .gj-grid-md-limit-select{margin-left:10px;font-size:12px;font-weight:700;color:rgba(0,0,0,.54)}.gj-grid-bootstrap tfoot tr[data-role=pager] th{line-height:30px;background-color:#f5f5f5}.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>div{margin-right:5px}.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>button{margin-right:5px}.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div button{height:34px}.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th div .gj-dropdown-bootstrap-4 .gj-dropdown-expander-mi .gj-icon{top:5px}.gj-grid-bootstrap-3 tfoot tr[data-role=pager] th>div>input{margin-right:5px;width:40px;text-align:right;display:inline-block;font-weight:700}.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group{width:40px}.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group input{text-align:right;font-weight:700;height:34px;padding-top:2px;padding-bottom:6px}.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>select{display:inline-block;margin-right:5px;width:60px}.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap .gj-list-bootstrap [data-role=display]{line-height:14px}.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap [role=presenter] [role=display]{font-weight:700}.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-3 [role=presenter]{padding:2px 8px}.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-4 [role=presenter]{padding:1px 8px}.gj-grid thead tr th div.gj-grid-column-resizer-wrapper{position:relative;width:100%;height:0;top:0;left:0;padding:0}span.gj-grid-column-resizer{position:absolute;right:0;width:10px;top:-100px;height:300px;z-index:1203;cursor:e-resize}.gj-grid-resize-cursor{cursor:e-resize}.gj-grid-md tbody tr.gj-grid-top-border td{border-top:2px solid #777}.gj-grid-md tbody tr.gj-grid-bottom-border td{border-bottom:2px solid #777}.gj-grid-bootstrap tbody tr.gj-grid-top-border td{border-top:2px solid #777}.gj-grid-bootstrap tbody tr.gj-grid-bottom-border td{border-bottom:2px solid #777}.gj-grid-md tbody tr td.gj-grid-left-border,.gj-grid-md thead tr th.gj-grid-left-border{border-left:3px solid #777}.gj-grid-md tbody tr td.gj-grid-right-border,.gj-grid-md thead tr th.gj-grid-right-border{border-right:3px solid #777}.gj-grid-bootstrap tbody tr td.gj-grid-left-border,.gj-grid-bootstrap thead tr th.gj-grid-left-border{border-left:5px solid #ddd}.gj-grid-bootstrap tbody tr td.gj-grid-right-border,.gj-grid-bootstrap thead tr th.gj-grid-right-border{border-right:5px solid #ddd}.gj-dirty{position:absolute;top:0;left:0;border-style:solid;border-width:3px;border-color:red transparent transparent red;padding:0;overflow:hidden;vertical-align:top}.gj-grid-md tbody tr td.gj-grid-management-column{padding:3px}.gj-grid-md tbody tr td[data-mode=edit]{padding:0 18px}.gj-grid-md tbody .gj-dropdown-md [role=presenter] [role=display]{padding:0}.gj-grid-bootstrap tbody tr td[data-mode=edit]{padding:0}.gj-grid-bootstrap tbody tr td[data-mode=edit] [data-role=edit]{padding:0}.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column{padding:3px}.gj-grid-bootstrap-3 tbody tr td[data-mode=edit]{height:38px}.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] [data-role=edit] input[type=text]{height:37px;padding:8px}.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter]{border:0;border-radius:0;height:37px;padding-left:8px}.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap{height:37px}.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input]{height:37px;border:0;border-radius:0}.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon]{border:0;border-radius:0}.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap{display:inline-block;padding-top:10px;height:32px}.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column{padding:6px}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] [data-role=edit] input[type=text]{height:48px;padding-left:12px}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter]{border:0;border-radius:0;height:48px;padding-left:12px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .gj-icon,.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .material-icons{top:13px}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap{height:48px}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input]{height:48px;border:0;border-radius:0}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon]{background-color:#fff}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] button{border:0;border-radius:0;width:43px;position:relative}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .gj-icon,.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .material-icons{top:13px;left:10px;font-size:24px}.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap{display:inline-block;padding-top:15px;height:42px}.gj-grid-md thead tr[data-role=filter] th{border-top:1px solid #e0e0e0}div.gj-grid-wrapper div.gj-grid-bootstrap-toolbar{background-color:#f5f5f5;padding:8px;font-weight:700;border:1px solid #ddd}div.gj-grid-wrapper div.gj-grid-bootstrap-4-toolbar{background-color:#f5f5f5;padding:12px;font-weight:700;border:1px solid #ddd}div.gj-grid-wrapper div.gj-grid-md-toolbar{font-weight:700;font-size:24px;font-family:Helvetica,Arial,sans-serif;background-color:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:0;border-collapse:collapse;padding:0 18px 0 18px;line-height:56px}table.gj-grid-scrollable tbody{overflow-y:auto;overflow-x:hidden;display:block}table.gj-grid-md.gj-grid-scrollable{border-bottom:0}table.gj-grid-md.gj-grid-scrollable tbody{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}table.gj-grid-md.gj-grid-scrollable tfoot{border-bottom:1px solid #e0e0e0}table.gj-grid-bootstrap.gj-grid-scrollable{border-bottom:0}table.gj-grid-bootstrap.gj-grid-scrollable tbody{border-right:1px solid #ddd;border-bottom:1px solid #ddd}table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row]:first-child td{border-top:0}table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:first-child{border-left:0}table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:last-child{border-right:0}table.gj-grid-bootstrap.gj-grid-scrollable tfoot{border-bottom:1px solid #ddd}ul.gj-list li [data-role=spacer]{display:table-cell}ul.gj-list li [data-role=expander]{display:table-cell;vertical-align:middle;text-align:center;cursor:pointer}[data-type=tree] ul li [data-role=expander].gj-tree-material-icons-expander{width:24px}[data-type=tree] ul li [data-role=expander].gj-tree-font-awesome-expander{width:24px}[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander{width:24px}[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander .glyphicon{top:4px;height:24px}.gj-tree-bootstrap-3 ul.gj-list-bootstrap li{border:0;border-radius:0;color:#333}.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active{color:#fff}.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled{color:#777;background-color:#eee}.gj-tree-bootstrap-4 ul.gj-list-bootstrap li{border:0;border-radius:0;color:#212529}.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active{color:#fff}.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled{color:#868e96}.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap{width:100%}.gj-tree-bootstrap-border ul.gj-list-bootstrap li{border:1px solid #ddd}.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li{border-left:0;border-right:0}.gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child{border-top-left-radius:0;border-top-right-radius:0}.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander{padding-top:8px;padding-bottom:4px}ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander .gj-icon{width:24px;height:24px}ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=expander]{color:#9e9e9e}.gj-tree-md-border ul.gj-list-md li{border:1px solid #616161;margin-bottom:-1px}.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li{border-left:0;border-right:0}.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child{border-bottom:0}.gj-tree-drop-above{border-top:1px solid #000}.gj-tree-drop-below{border-bottom:1px solid #000}.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-above{border-top:2px solid #000}.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-below{border-bottom:2px solid #000}.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-above{border-top:2px solid #000}.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-below{border-bottom:2px solid #000}.gj-tree-drag-el{padding:0;margin:0;z-index:1203}.gj-tree-drag-el li{padding:0;margin:0}.gj-tree-drag-el [data-role=wrapper]{cursor:move;display:table}.gj-tree-drag-el [data-role=indicator]{width:14px;padding:0 3px;display:table-cell;vertical-align:middle;text-align:center}.gj-tree-bootstrap-drag-el li.list-group-item{border:0;background:unset}.gj-tree-bootstrap-drag-el [data-role=indicator]{width:24px;height:24px;padding:0}.gj-tree-md-drag-el [data-role=indicator]{width:24px;height:24px;padding:0}.gj-checkbox-bootstrap{min-width:0;font-size:0;font-weight:400;margin:0;text-align:center;width:18px;height:18px;position:relative;display:inline}.gj-checkbox-bootstrap input[type=checkbox]{display:none;margin-bottom:-12px}.gj-checkbox-bootstrap span{background:#fff;display:block;content:" ";width:18px;height:18px;line-height:11px;font-size:11px;padding:2px;color:#555;border:1px solid #ccc;border-radius:3px;transition:box-shadow .2s linear,border-color .2s linear;cursor:pointer;margin:auto}.gj-checkbox-bootstrap input[type=checkbox]:focus+span:before{outline:0;box-shadow:0 0 0 0 #66afe9,0 0 6px rgba(102,175,233,.6);border-color:#66afe9}.gj-checkbox-bootstrap input[type=checkbox][disabled]+span{opacity:.6;cursor:not-allowed}.gj-checkbox-bootstrap.gj-checkbox-bootstrap-4 span{line-height:16px;padding:0}.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:checked+span:after{font-size:16px}.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after{font-size:16px}.gj-checkbox-md{min-width:0;font-size:0;font-weight:400;margin:0;text-align:center;width:16px;height:16px;position:relative}.gj-checkbox-md input[type=checkbox]{display:none;margin-bottom:-12px}.gj-checkbox-md span{display:inline-block;box-sizing:border-box;width:16px;height:16px;margin:0;cursor:pointer;overflow:hidden;border:2px solid #616161;border-radius:2px;z-index:2}.gj-checkbox-md input[type=checkbox]:checked+span{border:2px solid #536dfe}.gj-checkbox-md input[type=checkbox]:checked+span:after{color:#fff;background-color:#536dfe;position:absolute;left:1px;top:-15px}.gj-checkbox-md input[type=checkbox]:indeterminate+span{border:2px solid #616161}.gj-checkbox-md input[type=checkbox]:indeterminate+span:after{color:#616161;position:absolute;left:1px;top:-15px}.gj-checkbox-md input[type=checkbox][disabled]+span{border:2px solid #9e9e9e}.gj-checkbox-md input[type=checkbox][disabled]+span:after{background-color:#9e9e9e}.gj-checkbox-md input[type=checkbox][disabled]:indeterminate+span:after{color:#fff}.gj-checkbox-material-icons input[type=checkbox]:checked+span:after{content:"\e91f";font-size:14px;font-weight:700;white-space:pre}.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after{content:"\e921";font-size:14px;font-weight:700;white-space:pre}.gj-checkbox-glyphicons input[type=checkbox]:checked+span:after{display:inline-block;font-family:"Glyphicons Halflings";content:"\e013 "}.gj-checkbox-glyphicons input[type=checkbox]:indeterminate+span:after{display:inline-block;font-family:"Glyphicons Halflings";content:"\2212 ";padding-right:1px}.gj-checkbox-fontawesome .fa{font-size:14px}.gj-checkbox-bootstrap.gj-checkbox-fontawesome .fa{line-height:18px}.gj-checkbox-fontawesome input[type=checkbox]:checked+span:before{content:"\f00c "}.gj-checkbox-fontawesome input[type=checkbox]:indeterminate+span:before{content:"\f068 "}.gj-editor [role=body]{overflow:auto;outline:0 solid transparent;box-sizing:border-box}.gj-editor-md{padding:7px;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:0;border:1px solid rgba(158,158,158,.2)}.gj-editor-md [role=toolbar]{margin-bottom:7px}.gj-editor-md [role=toolbar] .gj-button-md{min-width:54px;margin-right:5px}.gj-editor-md [role=toolbar] .gj-button-md .gj-icon{width:24px;height:24px}.gj-editor-md [role=body]{border:1px solid rgba(158,158,158,.2)}.gj-editor-md p{margin:0;padding:0}.gj-editor-md blockquote{font-size:14px}.gj-editor-bootstrap{padding:7px;border:1px solid #eceeef}.gj-editor-bootstrap [role=toolbar]{margin-bottom:7px}.gj-editor-bootstrap [role=toolbar] .btn-group{margin-right:10px}.gj-editor-bootstrap [role=toolbar] button{height:36px}.gj-editor-bootstrap [role=body]{border:1px solid #eceeef}.gj-editor-bootstrap p{margin:0;padding:0}.gj-editor-bootstrap blockquote{font-size:14px}.gj-dropdown{position:relative;border-collapse:separate}.gj-dropdown [role=presenter]{display:table;cursor:pointer;outline:0;position:relative}.gj-dropdown [role=presenter] [role=display]{display:table-cell;text-align:left;width:100%}.gj-dropdown [role=presenter] [role=expander]{display:table-cell;vertical-align:middle;text-align:center;width:24px;height:24px}.gj-dropdown-md [role=presenter]{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1;color:rgba(0,0,0,.87);padding:0;border:0;border-bottom:1px solid rgba(0,0,0,.42);background:0 0}.gj-dropdown-md [role=presenter]:active,.gj-dropdown-md [role=presenter]:focus{border-bottom:2px solid rgba(0,0,0,.42)}.gj-dropdown-md [role=presenter] [role=display]{padding:4px 0;line-height:18px}.gj-dropdown-md [role=presenter] [role=display] .placeholder{color:#8e8e8e}.gj-dropdown-list-md{position:absolute;top:0;left:0;background-color:#f5f5f5;color:#000;margin:0;z-index:1203}.gj-dropdown-list-md li.active,.gj-dropdown-list-md li:hover{background-color:#eee}.gj-dropdown-bootstrap [role=presenter] [role=display]{padding-right:5px}.gj-dropdown-bootstrap [role=presenter] [role=expander]{padding-left:5px}.gj-dropdown-bootstrap [role=presenter] [role=expander].gj-dropdown-expander-mi{width:24px}.gj-dropdown-bootstrap-3 [role=presenter] [role=display]{line-height:20px}.gj-dropdown-bootstrap-3 [role=presenter] [role=display] .placeholder{color:#9999b3}.gj-dropdown-bootstrap-3 [role=presenter] [role=expander]{width:20px;height:20px}.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons{top:5px;right:10px;position:absolute}.gj-dropdown-bootstrap-4 [role=presenter]{border:1px solid #ced4da}.gj-dropdown-bootstrap-4 [role=presenter] [role=display]{line-height:24px}.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons{top:7px;right:10px;position:absolute}.gj-dropdown-list-bootstrap{position:absolute;top:32px;left:0;margin:0;z-index:1203}.gj-datepicker [role=input]::-ms-clear{display:none}.gj-datepicker [role=right-icon]{cursor:pointer}.gj-picker div[role=navigator]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.gj-picker div[role=navigator] div{cursor:pointer;position:relative;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.gj-picker div[role=navigator] div[role=period]{width:100%;text-align:center}.gj-datepicker-md{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1;color:rgba(0,0,0,.87);position:relative}.gj-datepicker-md [role=right-icon]{position:absolute;right:0;top:0;font-size:24px}.gj-datepicker-md.small .gj-textbox-md{font-size:14px}.gj-datepicker-md.small .gj-icon{font-size:22px}.gj-datepicker-md.large .gj-textbox-md{font-size:18px}.gj-datepicker-md.large .gj-icon{font-size:28px}.gj-picker-md.datepicker [role=header]{padding:20px 20px;display:block}.gj-picker-md.datepicker [role=header] [role=year]{font-size:17px;padding-bottom:5px;cursor:pointer}.gj-picker-md.datepicker [role=header] [role=date]{font-size:36px;cursor:pointer}.gj-picker-md div[role=navigator]{height:42px;line-height:42px}.gj-picker div[role=navigator] div[role=period]{font-weight:700;font-size:15px}.gj-picker-md div[role=navigator] div:first-child{max-width:42px}.gj-picker-md div[role=navigator] div:last-child{max-width:42px}.gj-picker-md div[role=navigator] div i.gj-icon,.gj-picker-md div[role=navigator] div i.material-icons{position:absolute;top:8px}.gj-picker-md div[role=navigator] div:first-child i.gj-icon,.gj-picker-md div[role=navigator] div:first-child i.material-icons{left:10px}.gj-picker-md div[role=navigator] div:last-child i.gj-icon,.gj-picker-md div[role=navigator] div:last-child i.material-icons{right:11px}.gj-picker-md table thead{color:#9e9e9e}.gj-picker-md table tr td div,.gj-picker-md table tr th div{display:block;width:40px;height:40px;line-height:40px;font-size:13px;text-align:center;vertical-align:middle}[type=century].gj-picker-md table tr td div,[type=decade].gj-picker-md table tr td div,[type=year].gj-picker-md table tr td div{width:73px;height:73px;line-height:73px;cursor:pointer}.gj-picker-md table tr td.gj-cursor-pointer div:hover{background:#eee;border-radius:50%;color:rgba(0,0,0,.87)}.gj-picker-md table tr td.disabled div,.gj-picker-md table tr td.other-month div{color:#bdbdbd}.gj-picker-md table tr td.focused div{background:#e0e0e0;border-radius:50%}.gj-picker-md table tr td.today div{color:#1976d2}.gj-picker-md table tr td.selected.gj-cursor-pointer div{color:#fff;background:#1976d2;border-radius:50%}.gj-picker-md table tr td.calendar-week div{font-weight:700}.gj-datepicker-bootstrap :active,.gj-datepicker-bootstrap :focus{box-shadow:none}.gj-picker-bootstrap{border:1px solid rgba(0,0,0,.15);border-radius:4px;padding:4px}.gj-modal .gj-picker-bootstrap{padding:0}.gj-picker-bootstrap.datepicker [role=header]{padding:10px 20px;display:block}.gj-picker-bootstrap.datepicker [role=header] [role=year]{font-size:15px;cursor:pointer}.gj-picker-bootstrap [role=header] [role=date]{font-size:24px;cursor:pointer}.gj-modal .gj-picker-bootstrap.datepicker [role=body]{padding:15px}.gj-picker-bootstrap div[role=navigator]{height:30px;line-height:30px;text-align:center}.gj-picker-bootstrap div[role=navigator] div:first-child{max-width:30px}.gj-picker-bootstrap div[role=navigator] div:last-child{max-width:30px}.gj-picker-bootstrap table tr td div,.gj-picker-bootstrap table tr th div{display:block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle}[type=century].gj-picker-bootstrap table tr td div,[type=decade].gj-picker-bootstrap table tr td div,[type=year].gj-picker-bootstrap table tr td div{width:53px;height:53px;line-height:53px;cursor:pointer}.gj-picker-bootstrap table tr th div i,.gj-picker-bootstrap table tr th div span{line-height:30px}.gj-picker-bootstrap div[role=navigator] .gj-icon,.gj-picker-bootstrap div[role=navigator] .material-icons{margin:3px}.gj-picker-bootstrap table tr td.focused div,.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover{background:#eee;border-radius:4px;color:#212529}.gj-picker-bootstrap table tr td.today div{color:#204d74;font-weight:700}.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{color:#fff;background-color:#204d74;border-color:#122b40;border-radius:4px}.gj-picker-bootstrap table tr td.disabled div,.gj-picker-bootstrap table tr td.other-month div{color:#777}.gj-datepicker-bootstrap span[role=right-icon].input-group-addon{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-left:0;position:relative}.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .gj-icon,.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .material-icons{position:absolute;top:7px;left:7px}.gj-datepicker-bootstrap [role=right-icon] button{width:38px;position:relative;border:1px solid #ced4da}.gj-datepicker-bootstrap [role=right-icon] button:hover{color:#6c757d;background-color:transparent}.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button{width:30px}.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button{width:48px}.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,.gj-datepicker-bootstrap [role=right-icon] button .material-icons{position:absolute;font-size:21px;top:9px;left:9px}.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons{top:6px;left:6px;font-size:19px}.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons{font-size:27px;top:10px;left:10px}.gj-timepicker [role=input]::-ms-clear{display:none}.gj-timepicker [role=right-icon]{cursor:pointer}.gj-picker.timepicker [role=header]{font-size:58px;padding:20px 0;line-height:58px;display:flex;align-items:baseline;user-select:none;justify-content:center}.gj-picker.timepicker [role=header] div{cursor:pointer;width:66px;text-align:right}.gj-picker [role=header] [role=mode]{position:relative;width:0}.gj-picker [role=header] [role=mode] span{position:absolute;left:7px;line-height:18px;font-size:18px}.gj-picker [role=header] [role=mode] span[role=am]{top:7px}.gj-picker [role=header] [role=mode] span[role=pm]{bottom:7px}.gj-picker [role=body] [role=dial]{width:256px;color:rgba(0,0,0,.87);height:256px;position:relative;background:#eee;border-radius:50%;margin:10px}.gj-picker [role=body] [role=hour]{top:calc(50% - 16px);left:calc(50% - 16px);width:32px;height:32px;cursor:pointer;position:absolute;font-size:14px;text-align:center;line-height:32px;user-select:none;pointer-events:none}.gj-picker [role=body] [role=hour].selected{color:rgba(255,255,255,1)}.gj-picker [role=body] [role=arrow]{top:calc(50% - 1px);left:50%;width:calc(50% - 20px);height:2px;position:absolute;pointer-events:none;transform-origin:left center;transition:all 250ms cubic-bezier(.4,0,.2,1);width:calc(50% - 52px)}.gj-picker .arrow-begin{top:-3px;left:-4px;width:8px;height:8px;position:absolute;border-radius:50%}.gj-picker .arrow-end{top:-15px;right:-16px;width:0;height:0;position:absolute;box-sizing:content-box;border-width:16px;border-radius:50%}.gj-timepicker-md{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1;color:rgba(0,0,0,.87);position:relative}.gj-timepicker-md.small .gj-textbox-md{font-size:14px}.gj-timepicker-md.small .gj-icon{font-size:22px}.gj-timepicker-md.large .gj-textbox-md{font-size:18px}.gj-timepicker-md.large .gj-icon{font-size:28px}.gj-timepicker-md [role=right-icon]{cursor:pointer;position:absolute;right:0;top:0;font-size:24px}.gj-picker-md .arrow-begin{background-color:#2196f3}.gj-picker-md .arrow-end{border:16px solid #2196f3}.gj-picker-md [role=body] [role=arrow]{background-color:#2196f3}.gj-timepicker-bootstrap :active,.gj-timepicker-bootstrap :focus{box-shadow:none}.gj-picker-bootstrap [role=body] [role=arrow]{background-color:#888}.gj-picker-bootstrap .arrow-begin{background-color:#888}.gj-picker-bootstrap .arrow-end{border:16px solid #888}.gj-timepicker-bootstrap .input-group-addon{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-left:0;position:relative;width:38px}.gj-timepicker-bootstrap.input-group-sm .input-group-addon{width:30px}.gj-timepicker-bootstrap.input-group-lg .input-group-addon{width:46px}.gj-timepicker-bootstrap .input-group-addon .gj-icon,.gj-timepicker-bootstrap .input-group-addon .material-icons{position:absolute;font-size:21px;top:6px;left:8px}.gj-timepicker-bootstrap.input-group-sm .input-group-addon .gj-icon,.gj-timepicker-bootstrap.input-group-sm .input-group-addon .material-icons{font-size:19px;top:5px;left:5px}.gj-timepicker-bootstrap.input-group-lg .input-group-addon .gj-icon,.gj-timepicker-bootstrap.input-group-lg .input-group-addon .material-icons{font-size:27px;top:10px;left:10px}.gj-timepicker-bootstrap [role=right-icon] button{width:38px;position:relative}.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button{width:30px}.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button{width:48px}.gj-timepicker-bootstrap [role=right-icon] button .gj-icon,.gj-timepicker-bootstrap [role=right-icon] button .material-icons{position:absolute;font-size:21px;top:7px;left:9px}.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons{top:4px;left:6px;font-size:19px}.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons{font-size:27px;top:8px;left:10px}.gj-picker.datetimepicker [role=header] [role=date]{padding-bottom:5px;text-align:center;cursor:pointer}.gj-picker [role=switch]{align-items:baseline;user-select:none;position:relative}.gj-picker [role=switch] [role=calendarMode]{cursor:pointer;position:absolute;bottom:2px;left:0}.gj-picker [role=switch] [role=time]{width:100%;text-align:center}.gj-picker [role=switch] [role=time] div{display:inline;cursor:pointer}.gj-picker [role=switch] [role=calendarMode]{cursor:pointer}.gj-picker [role=switch] [role=clockMode]{position:absolute;right:0;bottom:3px;cursor:pointer}.gj-picker-md.datetimepicker [role=header]{font-size:36px;padding:10px 20px;display:block}.gj-picker-md [role=switch]{color:rgba(255,255,255,.54);background:#2196f3;font-size:32px}.gj-picker-bootstrap.datetimepicker [role=header]{font-size:36px;padding:10px 20px;display:block}.gj-picker-bootstrap.datetimepicker [role=header] [role=time]{font-size:22px}.gj-slider{position:relative;padding:8px 6px}.gj-slider [role=track]{width:100%}.gj-slider [role=progress]{position:absolute;z-index:1203}.gj-slider [role=handle]{position:absolute}.gj-slider-md [role=track]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#e9ecef;height:2px;background-color:rgba(0,0,0,.26)}.gj-slider-md [role=progress]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;height:2px;background-color:#536dfe;top:8px;left:6px}.gj-slider-md [role=handle]{top:3px;left:0;width:12px;height:12px;background-color:#536dfe;filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent;border-radius:50%;cursor:pointer;z-index:1204}.gj-slider-bootstrap [role=track]{border-radius:4px;height:10px}.gj-slider-bootstrap [role=progress]{height:10px;border-radius:4px;top:8px;left:6px;transition:none}.gj-slider-bootstrap [role=handle]{top:2px;left:0;width:20px;height:20px;filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent;border-radius:50%;cursor:pointer;z-index:1204}.gj-slider-bootstrap-3 [role=handle]{background-color:#337ab7;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);background-repeat:repeat-x}.gj-slider-bootstrap-4 [role=handle]{background-color:#007bff;background-image:-webkit-linear-gradient(top,#007bff 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#007bff 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#007bff 0,#2e6da4 100%);background-repeat:repeat-x}.gj-colorpicker [role=right-icon]{cursor:pointer}.gj-colorpicker-md{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1;color:rgba(0,0,0,.87);position:relative}.gj-colorpicker-md [role=right-icon]{position:absolute;right:0;top:0;font-size:24px}
 *{transition: 0s;}
#form2{display: none;} 
.submit{
	text-align: center;
	margin:30px 15px 60px; 
	transition: .3s;
}
.submit .btn{
	height: 50px;
	padding: 0 50px;
	margin:auto;
	color: #fff;
	background-color:#442599;
	border-radius: 0;
	transition: .3s;
	line-height: 50px;
	border-radius: 5px;
}
.submit .btn:hover{background-color:#442599;transition: .3s;}
.submit .btn:hover img{transform:translateX(10px);transition: .3s;}
/* sign end */
.miss{background-color: #c4f33f;}
/* form */
a.note{color: #e9566e;}
.form_content{
	background-color: #f8f8f8;
	padding: 30px 80px;
	margin:10px 0 25px 0;
	font-size: 18px;
	border-radius:10px ;
}
fieldset legend img{
	margin-bottom: 5px;
	margin-right: 8px;
}
fieldset legend{
	margin-bottom: 10px;
	margin-top: 50px;
	font-size: 24px;
	color: #442599;
	font-weight: 600;
	padding: 5px 0px 5px; 
	/* background-color:#442599 ; */
	border-bottom: 1px solid #e4dfe9;
}
fieldset legend small{
	font-size: 18px;
	font-weight: 400;
}
.css-label small{
	font-size: 16px;
	font-weight: 400;
}
.small-text	{
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
.css-label{margin-bottom: 6px;}
input[type=text], input[type=url], input[type=number], textarea{
	font-size: 16px;
}
input[type=text], input[type=url], input[type=number], 
textarea, .fix-input{
	width: 100%;
	padding: 12px 15px;
	margin: 4px 0;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}

.styled-select select, .gj-textbox-md{
	width: 100%;
	padding: 12px 15px;
	margin-top: -10px;
	font-size: 16px;
	color: #757575;
	border: 1px solid #e4e4e4;
 }


.sngle div, .group div{margin-top: 15px; display: inline-block;}

.group  div.gj-datepicker, .gj-datepicker > div{
	margin-top: 0;
	width: 100%;
}
.gj-textbox-md{
	font-family: 'Century Gothic','Roboto', 'Arial','微軟正黑體','新細明體', sans-serif;
}
 .gj-datepicker-md [role=right-icon]{
	 top:15px;
	 right: 5px;
	 color: #333;
 }

 .gj-textbox-md:active, .gj-textbox-md:focus{
	 border-bottom:0 ;
 }
 .styled-select select, .gj-textbox-md{
	color: #333;
 }

.css-label-title{
	
	font-weight: 600;
	margin:10px 0 5px 0;
	font-size: 19px; 
}
.css-label{
	display: block;
	font-size: 17px;
	font-weight: 600;
	margin:5px 0 5px 0; 
}
.note{
	font-size: 16px;
	font-weight: 500;
	color:#e4007f;
	font-weight: 600;
}
.agree{font-size: 15px;line-height: 20px;}
.mt_s{
	margin-top: 15px;
}
.pt_l{
	margin-left: 3% !important;
	width: 97% !important; 
}
/* upload */
.fileName{
	font-size: 16px;
	display: block;
	margin-top: 5px;
}
.cover{
	position: relative;
	width: 150px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
.group img{
	max-height: 350px;
}
.group .cover{
	display: block;
}
input.upl{
	position: absolute;
	left: -90px;
	width:300px;
	height: 50px;
	opacity: 0;
	cursor: pointer;
}
.fake_image{  
    background:url('../images/upl.jpg') 0 0 no-repeat;  
    width:150px;  
    height:50px;  
    display:block;  
    text-align:center;  
    color:white;  
    text-decoration:none;  
    font-size:12px;  
    padding:3px 0 0 0;  
    color:white !important;
    margin-top: 0px;
}

.clear{clear:both;  }  
.preview{
	display: none;
}
.preview img{
	max-height: 300px;
	margin-top: 15px;
}
.preview i{
	margin-top: 5px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	display: block;
	float: right;
	font-size: 22px;
	cursor: pointer;
}
/* Bt resset */
input[type=checkbox], input[type=radio]{margin-top: 0;}
input[type=radio]:checked, input[type=radio]{outline:none;}
/* input,button,select,textarea{outline:none;} */
/* input[type=radio]:checked{outline:none;} */
/* form end */

::-webkit-input-placeholder, .fix-input::-webkit-input-placeholder{
   color:#ccc;
   font-family: 'Century Gothic','Arial','微軟正黑體','新細明體', sans-serif;
}
::-ms-input-placeholder{
	color:#ccc;
	font-family: 'Century Gothic','Arial','微軟正黑體','新細明體', sans-serif;
}
::-moz-input-placeholder{
	color:#ccc;
	font-family: 'Century Gothic','Arial','微軟正黑體','新細明體', sans-serif;
}

/* radio/checkbox */
.option-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  transition: all 0.15s ease-out 0s;
  background: #d8e0ea;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  z-index: 3;
  box-shadow: inset 1px 2px 0 0px rgba(177,177,177,.2);
  outline: none;
}
.option-input:checked{
	outline:none;
}
.option-input:hover {
  background: #442599;
}
.option-input:checked, .ok{
  background: #442599;
}
.option-input:checked::before, .ok::before{
	height: 13px;
    width: 13px;
    position: absolute;
	content: '';
	top: 6px;
	left: 6px;
    display: inline-block;
    text-align: center;
	background-color: #FFF;
	color: #fff;
	border-radius: 50%;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
/* input:focus{outline:none} */
input[type=text].error, 
input[type=url].error, 
input[type=number].error, textarea.error{
	border: solid 1px #e3007f;
}
/* radio/checkbox end */
a.pagelink { color: #442599; font-weight: 600;}

.form_content p.report_text { margin-bottom: 0;}
.w-sm-4{
	width: 32%;
}
.group .margintop0,.sngle .margintop0 {
	margin-top: 0;
}
.form_content p.marginbottom0{
	margin-bottom: 0;
}
.form_content p.marginbottom0{
	margin-bottom: 0;
}
.txt-sm{
	font-size: 15px;
}
.form_content p.margintop0{
	margin-top: 5px;
}


@media screen and (max-width:1440px){}
@media screen and (max-width:1200px){
	.tri_blue ul li p:nth-child(2){height: 140px;}
	.tri_blue p:nth-child(2){height: 140px;}
}
@media screen and (max-width:990px){
	.info_container:before{font-size: 100px;top:-30px;}
  	.sign_container:before{font-size: 100px;top:0;}
  	.qa_container:before{font-size: 100px;top:0;}
  	.info_container{padding-top: 50px;}
	.sign_container{padding-top: 0px;}
  	.tri_blue{margin-top: 0;}
  	.fix_h{height: auto;}
  	.form_content .col-xs-12, .form_content .col-xs-6{padding-right: 15px;padding-left: 15px;}
	.tri_blue ul li p:nth-child(2){height: 188px;}
	.tri_blue p:nth-child(2){height: 188px;}
	.heightfix{height: 150px;}
}
@media screen and (max-width:768px){
	.form_content{padding:10px 10px;margin: 10px 0;}
	.pt_l{margin-left: 0 !important;width: 100%; }
	.css-label{width: 90%;vertical-align: top;}
	.sngle div, .group div {margin-top: 5px;}
	fieldset legend {margin-bottom: 5px;padding-top: 15px;}
	.submit .btn {height: 40px;padding: 0 20px;line-height: 40px;}
}
