body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Roboto", "Helvetica Neue", Arial, sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden !important;
  background: #f5f5f5 url('/www/views_rwd/images/bg-repeat.png');
}
.form-control2 {
    display: inline-block;
    width: 70px;
    height: 34px;
    padding: 6px 6px;
    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;
}
.text-danger {
  color: #ED3B77;
}
.goods-select-group {
    display: inline-block;
}
.goods-item {
    border-bottom: 1px dashed #bdbdbd;
}
.color {
  color:#ff9600;
}
.menu_bg {
	background-color: #00673C;
  //border-bottom: 4px solid #ff8605;
  box-shadow: 0px 8px 16px -10px rgba(138, 138, 138, 0.5);
}
.foot_bg {
	background-color: #CF5411;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}
.title_1 {
	font-size: 19px;
	color: #019934;
	font-weight: bold;
	line-height: 24px;
}
.title_2{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}
.title_5{
	font-size: 36px;
	color: #ed3b77;
	line-height: 24px;
}
.foot_title {
	font-size: 35px;
	color: #019934;
	font-weight: bold;
	line-height: 45px;
}
.foot_text {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 26px;
  text-shadow: 2px 1px 1px #fff;
}

.btn-outlined.btn-theme:hover,
.btn-outlined.btn-theme:active {
    color: #ff9600;
    border-color: #ff9600;
	border-style:solid;
	border-width:2px;

}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #ed3c77;
  border: 1px solid #ed3c77;
  border-bottom-color: transparent;
  cursor: default;
  border-radius: 12px 12px 0px 0px;
}
.nav-tabs > li > a:hover {

  border-color: #ff7300;
  border-radius: 12px 12px 0px 0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ff7300;
  color: #fff;
}
.faq-cat-tabs li a {
	margin-right:7px;
    padding: 6px 10px 6px 10px;
    background-color: #ff9601;
    border: 1px solid #ff9601;
    color: #fff;
    font-size: 18px;
}

#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.3);
	text-shadow:none;
}

.skills_area {
    max-height: 400px;
    padding: 85px 0px;
    background-image: url(/www/views_rwd/images/skills_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    margin-top: 40px;
}
#footer{
	float: left;
	display: inline;
	width: 100%;
	padding: 10px;
	background-color: #bb4606;
}
.footer_left > p {
  color: #FFD2D2;
  margin-bottom: 0;
  margin-top: 0px;
  text-align: left;
}


/* 芳名錄 autocomplete use*/
.ulselect{
	//z-index:9999;
	margin-bottom:3px;
}
.ulselect input{
	margin-bottom:0;
}
.ulselect ul{
	position:absolute;
	overflow:hidden;
	//left:5em;
	display:none;
	background-color:#FFF;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	z-index:99;
}
.ulselect li{
	cursor: pointer;
	padding:5px 5px;
	border-bottom: 1px solid #C8C8C8;
}
.ulselect li:hover{
	background:#C8C8C8;
}
/* 芳名錄  手機模式 autocomplete use*/
.ulselect2{
	margin-bottom:3px;
}
.ulselect2 input{
	margin-bottom:0;
}
.ulselect2 ul{
	position:absolute;
	overflow:hidden;
	//left:5em;
	display:none;
	background-color:#FFF;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	z-index:99;
}
.ulselect2 li{
	cursor: pointer;
	padding:5px 5px;
	border-bottom: 1px solid #C8C8C8;
}
.ulselect2 li:hover{
	background:#C8C8C8;
}

/*1024一般解析度PC*/
@media(max-width:1199px ){
.title_5{
	font-size: 30px;
	color: #ed3b77;
	line-height: 24px;
}
.footer_left > p {
  color: #FFD2D2;
  margin-bottom: 0;
  margin-top: 0px;
  text-align: left;
}
}

/*平版設定*/
@media(max-width:991px ){
.title_5{
	font-size: 32px;
	color: #ed3b77;
	line-height: 24px;
}
.title_1 {
	font-size: 16px;
	color: #019934;
	font-weight: bold;
	line-height: 20px;
}
.footer_left > p {
  color: #FFD2D2;
  margin-bottom: 0;
  margin-top: 0px;
  text-align: center;
}
  .navbar-default .navbar-nav > li > a {
    font-size: 18px;padding: 9px 40px;	background-attachment: scroll;
  }
}

/*6吋-7吋*/
@media(max-width:767px ){
	.navbar-collapse{z-index: 9999;position: relative;z-index:99999;}


}

/*5-6吋手機*/
@media(max-width:480px ){
.title_5{
	font-size: 26px;
	color: #ed3b77;
	line-height: 24px;
}

}

/*4-5吋手機*/
@media(max-width:360px ){
.title_5{
	font-size: 26px;
	color: #ed3b77;
	line-height: 24px;
}

}

/*4吋手機*/
@media(max-width:320px ){
.title_5{
	font-size: 26px;
	color: #ed3b77;
	line-height: 24px;
}
}

/*輪播看板_圖片調整*/
.index_banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 0.3s;
}

/*自訂*/

