.project_section {
	/*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif;*/
}
.new_project .nav-item {
    width: 48%;
}
.new_project .nav-link {
    color: #666;
    background-color: #fff;
}
.new_project .nav .nav-link, .new_project .nav-tabs .nav-link {
    position: relative;
    padding: 0.5rem 0.5rem;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    border-radius: 0;
}
.new_project .nav .nav-link:hover, .new_project .nav .nav-link.active, .new_project .nav .nav-link.active:hover {
    color: #FFF;
    background-color: var(--color1);
}
.new_project .nav-link {
    margin: auto 0.2rem;
    border-radius: 2rem;
}
.btn_circle2 {
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid hsla(0, 100%, 100%, 1);}
/*.stepwizard .stepwizard_step:nth-child(4) .btn_circle2.disabled {
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid hsla(0, 100%, 100%, 1);
}*/

a.btn_circle2:not(.disabled):hover, a.btn_circle2:not(.disabled):focus { 
  color: #FFF;
  background: var(--color1);}
.btn-noactive, a.btn-noactive:not([href]) {
	padding: 15px;
    width: 53px;
    height: 53px;
    border: 1px solid hsl(200, 20%, 95%);
    border-radius: 50%;
    text-align: center;
}	
.stepwizard2 a.btn-active {
    color: #FFF;
    background: var(--color1);
    border-color: var(--color1);
}
/*.stepwizard.page .stepwizard_step:nth-child(3) .btn_circle {
    padding: 15px 16px;
}*/
.stepwizard.page .stepwizard_step p {
    font-size: 15px;
}

.fa-money-check:before {
    content: "\f0ae";
}

.donate-type-btn {
	width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border-spacing: 2px;
    height: 80px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
}
.donate-type-btn .nav-link {
    font-weight: normal;
    display: inline-block;
    width: 100%;
    line-height: 80px;
    background: #d8d8d8;
    vertical-align: middle;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    margin-left: 1px;
	padding: unset;
}
.donate-type-btn .nav-link:hover{
  background: #666;
}
.donate-type-btn .nav-link.active{
    background-color: var(--color1);
}
.setup_content .donate-type-btn .nav-link.active:after {
    content: unset;
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 480px){
	.stepwizard_info label, .stepwizard_info_page label {
		font-size: 1rem;
	}
	.stepwizard.page .stepwizard_step p {
		font-size: 15px;
	}
}
/*== 捐款項目 A ==*/
/*.price-set-btn div {
  font-size: 14px;
  font-weight: normal;
  padding: 28px 0 20px 0;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  position:relative;
  line-height: 2.6em;
  -webkit-transition: all ease-in-out .2s;
       -o-transition: all ease-in-out .2s;
          transition: all ease-in-out .2s;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.price-set-btn .amount{
  display: inline-block;
  width: 45%;	
  font-size: 26px;
  color: gray;
  vertical-align: bottom;
      margin-top: 0.5rem;
}
.price-set-btn div.active, 
.price-set-btn div:hover,
.price-set-btn div.active span.numberlimit,
.price-set-btn div:hover span.numberlimit,
.price-set-btn div.active span.amount,
.price-set-btn div:hover span.amount,
.price-set-btn div.active span.description,
.price-set-btn div:hover span.description {
  color: var(--color1);
}
.price-set-btn div.active, 
.price-set-btn div.active span.description{
  font-weight: 900;  
}
.price-set-btn div:before {
  content: "";
  line-height: unset;
  position: absolute;
  top: 2px;
  font-weight: bold;
}
.price-set-btn div span.numberlimit{
	line-height: unset;
    position: absolute;
    top: 2px;
    font-weight: bold;
	color: gray;
}
.price-set-btn div span.description {
  text-align: right;
  font-weight: normal;
  font-size: 24px;
  position: relative;
  right: 0;
  display: inline-block;
  width: inherit;
  color: gray;
  margin: 0;
  line-height: 1.1;
  -webkit-transition: all ease-in-out .2s;
       -o-transition: all ease-in-out .2s;
          transition: all ease-in-out .2s;
}
.price-set-btn div span.description.multitext {
  font-size: 18px;
  width: 180px;
  line-height: 1.2em;
}
*/
/*== 捐款項目 B ==*/
.form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.form-item-sel > label {
    display: block;
}
.form-item:first-child {
    margin-top: 0;
}
.form-item-sel .form-elem-label {
    display: flex;
	height: 90px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f5f5f5;
    transition: .3s all;
}
.form-item-sel .form-elem-label .b-info {
    /*display: flex;*/
    position: relative;
    padding: 15px 20px;
    width: calc(100% - 35vw);
    text-align: left;
    /*top: 0;*/
    line-height: 1.7;
    font-size: 1.2rem;
	font-weight: normal;
    color: #666666;
	
}
.form-item-sel .form-elem-label .b-info:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 1px;
    height: 60px;
    background: #d9d9d9;
}
.form-item-sel .form-elem-label .b-price {
    width: 35vw;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    order: 3;
    color: #666666;
	/*display: flex;
	padding: 0 20px;*/
}
.form-item-sel .form-elem-label .b-price .b-number{
	font-size: 2rem;
	/*display: inline-block;
	vertical-align: bottom;
	margin-top: 1.7rem;*/
}
.form-item-sel .form-elem-label .b-price .b-text{
	font-size: 1rem;
    /*position: absolute;*/
}
.form-item-sel .form-elem-label:hover {
    border: 1px solid var(--color1);
}
.form-item-sel.active .form-elem-label {
    border: 1px solid var(--color1);	
}
.form-item-sel.active .form-elem-label .b-info,
.form-item-sel.active .form-elem-label .b-number,
.form-item-sel.active .form-elem-label .b-text,
.form-item-sel .form-elem-label:hover .b-info,
.form-item-sel .form-elem-label:hover .b-number,
.form-item-sel .form-elem-label:hover .b-text {
	font-weight: normal;
	color: var(--color1);
}
@media screen and (min-width: 768px){
	.form-item-sel .form-elem-label .b-info {
		width: calc(100% - 170px);
	}
	.form-item-sel .form-elem-label .b-price {
		width: 170px;
	}
}

