:root{
    --color: #0087cb;
}
*, *::before, *::after{
    box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.6;
    font-family: 'Noto Sans TC', sans-serif;
	letter-spacing: 0.5px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #242424;
}
a{
    text-decoration: none;
    transition: .5s;
}
a:hover{
    text-decoration: none;
}
img{ width: 100%;}

.wrapper_cover {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.75);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.body.nav-open {
  overflow: hidden;
}

header{
    text-align: center;
    position: relative;
    top: 0;
    z-index: 1000;
    width: 100%; 
    transition: top 0.8s;
	background: none;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
header .container{
    display: flex;
    position: relative;
    margin: 0px auto;
	justify-content: space-between;
	max-width: inherit;
	padding: 15px 40px;
	align-items: center;
	width: 100%;
}
.logo{ width: 190px; display: inline-flex;}

.web{ display: block;}
.mo{ display: none;}

/* navigation style start*/
.nav-toggle{
    display: none;
}
.nav-toggle-label{
    position: absolute;
    top: 0;
    left: 30px;
    height: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
	z-index: 100;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after{
    display: block;
    background: #333;
    height: 3px;
    width: 1.6em;
    border-right: 2px;
    position: relative;
    transition: 0.2s;
}
.navbar-fixed-top .nav-toggle-label span,
.navbar-fixed-top .nav-toggle-label span::before,
.navbar-fixed-top .nav-toggle-label span::after,
.top_open .nav-toggle-label span,
.top_open .nav-toggle-label span::before,
.top_open .nav-toggle-label span::after{
	background: #333;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after{
    content: "";
    position: absolute;
}
.nav-toggle-label span::before{
    bottom: 8px;
}
.nav-toggle-label span::after{
    top: 8px;
}
.nav-toggle-label.close span{
    background: transparent;
}
.nav-toggle-label.close span:before{
    top: 0 ;
    bottom: 0;
    transform: rotateZ(45deg);
}
.nav-toggle-label.close span:after{
    top: 0;
    bottom:0;
    transform: rotateZ(-45deg);
}

.nav-toggle-label {
    display: none;
}
/* navigation style end*/

nav{
    display: flex;
    justify-content: flex-end;
}
nav ul{ 
    position: relative;
    display: flex;
	align-items: center;
	margin: 0px;
}
nav ul li{
    display: flex;
	align-items: center;
    transition: 0.3s ease-in-out;
    position: relative;
	height: 100%;
	margin: 0px 5px;
}
nav ul li a{
    color: #666;
    text-decoration: none;
    padding: 0px 20px;
    display: block;
    font-size: 18px;
    line-height: 1.4;
    text-transform: inherit;
	font-weight: 500;
	letter-spacing: 0;
}

nav ul li a i{ margin-right: 5px;}
nav ul li a:hover{
    color: var(--color);
}
nav ul li a:focus{
	opacity: 1;
}

nav ul li a.dona_link{ 
	height: 100%; 
	color: var(--color); 
	border-radius: 10px; 
	font-weight: 700; 
	letter-spacing: 0px; 
	font-size: 17px; 
	padding: 12px 20px;
	border: 1px solid var(--color);
}
nav ul li a.dona_link:hover{ background: var(--color); color: #fff; opacity: 1;}
nav ul li a.dona_link i{ margin: 0;}

nav ul li a.upload_link{
	color: #c9623e;
	border: 1px solid #c9623e;
	background: #fff;
}
nav ul li a.upload_link:hover{ background: #c9623e;}
nav ul li a.upload_link i{
	margin-right: 5px;
}

nav ul li.top_right .lang{ display: flex; align-items: center; height: 100%;}
nav ul li.top_right .lang a{ word-break: keep-all; padding: 0 0 0 10px; font-size: 0.8rem; color:var(--color);}
nav ul li.top_right .lang a i{transition: 0.5s; margin-top: 4px;}
nav ul li.top_right .lang a:hover{ opacity: 0.5;}
nav ul li.top_right .lang a:hover i{ transform: translateX(5px);}

.navbar-fixed-top nav ul li a{font-size: 18px;}
.navbar-fixed-top nav ul li a b{ font-size: 14px;}

header.navbar-fixed-top{ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 0px 14px 0 rgba(0, 0, 0, 0.05);  position: fixed;  background: #fff; }
header.navbar-fixed-top .container{ padding: 12px 25px; }

header.navbar-fixed-top .logo{ width: 170px; display: inline-flex; vertical-align: middle;}

header.navbar-fixed-top .logo img{ display: flex;}
header.navbar-fixed-top .logo_bw img{ display: flex;}

header.navbar-fixed-top .logo img.web{ display: flex;}
header.navbar-fixed-top .logo img.mo{ display: none;}

header.navbar-fixed-top nav ul{ margin: 10px 0 10px;}

.mo_upload_link{ 
	display: none; 
	position: absolute; 
	border: 1px solid #c9623e; 
	color: #c9623e; 
	top: 26px; 
	right: 30px;
	padding: 5px 10px;
	border-radius: 6px;
	letter-spacing: -0.2px;
	background:  #fff;
}
.mo_upload_link:hover{
	background: #c9623e;
	color: #fff;
}
.mo_upload_link span{
	font-weight: 600;
}


.slide-bottom {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-up {
    -webkit-animation: slide-up 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-up 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.hero{	
	background: none;
	overflow: hidden;
	position: relative;
	background: #fafafa;
}
.hero .container{
	padding: 0px;
	max-width: inherit;
}



/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}
@keyframes slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}


.headtop {
    width: 100%;
	max-width: 1200px;
    position: relative;
	margin: 0px auto 0;
 }
.top_logo{
    background-color: #007BC7;
    width: 100%;
	margin: 0px auto 25px;
}
.t_logo_container{
    width: 100%;
	max-width: 1200px;
    margin: auto;
    position: relative;
    height: 86px;
	padding: 0 25px;
}
.top_logo .spca_logo{
    position: absolute;
    top: 50%;
    left: 1%;
    width: 160px;
    height: auto;
	transform: translateY(-50%);
}
.spca_logo img{
    width: 100%;
}
.lang_b{
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 2%;
    color: #fff;
    font-size: 0.9em;
}
.lang_b a{
    color: rgba(255,255,255,0.5);
}
.lang_b a:hover{
    color: rgba(255,255,255,1);
}
.lang_b .lang_divd{
    border-left: 1px solid #fff;
    margin: 0px 10px;
	opacity: 0.5;
}
.top_title{
    width: 400px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 18%;
    display: none;
}
.top_title img{
    width: 100%;
}
.title_1{
    color: var(--color);
    text-align: center;
    font-weight: 900;
    font-size: 2.2em;
    margin-bottom: 30px;
	margin-top: 0px;
    line-height: 1.2;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.title_s{
    text-align: center;
    margin-bottom: 20px;
}
p{
    margin-bottom: 30px;
}

.col_2{
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
.col_2b{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

/* Step One form */
.select_box img{
    width: 100%;
	transition: 0.5s ease-out; display: flex;
}
.select_box{
    text-align: center;
    display: block;
    position: relative;
    padding: 75px 25px 25px 25px;
    cursor: pointer;
    font-size: 22px;
   /*  border: 4px solid #e9f5f8; */
    transition: 0.5s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0px;
    min-height: 300px;
	border-radius: 15px;
}
.select_box:hover{
    background: #e9f5f8;
}
.select_box:hover img{
	transform: scale(1.1);
}
.select_box:active img{
	transform: scale(0.95);
}
.select_box input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 55px;
    width: 55px;
    background-color: #eee;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: 0.5s;
}
.select_box:hover input ~ .checkmark {
    background-color: #75D337;
}
.select_box input:checked ~ .checkmark {
    background-color: #75D337;
}
.select_box input:checked ~ .select_box {
    border: 1px solid #3FA2F7;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.select_box input:checked ~ .checkmark:after {
    display: block;
	top: 11px;
}
.select_box .checkmark:after {
    left: 18px;
    top: 60px;
    width: 15px;
    height: 24px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.3s;
}

.select_box h5{
    line-height: 1.6;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.calen_c h4{
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    margin: 15px 0;
	padding: 15px 25px;
	background: #005480;
	border-radius: 5px;
}
ul.lower_rm{
    padding-inline-start: 20px;
    font-size: 13px;
    line-height: 18px;
	margin: 10px 0 30px;
}
ul.lower_rm li{
    margin-bottom: 10px;
	text-align: justify;
  text-justify: inter-character;
}
ul.lower_rm li ul{
	padding-left: 25px;
	margin: 10px 0 15px;
}
ul.lower_rm li ul li{
	margin-bottom: 5px;
	padding-left: 5px;
}
ul.lower_rm li ul li::marker{
	content: "-";
  font-size: 1.2em;
}
.page_control{
    overflow: auto;
    margin: 30px 0 0;
	padding: 0 30px;
}

/* end - Step One form */

/* Step two form */
.form_row{
    position: relative;
    border-top: 1px solid #C3DFF4;
    padding: 20px 25px;
	transition: 0.5s ease-out;
}
.form_row:hover{
	background: rgba(228, 241, 253, 0.6);
}
.form_row:last-of-type{
    border-bottom: 1px solid #C3DFF4;
}
.sele-toggle{
    display: none;
}
.sub_form {
    font-size: 1.3rem;
    text-align: left;
    display: block;
    width: 100%;
    margin: 20px auto 20px;
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	background: #fff;
}
.cover_f_detail, .monthly_f_detail, .weekly_f_detail, .day_f_detail, .sticker_f_detail,
.pre-order_f_detail, .pre-order_f_detail_2, .pet_p_photo_f_detail, .donation_f_detail{
    display: none
}
.monthly_f_detail .sub_f_mon1{
    display: block;
}

/* Monthly add and remove */
.add_remove{
    margin: 0 0 5px; text-align: center;
}
.add_remove input{
    width: 45px; height: 45px; font-size: 35px; font-weight: 600;
    color: #fff; background: #75D337; border: none; line-height: 1; padding: 2px 5px 5px;
}
.add_remove input:focus{
    background: #75D337;
}
.add_remove input:hover{
    background: #4EAF10;
}
.pos_remov input{
     padding: 0px 5px 8px;
}

.pos_remov{
    margin-top: -50px;
}
.pos_remov input, .pos_remov input:focus, .pos_remov input:active{
    background: #BABABA;
}
.pos_remov input:hover{
    background: #606060;
}

.sub_f_mon2, .sub_f_mon3{
    display: none;
}
#add_col_3, #add_col_4{
    display: none;
}
/* Monthly add and remove -END */

/* Weekly add and remove */
.sub_f_week2, .sub_f_week3{
    display: none;
}
#w_add_col_3, #w_add_col_4{
    display: none;
}
/* Weekly add and remove -END */

/* day add and remove */
.sub_f_day2, .sub_f_day3{
    display: none;
}
#d_add_col_3, #d_add_col_4{
    display: none;
}
/* day add and remove -END */

.sele-toggle-label small{
    font-size: 90%;
	display: inline-block;
}
/* checkbox style */
.sele-toggle-label .checkmark{
    margin: inherit;
    right: inherit;
    bottom: inherit;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
	border: none;
}

.sele-toggle-label input{
    display: block;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
}
.checkmark:after{
    content: "";
    position: absolute;
    display: block;
}
.for_checkbox input:checked ~ .checkmark{
    background-color: #75D337;
}
.for_checkbox .checkmark:after {
    left: 13px;
    top: 7px;
    width: 12px;
    height: 21px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.for_checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* checkbox style -END */

/* Radio button style */
.for_radio .checkmark{
    width: 20px;
    height: 20px;
    margin: 5px 10px 5px 0;
    flex: 0 0 20px;
}
.for_radio input:checked ~ .checkmark{
    background-color: #75D337;
}

.for_radio .checkmark:after{
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
}
.for_radio input:checked ~ .checkmark:after{
    display: block;
}
/* Radio button style -END */

/* small checkbox style */
.for_s_checkbox .checkmark{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 5px;
    flex: 0 0 20px;
}
.for_s_checkbox input:checked ~ .checkmark{
    background-color: #75D337;
}
.for_s_checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.for_s_checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* small checkbox style - END */

.sele-toggle-label{
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sele-toggle-label.close{
    float: none;
    opacity: 1;
    text-shadow: none;
}
.prod_icon{
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
	margin: 0 5px;
}
.icon_cover{
    background: url("../images/icon_cal_cover.svg") no-repeat center center;
    background-size: cover;
}
.icon_monthlystar{
    background: url("../images/icon_cal_month.svg") no-repeat center center;
    background-size: cover;
}
.icon_weeklystar{
    background: url("../images/icon_cal_week.svg") no-repeat center center;
    background-size: cover;
}
.icon_day_pet{
    background: url("../images/icon_cal_day.svg") no-repeat center center;
    background-size: cover;
}
.icon_sticker{
    background: url("../images/icon_cal_sticker.svg") no-repeat center center;
    background-size: cover;
}
.icon_pre-order{
    background: url("../images/icon_cal_pre-sell.svg") no-repeat center center;
    background-size: cover;
}
.icon_pet_p_photo{
    background: url("../images/icon_pet_p_photo.svg") no-repeat center center;
    background-size: cover;
}
.icon_donation{
    background: url("../images/icon_donation.svg") no-repeat center center;
    background-size: cover;
}
.icon_pre-order_ext{
    background: url("../images/icon_cal_pre-sell_Squly.svg") no-repeat center center;
    background-size: cover;
}

.prod_title{
    color: #242424;
    margin: 0 5px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
	letter-spacing: -0.2px;
}
.price{
    width: 160px;
    margin-left: auto;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
	color: var(--color);
}
.pri_t{
    color: var(--color);
  font-size: 1.4rem;
  line-height: 1.2;
  display: inline-block;
  margin-block: 5px;
	font-weight: 500;
}
.pre_price{
    color: #bfbfbf;
}

.sform_row{
    display: flex;
    padding: 8px 0px;
	max-width: 700px;
  margin: auto;
}
.sform_row .f_col_l{
    display: inline-block;
    width: 30%;
    text-align: right;
    margin: 0;
    padding-right: 15px;
    line-height: 1.8rem;
	padding-top: 8px;
}
.sform_row .f_col_r{
    display: inline-block;
    width: 100%;
}
.sform_row label{
    font-weight: 400;
    font-size: 1.5rem;
}
.hi_t{
    color: var(--color);
}
.photo_alert{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 30px;
    display: flex;
}
.ico_photo_alert{
    display: inline-block;
    width: 50px;
    height: 41px;
    background: url("../images/icon_photo_alert.svg") no-repeat center center;
    background-size: cover;
    margin-right: 10px;
}
.photo_alert ol{
	padding-left: 20px;
	margin-top: 5px;
}
.photo_alert ol li{
	padding: 5px 0;
}
.photo_alert_t{
    display: inline-block;
    width: calc(100% - 65px);
    color: #666;
	line-height: 1.4;
	font-weight: 400;
}

.form_row_b{
    padding: 8px 0;
}
.form_row_b label{
    font-size: 1.5rem;
    line-height: 2rem;
    justify-content: inherit;
    margin-right: 10px;
}

.sub_form_b{
    display: none;
    width: 90%;
    margin: 30px auto;
}
.lov_mem_icon{
    width: 25px;
    height: 23px;
    background: url("../images/icon_love_mem.svg") no-repeat center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.f_sele_op{
    border: 1px solid #EDF0F2;
    padding: 0.6rem 3.5rem 0.6rem 1rem;
    font-size: 1.4rem;
    border-radius: 3px;
    background: #EDF0F2;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
	color: #666;
}
.f_sele_op option{
    padding: 5px ;
}

select.f_sele_op {
    background-image:
        linear-gradient(45deg, transparent 50%, #3FA2F7 50%),
        linear-gradient(135deg, #3FA2F7 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        6px 5px,
        0px 1.5em;
    background-repeat: no-repeat;
}

select.f_sele_op:focus {
    background-image:
        linear-gradient(45deg, #3FA2F7 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, #3FA2F7 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        6px 5px,
        0px 1.5em;
    background-repeat: no-repeat;
    border-color: #EDF0F2;
    outline: 0;
    background-color: #F9F9F9;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.sample_pic_pre-order img{
	max-width: 250px;
}


.cover_f_detail, .monthly_f_detail, .weekly_f_detail, .day_f_detail, .sticker_f_detail, .pre-order_f_detail, .pet_p_photo_f_detail, .donation_f_detail{
	background: #fff;
	padding: 20PX;
	margin-top: 10px;
}
.info_area{
    width: 100%;
    margin: 10px auto 20px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
	max-width: 470px;
}

.sform_row_table{
    padding: 20px 0;
    border-bottom: 1px solid #C3DFF4;
    display: flex;
    align-items: center;
}
.sform_row_table:first-child{
	padding-top: 0px;
}
.sform_row_table:last-child{
    border-bottom: none;
	padding-bottom: 0px;
}
.sform_row_table .f_col_l{
    font-size: 1.6rem;
    margin: 0;
    padding: 0px 15px;
}
.sform_row_table .f_col_r{
    width: 200px;
    margin-left: auto;
}
.sample_pic_pet_p_photo{
    width: 70px;
}

.sub_f_pet_p_photo .sform_row_table .f_col_l{
    flex: 0 0 18%;
}
.sub_f_pet_p_photo .sform_row_table .f_col_c h5{
    margin: 5px 0;
}
.prod_des{
    font-size: 1.4rem;
    font-weight: 300;
    margin-left: 10px;
}
.sele-toggle-label .r_textf{
    width: 45%;
    height: auto;
    position: relative;
    margin-left: 10px;
    font-weight: 300;
    cursor: auto;
    opacity: .5;
}
.sele-toggle-label .r_textf.s_on{
    opacity: 1;
}
.sele-toggle-label b{
    margin-right: 10px;
}
.sele-toggle-label .prod_des{
    font-weight: 400;
    line-height: 1.8rem;
    margin-left: auto;
    padding-left: 10px;
}
.sub_f_donation{
	display: flex;
	flex-wrap: wrap;
}
.sub_f_donation .form_row_b{
    width: 50%;
    display: inline-block;
}

/* upload photo */
.upload_container img{
    display: inline-block;
    margin: 0 10px 0 0;
}
.photo_upload input[type="file"]{
    display: none;
}
.photo_upload{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.photo_upload .r_upbtu{
    padding: 5px 10px;
    background: #fff;
    color: var(--color);
    outline: none;
    transition: .3s ease-in-out;
    font-size: 1.2rem;
    border: 1px solid #C3DFF4;
    border-radius: 3px;
}
.photo_upload:hover .r_upbtu{
    background-color: var(--color);
    border-color: var(--color);
    color: #fff;
}
.photo_upload .r_upbtu i{
    margin-right: 8px;
}
.photo_upload div img{
    margin-right: 10px;
    height: auto;
    border-radius: 3px;
}
.form_row_b label.for_s_checkbox{
	padding-top: 8px;
}
.remark{
    font-size: 1.4rem;
    color: #666;
}
.remark .hi_t{
    margin-right: 8px;
}
/* end - upload photo */

/* end - Step two form */


/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: 0px auto 80px;
    padding: 60px 0 0px;
    width: 100%;
    max-width: 1200px;
    z-index: 999;
    position: relative;
}

/* Style the input fields */

input {
    padding: 6px 10px;
    width: 100%;
    font-size: 1.5rem;
    border: 1px solid #EDF0F2;
    background-color: #EDF0F2;
    transition: .5s;
    border-radius: 3px;
	font-weight: 300;
}
input:focus{
    background-color: #F9F9F9;
}
::placeholder {
    color: #969696; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #969696;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #969696;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none; margin-bottom: 10px;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4CAF50;
}

#nextBtn{
    background: var(--color);
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
    transition: .5s;
    font-size: 1.3em;
	font-weight: 600;
	float: right;
	line-height: 1.2;
	cursor: pointer;
	font-family: 'Noto Sans TC', sans-serif;
}
#nextBtn:hover{
	background: #219fed;
}
#prevBtn{
    background: rgba(186,186,186,1);
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 10px 25px;
    transition: .5s;
	font-family: 'Noto Sans TC', sans-serif;
}
.subtotal_area{
    background: rgba(228, 241, 253, 0.4);
    padding: 15px 30px;
    text-align: right;
    border-radius: 3px;
    margin: 20px 0 0px;
}
.subtotal_area .subtotal_items{
    color: var(--color);
    font-size: 1.2rem;
    margin-right: 10px;
}
.subtotal_area .subtotal_price{
    font-size: 1.8rem;
	font-weight: 700;
	color: #242424;
}

.total_amount{
	border-top: none;
}
.total_amount:hover{
	pointer-events: none;
}
.total_amount .subtotal_area{
	margin-top: 0;
}

/* ------datepicker------- */
.datepick{
    width: 35%;
    background-image: url("../images/calendar_icon.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: rgba(195, 214, 229, .5);
    color: #fff;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0px;
}
.datepicker.dropdown-menu th.dow{
    color: var(--color);
}
/* ------datepicker - END------- */


/* Step three form */
.form_row_c{
    margin-bottom: 40px;
	padding: 0 40px;
}
.form_row_c .sele-toggle-label{
    display: block;
}
.form_row_c .sele-toggle-label b {
    display: inline-block;
    vertical-align: middle;
}
.form_row_c .for_radio .checkmark{
    display: inline-block;
    vertical-align: middle;
}
.sub_form_c{
    box-shadow: none;
    border: none;
    width: auto;
    margin: 10px auto 0px;
    padding: 0 35px;
    display: block;
    font-size: 1.3rem;
    line-height: 2rem;
}
.sform_row_c{
    display: block;
    padding: 3px 0;
}
.row_active{
    opacity: 0.5;
    transition: .5s;
}
.row_active.s_on{
    opacity: 1;
}
.row_active_2{
    padding-left: 35px;
    opacity: 0.6;
    transition: .5s;
}
.row_active_2.s_on{
    opacity: 1;
}
.row_f_active{
    opacity: .5;
    padding-left: 35px;
    margin-top: 10px;
    font-size: 1.3rem;
    transition: .5s;
}
.row_f_active.s_on{
    opacity: 1;
}
.row_f_active input{
    width: auto;
    display: inline-block;
    margin-left: 10px;
}
.sform_row_c .sele-toggle-label{
    font-weight: 300;
}
.sform_row_c .r_textf_2{
    margin: 0 0 10px;
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    position: relative;
    cursor: auto;
    font-weight: 300;
}
label{
    font-weight: 400;
}
.sub_form_c i{
    color: var(--color);
    width: 18px;
    text-align: center;
    margin-right: 5px;
}
hr{
    margin: 50px 0;
}
.form_col{
    width: 85%;
    margin: auto;
}
.form_row_d{
    padding-bottom: 15px;
    display: flex;
}
.f_lab_l{
    flex: 0 0 200px;
    font-size: 1.4rem;
    padding-top: 6px;
	font-weight: 500;
}
.f_col_r{
    width: 100%;
}
.f_col_r input{
    margin-bottom: 8px;
}
.notice_rm{
    font-size: 1.3rem;
    text-align: left;
    display: block;
}
.foot_reminder{
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0px 35px;
    color: #686868;
}
.foot_reminder i, .des_txt i{
    color: red;
	font-size: 18px; 
	margin-right: 5px;
}
.form_row_c .for_s_checkbox{
    display: flex;
    justify-content: flex-start;
    align-items: normal;
}
.sub_form_c h5{
    display: inline-block;
}
.sub_form_c .lis_row{
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}
.sub_form_c .ext_inf{
    margin-bottom: 10px;
}
/* ------Step three form - END------- */

/* Step three confirmation */
.ta_con{
    margin-bottom: 80px;
}
.ta_con h4{
	padding: 0 40px;
}
.pay_summary{
    margin-bottom: 10px;
}
.total_area{
    margin: 15px 0 80px;
}
.ta_row{
    display: flex;
    padding: 10px 40px;
    border-top: 1px solid #C3DFF4;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    transition: .5s;
}
.ta_row:last-child{
    border-bottom: 1px solid #C3DFF4;
}
.ta_row:hover{
    background: rgba(228, 241, 253, 0.4);
}
.ta_row .ta_col_l{
    display: flex;
    flex-direction: column;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.8;
}
.ta_row .ta_col_r{
    color: var(--color);
    margin-left: 10px;
    text-align: right;
}
.au_icon{
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 3px;
    flex: 0 0 22px;
    position: relative;
}
.au_icon.a_checked{
    background-color: #75D337;
}
.au_icon.a_checked::after{
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.au_icon.a_unchecked{
    background-color: #eee;
}
.author_statement .ta_row{
    align-items: flex-start;
    justify-content: flex-start;
}
/* Step three confirmation - END */

/* Step Success */
.ref{
    text-align: center;
}
.contact_box{
    background: rgba(228, 241, 253, 0.4);
    border-radius: 3px;
    padding: 25px 40px;
    font-size: 1.6rem;
}
.contact_box{
    display: flex;
}
.co_col{
    flex: 1;
}
.co_row{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.co_row i{
    flex: 0 0 18px;
    margin-right: 5px;
}
.co_row label{
    flex: 0 0 100px;
}
.des_txt{
    text-align: center;
    margin-top: 20px;
}
.btn_gen{
    background-color: var(--color);
    color: #fff;
    width: auto;
    height: auto;
    margin: auto;
    padding: 20px 30px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
	font-size: 18px;
}
.btn_gen:hover{
    color: #fff;
    background-color: #2593E5;
}
.action_a{
    display: block;
    text-align: center;
    margin: 40px 0 50px;
}
.step_success{
	padding: 0 40px;
}
.success_pic, .unsuccess_pic{
    margin: auto;
    width: 250px;
}
.success_pic img, .unsuccess_pic img{
    width: 100%;
}
.title_r{
    color: #EE596B;
}
/* Step Success - END */


/* ------------------------------------------------------ */

/* --- version 20200120 ---- */

.step_cal{ padding: 0 0px; scroll-margin-top: 150px;}
.step_cal h2.headline, .step_cal h3.subhead{ text-align: center;}
.step_cal .intro{
	max-width: 800px;
	margin: auto;
	text-align: justify;
    text-justify: inter-character;
}
.step_cal .select_box:hover .checkmark::after{
	display: block;
	top: 11px
} 
.step_cal .select_box:has(input:checked){
	background: #e9f5f8;
}
.step_cal .select_box:has(input:checked) img{
	transform: scale(1.1);
}

.choose_cal{
	position: relative;
}
.choose_cal #regForm{
	width: 100%;
	background: none;
	margin: 0 auto;
	max-width: 1600px;
}
.choose_cal .container{
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 40px 60px;
}
.intro_co{
	border-bottom: 1px solid #666;
  padding: 35px 20px;
  border-top: 1px solid #666;
	margin-bottom: 80px;
	text-align: center;
}

.choose_cal .checkmark{
	top: 15px;
	overflow: hidden;
	border: none;
	height: 50px;
    width: 50px;
}

.choose_cal .page_control{
	text-align: center;
	margin: 20px 0 60px;
}
.choose_cal #nextBtn{
	float: inherit;
	font-size: 2em;
  font-weight: 600;
}
.choose_cal #nextBtn i{
	font-size: 0.8em;
}


.show_cal{
	position: relative;
	 background: url("../images/hero_bg.jpg") repeat;
	padding: 10px 0 80px;
}
.show_cal .container{
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.w_box{
	padding: 60px;
	width: 80%;
	margin: auto;
}
.w_box .flex_row{
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}
.w_box h3{
	font-weight: 400;
}

.pix_area {
  display: flex;
  column-gap: 15px;
}
.week_star {
  width: 85%;
  margin: auto;
}
.pix_area a h3{
	color: #000;
}
.pix_area a img{
	transition: 0.5s;
}
.pix_area a:hover img{
	transform: scale(1.1);
}



.footer{
	background: #fefefe;
  border-top: 1px solid #eee;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 0px 14px 0 rgba(0, 0, 0, 0.05);
}
.footer .container{
	margin: auto;
	max-width: 1600px;
	padding: 30px 40px;
}
.p_fun_r {
  display: flex;
  justify-content: space-between;
	max-width: 1000px;
	margin: auto;
}
.contact_col {
  text-align: center;
  flex: 0 0 24%;
  line-height: 1.4;
}
.contact_col i {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-bottom: 10px;
}
.footer h4 {
  margin: 8px 0;
  line-height: 1;
	font-weight: 500;
	font-size: 14px;
}
.footer p, .footer a {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
	color: #000;
}
.footer h3{
	text-align: center;
}

.lower_footer{
	display: flex;
	padding: 60px 0 0;
}
.lower_footer .colf_2 {
  flex: 1;
}
.footer .colf_2 i {
  width: 23px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.lower_footer p {
  margin: 10px 0px;
  display: flex;
}
.lower_f_r{
	text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.lower_logo{
	width: 120px;
	margin-bottom: 5px;
}
.lower_f_r{ font-size: 0.9em; font-weight: 300;}

.p-remark{
	font-size: 0.8rem;
  font-weight: 300;
	margin: 20px 0;
}




/*  ====== Zoom effect ======  */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ---------------------------------  lightbox - end  ------------------------------------- */



.container{
	width: 100%;
	max-width: 1100px;
	padding: 60px 30px 60px;	
	margin: auto;
}
h2.headline, h3.subhead{
	font-weight: 900;
	text-align: center;
	color: var(--color);
	font-size: 42px;
	line-height: 1.4;
  letter-spacing: -0.5px; 
  margin: 20px auto;
}
h2.headline{
	font-size: 45px;
}
h3.subhead{
	font-size: 28px;
}
h3.subhead:has(+ h4){
	margin-bottom: 10px;
}

.intro_sec h4{
	text-align: center;
  font-size: 18px;
  margin: 30px auto 10px;
  font-weight: 600;
}
.intro_sec p{
	margin: 20px auto;
	text-align: justify;
	text-justify: inter-character;
}

.sp1{
	height: 50px;
}

.full_row{
	margin-bottom: 80px;
}
.monthly_wall_cal{
	background: #afb76f;
	overflow: hidden;
}
.monthly_wall_cal .container{
	padding: 50px 60px;
	max-width: 1400px;
}
.monthly_wall_cal h2.headline{
	text-align: left;
	color: #fff;
	max-width: 500px;
	margin: 20px 0;
}
.monthly_wall_cal p{
	text-align: left;
	font-weight: 700;
	font-size: 22px;
}
.row_flex{
	display: flex;
  align-items: center;
  justify-content: space-between;
	gap: 30px;
}
.monthwall img, .monthwall_dog img, .monthwall_dog_2 img{
	transform: scale(1.1);
}

.monthly_wall_cal h2.headline, .weekly_desk_cal h2.headline{
	font-size: 60px;
	line-height: 1.2;
}

.col_2r{
	position: relative;
}
.img_remark{
	position: absolute;
  bottom: 35px;
  right: 0px;
  font-size: 12px;
  color: #fff;
}

.weekly_desk_cal{
	background: #cabca6;
	overflow: hidden;
}
.weekly_desk_cal .container{
	padding: 200px 60px;
	max-width: 1400px;
}
.weekly_desk_cal .row_flex{
	flex-direction: row-reverse;
}
.weekly_desk_cal h2.headline{
	text-align: right;
	color: #fff;
	max-width: 500px;
	margin: 20px 0;
}
.weekly_desk_cal p{
	text-align: right;
	font-weight: 700;
	font-size: 22px;
}
.weekly_desk_cal p span, .monthly_wall_cal p span{
	word-break: keep-all;
}
.weekly_desk_cal .img_remark{
	right: inherit;
	bottom: -20%;
}

.button_area a{
	padding: 10px 20px;
  background: none;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #fff;
  font-size: 20px;
	display: inline-block;
}
.monthly_wall_cal .button_area a{
	color: #fff;
}
.monthly_wall_cal .button_area a:hover{
	color: #afb76f;
	background: #fff;
}
.weekly_desk_cal .button_area a{
	color: #fff;
	float: right
}
.weekly_desk_cal .button_area a:hover{
	color: #cabca6;
	background: #fff;
}

.cal_img img{ 
	transition: 0.5s; position: relative;
}
.monthwall:hover img{
	transform: scale(1.3) rotate(-10deg);
	z-index: 20;
}
.monthwall_dog:hover img{
	transform: scale(1.3) rotate(10deg);
	z-index: 20;
}

.monthwall{ 	
	animation: m_wall_cat 8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both; 
}
@keyframes m_wall_cat{
	0% { transform: translateX(300%);}
	3%{ transform: translateX(0%);}
	47%{ transform: translateX(0%);}
	50%{ transform: translateX(-300%);}
	100%{ transform: translateX(-300%);}
}

.monthwall_dog{
	position: absolute;
	animation: m_wall_dog 8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both; 
}
@keyframes m_wall_dog{	
	0% { transform: translateX(0%);}
	3% { transform: translateX(-300%); display: none; z-index: -10;}
	4% { transform: translateX(300%); display: block; z-index: 0;}
	47%{ transform: translateX(300%);}
	50%{ transform: translateX(0%);}
	100%{ transform: translateX(0%);}
}


.donation .form_row_c{
	margin-bottom: 15px;
	padding: 0px;
}
.donation .form_label_row{
	margin-bottom: 15px;
}
.donation .form_row_c .sele-toggle-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
}
.donation .form_row_c .alert_row, .donation .form_row_b .alert_row{
	width: 100%;
}

.donation .form_row_b{
	display: flex; 
	flex-wrap: wrap;
	gap: 15px;
}
.donation .form_row_b label{
	margin: 0;
	flex: 0 0 31%;
}
.donation .form_row_b label:last-child{
	flex: 0 0 100%;
	align-items: flex-start;
}
.donation .form_row_b label:last-child.for_radio b{
	margin-top: 7px;
}
.donation .form_row_b label:last-child.for_radio .checkmark{
	margin-top: 7px;
}
.other_input{
	width: 100%;
}
.other_input .flex_row{
	display: flex;
	align-items: center;
}
.other_input .flex_row .r_textf{
	width: 100%;
}


.support_sec .container{
	width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 80px 30px;
	text-align: center;
}
.sup_logo_row{
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
	margin: 25px 0;
}


html:lang(TC) body .monthly_wall_cal h2.headline, html:lang(TC) body .weekly_desk_cal h2.headline{
	font-size: 45px;
}






/* ------------------------------------------------------ */

@media(max-width: 1200px){  
	nav ul li a{ font-size: 16px; padding: 0 15px;}
	nav ul li.top_right .lang a{ font-size: 0.8rem;}
	.navbar-fixed-top nav ul li a {  font-size: 16px;}
	
	.hero_container{
		width: 88%;
		height: inherit;
		aspect-ratio: 1.3;
		min-height: inherit;
    margin-top: 50px;
	}
	.full_row{ margin: 0 -30px 50px;}
	
	.monthly_wall_cal .container{padding: 80px 60px 100px;}
	.weekly_desk_cal .container{ padding: 100px 60px 120px;}
	
	.headtop{padding: 0 25px;}
	
}

@media(max-width: 1030px){ 	
	.mo_upload_link{ display: flex; align-items: center; gap: 5px;}
	header.top_open .mo_upload_link{ display: none;}
 
	header .container, header.navbar-fixed-top .container{
        width: 100%;
		display: block;
		padding: 20px 30px;
		background: #fff;
    }
	.logo{ width: 160px; display: flex; margin: auto;}
	
	nav ul li a, .navbar-fixed-top nav ul li a{
        font-size: 42px;
		font-weight: 900;
        padding: 8px 0px;
		line-height: 1.1;
		text-transform: uppercase;
		letter-spacing: -2px;
		display: flex;
		gap: 10px;
    }

	nav ul li a:hover, nav ul li a:focus{
	}
	header.top_open{
		height: 100vh; overflow-y: auto; padding-bottom: 200px; background:#fff;
	}
	header.top_open .logo{
		display: none;
	}
	
	.nav-toggle-label{
        display: flex; height: 93px;
    }
	header.top_open .nav-toggle-label span,
	header.top_open .nav-toggle-label span::before,
	header.top_open .nav-toggle-label span::after{
		width: 1.6em;
	}
	nav{
        grid-column: unset;
    }
    nav ul, header.navbar-fixed-top nav ul{
        display: none;
        width: 100%;
        position: static;
		padding: 0;
		margin-top: 80px;
    }
	nav ul li{
        display: block;
		text-align: left;
		letter-spacing: 1px;
		height: auto;
		padding: 5px 0px;
		margin: 0px;
    }
	nav ul li a.dona_link{
		text-align: left;
		margin: 0;
		display: block;
		font-size: 7.5vw;
		padding: 10px 25px 12px;
		letter-spacing: 0px;
	}
	nav ul li a.dona_link:hover{
		color: #fff;
	}
	nav ul li.top_right{
		border: none;
	}
	nav ul li.top_right .lang{
		position: inherit;
		justify-content: start;
		padding: 40px 0 0 20px;
	}
	nav ul li.top_right .lang a{
		padding: 0px;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 0;
	}
	nav ul li a.dona_link{
		padding: 13px 20px;
		display: flex;
		align-items: center;
		border: none;
		font-weight: 900;
	}
	nav ul li a.dona_link i{ margin-top: 3px;}
	
    .t_logo_container{
        width: 95%;
    }
    .spca_logo {
        left: 4%;
    }
    .lang_b {
        right: 4%;
    }
    .col_2{
        grid-template-columns: repeat(1, 1fr);
    }
    .select_box{
        min-height: inherit; margin-bottom: 20px;
    }
    .sub_form{
        width: 100%;
    }
    .sub_form_b{
        width: 100%;
    }
    .datepick{
        width: 100%;
        margin-bottom: 8px;
        background-position: 97% center;
    }
    .contact_box {
        padding: 25px 30px;
    }
	
	.w_box{ width: 100%;}
	
	h2.headline{ font-size: 4vw;}
	h3.subhead {  font-size: 3.2vw;}
	
	.monthly_wall_cal .img_remark{ position: inherit; bottom: inherit; text-align: right; margin-top: 20px;}
	
	
}
@media(max-width: 786px){
	.web{ display: none;}
	.mo{ display: block;}
	header.navbar-fixed-top .logo img.web{ display: none;}
	header.navbar-fixed-top .logo img.mo{ display: flex;}
	
	header .container, header.navbar-fixed-top .container{ padding: 10px 30px;}
	
	.logo, header.navbar-fixed-top .logo{ width: 150px;}
	
    .t_logo_container{
        height: 90px;
    }
    .spca_logo{
        width: 150px;
    }
    .top_title {
        width: 60%; top: 20%;
    }
    .sub_form{
        width: 100%;
    }
    .sform_row .for_upload{
        margin: 0;
    }
    .sform_row{
        display: block;
        padding: 0px 0px 25px;
    }
    .sform_row .f_col_l{
        text-align: left;
        padding-bottom: 8px;
        display: block;
        width: 100%;
    }
    .photo_alert {
        margin-top: 20px;
    }
    select.f_sele_op{
        width: 100%;
        margin-bottom: 8px;
    }
    .sub_form_c{
        width: 100%;
        padding: 0 35px;
    }
    .contact_box {
        display: flex;
        flex-direction: column;
        padding: 25px 40px;
    }
    .co_row label{
        flex: 0 0 100px;
    }
    .btn_gen{
        width: 100%;
    }	
	
	.hero_container{ margin-top: 80px; width: 100%; aspect-ratio: 1.1;}
	.cal_cover .inner{ padding: 1.5%;}
	.hero_headline{ width: 70%;}
	
	
	.w_box{ padding: 20px 40px; width: 100%;}
	.step_cal {  padding: 0 0px;}
	.title_1{ font-size: 2em; padding: 0 40px;}
	.choose_cal .page_control{ padding: 0; margin-top: 0px;}
	.choose_cal #nextBtn{ width: 100%; padding: 15px 25px;}
	
	.p_fun_r{ flex-direction: column;}
	.contact_col{ margin: 25px 0;}
	.lower_footer{ flex-direction: column; padding: 0;}
	.lower_footer p{ flex-direction: column; text-align: center; align-items: center; margin: 40px 0;}
	.lower_f_r{align-items: center; margin: 20px 0;}
	
	h2.headline{ font-size: 4.8vw;}
	h3.subhead {  font-size: 3.5vw;}
	
	.monthly_wall_cal .container, .weekly_desk_cal .container{ padding: 80px 50px 100px;}
	.row_flex, .weekly_desk_cal .row_flex{flex-direction: column; align-items: flex-start;}
	.cal_img{ margin-top: 40px;}
	
	.weekly_desk_cal h2.headline, .weekly_desk_cal p{ text-align: left;}
	.weekly_desk_cal .button_area a{ float: none;}
	.img_remark{ position: inherit; margin-top: 20px; bottom: inherit;}
	.monthly_wall_cal .img_remark{ text-align: left; margin-top: 40px;}
	.button_area a{ font-size: 18px;}
	.weekly_desk_cal p{ font-size: 20px;}
	
	
	.donation .form_row_b label{
		flex: 0 0 47%;
	}
	
	.nav-toggle-label{ height: 70px;}
	.mo_upload_link{ top: 16px;}
	
}

@media(max-width: 586px){
    .col_2b{
        grid-template-columns: repeat(2, 1fr);
    }
    .form_row{
        padding: 40px 10px;
    }
	.cover_f_detail, .monthly_f_detail, .weekly_f_detail, .day_f_detail, .sticker_f_detail, .pre-order_f_detail, .pet_p_photo_f_detail, .donation_f_detail{
		padding: 20px 15px;
	}
    .spca_logo {
        width: 135px;
    }

    .top_title {
        top: 25%;
    }
    .prod_icon{
        width: 130px;
        height: 130px;
        display: block;
        margin: 0 auto 5px;
    }
    .prod_title{
        font-size: 1.6rem;
		margin: 10px 0;
    }
    .price{
        font-size: 2rem;
        line-height: 2.4rem;
        flex: 0 0 75px;
    }
    .pre_price{
        line-height: 2.5rem;
    }
    .photo_alert{
        display: block; text-align: center;
    }
    .ico_photo_alert{
        width: 40px;
        height: 32px;
    }
    .photo_alert_t{
        display: block; width: 100%; text-align: left; margin-top: 5px;
    }
    .sub_form{
        padding: 20px;
    }
    .form_row .checkmark{
        width: 40px;
        height: 40px;
        flex: 0 0 30px;
    }
    .for_checkbox .checkmark::after {
        left: 14px;
        top: 7px;
		border-width: 0 4px 4px 0;
		width: 13px;
		height: 21px;
    }
    .for_s_checkbox .checkmark{
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }
	.for_s_checkbox .checkmark::after {
  		left: 9px;
  		top: 4px;
	}
    .for_radio .checkmark{
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }
	.for_radio .checkmark::after {
	  width: 12px;
	  height: 12px;
	  top: 7px;
	  left: 7px;
	}

    .info_area{
        width: 100%;
    }
    .info_area img{
        width: 100%;
    }
    .photo_upload .r_upbtu{
        width: 100%;
        text-align: center;
    }
    .sform_row_table{
        display: block;
        text-align: center;
    }
    .sform_row_table .f_col_r{
        width: 100%;
        margin: 10px auto 0;
    }
    .sform_row_table .f_col_l{
        padding: 0;
    }
    .sample_pic_pet_p_photo{
        margin: auto;
    }
    .subtotal_area .subtotal_items{
        margin: 0;
    }
    .sub_f_donation .form_row_b{
        width: 100%;
    }
    .sele-toggle-label{
        display: block;
        text-align: center;
    }
    .sub_form .sele-toggle-label{
        display: flex;
        text-align: left;
        margin: 0;
    }
    .sele-toggle-label .prod_des{
        padding: 0;
    }
    .form_row_c .sele-toggle-label{
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: normal;
    }
    .form_row_d{
        display: block;
        padding-bottom: 5px;
    }
    .form_col{
        width: 90%;
    }
    .sub_form_c{
        padding: 0 0 0 30px;
    }
    .foot_reminder{
        padding: 0 30px;
    }
    .row_f_active{
        padding: 0 30px;
    }
    .row_f_active input{
        margin: 0;
        width: 100%;
    }
    .ta_row{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .ta_row .ta_col_r{
        margin: 0;
        text-align: left;
    }
    .author_statement .ta_row{
        flex-direction: row;
    }
    .co_row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .co_row label{
        flex: 1;
        margin: 0;
    }
    .co_row i{
        flex: 1;
        font-size: 30px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .co_col:first-child{
        margin-top: 40px;
    }
    .contact_box{
        padding: 5px 20px;
    }
    .success_pic, .unsuccess_pic{
        width: 200px;
    }
	
	.w_box .flex_row{ display: block;}
	.pix_area{ display: block;}
	.pix_area a { max-width: 260px;  margin: 5px auto 30px;}
	.month_star{ margin-bottom: 40px;}
	
	h2.headline{ font-size: 30px;}
	h3.subhead {  font-size: 22px;}
	
	.mo_upload_link{ font-size: 13px; flex-direction: column; gap:0px; padding: 3px 5px, top:23px;}
	
	.select_box{padding: 75px 15px 25px;}
	
	 .monthly_wall_cal .container, .weekly_desk_cal .container {
		padding: 60px 40px 80px;
	  }
	.monthwall img {
	  transform: scale(1.2);
	}
	
	.step_cal .col_2{ margin: 0 -20px;}
	.select_box h5 { line-height: 1.4;  margin: 10px 0 0;  font-size: 14px;  font-weight: 500;}
	.select_box{ margin-bottom: 10px;}
	
	.logo, header.navbar-fixed-top .logo{ width: 150px;}
	header .container, header.navbar-fixed-top .container { padding: 15px 30px; }
	.nav-toggle-label { height: 90px; }
	
	.donation .form_row_b label{
		flex: 0 0 100%;
		display: flex;
		text-align: left;
	}
	.donation .form_row_b label:last-child{	flex-wrap: wrap;}
	.other_input{ padding-left: 32px;}
	
	.sample_pic_pre-order{margin: 20px auto;}
	.sample_pic_pre-order img{ max-width: 300px;}
}



.alert_row{
    background-color: #f2575b;
    color: #fff;
    padding: 7px 10px;
    border-radius: 3px;
    box-shadow: 0px 3px 3px rgba(0, 0 , 0, 0.1);
    z-index: 999;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.2;
	width: 98%;
	margin: 5px auto;
}
.sub_form .alert_row, .f_col_r .alert_row, .row_active_2 .alert_row{
	width: 100%;
}
.row_active_2 .alert_row i{
	color: #fff;
}

.no_stock_display{
    color: #ff0000;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Noto Sans TC', 'Ubuntu', sans-serif;
}

.sub_form .for_radio{
    margin-bottom: 3px;
}

#loginBtn {
  background: rgba(63,162,247,1);
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 10px 25px;
  transition: .5s;
}

#regForm.login{
	padding: 40px 0 120px;
}
.login .form_col{
	max-width: 850px;
}
.login .form_col b:first-child{
	display: block;
	background: #e9f5f8;
  padding: 10px 15px;
  border-radius: 5px;
}
.login #loginBtn{
	width: 100%;
	font-size: 1.3em;
  font-weight: 600;
	margin-top: 10px;
}
.login .form_row_d{
	flex-direction: column;
}
.login .f_lab_l{
	flex: auto;
	font-weight: 600;
	font-size: 1.6rem;
}
.login .notice_rm{
	padding-bottom: 0px;
}
.login input{
	padding: 10px;
	margin-bottom: 0;
}
.login .alert_row{
	width: 100%;
}
#regForm.login ul{
	padding-left: 20px;
	margin: 10px 0 20px;
}
#regForm.login ul li{
	font-size: 14px;
	line-height: 1.4;
	padding: 2px 0;
}



@media(max-width: 786px){
	.alert_row{ width: 95%;}
}



