/*
*
* Create by Wayne(WJDesign) 2019.02.06
*
 */

@charset "UTF-8";

body {
	font-family: 'Microsoft Jhenghei','微軟正黑體',Arial;
}
ul {
	margin: 0;
}
label {
	font-weight: normal;
}

.clearfix {
	overflow: auto;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.DisplayFlex {
	display: flex;
}

/*Loading Icon*/
.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 57px;
	left: 25px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 54px;
	left: 19px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 45px;
	left: 10px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*漢堡盒樣式*/
.animated-icon1, .animated-icon2, .animated-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.animated-icon span {
	background: #000;
}
.animated-icon span:nth-child(1) {
	top: 0;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.animated-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: 8px;
}
.animated-icon.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.animated-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}

/*MobileHeader*/
.MobileHeaderWrapper {
	display: none;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}
.MobileHeaderWrapper .Logo {
	width: 180px;
	cursor: pointer;
	display: block;
	margin: 20px auto;
}
.MobileHeaderWrapper .ShowMenu {
	position: absolute;
	top: 20px;
	right: 10px;
	padding: 10px;
	background: transparent;
	border: 0;
}
.MobileHeaderWrapper .MenuWrapper .MainMenu li .Login {
	background: #e0b251;
}
.MobileHeaderWrapper .MenuWrapper .MainMenu li .Training {
	background: #dc6363;
}
.MobileHeaderWrapper .MenuWrapper .MainMenu li .Link_Fb {
	background: #4267b2;
}
.MobileHeaderWrapper .MenuWrapper .MainMenu li .Link_Line {
	background: #12b10e;
}

@keyframes SignFocus {
	0% {
		color: #fff;
	}
	50% {
		color: #ea4343;
	}
	100% {
		color: #fff;
	}
}
@keyframes SignFocus2 {
	0% {
		color: #fff;
	}
	50% {
		color: #83b94e;
	}
	100% {
		color: #fff;
	}
}
.OverFlowHidden {
	overflow: hidden;
}

.nav-tabs {
	border-bottom: 0;
}

.WrapperContainer {
	width: 1200px;
	margin: 0 auto;
}
h6.MainTitle {
	margin: 0 auto 10px;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	padding: 0 10px;
	display: inline-block;
	position: relative;
}
h6.MainTitle:after {
	content: '';
	position: absolute;
	top: 10px;
	right: -100px;
	display: inline-block;
	width: 100px;
	height: 14px;
	background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/line.png) bottom center;
}
h6.MainTitle span {
	color: #ff7474;
}
.Description p {
	margin-bottom: 20px;
	text-align: center;
}
.Description p i {
	margin-right: 5px;
}
.CarouselCtrl {
	display: inline-block;
	float: right;
	padding: 0 15px;
}
.CarouselCtrl a {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	font-size: 16px;
	border-radius: 50em;
	border: 1px solid #83d0c0;
	color: #83d0c0;
	cursor: pointer;
	text-align: center;
	transition: .3s;
}
.CarouselCtrl a:hover {
	background: #83d0c0;
	color: #fff;
}

/*Modal垂直置中*/
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

/*Modal共用*/
.modal .modal-header {
	text-align: center;
	position: relative;
	background: #5abfce;
	color: #fff;
}
.modal .close {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	border: 3px solid #5abfce;
	color: #333;
	border-radius: 50em;
	cursor: pointer;
	opacity: 1;
	width: 36px;
	height: 36px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	margin: 0;
}

/*頁面共用*/
/*現在位置*/
.NowPosition {
	color: #999;
	padding: 5px 10px;
	font-size: 12px;
}
.NowPosition a {
	color: #999;
}
.NowPosition a.active {
	color: #ff7474;
}
.NowPosition span {
	margin: 0 5px;
}
/*Navi*/
.NavTabs {
	display: flex;
	flex: 0 0 150px;
	flex-direction: column;
	margin-right: 20px;
}
.NavTabs>li>a {
	border: 0;
	color: #999;
	margin-bottom: 5px;
}
.NavTabs>li>a>i {
	margin-right: 5px;
}
.NavTabs>li.active>a,
.NavTabs>li.active>a:focus,
.NavTabs>li.active>a:hover,
.NavTabs>li>a:focus,
.NavTabs>li>a:hover {
	border: 0;
	background: transparent;
	color: #ff7474;
}
	.NavTabs>li.active-page>a  {
    border: 0;
    background: transparent;
    color: #ff7474;
	} 
  
  
.div_FileDownload .InfoData li {
    padding: 5px;
}
.div_FileDownload .InfoData li i {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.div_FileDownload .InfoData .place i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/house.png") no-repeat center center;
}
.div_FileDownload .InfoData .name i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/user.png") no-repeat center center;
}
.div_FileDownload .InfoData .phone i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/telephone.png") no-repeat center center;
}
.div_FileDownload .InfoData .url i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/world_link.png") no-repeat center center;
}
.div_FileDownload h5 {
    background: #999;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
}
.div_FileDownload{
    margin-top: 10px;
}
.div_FileDownload a{
    color: #000000;
}
.div_FileDownload .ServiceList {
    padding: 10px;
    background: #f6f7ed;
}
.div_FileDownload .ServiceList li {
    padding: 5px;
    padding-left: 20px;
    line-height: 24px;
    /*list-style: cjk-ideographic; */
    list-style-position: inside;
}
.div_FileDownload .ServiceList li:hover {
    background: #fffac7;
}
.div_FileDownload .ServiceList > li > ul > li {
    padding-left: 2rem;
    list-style: decimal;
    list-style-position: inside;
}  


.LoginWrapper .InfoData li {
    padding: 5px;
}
.LoginWrapper .InfoData li i {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.LoginWrapper .InfoData .place i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/house.png") no-repeat center center;
}
.LoginWrapper .InfoData .name i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/user.png") no-repeat center center;
}
.LoginWrapper .InfoData .phone i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/telephone.png") no-repeat center center;
}
.LoginWrapper .InfoData .url i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/world_link.png") no-repeat center center;
}
.LoginWrapper .InfoData .date1 i {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111175454/http://www.kvc.org.tw/images/date.gif") no-repeat center center;
}

.view_act .Title {
    margin: 0 auto;
    color: #fa8888;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0 5px;

    
}

.view_act .BtnSignUp.NoSignUp {
    background: #aaa;
}
.view_act .BtnSignUp {
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    background: #83d0c0;
    color: #fff;
    margin-top: 10px;
}
.view_act .BtnClose {
    border-radius: 5px;
    /*display: block; */
    color: #333;
    background-color: #fff;
    border-color: #83d0c0;
    border-width:1px;border-style:solid;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
        margin-left: 10px;
    /*background: #83d0c0;
    color: #fff;  */
    margin-top: 10px;
}
.view_act i {
    color: #fff;
    padding: 1px;
    text-align: center;
    border-radius: 50em;
    font-size: 12px;
    margin-right: 5px;
}
.view_act .City {
    color: #6ebfac;
}
.view_act .Date {
    color: #a797a1;
}
.view_act .Content {
    color: #67a3e2;
    width: 100%;
}
.view_act .City i {
    background: #6ebfac;
}
.view_act .Date i {
    background: #a797a1;
}
.clear { clear: both; }





/*
     FILE ARCHIVED ON 17:54:54 十一月 11, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 13:36:02 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
