/* ==========================================================================
主要設定
========================================================================== */
img { max-width: 100%; height: auto;}
p { font-size: 17px; 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;}
.mobonly {display: none !important;}
/* ==========================================================================
.pageheader 分區標題
========================================================================== */
.pageheader {
    margin: 0 0 20px 0;
}
.pageheader h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
	color: #0052a5;
	text-align: center;
}
.pageheader h3 {
	font-size: 24px;
	line-height:1.6;
	font-weight: 600;
	margin: 15px 0;
	color: #0052a5;
	border-bottom: solid 1PX #0052a5;
}
.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: #3664b1 !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;
}
/* ==========================================================================
button
========================================================================== */
.btn-fix {
	background-color: #e9566e;
	color: #FFF;
	border-radius:0; 
}
.btn-fix:hover, .btn-fix:focus, .btn-fix:active, .btn-fix.active, .open > .dropdown-toggle.btn-fix {
	background-color: #ea4a64;
	color: #FFF;
	outline: none;
}
.btn-fix:active, .btn-fix.active {
	background-color: #ea4a64;
	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: 3%;
    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
========================================================================== */
header {
	color: #fff;
	background: linear-gradient(45deg, #14126f 15%, #0052a5 100%); 
	background: -moz-linear-gradient(45deg, #14126f 15%, #0052a5 100%); 
	background: -webkit-linear-gradient(45deg, #14126f 15%, #0052a5 100%); 
	background: -o-linear-gradient(45deg, #14126f 15%, #0052a5 100%); 
	position: relative;
    overflow: hidden;
	height: 700px;
}
header:before {
    content: '';
    position: absolute;
    background: url(../images/header-ill01.png) no-repeat;
    top: -20%;
    left: 10%;
    z-index: 2;
    width: 534px;
    height: 1170px;
    background-size: contain;
}
header .brand {
	margin-top:10%;
	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 {
	height: 430px;
	position: relative;
}
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: 0;
	left: 0;
}
header.insideheader:after {
	content: '';
    background: url(../images/inside_ill02.png) no-repeat;
	background-size: contain;
	width: 437px;
	height: 858px;
	z-index: 3;
	position: absolute;
	top: -80px;
	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;
    color: #fff;
    background-color: #FFF;
	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: 130px;
    height: auto;
}
/* ==========================================================================
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: #0052a5;
	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;
}
#origin h4{
	font-size: 18px;
	margin-bottom: 5px;
	display: inline-block;;
	background-color: #14126f;
	color: #fff;;
	padding: 3px 15px;
}
#origin p{
	margin-bottom: 20px;
	text-align: justify; /* Firefox到此即可對齊 */
    text-justify: auto; /* IE需再加上此行 */
}
#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;
}
/* .gta */
.gta_light{
	display: inline-block;
	clear: both;
	height: 40px;
	border: 1px solid #fff;
	float: right;
	margin-right: 15px;
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
  }
a.gta_light{color: #fff;}
.gta_light:hover{
	background-color: #e9566e;
	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: 230px;
    height: 234px;
    top: 0;
    right: 0;
    z-index: 2;
    background-image: url(../images/ill01.png);
    background-size: contain;
}
#signup .pageheader h2 {
    color: #FFF;
}
.btn-sign {
	border: solid 2px #FFF;
	background: none;
	padding: 10px 25px;
	color: #FFF;
	font-size: 24px;
	border-radius: 0;
	margin: 5px 8px;
}
.btn-sign:hover {
	border: solid 2px #FFF;
	background: #FFF;
	color: #0052a5;
}
/* ==========================================================================
news 
========================================================================== */
#news {
	background-color: #eaeaea;
}
/* ==========================================================================
schedule
========================================================================== */
.schedule{
	border-radius:100%;
	width: 100%;
	display: block;
	height: 0;
	padding: 46% 0;
	background-color: #FFF;
	position: relative;
	border: solid 5px #afafaf;
	color: #afafaf;
	z-index: 3;
	margin: 25px 0;
}
#schedule{
	position: relative;
}
#schedule:before {
    content: '';
    position: absolute;
    width: 206px;
    height: 533px;
    top: -30%;
    left: 0;
	z-index: 2;
	background-image: url(../images/ill02.png);
	background-size: contain;
	background-repeat: no-repeat; 
}
#schedule:after {
    content: '';
    position: absolute;
    width: 174px;
    height: 483px;
    bottom: -40%;
    right: 0;
	z-index: 2;
	background-image: url(../images/ill03.png);
	background-size: contain;
}
.schedule b{
	color: #aaa;
	font-size: 20px;
	display: inline-block;
 }
 .schedule b:nth-child(1) span {
    font-size: 35px;
}
 .schedule h2{
	color: #afafaf;
	margin-bottom: 0px;
 }
