
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: white!important;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: white!important;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: white!important;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white!important;
}



.inputlist::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #7C7C7C!important;
}

.inputlist:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #7C7C7C!important;
	opacity: 1;
}

.inputlist::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #7C7C7C!important;
	opacity: 1;
}

.inputlist:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #7C7C7C!important;
}


/*小輪播共同*/
.slick-slide {
    text-align: center;
    background: white;
    margin: 10px;
}

@media (max-width:992px) {
    .btnprev {
        left: 0;
    }
    .btnnext {
        right: 0;
    }
}



/*小輪播-圖文*/
.slideblock {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.slideblock p {
    margin: 0;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(250, 128, 39, 0.8);
    height: 80px;
    padding: 18px 20px;
    color: white;
    font-size: 1.1em;
    text-align: left;
}



/*小輪播-圓圈*/
.slide-circle {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: white;
    display: inline-block;
    border: 2px solid #477EB2;
    padding-top: 40px;
    position: relative;
}

.slide-circle-p {
    font-size: 35px;
    color: #477EB2;
    letter-spacing: 2px;
}

.slide-circle-span {
    color: #FA7981;
}

.slide-circle:hover {
    background-color: #E97671;
}

.slide-circle:hover .slide-circle-p {
    color: white;
}

.slide-circle:hover .slide-circle-span {
    color: white;
}
.regular-circle a:focus{
    outline: none;
}






.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: 6px 0;
	font-size: 15px;
	line-height: 1.42857143;
	border-top: 0;
	border-bottom: 1px solid #DAD0DF;
	color: #988676;
}

.table>tbody>tr>td {
	letter-spacing: 2px;
}

.btn-new {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #DDCCD9;
	border-radius: 0;
	letter-spacing: 3px;
	color: #1963AA;
}

.owl-carousel .owl-nav>div {
	position: absolute;
	display: inline-block;
	width: 30px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	opacity: .7;
	bottom: 45%;
}

.owl-carousel .owl-nav>div:hover {
	opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
	right: 5px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 5px;
}

.owl-carousel .owl-dot {
	background-color: #CBCBCB;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	margin: 0 5px;
	width: 15px;
	opacity: .7;
}

.owl-dots>.active {
	background-color: white;
}

.owl-carousel .active {
	opacity: 1;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-dots {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
}

@media (max-width: 600px) {

	.owl-carousel .owl-dots {
		display: block;
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: -25px;
	}

	.owl-carousel .owl-dot {
		background-color: #DBDBDB;
		border-radius: 50%;
		display: inline-block;
		height: 15px;
		margin: 0 5px;
		width: 15px;
		opacity: .7;
	}

	.owl-dots>.active {
		background-color: #1963AA;
	}
}

.caption {
	font-size: 18px;
	text-align: center;
	background-color: rgba(55, 117, 164, 0.5);
	padding: 20px 0 57px;
	color: white;
	letter-spacing: 1px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
}

@media (max-width: 600px) {
	.caption {
		font-size: 12px;
		text-align: center;
		background-color: rgba(55, 117, 164, 0.5);
		padding: 10px 0 10px;
		color: white;
		letter-spacing: 1px;
		position: absolute;
		z-index: 2;
		bottom: 0;
		width: 100%;
	}
}

.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: 6px 0;
	font-size: 15px;
	line-height: 1.42857143;
	border-top: 0;
	border-bottom: 1px solid #DAD0DF;
	color: #333;
}

.btn-search {
	display: inline-block;
	padding: 2px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.form-control-search {
	padding: 2px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.barlist a {
	color: black;
	font-size:1.1em;
	display: inline-block;
}

.barlist .active,
.barlist a:hover {
	color: #1963AA !important;
	font-weight: bold;
	border-bottom: 1px solid;
	text-decoration: none !important;
}

.morebtn {
	float: right;
}

#search-input {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
	border-color: #925B83;
	font-size: 12px;
	margin-right: 10px;
	color: white;
}

#search-btn {
	color: white;
	background-color: rgba(0, 0, 0, 0);
	border-color: #925B83;
	font-size: 12px;
}

#topbar-right {
	display: inline-block;
	margin-top: 11px;
	color: white;
	font-size: 13px;
	float: right;
}

#topbar-right a {
	color: white;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}


.photo-contact {
    background-image: url(/images/contact_photo.png);
    padding: 30px 0;
    font-size: 19px;
    font-family: cwTeXKai, serif;
    background-size: cover;
    background-position: center;
    position: relative;
}

.photo-contact::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(76, 135, 179, 0.8);
    display: inline-block;
    top: 0;
    left: 0;
}