/*== 金額輸入框 $ ==*/
.setup_content .money_group button {
    margin: 0.5rem 0.25rem 0 0;
    padding: 0.375rem 0;
    width: 8.7rem;
    height: 45px;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 0;
}

.setup_content .money_group2 input {
  margin: .5rem 0 0 0;
  padding: .375rem .5rem .375rem .5rem;
  width: 8.7rem;
  height: 45px;
  font-size: 1.25rem;
  text-align: left;}
.setup_content .money_group2 input:focus {
	text-align: left;}
.form_error,.form_error i {
    color: var(--red)
}

.setup_content .custom-input-block{
  margin: 1rem 0;
}
.setup_content .custom-input-block label{
  font-size: 1rem;
  padding: 0 10px 0 0;
}
.setup_content .custom-input-block div input.custom-input{
  //font-size: 1rem;
  //border-radius: 20px;
  height: 40px;
  //background: #d8d8d8;
  //border: none;
  //font-weight: bold;
  padding: 0 15px;
  //color: white;
  width: 75%;
  display: inline-block;
  -webkit-transition: all ease-in-out .2s;
       -o-transition: all ease-in-out .2s;
          transition: all ease-in-out .2s;
  
}
.setup_content .custom-input-block input.active,
.setup_content .custom-input-block input.active:hover{
  //background: var(--color1);
}
.setup_content .custom-input-block input:hover {
  //background: grey;
}
.setup_content .custom-input-block input::placeholder {
  //color: white;
}

.setup_content .custom-input-block div .btn-outline-brightgreen {
    padding: 0.5rem;
    min-width: auto;
	font-size: 30px;
    line-height: 30px;
	margin-left: 1rem;
}

.setup_content .custom-control select option:disabled {
	color: #d2d2d2;
}

