@charset "utf-8";
/*數字 tips */
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
	background-color: #959595;
}
.badge {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0px;
    font-size: 10px;
    padding: 0;
    width: 12px;
    height: 12px;
    padding-top: 2px;
}
.badge a:focus {
    background-color: #f43438;
}
.tips{
	background: #fa4614;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.tips .navbar-left {
  float: left;
}
.tips .navbar-right {
  float: right;
}
.tips  ul li {
	display: inline;
	padding-left: 20px;
	line-height: 1.2em;
}
.tips ul li a {
  color: #fff;
  text-decoration: none;
}
.tips ul li a:hover {
	color: #FED545;
}
.navbar-right {
  float: right;
}
.navbar-right ul li {
  display: inline;
  padding-left: 20px;
  list-style-type: none;
}
.navbar-right ul li a {
  color: #777777;
  text-decoration: none;
}
.navbar-right ul li a:hover {
  color: black;
}

.tips-container {
	margin: auto;
	width: 96%;
	position: absolute;
	font-size: 20px;
}
.tips-container ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.tips-container li{
	display: inline-block;
	}	
@media screen and (max-width: 480px){
.tips{
	display: none;
}
}	
/*會員中心 tips */	
.member-center {
	display: none;
	float: right;
	width: 180px;
	position: relative;
	border-radius: 3px;
	padding: 10px;
	z-index: 999;
	background-color: #e6e6e6;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-size: 0.7em;
	color: #000;
}
.member-center .member-center-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 1px;
}
.member-center .member-center-header .member-center-total {

}
.member-center .member-center-items {
  padding-top: 20px;
}
.member-center .member-center-items li {
	margin-bottom: 18px;
	display: block;
	line-height: 1em;
}
.member-center .member-center-items li a{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	color: #000;
}
.member-center .member-center-items li a:hover{
	color: #2eab43;
}
.member-center .member-center-items img {
  float: left;
  margin-right: 12px;
}
.member-center .member-center-items .item-name {
  display: block;
  padding-top: 10px;
}
.member-center .member-center-items .item-price {
  color: #6394F8;
  margin-right: 8px;
}
.member-center .member-center-items .item-quantity {
  color: #ABB0BE;
}

.member-center:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color:#e8e8e8 ;
  border-width: 8px;
  margin-left: -8px;
}
/*訊息中心 tips */	
.ring {
	display: none;
	float: right;
	width: 180px;
	position: relative;
	border-radius: 3px;
	padding: 10px;
	z-index: 999;
	background-color: #e8e8e8;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-size: 0.7em;
	color: #000;
}
.ring .ring-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 1px;
}
.ring .ring-header .ring-total {

}
.ring .ring-items {
  padding-top: 0px;
}
.ring .ring-items li {
	margin-bottom: 10px;
	display: block;
	line-height: 1.2em;
	margin-left: 0px;
	background-color: #ff6e00;
	padding: 5px;
	border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #fff;
	color: #FFF;
}
.ring .ring-items li a{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	color: #000;
}
.ring .ring-items li a:hover{
	color: #2eab43;
}
.ring .ring-items img {
  float: left;
  margin-right: 12px;
}
.ring .ring-items .item-name {
  display: block;
  padding-top: 10px;
}
.ring .ring-items .item-price {
  color: #6394F8;
  margin-right: 8px;
}
.ring .ring-items .item-quantity {
  color: #ABB0BE;
}