.photo-text {
    background-image: url(/images/schedule_photo.png);
    padding: 30px 0;
    font-size: 19px;
    font-family: cwTeXKai, serif;
    background-size: cover;
    background-position: center;
    position: relative;
}

.photo-text::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 107, 101, 0.8);
    display: inline-block;
    top: 0;
    left: 0;
}


.inputstyle input,
.inputstyle textarea {
	background-color: rgba(0, 0, 0, 0);
	color: white;
}

#map {
	display: block;
	width: 100%;
	height: 550px;
	margin: 0;
}

.downloadtb a {
	color: #AB719E;
	margin: 5px 0;
	letter-spacing: 2px;
	font-size: 17px;
}

.downloadtb a:hover {
	color: #7C3069;
}

.paddingzero {
	padding: 0;
}

#footer a {
	color: white;
}

.navlist {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

.navlist a {
	color: white;
}

/*sm也會出現下拉選單*/
@media (max-width: 1200px) {
	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}
}

#fbicon {
	position: absolute;
	bottom: 20px;
	right: 32px;
}

@media (max-width: 768px) {
	#fbicon {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
	}
}

#owlimgdiv {
	position: absolute;
	z-index: 2;
	right: 55px;
	bottom: 130px;
}

#owlimg {
	width: 130px;
}

@media (max-width: 600px) {
	#owlimgdiv {
		position: absolute;
		z-index: 2;
		right: 25px;
		bottom: 30%;
	}

	#owlimg {
		width: 80px;
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	box-shadow: none;
	border: 0;
}

.listbar {
	padding: 7px 0;
	letter-spacing: 2px;
	border-bottom: 1px solid #9E4E8B;
}

.listbar a {
	color: white;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: none;
}

.textover2 a {
	color: black;
}

.tabletime>tbody>tr {
	border-top: 1px solid #B89EC4;
	border-bottom: 1px solid #B89EC4;
}

.tabletime>tbody>tr>td {
	border: 1px solid #B89EC4;
	font-weight: bold;
}

.tabletime>tbody>tr>td:last-child {
	border-right: 0;
}

.tabletime>tbody>tr>td:first-child {
	border-left: 0;
}

.tabletime>tbody>.tablepadding>td {
	/*padding: 91px 0;*/
    height: 240px;
    vertical-align:middle;
}

.tabletime>tbody>.tablepaddingf>td {
	/*padding: 40px 0;*/
    height:120px;
    vertical-align:middle;
}

@media (max-width: 500px) {
	.tabletime>tbody>.textmode>td>div {
		white-space: nowrap;
		writing-mode: vertical-lr;
	}
	.tabletime>tbody>tr>td {
		text-align: -webkit-center;
	}
	.tabletime>tbody>.tablepadding>td {
		padding: 40px 0;
		text-align: -webkit-center;
	}
	.tabletime>tbody>.tablepaddingf>td {
		padding: 10px 0;
		text-align: -webkit-center;
	}
}

.tabletime>tbody>.textcolor>td>div {
	color: white;
}

/*
#gotop {
	display: inline-block;
	position: absolute;
	z-index: 6;
	right: 4px;
	top: 82px;
}

@media (max-width: 1000px) {
	#gotop {
		display: inline-block;
		position: absolute;
		z-index: 6;
		right: 30px;
		top: 38px;
		width: 85px;
	}
}
*/

/*#morning::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 120%;
	z-index: -1;
	background-image: url(img2/White_frame1.png);
	background-repeat: no-repeat;
	left: 0;
	top: -61px;
}*/

#morning{
	background-color:white;
}
#afternoon{
	background-color:white;
}

/*#afternoon::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 120%;
	z-index: -1;
	background-image: url(img2/White_frame2.png);
	background-repeat: no-repeat;
	left: 0;
	top: -61px;
}*/

.phone {
	width: 100%;
	background-size: cover;
	background-image: url(/images/iconback.png);
	padding: 10px 18px;
	background-position: center center;
	border-radius: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	max-width: 600px;
}

.time {
	width: 100%;
	background-size: cover;
	background-image: url(/images/iconback.png);
	padding: 10px 18px;
	background-position: center center;
	border-radius: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	max-width: 600px;
}

.phonetext {
	display: inline-block;
	color: white;
	font-size: 21px;
	margin-top: 11px;
	margin-left: 12px;
}

.timetext {
	display: inline-block;
	color: white;
	font-size: 21px;
	margin-top: 11px;
	margin-left: 12px;
}

.imgx {
	float: left;
	margin-top: 20px;
}