/*== 捐款資料表單按鈕 ==*/
[data-btn] {
    margin: 0.5rem 0.5rem 0.5rem 0;
    padding: 0.375rem 1.2rem;
    border-radius: 0;
}

/*== 付款方式按鈕 ==*/
[data-btn].active {
    color: #fff;
    background-color: var(--color1);
}

/*== 確認填寫資訊 ==*/
.header-dark {
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 10px;
    padding: 4px 0;
    width: auto;
    text-indent: 0;
    font-size: 1.25rem;
    color: #3E3E3E;
    border: none;
    background: white;
}
.header-dark:before {
    content: " ";
    border-bottom: 1px solid #CFCEC3;
    width: 100%;
    height: 20px;
    position: absolute;
    display: block;
    bottom: 6px;
}
.check-form-info fieldset{
	margin-bottom: 10px;
	padding: 4px 0;
}
#check-offeringlist-info {
    padding: 20px 0 0 0;
    /*background: #f0f0f0;*/
	/*border-bottom: 1px solid #CFCEC3;*/
	margin-bottom: 20px;
}
#check-offeringlist-info label {
   font-weight: normal;
}
.form-item-sel .form-elem-check-label {
    display: flex;
	min-height: 90px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f5f5f5;
    transition: .3s all;
}
.form-item-sel .form-elem-check-label .c-info {
    /*display: flex;*/
    position: relative;
    padding: 5px 10px;
    width: calc(100% - 31vw);
    text-align: left;
    /*top: 0;*/
    line-height: 1.5;
    font-size: 1.2rem;
	font-weight: normal;
    color: #666666;
	/*margin-top: 1rem;*/
}
.form-item-sel .form-elem-check-label .c-info:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 1px;
    height: 60px;
    background: #d9d9d9;
}
.form-item-sel .form-elem-check-label .c-item {
    /*font-size: 1.2rem;
	display: inline-block;
	vertical-align: bottom;
	margin-top: 1rem;
	margin-bottom: 0.5rem;*/
}
.form-item-sel .form-elem-check-label .c-during {
    font-size: 1rem;
}
.form-item-sel .form-elem-check-label .c-tag {
    font-size: 1rem;
	color: #000;
    /*position: absolute;
	top: inherit;*/
}
.form-item-sel .form-elem-check-label .c-price {
    width: 31vw;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    order: 3;
    color: #666666;
	/*display: flex;
	padding: 0 10px;*/
}
.form-item-sel .form-elem-check-label .c-price .c-number{
	font-size: 1.7rem;
	/*display: inline-block;
	vertical-align: bottom;
	margin-top: 1rem;*/
}
.form-item-sel .form-elem-check-label .c-price .c-text{
	font-size: 1rem;
    /*position: absolute;*/
}
.form-item-sel.active .form-elem-check-label {
    border: 1px solid var(--color1);
	border-top: 5px solid var(--color1);
}
.form-item-sel.active .form-elem-check-label .c-info,
.form-item-sel.active .form-elem-check-label .c-number,
.form-item-sel.active .form-elem-check-label .c-text {
	font-weight: normal;
	color: var(--color1);
}
@media screen and (min-width: 768px){
	.form-item-sel .form-elem-check-label .c-info {
		width: calc(100% - 170px);
	}
	.form-item-sel .form-elem-check-label .c-price {
		width: 170px;
	}
	.disnone {
		display: none;
	}
}

.chk-tr {
	display: table-row;
}
.chk-dt {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	font-size: 1rem;
	color: #666666;
	/*border-bottom: 1px solid #CFCEC3;*/
    padding-bottom: 10px;
	max-width: 130px;
	width: 32%;
}
.chk-dd {
	display: table-cell;
	vertical-align: top;
	padding-left: 24px;
    word-break: break-word;	
	font-size: 1rem;
	color: #0577ad;
	/*border-bottom: 1px solid #CFCEC3;*/
    padding-bottom: 5px;
}
.chk-rdt {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	font-size: 1rem;
	color: #666666;
	/*border-bottom: 1px solid #CFCEC3;*/
    padding-bottom: 10px;
	max-width: 130px;
	width: 32%;
}
.chk-rdd {
	display: table-cell;
	vertical-align: top;
	padding-left: 24px;
    word-break: break-word;	
	font-size: 1rem;
	color: #0577ad;
	/*border-bottom: 1px solid #CFCEC3;*/
    padding-bottom: 5px;
}