.ring:after {
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color:#e8e8e8 ;
  border-width: 8px;
  margin-left: -8px;
}
.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}
.tips-button {
	background: #ff6e00;
	color: white;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	margin: 0px;
	font-family: 'Noto Sans TC', sans-serif;
}
.tips-button:hover {
	background-color: #CF6514;
}
.tips-button02 {
	background: #f19149;
	color: white;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tips-button02:hover {
  background: #ce7533;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* 其他網站連結區 開始 */
#owl-link, #owl-link02,#owl-link03{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	}	

#owl-link, #owl-link02,#owl-link03, .item{
  margin: 3px;
}
#owl-link, #owl-link02,#owl-link03, .item img{
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1024px){
#owl-link, #owl-link02,#owl-link03{
	width: 85%;
}
}
@media screen and (max-width: 768px){
#owl-link, #owl-link02,#owl-link03{
	width: 95%;
	padding-top: 0px;
}
}
/* 網站地圖連結區 開始 */
.sitemap-area{
	display: inline-block;
	width: 19%;
	margin-right: 0px;
	vertical-align: top;
	margin-bottom: 25px;
}
.sitemap-area a:hover{
	color: #03aa08;
}
.sitemap-area h1{
	font-size: 15px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000;
}
.sitemap-area h1 a{
	color: #000;
	font-size: 15px;
	font-weight: 300;		
	}
.sitemap-area a{
	display: block;
	font-size: 14px;
	color: #535353;
}
@media screen and (max-width: 1024px){
.sitemap-area{
	width: 22%;

}
}
@media screen and (max-width: 768px){
.sitemap-area{
	width: 19%;
}
}
@media screen and (max-width: 520px){
.sitemap-area{
	width: 32%;
}
}
@media screen and (max-width: 640px){
.footer-contact-form{
	display:none;
}
}
/* 電子報訂閱按鈕 開始 */
.widget-rss .subscribe-form form .button-send02 {
	position: absolute;
	z-index: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #4AB46A;
	top: 0;
	right: 0;
	background-color: #3e3e3e;
	color: #ffffff;
	font-weight: 500;
	display: block;
	height: 40px;
	width: 70px;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-rss .subscribe-form form .button-send02:hover {
	background-color: transparent;
	color: #595959;
}
/* footer 電話傳真折行 開始 */
@media screen and (max-width: 768px){
.copyright span{
	display: block;
	}
}
.copyright a:hover{
	color: #0F9;	
}

/* 自訂字型顏色  */
.message{
	font-weight: bold;
	color: #F00;	
}
.box{
	display: inline;
	vertical-align: bottom;
	margin-right: 8px;
	}
.box input{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;	
	}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 16px;
    /* 20px */
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.2rem 0.4rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}
.member-agree{
	position: relative;
	overflow: auto;
	height: 150px;
	display: block;
	margin-bottom: 30px;
	margin-right: 2%;
	margin-left: 3%;
	padding: 10px;
}
.member-agree ol{
	}
.member-agree li{
	font-weight: 100;
	color: #000;
	line-height: 23px;
	list-style-type: decimal;
	margin-left: 25px;
	}
.member-agree02{
	position: relative;
	overflow: auto;
	height: 150px;
	display: block;
	margin-bottom: 30px;
	margin-right: 2%;
	margin-left: 3%;
		padding: 10px;
}
.member-agree02 ol{
	}
.member-agree02 li{
	font-weight: 100;
	color: #000;
	line-height: 23px;
	list-style-type: decimal;
	margin-left: 25px;
	}

.member-privacy{
	position: relative;
	overflow: auto;
	height: 300px;
	display: block;
	margin-bottom: 30px;
	margin-right: 2%;
	margin-left: 3%;
	padding: 10px;
}
.member-privacy ol{
	}
.member-privacy li{
	font-weight: 100;
	color: #000;
	line-height: 23px;
	list-style-type: decimal;
	margin-left: 25px;
	}
.member-refund li{
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 25px;
	line-height: 2.0em;
	}
.fullwidth-background.bg-3
{
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 1;
    background-image: none;
    background-color: #f9cb8f;
}

.fullwidth-background.bg-3>*
{
    position: relative;
    z-index: 2;
}