.schedule.color1{
	background-color: #e9566e;
	border: solid 5px #e9566e;
	color: #FFF;
}
.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: #0052a5;
	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: #0052a5;
}
/* ==========================================================================
.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: #373737;
	padding-left: 87px;
}
.articleItem .caption p {
	font-size: 16px;
	line-height: 1.6;
	color: #838383;
}
.articleItem .caption p span{
	color: #0052a5;
	text-decoration: underline;
}
a:hover .articleItem .caption h2 {
	color: #33b9ac;
}
.articleItem .caption {
	padding: 0 12px 10px 12px;
	height: 180px;
}
.articleItem .news-list {
	display: block;
	padding: 5px 0;
}
.news-list .year {
    display: block;
    font-size: 14px;
}
.news-list .mmdd {
    display: block;
    font-size: 42px;
    line-height: 1;
}
.caption .cont-box {
	flex: 1;
	padding-left: 10px;
	height: 55px;
}
.caption .date {
	position: relative;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	color: #33b9ac;
}
.caption .date:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 55px;
	z-index: 2;
	right: 0;
	top: 5px;
	background-color: #afafaf;
}
/* ==========================================================================
.reviewItem
========================================================================== */
.reviewItem {
    margin: 5px 0;
	box-sizing: border-box;
	height: 460px;
	position: relative;
}
.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;
	width: 86%;
	margin-left: 25px;
	margin-top: -35px;
	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: #e9566e;
	color: #fff;
}
.reviewItem .caption .btn i {
	margin-left: 5px;
	font-size: 13px;
}
.reviewItem .caption h2 {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
	margin: 10px 0 5px;
	color: #757575;
	overflow: hidden;
}
.reviewItem .caption h2 b {
	font-size: 21px;
	line-height: 1.4;
	font-weight: 600;
	margin-right: 10px;
	color: #0052a5;
	overflow: hidden;
}
.reviewItem .caption p {
	font-size: 16px;
	line-height: 1.6;
	color: #373737;
	text-align:justify;
	text-justify: distribute;
}
a:hover .reviewItem .caption h2 b{
	color: #e9566e;
}
a:hover .reviewItem .caption .btn {
	color: #fff;
	background-color: #f85d76;
}
.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: 380px;
}
#edulist .reviewItem .caption {
	height: 190px;
}
.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
========================================================================== */
.reviewrap{
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}
.reviewrap .pic img{
	text-align: center;	
	border: solid 1px #cdefeb;
}
.reviewrap .caption h3 {
	font-size: 27px;
	line-height: 1.3;
	font-weight: 600;
	color: #33b9ac;
}
.reviewrap .pic h2 {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
	margin: 10px 0 5px;
	color: #757575;
}
.reviewrap .pic h2 b {
	font-size: 21px;
	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: 15px 0;
	text-align: justify;
}
.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 {
	border: solid 2px #0052a5;
	background: none;
	padding: 10px 25px;
	color: #0052a5;
	font-size: 21px;
	border-radius: 0;
	margin: 5px 8px;
	width: 25%;
}
.btn-detail:hover, .active.btn-detail {
	border: solid 2px #0052a5;
	background: #0052a5;
	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 .btn {
	padding:  10px 50px;
	font-size: 21px;
	margin-bottom: 10px;
	border-radius: 32px;
	border: solid 2px #0052a5;
	color: #0052a5;
	background-color: transparent;
}
#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 #0052a5;
	color: #0052a5;
}
.filter .btn:hover, .filter .btn:focus, .filter .btn:active, .filter .btn.active {
	color: #fff;
	background-color: #0052a5;
	outline: none;
}
#edulist .filter .btn:hover, #edulist .filter .btn:focus, #edulist .filter .btn:active, #edulist .filter .btn.active {
	color: #fff;
	background-color: #0052a5;
	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-color: #0052a5;
	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{
	color: #0052a5;
	font-weight: 500;
}
.info_time{
	color: #0052a5;
	font-size: 32px;
	margin-top: 0px;
}
.info_time b{
	display: inline-block;
	position: relative;
}
.info_item p a{color: #0052a5;}
#vote_info .info_list .info_item h3 {
    width: 165px;
}
#vote_info .info_list .info_item .infoBox {
    width: calc(95% - 165px);
}
/* ==========================================================================
QA contents
========================================================================== */
#qa {
    position: relative;
}
#qa:before {
    content: '';
    position: absolute;
    width: 174px;
    height: 483px;
    top: -10%;
    left: 0;
	z-index: 2;
	background-image: url(../images/ill04.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.qa-contents {
	border-radius:10px;
	background-color: #FFF;	
}
.bg_gray .qa-contents {
	background-color: #FFF;	
}
.qa-contents  h3{
	font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #e9566e;
    padding: 5px 0 5px 15px;
}
.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: #0052a5;
}
.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: #e9566e;
}
.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: #0052a5;
}
/* ==========================================================================
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: #e9566e;}
.social-icons li:nth-child(3){background-color: #2665b0;}
.social-icons li:nth-child(4){background-color: #00b900;}

.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: #c4f33f;
	border: 1px solid #c4f33f;
	color: #0737a7;
	transform:translateY(-0.5em);
  }
  .footer_container p{
	line-height: 1.6;
	font-size: 14px;
	margin: 0;
	color: #7194ce;
  }
.footer_container .footer_txt {
	padding: 25px 0;
	text-align: center; 
}
.footer-bottom {
	background-color: #0737a7;
	color:#FFF;
	font-size: 14px;
}
.footer_container .h100 {
    height: 120px;
    float: left;
}
/* ==========================================================================
back-top
========================================================================== */
#back-top {
	position: fixed;
	bottom: 50px;
	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: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #14126f;
}
#back-top span i {
	font-size: 24px;
	vertical-align: middle;
	line-height: 40px;
	color: #FFF;
}
#back-top a:hover span {
	background-color: #e9566e;
}
#ordericon {
	position: fixed;
	bottom: 105px;
	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: #e9566e;
	color: #FFF;
}
#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: #e9566e;
}
.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: #e9566e;
	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: #efefef;
    padding: 15px 25px 5px;
    display: block;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
}
.cookies-box{
    text-align:left;
    max-width:1150px;
    margin:auto;
}
.cookies-box p{
    color:#373737;
    width:80%;
    font-size:16px;
    line-height:24px;
    display:inline-block;
    margin-bottom:8px;
}
.cookies-box p a{
    color:#3179c3;
    font-size:16px;
}
.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;
}