/*== 定期定額 信用卡資料 ==*/
.credits_title {
    /*display: flex;
	align-items: center;*/
    background: #eee;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;    
    font-size: 18px;
    /*justify-content: flex-end;*/
    padding: 15px 20px;
}
.credits_row {
    /*list-style: none;*/
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    margin-bottom: 25px;
    overflow: hidden;
}
.cardno_type {
    position: absolute;
    right: 1rem;
    top: 50%;
    color: #666;
    font-size: var(--font18);
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.img_type {
    width: 4rem;
    /*height: 3.125rem;*/
    aspect-ratio: 8/4;
}

/*== skeleton ==*/
.ball-clip-rotate{padding:50%}
.ball-clip-rotate>div{
	border-radius:100%;margin:2px;border:2px solid #000;border-bottom-color:transparent;height:26px;width:26px;background:0 0!important;display:inline-block;
	-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite;
}
@keyframes rotate{
	0%{-webkit-transform:rotate(0);transform:rotate(0)}
	50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes scale{
	30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}
}
  
.setup_content {
    margin-top: 0px;
}
.setup_content {
    position: relative;
    line-height: 1.5;
}
.setup_content.type-is-front {
    z-index: unset;
    display: block;
    max-width: unset;
    overflow: unset;
}
.setup_content.type-is-back {
    position: absolute;
    z-index: -1;
    max-width: 0;
    overflow: hidden;
}

/*== skeleton loading ==*/
.skeleton {
	animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
	0% {
		background-color: hsl(200, 20%, 70%);
	}
	100% {
		background-color: hsl(200, 20%, 95%);
	}
}

.skeleton-title {
	width: 100%;
	height: 1rem;
	min-height: 28px;
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
}

.skeleton-recruitno {
	width: 290px;
	height: 22px;
	border-radius: 0.25rem;
}
.skeleton-recruitno:last-child{
	margin-top: 0.5rem;
}

.skeleton-jfontsize {
	width: 35px;
	height: 35px;
	margin-bottom: 0.5rem;
	margin-left: 0.25rem;
	border: 1px solid hsl(200, 20%, 95%);
	border-radius: 50%;
	text-align: center;
}

.skeleton-progress-money {
	width: 60%;
	height: 28px;
	margin-bottom: 16px;
	border-radius: 0.25rem;
}

.skeleton-progress-bar {
	width: 100%;
	height: 16px;
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
}

.skeleton-summary {
	width: 100%
	height: 100%;
	min-height: 18px;
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
}
.skeleton-summary:last-child{
	width: 80%;
}

.skeleton-text {
	width: 100%;
	height: 100%;
	min-height: 18px;
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
}
.skeleton-text:last-child{
	width: 65%;
}

#project-summary {
	margin: 5% 10%;
    padding-left: 15px;
    line-height: 1.8;
    font-style: italic;
    color: #777;
}
.stepwizard_step_temp {
    position: relative;
    text-align: center;
}

.skeleton-icon {
	width: 53px;
	height: 53px;
	border: 1px solid hsl(200, 20%, 95%);
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}
.skeleton-icon-text {
	width: 72px;
	height: 27px;
	border-radius: 0.25rem;
}

.stepwizard.page .stepwizard-top-temp {
    position: relative;
}

.stepwizard-top-temp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1rem 0 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stepwizard-top-temp:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 50px;
    bottom: 0;
    width: 85%;
    height: 5px;
}

.skeleton-tab {
	width: 122px;
	/*height: 51px;*/
	height: 80px;
	/*margin: 0 0.25rem 0 0.25rem;*/
}