@media (max-width: 600px) {
	.timetext {
		display: inline-block;
		color: white;
		font-size: 21px;
		margin-top: 11px;
		margin-left: 12px;
		text-align: center;
	}
	.imgx {
		float: none;
		margin-top: 20px!important;
		display: block;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	.time {
		text-align: center;
		width: 100%;
		background-size: cover;
		background-image: url(/images/iconback.png);
		padding: 10px 18px;
		background-position: center center;
		border-radius: 18px;
		font-weight: 400;
		letter-spacing: 2px;
		max-width: 600px;
	}
	.phone {
		text-align: center;
		width: 100%;
		background-size: cover;
		background-image: url(/images/iconback.png);
		padding: 10px 18px;
		background-position: center Ïcenter;
		border-radius: 18px;
		font-weight: 400;
		letter-spacing: 2px;
		max-width: 600px;
	}
}

/*news新加的*/
#imgsection {
	margin-top: 50px;
}

@media (min-width:992px) {
	#imgsection {
		margin-top: 0;
	}
}

#imgdiv {
	position: absolute;
	z-index: 2;
	right: 55px;
	top: 6%;
}

.droptitle {
	display: none;
}

.droptitle ul li {
	margin-top: 14px;
	list-style-type: none;
	text-align: left;
	font-size: 18px;
	color: #1963AA;
	position: relative;
}
.droptitle ul li:last-child{
	margin-bottom: 25px;
}
.droptitle ul li a{
	color:#1963AA;
}

.drophover {}
.drophover .active,
.drophover:before {
	content: '';
	background-image: url(/images/hoverimg.png);
	position: absolute;
	width: 22px;
	height: 30px;
	background-repeat: no-repeat;
	left: -32px;
	background-size: cover;
	top: -3px;
}

.menutitle {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.menutext {
	position: absolute;
	top: 21px;
	font-size: 18px;
	color: white;
	width: 100%;
	letter-spacing: 2px;
	left: 0;
}
/*news新加的 -- */

/*新增手機版側邊欄*/
        .sidebar {
            position: fixed;
            left: 0;
            top: 51px;
            width: 250px;
            /*calc(100vh - 70px)*/
            background-color: white;
            transform: translateX(-100%);
            transition: transform 0.3s ease-in-out;
            z-index: 6;
            cursor: pointer;
        }

        .sidebar-view {
            transform: translateX(0);
        }

        .sidebar ul {
            margin: 0;
            padding: 0;
        }

        .sidebar ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            position: relative;
        }

        .sidebar>ul>li>a {
            text-align: center;
            letter-spacing: 3px;
            color: #848484;
            display: block;
            padding: 20px 10px;
            border-bottom: solid 1px rgba(128, 128, 128, 0.3);
            text-decoration: none;
            font-size: 15px;
        }


        .sidebar-sub li a {
            background: #848484;
            color: white;
            border-bottom: 1px solid white;
            padding: 10px 10px;
            text-align: center;
            letter-spacing: 3px;
            display: block;
            text-decoration: none;
            font-size: 15px;
        }

        .sidebar-sub {
            display: none;
        }

        .menubtn {
            transform: rotate(45deg);
        }

        /*配合jq 開啟側邊欄時，畫面變暗*/
        body {
            position: relative;
        }
        .body-back {
            overflow: hidden;
        }

        .body-back::before {
            content: "";
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            z-index: 5;
            width: 100%;
            height: 100%;
        }

        .angle-right {
            position: absolute;
            right: 20px;
            font-size: 27px;
            top: 16px;
        }

        .plus-position {
            display: inline-block;
            background: linear-gradient(to right, #6FB3E0, #1963AA);
            padding: 16px 16px;
            border-radius: 0 15px 15px 0;
        }

/*新增手機版側邊欄*/


/* article ++ */
#article_title {
	font-family: "儷黑 Pro", "Microsoft JhengHei", "標楷體";
	font-size: 1.5em;
	color : #F2BAB7;
	font-weight: bold;
}

#article_content {
	font-family: "儷黑 Pro", "Microsoft JhengHei", "標楷體";
	font-size: 1.5em;
}

@media (min-width:768px) {
    #article_title {
        font-size: 2.5em;
    }
}

/* article -- */

#logoimg{}
#logoimg:hover{
	cursor:pointer;
}

.min_height_500 {
    min-height: 0px;
}

@media (min-width: 480px) {
    .min_height_500 {
        min-height: 500px;
    }
}


/* tools */
/*
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


.hidden-480 {
    display:none;
}
@media (min-width: 480px) {
    .hidden-480 {
        display:block;
    }
}
*/

/* back to top control css */
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 32px;
    height: 40px;
    font-size: 26px;
    background: #1963AA;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

#topcontrol:after {
    left: 8px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

hr { 
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.show_border {
	border:1px solid #000000;
}