.fullwidth-background.bg-3:before
{
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.2;
    background-image: url(../img/parallax_pattern.png);
    background-repeat: repeat;
}
.fullwidth-background.bg-3 h4{
	margin-top: 0px;
}
.check-agree{
	background-color: #FFF;
	display: block;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom: 20px;
	opacity: 0.8; 
    filter: alpha(opacity=80); 
	}
            .rwd-table {
            font-size: 14px;
            background: #fff;
            overflow: hidden;
            }
            .rwd-table tr:nth-of-type(2n){
            background: #eee;
            }
            .rwd-table th 
            {
            display: none;
            }
            .rwd-table tr 
            {
            border-top: 1px solid #000000;
            }
            .rwd-table td 
            {
            display: block;
            }
            .rwd-table td:before 
            {
            content: attr(data-th) " ";
            font-weight: 500;
            width: 4.5em;
            display: inline-block;
            }
            .rwd-table th,.rwd-table td 
            {
            text-align: left;
            border-bottom: 1px solid #D3D3D3;
            }
            .rwd-table th, .rwd-table td:before 
            {
            font-weight: 500;
            }
            @media (min-width: 640px)
            {
            .rwd-table td:before 
            {
            display: none;
            }
            .rwd-table th, 
            .rwd-table td 
            {
            display: table-cell;
            padding: 0.2em 0.5em;
            }
            .rwd-table th:first-child,
            .rwd-table td:first-child 
            {
            padding-left: 0;
            }
            .member-account .rwd-table th:last-child,
            .rwd-table td:last-child 
            {
            padding-right: 0;
            }
            .rwd-table th,
            .rwd-table td 
            {
            padding: 1em !important;
            }
            } 
.note-red{
	color: #F00;
	font-weight: 400;
	}			 	
/*課程內容表格 */	
.category-item {
font-size: 15px;
background: #fff;
overflow: hidden;
}
.category-item tr:nth-of-type(2n){
background: #eee;
}

.category-item tr 
{
border-top: 1px solid #000000;
}
.category-item th,.category-item td 
{
text-align: left;
border-bottom: 1px solid #D3D3D3;
}
.category-item th, .category-item td:before 
{
font-weight: 500;
}
.category-item td:before 
{
display: none;
}
.category-item th, 
.category-item td 
{
display: table-cell;
padding: 0.2em 0.5em;
}
.category-item th:first-child,
.category-item td:first-child 
{
padding-left: 0;
}
.member-account .category-item th:last-child,
.category-item td:last-child 
{
padding-right: 0;
}
.category-item th,
.category-item td 
{
padding: 1em !important;
}
.category-item h1{
	font-size: 16px;
	color: #FC6E03;
}
.category-item h2{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.category-item h3{
	font-size: 13px;
	font-weight: bold;
}	
.category-item h4{
	font-size: 13px;
	
}	
.category-item h5{
	font-size: 13px;
	
}	
.category-item h6{
	font-size: 13px;
	
}		
.category-item img{
	max-width:100%;
	}
/*跑馬燈 */	
.newsticker {
	color: #402726;
	cursor: default;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	position: relative;
	overflow: hidden;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	display: block;
	border: 1px dotted #F00;
}
.newsticker a{
	font-weight: 500;
}

.newsticker a:hover {
	color: #000;
}

.newsticker:hover {
	background: #fedf68;
}

.newsticker .newsticker-title{
	float: left;
	background-color: #fb4700;
	display: inline-block;
	height: 40px;
	font-weight: 400;
	padding: 8px;
	color: #FFF;
	font-size: 17px;	
	font-family: 'Noto Sans TC', sans-serif;
	}
.newsticker .newsticker-list {
  position: absolute;
  top: 0px;
  padding-left: 60px;
}

.newsticker .newsticker-list .newsticker-item {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0px;
  display: block;
  font-weight: 500;
}
@media (max-width: 640px)
{
.newsticker {
	display: block;
	padding-left: 0px;
	clear: both;
}	
}
.counter0 {
	background-color: #fff;
	display: inline-block;
	border-radius:5px;
	text-align: center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-right: 10px;
	content: " ";
	font-size: 15px;
	margin-top: 10px;
}
.counter0 em{
	font-size: 20px;
	color: #F30;
	font-style: normal;
	font-weight:500;
	font-family: 'Noto Sans TC', sans-serif;
	}