.skeleton-offeringlist-text {
	width: 25%;
	height: 24px;
	border-radius: 0.25rem;
    margin-top: 0.5rem;
}
.skeleton-offeringlist-select {
	width: 100%;
	/*height: 44px;*/
	height: 92px;
	border-radius: 0.25rem;
}
.skeleton-offeringlist-input {
	width: 30%;
	height: 45px;
	border-radius: 0.25rem;
	margin: 0.5rem 0.5rem 0 0;
	border: 0px solid hsl(200, 20%, 95%);
}
.skeleton-offeringlist-input-price {
	width: 78%;
	height: 45px;
	border-radius: 0.25rem;
	margin: 0.5rem 0.5rem 0 0;
	border: 0px solid hsl(200, 20%, 95%);
}
.skeleton-offeringlist-paybtn {
	width: 11.7rem;
	height: 60px;
	margin: 0.5rem 0.25rem 0 0;
}
.skeleton-offeringlist-btn {
	min-width: 8.4rem;
    height: 3.125rem;
    margin-right: 0.5rem;
}
.skeleton-offeringlist-addbtn {
	/*width: 35px;
	height: 35px;*/
	width: 45px;
	height: 45px;
	/*margin-bottom: 0.5rem;*/	
	margin-left: 0;
	border: 1px solid hsl(200, 20%, 95%);
	border-radius: 50%;
	text-align: center;
	padding: 0.5rem;
	display: block;
}
.skeleton-attr-input {
	width: 100%;
	height: 45px;
	border-radius: 0.25rem;
	margin: 0.5rem 0.5rem 0 0;
	border: 0px solid hsl(200, 20%, 95%);
}
.stepwizard-btn-temp {
    margin-top: 1rem;
    text-align: center;
}
.stepwizard-btn-temp button {
	margin-right: 5px;	
	font-size: 1.125rem;
}
.stepwizard.page .stepwizard-btn-temp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.stepwizard.page .stepwizard-btn-temp {
    margin-top: 3rem;
}
.stepwizard.page .stepwizard-btn-temp.step1 .one {
    margin-left: 4rem;
    margin-right: 0.5rem;
}
@media (max-width: 480px){
	.stepwizard.page .stepwizard-btn-temp.step1{
		display: block;
	}
	.skeleton-offeringlist-btn {
		width: 100%;
		height: 3.125rem;
		margin-top: 1rem;
	}
	.skeleton-offeringlist-paybtn {
		width: calc( 100% / 2 - 5px );
		height: 3rem;
		font-size: 1.125rem;
	}
}
.agree_box {
    position: relative;
    text-align: left;
}

.agree_box .checkbox {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
	cursor: pointer;
}

.agree_box .labelbox {
    margin: 0;
    padding: 14px 45px 14px;
    height: 100%;
    width: 100%;
    line-height: 130%;
    font-size: 16px;
    display: block;
    background: #FFF url(/assets/images/check.png) left center no-repeat;
    border: 1px solid #ececec;
}

.agree_box .labelbox a {
    position: relative;
    z-index: 2;
}

.checkbox:checked+label {
    background: #FFF;
    border: 1px solid #ececec;
}

.checkbox:checked+label img {
    display: block !important;
}

.check_taggle {
    position: absolute;
    left: 1px;
    top: 50%;
    height: 100%;
    z-index: 0;
    display: block;
    transform: translateY(-24px);
}

.agree_box .note {
    background: url(/assets/images/note_icon.png);
    background-size: 24px 24px;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 15px;
    cursor: pointer;
    z-index: 2;
    transform: translateY(-50%);
}

.agree_box .note_area {
    position: absolute;
    min-width: 100%;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 99;
}

.note_dialog {
    position: relative;
    text-align: left;
    border: 1px solid #ffde8c;
    background: #ffeab6;
    color: #d53f21;
    border-radius: 10px;
    padding: 15px 25px;
}

.agree_box .note_dialog p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 150%;
}

.agree_box .note_dialog a {
    color: #d53f21;
    text-decoration: underline;
}  