.color_w { color: #fff; }
.navbar-nav .open .dropdown-menu { background: #ed3c77; border-radius: 0; }
.img-border { border: 1px solid #dedede; }

.ac-container { background: transparent; padding:0px 0px;}
.ac-container label:hover { background: #7ec6a0; }
.ac-container input:checked ~ article { box-shadow: none; }
.ac-container input:checked + label, .ac-container input:checked + label:hover { background:transparent; }

.ac-container label:hover,
.ac-container input:checked + label, .ac-container input:checked + label:hover { background: #40884d; }

#cd-footer #logo-footer {
    font-size: 22px;
    font-weight: 900;
}

#cd-footer, #cd-footer a {
    color: #333; font-size: 15px;
}

#info-footer {
    margin-top: 10px; padding: 0;
}
#nav-footer {
    margin-top: 60px;
}

#cd-footer #order-epaper-form {
    margin-top: 15px;
}

#copyright, #copyright a { color: #fff; }

#register-newsletter {
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #e2e2e2;
  padding: 10px 15px 25px;
}
#register-newsletter input[type="email"] {
  padding: 0 6px 2px;
  width: 69%;
}
#register-newsletter input {
  line-height: 25px;
  border: 1px solid #fff;
}
#register-newsletter .btn {
    border-radius: 0;
    margin: 0;
    padding: 2px 12px;
    border: 1px solid #fff;
    background: #ff9600;
    color: #fff;
}
#register-newsletter .btn:hover {
    background: #ff6c00;
}
/*手機版選單調整*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
}
.navbar-nav .open .dropdown-menu {
    background: #ed3c77;
}
.btn-red { background: #f24; color: #fff; }
.btn-red:hover { background: #c00; color: #fff; }
.card { position: relative; overflow: hidden; background: #fff; }
.card .card-content { padding: 0 15px 15px; }

#current .current-content {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 0 1 3px #666;
  margin-bottom: 25px;
}
#current h3 {
    margin-top: 0;
    line-height: 50px;
    font-weight: bold;
}
.project-flag {
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: -29px;
    width: 115px;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    color: #fff;
    text-align: center;
    box-shadow: 0 0 2px #ccc;
    background: #ff9600;
    line-height: 32px;
}



.pop {
  display: none;
  position: fixed;
  top: 3%;
  left: 5%;
  right: 0%;
  width: 90%;
  height: auto;
  max-height: 420px;
  padding-top: 24px;
  padding-bottom: 34px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  outline: 10px solid rgba(0, 0, 0, 0.1);
  z-index: 999999999999999999999999999999999999;
  overflow-y: scroll;
}
.pop > h1 {
  padding: 30px 30px 10px 30px;
  color: #2a3644;
  font-size: 100%;
}
.pop > p {
  padding-left: 30px;
  font-size: 100%;
  color: #777;
}
.pop > span {
  cursor: pointer;
  position: absolute;
  top: 4%;
  right: 4%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #cccccc;
  color: #ffffff;
  padding: 6px 0px 0px 9px;
  width: 30px;
  height: 30px;
}
@media (max-width: 320px) {
  #project-map img { margin-left: -15px; }
}

.pop-content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.pop-content ul li { line-height: 30px; margin: 10px auto; }
.pop-content .label { font-size: 18px; }

@media (min-width: 768px) {
  .pop { display: none; }
}

/*愛心訊息頁面*/
#support_form .form-group > label { text-align: left; }
@media (min-width: 800px) {
  #support_form .form-group > label { padding-left: 60px; }
}

/*覆蓋BS的手機版漢堡選單icon*/
@media (max-width:768px) {
  .navbar-default .navbar-nav>li>a {
    font-weight: 500;
    text-shadow: none;
  }
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
  }
  .navbar-default .navbar-toggle {
    background-color: transparent;
    border: none;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .skills_area { max-height: 160px; padding: 25px 0px; }
  .foot_title { font-size: 25px; }
}
@media (max-width: 320px) {
  .skills_area { height: 100px; padding: 10px 0; }
  .foot_title { font-size: 18px; }
}

/*2017年9月1日新增*/
/*捐款與義賣的頁面*/
.project-flag--top {
  background: red;
}
@media (max-width: 767px) {
  #cd-footer {
    background-size: contain;
    background-position: center 81%;
  }
}
#project-map b {
  font-size: 20px;
  color: #ff6000;
}

#cd-footer .btn-pk {
  background: #ff88a3; /*#ed3b77;*/ color: #fff;
}
#cd-footer .btn-pk:hover {
  background: #ed3b77; color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #fff;
}

.content_w_revise { width: 80%; margin-right: auto; margin-left: auto; }
@media (max-width: 767px) {
  .content_w_revise { width: 100%; }
}

.goods-item { border-bottom: 1px dashed #bdbdbd; }
.goods-item:last-child { border-bottom: none; }
.goods-title { margin-top: 0; }
.goods-select-group { display: inline-block; }
.goods-select-group select { height: 30px; }
.goods-price { font-size: 16px; line-height: 24px; }
@media (max-width: 767px) {
  .goods-select-group { width: 100%; margin-top: 6px; margin-bottom: 6px; }
}


/*蓋BS*/
.text-danger { color: #ED3B77; }
a:hover, a:focus { text-decoration: none; }

.title_black {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

/*2019.0718 FOOTER新增*/
.footer_link{
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
}
.footer_link img{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.footer_link span{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.link1,
.footer_link.link1 span{
  color: #582311;
}
.link2,
.footer_link.link2 span{
  color: #761b7b;
}
.link3,
.footer_link.link3 span{
  color: hsla(350, 90%, 60%, 1);
}
.footer_link.link3 img{
  fill:hsla(350, 90%, 60%, 1);;
}