/* Update by Alice 2025/05/20 Start*/
.project_main{
    .new_project{
        box-shadow: none;
        .nav-link{
            background-color: transparent;
            color: var(--color1);
            border: 2px solid var(--color1);
            transition: all .3s;
            &:hover{
                background-color: var(--color1);
                color: #fff;
                border: 2px solid var(--color1);
                transition: all .3s;
            }
            &.active{
                background-color: transparent;
                color: var(--color1);
                border: 2px solid var(--color1);
                transition: all .3s;
            }
        }
    }
    .project{
        .pane_txt{
            display: block;
            padding-bottom: 100px;
            opacity: 1 !important;
            .readmore{
                display: none;
            }
        }
    }
} 

.quik_link a{
    display: none;
}
@media screen and (max-width:576px) {    
    .pane_block{
        height: 70vh;
        position: relative;
        overflow: hidden;        
        transition: all .5s;
    }
    .pane_block::before{
        content: '';
        width: 100%;
        height: 50px;        
        background: linear-gradient(to bottom,  hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,1) 100%);
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .pane_block.active{
        height: auto;
        transition: all .5s;
    }
    .pane_block.active::before{
        display: none;
    }
    .project .pane_txt{
        padding-bottom: 100px;
        position: relative;
    }
    .project .pane_txt .readmore{        
        display: block;
        background-color:#FFF;
        color:#C00;
        font-size: 20px;
        line-height: 40px;
        border: 2px solid #C00;
        padding: 0 40px;
        position: absolute;
        left: 50%;
        bottom: 40px;
        z-index:10;
        transform: translateX(-50%);
        transition: all .5s;
    }
    .project .pane_txt .readmore:hover,
    .project .pane_txt .readmore:active,
    .project .pane_txt .readmore:focus{
        background-color: #C00;
        color: #FFF;
        transition: all .5s;
    }
    .quik_link{
        position: fixed;
        right: 0;
        bottom: 20%;
        z-index: 1000;
    }
    .quik_link a{
        display: block;
        width: 35px;
        height: auto;
        background-color: #C00;
        color:#FFF;
        font-weight: 600;
        text-align: center;
        box-shadow: 0px 3px 10px hsla(0, 0%, 0%, .1);
        border: 3px solid #C00;
        border-right: 0;
        border-radius: 6px 0 0 6px;
        padding: 10px 0;
        opacity: .5;
        transform: translateX(0);
        transition: all .5s;
        i{
            animation-name:heart_beat;
            animation-duration:1s;            
            animation-iteration-count:infinite;
        }
        &:hover,
        &:focus,
        &:active{
            background-color: #C00;
            color:#FFF;
            opacity: .8;
            transition: all .5s;
        }
        &.active{
            transform: translateX(90%);
            transition: all .5s;
        }
    }
    .quik_link .arrow{
        display: block;
        width: 100%;
        height: auto;
        background-color: transparent;
        border: none;
        padding: 20px 5px 0 10px;

        &::before, &::after{
            content: '';
            display: block;
            width: 20px;
            height: 3px;
            background-color: #999;
        }
        &::before{
            transform-origin: right center;
            transform: rotateZ(-45deg);
            transition: all .5s;
}
        &::after{
            transform-origin: right center;
            transform: rotateZ(45deg);
            transition: all .5s;
}
        &.active{
            &::before{
                transform-origin: left center;
                transform: rotateZ(45deg);
                transition: all .5s;
}
            &::after{
                transform-origin: left center;
                transform: rotateZ(-45deg);
                transition: all .5s;
}
        }
    }
}

@keyframes heart_beat{
    0%{
        transform: scale(1);
    }
    20%{
        transform: scale(1.2);
    }
    40%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    60%{
        transform: scale(1);
    }
    100%{
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .stepwizard.page .stepwizard_btn.step1 .btn {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}

/* 修改頁尾社群跑版問題 start*/
@media (max-width: 576px) {
    .fixed_bottom .share_wrap a{
        display: block;
        padding: 0;
    }
    .fixed_bottom i{
        line-height: 1;
    }
    .fixed_bottom .share_wrap a > div{
        margin-top: 0;
    }
}
/* 修改頁尾社群跑版問題 END */