@import url("/web/20250408203418cs_/http://www.gocup.hk/wp/wp-content/themes/gocup/reset.css");

html, body{height:100%; width:100%; }
img{vertical-align: top;   }
strong{font-weight:bold;font-family: 'GT Cinetype Regular', 'Meiryo', '微軟正黑體';}
em{font-style:italic;}	
td{vertical-align:top;}
.clear{float:none; clear:both;}
p{margin-top:30px;}
p:first-child{margin-top:0px;}


body{
	font-family:'GT Cinetype Regular', Arial, Helvetica, '微軟正黑體', sans-serif;
	font-size:16px;
	line-height:24px;
	color:#333333;
	}
	
body.noscroll{
	overflow:hidden;}	
	
.force-center{
	text-align: center !important;
}
	
.center_image_wrapper{
	height:100%;
	width:100%;
	overflow:hidden;
	position:absolute;
	}	

.title_chi{
	height:26px;
	vertical-align:middle;
	}
	
.title_chi2{
	height:36px;
	vertical-align:middle;
	}	
	
.g_text{
	color:#55bd8c;
	}	
	
.b_text{
	color:#32a2db;
	}	

.videoWrapper {
	position: relative;
	padding-bottom: 47%;
    padding-top: 9.5%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




body > *{
	opacity:0;}


body.bodyload > *{
	opacity:1;}
	

body .loading{
	position:fixed;
	z-index:10001;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#FFF;
	opacity:1;}
	
.loading img{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;}	


	
.zoom_btn{
	overflow:hidden;}	
	
.zoom_btn .zoom_object{
	-webkit-transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform: scale(1,1);
    transform: scale(1,1);
	}	
	
.zoom_btn:hover .zoom_object{
	-webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
	}	

.animnum{
	position:relative;
	}
	
.animnum span{
	display:inline-block;
	position:relative;
	-webkit-transition: transform 0.9s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.9s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.9s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform: translateY(20px);
    transform: translateY(20px);
	opacity:0;
	}	
	
.bodyload .animnum span{
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
	}	
	
.round_btn_wrapper{
	text-align:center;
	margin-top:0px;
	margin-left:-5px;
	margin-right:-5px;}	

.round_btn_wrapper_left{
	text-align:left;
	}
	
.round_btn{
	padding:5px 30px;
	min-width:40px;
	line-height:20px !important;
	margin:auto;
	border:1px solid #32a2db;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align:center;
	letter-spacing:0.05em;
	color:#32a2db;
	display:inline-block;
	position:relative;
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;}
	
	
.en_body .round_btn{
	font-size:20px;
	font-family: "BlockTRegCon","Meiryo","微軟正黑體";
	text-transform:uppercase;
	}		

.round_btn .arrow{
	position:absolute;
	right:10px;
	top:0px;
	bottom:0px;
	margin:auto;
	font-family:"Courier New", Courier, monospace;
	height:20px;
	line-height:20px !important;
	display:none;
	}

.round_btn:hover{
	background-color:#32a2db;
	color:#FFF;
	}	
	

.round_btn2{
	background-color:#32a2db;
	color:#FFF;}		


.round_btn2:hover{
	background-color:#fff;
	color:#32a2db;}
	

.round_btn3{}		


.round_btn3:hover{
	background-color:#fff;
	color:#32a2db;}
	

.home_graphic_block1 .round_btn, .home_graphic_block2 .round_btn{
	position:relative;
	top:-16px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}


#home_section1 .home_graphic_block1 .round_btn{
	background-color:#FFF;
	color:#32a2db;
	border:1px solid #FFF;
	}
	
#home_section1 .home_graphic_block1 .round_btn:hover{
	background-color:#32a2db;
	color:#FFF;
	}	
	
#home_section1 .home_graphic_block1 .round_btn:hover{
	background-color:#32a2db;
	color:#FFF;
	}		

#home_section4 .home_graphic_block2 .round_btn{
	background-color:#FFF;
	color:#55bd8c;
	border:1px solid #FFF;
	}
	
#home_section4 .home_graphic_block2 .round_btn:hover{
	background-color:#55bd8c;
	color:#FFF;
	}	
	
	
	
.header{
	height:105px;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#FFF;
	z-index:100;
	}
	
.header_back{
	position:relative;
	z-index:0;
	}	
	
.menu_btn{
	width:22px;
	height:16px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:55px;
	margin:auto;
	}	
	
.menu_btn.line_wrapper .line{
	position:absolute;
	width:100%;
	border-top:2px solid #32a2db;
	height:1px;
	-webkit-transition: all 0.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.15s cubic-bezier(0.86, 0, 0.07, 1);
	}	

.menu_btn.line_wrapper:hover .line{
	border-top:2px solid #55bd8c;
	}	
	
.menu_btn.line_wrapper .line1{
	top:0%;
	}	
	
.menu_btn.line_wrapper .line2{
	top:50%;
	}	
	
.menu_btn.line_wrapper .line3{
	top:100%;
	}	
	
	
.menu_btn.line_wrapper.active .line1{
	top:50%;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-color:#fff;
	}	
	
.menu_btn.line_wrapper.active .line2{
	top:50%;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-color:#fff;
	}	
	
.menu_btn.line_wrapper.active .line3{
	top:50%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-color:#fff;
	}		

.left_menu_btn_wrapper{
	position:fixed;
	width:auto;
	z-index:101;}
	
.menu_home_btn{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	width:233px;
	height:39px;
	margin:auto;
	}	
	
.menu_home_btn img{
	width:100%;
	height:100%;}	
	
	
.menu_btn_wrapper{
	position:absolute;
	top:0px;
	bottom:0px;
	right:55px;
	margin:auto;
	height:24px;
	}	
	
.menu_share_wrapper{
	float:left;
	text-align:center;
	color: #32a2db;
	}	

.menu_share_wrapper ul{
	margin-left:-10px;
	}

.menu_share_wrapper li{
	float:left;
	margin-left:10px;
	}

.menu_share_wrapper a{
	width:23px;
	height:23px;
	display:block;
	position:relative;
	}
	
.menu_share_wrapper img{
	width:23px;
	height:23px;
	position:absolute;
	left:0px;
	top:0px;
	}	
	
.menu_share_wrapper a .over, .menu_share_wrapper a:hover .normal{
	display:none;
	}	
	
.menu_share_wrapper a:hover .over{
	display:block;
	}		
	
	
.menu_form_wrapper{
	margin-left:20px;
	border:1px solid #32a2db;
	padding:5px;
	float:left;
	display:none;}	

.menu_form_input{
	background:none;
	border:none;
	color:#32a2db;
	font-family:'GT Cinetype Regular';
	font-size:12px;
	line-height:12px;
	height:12px;
	overflow:hidden;
	float:left;
	width:130px;
	padding: 0;
	}	
	
.menu_form_submit{
	font-family: 'BlockTReg';
	font-size:16px;
	line-height:12px;
	color:#32a2db;
	border-left:1px solid #32a2db;
	padding-left:15px;
	float:left;
	}	
	
.menu_form_submit:hover{
	color:#55bd8c;
	}	
	
	
.menu_lang_wrapper{
	margin-left:20px;
	border-left:1px solid #32a2db;
	padding-left:20px;
	font-family: 'BlockTReg';
	font-size:16px;
	line-height:24px;
	float:left;
	}	
	
.menu_lang_wrapper ul{	
	margin-left:-10px;
	}	

.menu_lang_wrapper li{
	float:left;
	margin-left:10px;}
	
.menu_lang_wrapper a{
	color:#32a2db;
	}
.menu_lang_wrapper a:hover, .menu_lang_wrapper a.active{
	color:#55bd8c;
	}	
	




.home_section{
	position:relative;
	}

.home_section_size1, .home_section_size2, .home_section_size3{
	float:left;
	position:relative;
	height:100%;
	}

td.home_section_size1, td.home_section_size2, td.home_section_size3{
	float:none;
	position:relative;
	height:100%;
	}
	
.home_section_size1{
	width:66.66%;
	}	
	
.home_section_size2{
	width:33.33%;
	}	
	

.home_section_size3{
	width:50%;
	}

.section_spacing {
  margin:55px 55px;
  position:relative;
}

.home_section_size3_wrapper{
  margin-top: 55px;
	}

.home_section_size3_wrapper .section_spacing{
  margin-top: 0px;
	}

.w_bg{
	background-color: #ffffff;
	}

.g_bg{
	background-color: #f1f1f1;
	}
	
.p_bg1{
	background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/p_bg.png);
	background-color: #f1f1f1;
	}	
	
.deadline-text-box{
	width:300px;
	height:300px;
	background-color:#55bd8c;
	color:#FFF;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	font-size: 20px;
	margin:30px auto 90px;
	line-height: 30px;
	font-weight: normal;
	font-family: BlockTReg, Meiryo, 微軟正黑體;
	}
	
.en_body .deadline-text-box{
	line-height: 24px;
	}
		
.deadline-text-box table{
	width:100%;
	height:100%;
	}
.deadline-text-box table td{
	text-align:center;
	vertical-align:middle;
	padding:30px;
	}
	
.deadline-text-box .icon{
	width:45px;
	margin:auto;
	margin-bottom:10px;
	}	
	
.deadline-text-box .bigtext{
	font-size: 42px;
	line-height: 52px;
	letter-spacing:0.1em;
	}	
	
.en_body .deadline-text-box .bigtext{
	line-height: 46px;
	}

.deadline-text-box span{
	font-size: 14px;
	}	
	
.deadline-text-box .line{
	width:20px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid #FFF;
	}
	
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
	.p_bg1{
		background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/p_bg@2x.png);
		background-size:220px 220px;
	}	

}
	

.p_bg2{
	background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/p_bg2.png);
	background-color: #f1f1f1;
	}	
	
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
	.p_bg2{
		background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/p_bg2@2x.png);
		background-size:58px 58px;
	}	


}


.home_graphic_block1{
	background-color:#32a2db;
	}	
	
.home_graphic_block2{
	background-color:#55bd8c;
	}	
	
.home_graphic_block .thumb_wrapper{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottompx;
	margin:auto;
	}	
	
.home_graphic_block .thumb_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	max-height:75%;
	max-width:75%;
	}	
	
.home_graphic_block_bg{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	heightpx;
	background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/p_bg.png);
	text-align:center;
	}	
	
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
	.home_graphic_block_bg{
		background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/p_bg@2x.png);
		background-size:220px 220px;
	}	


}



	
#home_section1{
	height:480px;}	

.homebanner1_left{
	position:absolute;
	left:55px;
	bottom:0px;
	width:302px;
	}	
	
.homebanner1_right{
	position:absolute;
	right:55px;
	bottom:0px;
	top:0px;
	margin:auto;
	width:59px;
	}
	
.home_banner_slideshow, .home_banner_slideshow_item{
	position:relative;
	width:100%;
	height:480px;
	overflow:hidden;
	}		

.home_banner_pager{
	position:absolute;
	left:0px;
	width:100%;
	bottom:40px;
	text-align:center;
	z-index:11;
	height:15px;
	}

.home_banner_pager div{
	display:inline-block;
	width:15px;
	height:15px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0s;
    transition: all 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0s;
	vertical-align:middle;
	}
	
.home_banner_pager span{
	width:15px;
	height:15px;
	background-color:#FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display:block;
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0s;
    transition: all 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0s;
	}	

.home_banner_pager .active{
	width:11px;
	height:11px;
	margin-left:7px;
	margin-right:7px;
	}
	
.home_banner_pager .active span{
	width:12px;
	height:12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
	}	
	



#home_section2{
	color:#55bd8c;
	}
	
#home_section2 table{
	width:100%;}	
	
#home_section2 table td{
	vertical-align:middle;
	white-space:nowrap;}	

#home_section2 table td.num1{
	width:30%;
	white-space:normal;}
	
#home_section2 .table_spacing{
	display:inline-block;
	}	
	
#home_section2 table td.spacer{
	width:auto;}		
	
#home_section2 .num{
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	display:inline-block;
	}
	
#home_section2 .text1, #home_section2 .text2{
	color:#32a2db;
	display:inline-block;
	}	
	
#home_section2 .text2{
	}	

.join_btn{
	color:#55bd8c;
	}
	
.join_btn:hover{
	color:#32a2db;
	}	
	
.join_btn_icon{
	height:120px;}	
	
.join_btn_text{
	margin-top:60px;
	padding:10px 15px;
	margin-left:15px;
	border-left:2px solid #55bd8c; 
	border-right:2px solid #55bd8c;
	white-space:nowrap;
	display:inline-block;
	}	

.join_btn:hover .join_btn_text{
	}		

.c_line{
	margin-top:40px;
	width:160px;}

.animnum span.empty{
	width:10px;}
	
	


#home_section3{
	background-color:#f1f1f1;
	color:#32a2db;
	}
	
#home_section3 .bar{
	height:46px;
	background-color:#55bd8c;}
	
#home_section3 .section_spacing{
	margin:40px 55px;
	position:relative;
	}	
	
#home_section3 .num{	
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	}
	

	
#home_section3 .text_box2{
	width:50%;
	float:left;
	margin-top:30px;
	}	
	
#home_section3 .text_box2{
	width:46%;
	}	
	
#home_section3 .text_box2+.text_box2{
	margin-left:2%;
	}
	
#home_section3 .map_icon{
	width:10px;
	vertical-align:baseline;
	}	
	
#home_section3 .text_box2 div{
	display:inline-block;
	}
	
#home_section3 .text_box3{
	margin-top:30px;
	}	
#home_section3 .text_box3 .text3{
	font-family: "BlockTRegCon","Meiryo","微軟正黑體";
	}
.home_icon{
	height:65px;
	}

.map_side_table{
	width:100%;
	}

.map_side_table td.num{
	vertical-align:bottom;
	white-space:nowrap;}


.map_side_table td.text{
	line-height:20px;
	}

.map_side_table td.text div{
	white-space:nowrap;
	}

.map_side_table td.title{
	white-space:nowrap;
	}

.map_side_table .map_icon{
	margin-left:5px;
	}


.map_side_table td{
	text-align:center;
	width:0px;}

.map_side_table td.spacer{
	width:1000px;
	}

.map_side_table tr+tr td{
	padding-top:10px;}

.map_side_table .numsize1 {
  font-size: 62px;
  line-height: 58px;
}

.map_side_table .numsize2 {
  font-size: 50px;
  line-height: 50px;
}

.mobile_home_form{
	display:none;}

a.form1_btn{
	color: #32a2db;
	display:inline-block;
	padding-bottom:3px;
	border-bottom:1px solid #32a2db;
	}

.form_box_wrapper{
	margin-top:30px;
	color:#32a2db;
	}	

.form_box + .form_box{
	margin-top:15px;
	}
	
.form_box_title{
	float:left;
	}	

.form_box_input{
	float:right;
	width:75%;
	}
	
	
.form_box_input input[type=text]{
	background:none;
	border:none;
	border:1px solid #55bd8c;
	font-family:'GT Cinetype Regular';
	font-size:14px;
	line-height:24px;
	padding:5px 10px;
	color:#32a2db;
	width:100%;
	box-sizing:border-box;
	}	
	
.form_box_input input[type=file]{
	background:none;
	border:none;
	border:1px solid #55bd8c;
	font-family:'GT Cinetype Regular';
	font-size:14px;
	line-height:24px;
	padding:5px 10px;
	color:#32a2db;
	width:100%;
	box-sizing:border-box;
	}	

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    background-color: #32a2db;
	font-family:'GT Cinetype Regular';
	font-size:14px;
	line-height:24px;
    display: block;
	padding:5px 10px;
    color: #FFF;
	width:100%;
	border:1px solid #32a2db;
	box-sizing:border-box;
	text-align:center;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color:transparent;
    color: #32a2db;
}

.home_section_size3.preview_photo_right{
	float: right;
    overflow: inherit;}

#preview_photo, #preview_photo .thumb{
	position:relative;
	}

img#preview_photo{
	width:100%;
	}

#preview_photo .thumb{
	margin-bottom:55px;
	margin-left:55px;
	margin-right:55px;
	display:block;
	}
	
#preview_photo .del{
	width:20px;
	height:20px;
	position:absolute;
	top:0px;
	right:0px;
	margin-top:-40px;
	}	
	
#preview_photo .del img{
	width:100%;
	height:100%;
	}	

.inputfile + label {
	cursor: pointer; 
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}



.form_btn_wrapper{
	text-align:right;
	margin-top:30px;}
	
.form_btn_wrapper a{
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	color:#32a2db;
	display:inline-block;
	padding-bottom:5px;
	border-bottom:3px solid #32a2db;
	cursor:pointer;
	}

.form_btn_wrapper a:hover{
	color:#55bd8c;
	border-bottom:3px solid #55bd8c;
	}	

input[type="checkbox"]{
	-webkit-appearance: checkbox;
	appearance: checkbox;
    margin: 0px;
    padding: 0px;
	opacity:0;
}
.form_box input[type="checkbox"]{
	opacity:1;
}
.home_section_map{
	position:absolute;
	right:0px;
	top:0px;
	}

.home_section_map_btn{
	position:relative;
	height:100%;
	width:100%;
	}
	
#home_section3 iframe{
	position:relative;
	z-index:1;}	
	
.map_error{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#55bd8c;
	}	
	
.map_error2{
	top:auto;
	bottom:0px;
	height:auto;
	z-index:99;
	padding-top:5px;
	padding-bottom:5px;
	background-color:transparent;
	background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/overlay_w.png);
	}	
	
.map_error table{
	width:100%;
	height:100%;}	
	
.map_error table td{
	text-align:center;
	vertical-align:middle;}	
	
.map_error a{
	color:#fff;
	}	
	
.map_error2 a{
	color: #55bd8c;
	}		
	
.home_section_map iframe.noevent{
	pointer-events:none;}	
	
#map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	}	
	
#contact-us-done{
	
	color: #55bd8c;
}



#home_section4{
	height:480px;
	}

.placebox_wrapper, .placebox_slideshow, .placebox{
	height:480px;
	}
	
.home_section2#home_section4{
		height:160px;
	}
	

.placebox_slideshow2 .placebox{
	display:inline-block;
	}
	
.placebox_wrapper2, .placebox_slideshow2, .placebox_slideshow2 .placebox, .placebox_slideshow2 .placebox img{
		height:360px;
		width:auto !important;
	}

.home_section2#home_section4{
		height:360px;
	}	
	
	
#home_section4 .owl-item{
	overflow:hidden;
	}	

#home_section4 .owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
  transform-style:flat;
  width: 100%;
}

#home_section4 .placebox{
	display:block;
	overflow:hidden;}

#home_section4 .table_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	}

#home_section4 .table_wrapper table{
	width:100%;
	height:100%;
	}

#home_section4 .table_wrapper table td{
	text-align:center;
	vertical-align:middle;}

#home_section4 .pop_text{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/overlay_b.png);
	padding:10px 0px;
	text-align:center;
	}
	
#home_section4 .pop_text .text1{
	letter-spacing:0.05em;
	}
	
#home_section4 .pop_text .text2{
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	font-weight:bold;
	letter-spacing:0.1em;
	}
	
.en_body #home_section4 .pop_text .text2{
	font-weight:normal;
	}	
	
#home_section4 .pop_text .text3{
	margin-top:10px;
	}

#home_section4 a{
	color:#FFF;}

#home_section4 .left_w_arrow{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:21px;
	height:36px;
	margin:auto;
	z-index:100;
	cursor:pointer;
	right:0px;
	}
	
#home_section4 .right_w_arrow{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:21px;
	height:36px;
	margin:auto;
	z-index:100;
	cursor:pointer;
	right:0px;
	}	
	
.placebox_slideshow_prev{
	position:absolute;
	left:0px;
	top:0px;
	widthpx;
	bottom:0px;
	margin:auto;
	z-index:100;
	display:block;
	}	
	
.placebox_slideshow_next{
	position:absolute;
	right:0px;
	top:0px;
	widthpx;
	bottom:0px;
	margin:auto;
	z-index:100;
	display:block;
	}	
	


#home_section5{
	color:#33a3dc;
	}


#home_section5 .numsize2{
	color:#55bd8c;
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	}

#home_section5 .title{
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	letter-spacing:0.05em;
	font-weight:bold;
	white-space:nowrap;
	}
	
.en_body #home_section5 .title{
	font-weight:normal;
	}
	
#home_section5 .title.numsize2{
	color:#33a3dc;
}

#home_section5 .num_unit{
	font-family:'GT Cinetype Regular', Arial, Helvetica, '微軟正黑體', sans-serif;
	}

.grid_wrapper_title_text1{
	float:left;
	margin-left:35px;
	text-align:left;
	}

.grid_wrapper_title_text2{
	float:right;
	margin-right:35px;
	text-align:left;
	}

.grid_wrapper_title_text2_1{
	float:left;
	padding-right:30px;
	border-right:1px solid #33a3dc;
	text-align:left;
	}
	
.grid_wrapper_title_text2_2{
	float:left;
	padding-left:30px;
	border-left:1px solid #33a3dc;
	margin-left:-1px;
	text-align:left;
	}	
	
.grid_wrapper_title_text2 .text1{
	font-weight:bold;
	}	
	
.en_body .grid_wrapper_title_text2 .text1{
	font-weight:normal;
	}		

.home_in_title{
	margin-left:10px;
	height:40px;
	}

.home_grid_title{
	width:70%;
	max-width:400px;
	}

.grid_wrapper{
	width:1400px;
	margin:auto;
	paddingpx 0px;
	}

.grid{
	width:25%;
	float:left;
	overflow:hidden;
	text-align:center;
	}
	
.grid.first{
	clear:left;}		
	
.grid .spacing{
	margin:0px 35px;
	}	
	
.grid_wrapper_title{
	margin-bottompx;
	overflow:hidden;}		

.grid_wrapper_title .grid_inwrapper{
	margin-top:-20px;
	}	
	
.grid_wrapper_title .grid{
	margin-top:20px;}	
	

.grid_wrapper_list{
	overflow:hidden;}

.grid_wrapper_list .grid_inwrapper{
	margin-top:-40px;
	}	
	
.grid_wrapper_list .grid{
	margin-top:40px;}	

.grid .thumb_wrapper{
	position:relative;
	color:#FFF;
	margin-bottom:40px;
	display:inline-block;
	}	
	
.grid .thumb_wrapper .thumb {
  position: relative;
  z-index: 1;
}


.grid .thumb_wrapper .thumb_loading{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#FFF;
	z-index:0;
	}	
	
.grid .thumb_wrapper .thumb_loading img{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;
	}		
	
.grid .table_wrapper{
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/overlay_b.png);}	
	
.grid  .thumb_wrapper:hover .table_wrapper{
	display:block;}	

.grid .table_wrapper table{
	width:100%;
	height:100%;}

.grid .table_wrapper td{
	text-align:center;
	vertical-align:middle;}


.grid .table_wrapper .numsize3{
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	vertical-align:middle;
	}

.grid .table_wrapper .icon_heart{
	height:32px;
	vertical-align:middle;
	margin-right:5px;
	}

.grid .table_wrapper .thumb_text{
	margin-top:5px;
	color:#FFF;
	}
	
.grid .white_spacer{
	width:100%;
	height:auto;
	}	

.grid .text{
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	color:#55bd8c;
	}


.grid .text table{
	width:100%;
	}	
	
.grid .text table td+td{
	text-align:right;}	
	

.grid .text table .icon_heart{
	height:16px;
	vertical-align:middle;
	margin-right:5px;
	}	
	
.tag_wrapper{
	margin-top:15px;
	line-height:14px;
	}	
	
.tag_wrapper ul{
	margin-left:-10px;
	margin-top:-10px;
	}	
	
.tag_wrapper li{
	float:left;
	margin-left:10px;
	margin-top:10px;
	}	
	
.tag_wrapper li a{
	padding:5px 10px;
	display:inline-block;
	color:#32a2db;
	background-color:#FFF;}	

.tag_wrapper li a:hover{
	background-color:#32a2db;
	color:#FFF;
	}
	
.view_all_btn_wrapper{
	text-align:center;
	margin-top:40px;}	

.view_all_btn_wrapper .text1{
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	font-weight:bold;
	letter-spacing:0.1em;
	}
	
.en_body .view_all_btn_wrapper .text1{
	font-weight:normal;
	letter-spacing:0em;
	}
	
.view_all_btn_wrapper a{
	display:inline-block;
	color:#32a2db;
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	}	
	
.view_all_btn_wrapper a:hover{
	color:#FFFFFF;
	}	
	
	

#popup_preview_photo img{
	width: 100%;
}
	
.thankyou_icon{
	margin:auto;
	display:block;
	width: 330px;
	margin-top:-80px;
	}	



.redeem_toptitle{
	text-align:center
	}

.redeem_line{
	margin-top:20px;
	margin-bottom:20px;
	border-top:1px solid #55bd8c;
	}

.redeem_table{
	width:100%;}
	
.redeem_table td+td{
	padding-left:20px;}	

.redeem_table td{
	vertical-align:top;}	

.redeem_table_num{
	color:#32a2db;
	font-family: 'BlockTRegCon', 'Meiryo', '微軟正黑體';
	text-align:center;
	width:1px;
	}
	
.redeem_table .form_box_radio {
  float: none;
  margin-left: 0px;
  margin-top: 10px;
  text-align: center;
  vertical-align:middle;
}	

.redeem_radio_wrapper{
	width:40px;
	}

.redeem_title{
	margin-top:40px;
	}

.redeem_text_box{
	margin-toppx;
	}	
	
.color_circle.color_circle_line{
	width:20px;
	height:20px;
	margin:auto;
	background-color:transparent;
	border:2px solid #32a2db;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position:relative;
	display:block;
	}

.color_circle.color_circle_line.active .line, .color_circle.color_circle_line:hover .line{
	width:10px;
	height:10px;
	border:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-5px;
	margin-left:-5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color:#32a2db;
	} 	
	
	
.color_circle.color_circle_line.disable{
	border:2px solid #ddd;
	pointer-events:none;
	}

	


.footer{
	padding:40px 55px 40px;
	background-color:#FFF;}	

.footer_item_wrapper{
	margin-left:-55px;
	margin-top:-55px;
	float:left;
	}
	
.footer_item{
	float:left;
	margin-left:55px;
	margin-top:55px;}	

.footer_item .text{
	color:#a7a8ac;
	}
	
.footer_item .logo{
	height:58px;
	margin-top:10px;}	
	

.footer_right_wrapper{
	float:right;
	margin-toppx;
	}
	
.menu_link_wrapper{
	float:left;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #95bd3d;}	

.menu_link_wrapper a{
	color:#32a2db
}

.menu_link_wrapper a:hover{
	color:#55bd8c
}





.dropdown{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	margin:auto;
	background-color:#32a2db;
	display:none;
	z-index:100;
	display:none;
	font-family: 'BlockTReg', '微軟正黑體';
	}
	
.dropdown .table_wrapper{
	height:100%;}	
	
.dropdown .table_wrapper table{
	height:100%;
	}	
	
.dropdown .table_wrapper table td {
  	text-align: left;
  	vertical-align: middle;
  	padding: 0px 55px;
}
	
.dropdown ul li+li{
	margin-top:5px;}	
	
.dropdown .table_wrapper a{
	color:#fff;
	}
	
.dropdown .table_wrapper a:hover{
	color:#f1f1f1;
	}
	
	
	
.copyright{
	background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/p_bg.png);
	background-color: #f1f1f1;
	padding:55px;
	color:#a7a8ac;
	}	
	
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	
	.copyright{
		background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/p_bg@2x.png);
		background-size:220px 220px;
	}	

}
	
	

	

.popup{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:1000;
	display:none;}	


.popup_bg{
	z-index:1000;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(/web/20250408203418im_/http://www.gocup.hk/wp/wp-content/themes/gocup/images/overlay_b.png);
	display:none;
	}

.popup_bg_btn{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	}

.pop_content_wrapper{
	position:absolute;
	right:0px;
	left:0px;
	margin:auto;
	width0px;
	padding-top:100px;
	padding-bottom:100px;
	}
	
.popup_close{
	width:35px;
	height:35px;
	position:absolute;
	top:20px;
	right:20px;
	}	
	
.popup_close img{
	width:100%;
	height:100%;
	}	
	
.pop_content{
	background-color:#FFF;
	overflow:hidden;
	}	
	
.pop_content .spacing{
	margin:55px;
	}	

.pop_content .thumb_wrapper{
	margin-bottom:45px;
	position:relative;
	}	
	
.pop_content .thumb{
	width:100%;
	}	
	
.pop_content .text1{
	color: #32a2db;
    font-family: "BlockTRegCon",'Meiryo', '微軟正黑體';
	}	

.pop_content ol{
	list-style:decimal;
	margin-top:30px;}

.pop_content li{
	margin-left:20px;}

.pop_content li+li{
	margin-top:5px;}
	


	
.numsize1{
	font-size:64px;
	line-height:64px;}	
	
.numsize2{
	font-size:40px;
	line-height:40px;}	
	
.numsize2 .chi{
	font-size:32px;
	line-height:40px;
	font-weight:bold;
	}	
	
.numsize3{
	font-size:36px;
	line-height:36px;
	}	

.fontsize0{
	font-size:12px;
	line-height:18px;
	}	
	
.fontsize1{
	font-size:14px;
	line-height:20px;
	}	
	
.fontsize2{
	font-size:16px;
	line-height:22px;
	}	
	
.fontsize3{
	font-size:20px;
	line-height:26px;
	}	
	
.fontsize4{
	font-size:24px;
	line-height:30px;
	}		
	
.fontsize5{
	font-size:28px;
	line-height:34px;
	}		
	
.deadline-text{
	font-size:20px !important;
	margin-top: 10px !important;
	line-height:22px !important;
	color: #32a2db !important;
	font-weight: normal !important;
}

.deadline-text-green{
	font-size:20px !important;
	margin: 10px 20px 0px 20px !important;
	line-height:22px !important;
	color: #55bd8c !important;
	font-weight: normal !important;
	font-family: BlockTReg, Meiryo, 微軟正黑體 !important;
    
}
	
	


.mobile_show{
		display:none !important;
		}

.mobile_show2{
		display:none !important;
		}		
		
@media screen and (max-width: 1439px) { 

	

	.c_line {
	  width: 120px;
	}
	
	
	
	.form_box_input {
	  width: 65%;
	}

	


	.grid_wrapper{
		width:1200px;
		}
	
	
	.grid .thumb_wrapper .thumb {
	}
	
}

@media screen and (max-width: 1279px) { 

	

	.c_line {
	  width: 80px;
	}

	.join_btn_icon {
	  height: 80px;
	}
		
	.join_btn_text {
	  margin-left: 10px;
	  margin-top: 30px;
	  padding: 5px 10px;
	}	
	
	

	.form_box_input {
	  width: 60%;
	}
	
	.map_side_table td.spacer {
	  width: 40px;
	}
	.map_side_table .numsize1 {
	  font-size: 42px;
	  line-height: 38px;
	}
	
	.map_side_table .numsize2 {
	  font-size: 30px;
	  line-height: 30px;
	}
	.home_icon{
		height:50px;
		}
	
	


	.grid_wrapper{
		width:1000px;
		}
	
	.header .menu_share_wrapper{
		display:none;
		}
		
	.header .menu_form_wrapper{
		display:none;
		}	
		
	.menu_lang_wrapper {
	  border: none;
	  margin-left: 0px;
	  padding-left: 0px;
	}	
	
	.grid .thumb_wrapper .thumb {
	}
	
	

	
	.numsize1{
		font-size:50px;
		line-height:50px;}	
	
}

@media screen and (max-width: 1023px) { 
	
	.form_box_wrapper.mobile_hide_hide{
		display:none;
		}
		
	
	.form_box_wrapper.mobile_hide_hide.active{
	display:block;
	}		
		
		
	
#preview_photo .thumb{
	margin-bottom:40px;
	margin-left:20px;
	margin-right:20px;
	}	
	
	.mobile_show{
		display:block !important;
		}
		
	.mobile_show_inline{
		display:inline-block !important;
		}	
		
	.mobile_hide{
		display:none !important;
		}	
	
	body{
	font-size:14px;
	line-height:22px;
	}

	.header {
	  height: 55px;
	}

	.menu_btn {
	  left: 20px;
	}

	.menu_home_btn {
	  height: 20px;
	  width: 120px;
	}
	
	.menu_btn_wrapper {
	  right: 20px;
	}
	
	.dropdown {
	  right: 0;
	}
	
	.dropdown .table_wrapper {
	  width: 100%;
	}
	
	.dropdown .table_wrapper table td {
		text-align: left;
		vertical-align: middle;
		padding: 0px 20px;
	}
	
	.title_chi {
	  height: 20px;
	}
	
	.title_chi2{
	  height: 30px;
		}
	
	
	
	.grid .thumb_wrapper .thumb {
	}
	
	.home_section{
		width:100%;
		overflow:hidden;
		}
	
	.home_section_size1{
		width:100%;
		float:none;
		overflow:hidden;
		}	
		
	.home_section_size2{
		width:100%;
		float:none;
		overflow:hidden;
		}
	
	#submission_content .home_section_size1 .section_spacing{
		margin-bottom:0px;
		}	
		
	#submission_content .home_section_size2 .section_spacing{
		margin-top:0px;
		}	
		
	.home_section_size3{
		width:100%;
		float:none;
		overflow:hidden;
		}
		
	td.home_section_size1, td.home_section_size2, td.home_section_size3{
		display:block;
		width:auto;
	}
	
	
	.section_spacing {
	  margin: 40px 20px;
	  position: relative;
	}
		
	
	
	#home_section1 {
	  height: auto;
	}	
	
	.home_banner{
	  height: 480px;
		}
		
	.home_graphic_block{
	  height: 360px;
		}	
		
	.home_section_map {
	  position: relative;
	  right: auto;
	  top: auto;
	  height: 360px;
	}		
	
	.homebanner1_left {
	  left: 0px;
	  right:0px;
	  margin:auto;
	  position: absolute;
	  width: 300px;
	}
	
	.homebanner1_right {
		top:20px;
		bottom:auto;
	  right: 20px;
	  width: 20px;
	}
	
	
	
	
	#home_section2 table td {
		width:100%;
		display:block;
		text-align:center;
		margin-top:20px;
		white-space:normal;
	}
	
	#home_section2 table td+td{
		margin-top:20px;
		}
	
	#home_section2 table td.num1 {
		padding-right: 0px;
	}
	
	.join_btn_icon {
	  height: 80px;
	}
		
	.join_btn_text {
	  margin-left: 10px;
	  margin-top: 20px;
	  padding: 5px 10px;
	}	
	
	#home_section2 table td.spacer {
	  width: auto;
	  height:20px;
	}
		
	.c_line {
	  margin-top: 10px;
	  width: 80px;
	}	
			
	
	
	#home_section3 .section_spacing {
	  margin: 40px 20px 40px;
	}
	
	.map_side_table td.spacer {
	  width: 20px;
	}
	
	.map_side_table td.spacer1 {
	  width: 30px;
	}
	
	
	
	#home_section4{
		height:360px;
		}
	
	.placebox_wrapper, .placebox_slideshow, .placebox{
		height:360px;
		}
	

.placebox_wrapper2, .placebox_slideshow2, .placebox_slideshow2 .placebox, .placebox_slideshow2 .placebox img{
		height:215px;
	}

.home_section2#home_section4{
		height:215px;
	}
	
	
.grid_wrapper_title{
	margin-bottom:40px;
	overflow:hidden;}		

.grid .thumb_wrapper{
	margin-bottom:0px;
	}	
	

	
	.grid_wrapper_title_text1{
	float:none;
	margin-left:auto;
	text-align:center;
	}

.grid_wrapper_title_text2{
	float:none;
	margin-right:auto;
	text-align:center;
	}

.grid_wrapper_title_text2_1{
	float:none;
	padding-right:0px;
	border-right:none;
	text-align:center;
	margin-top:20px;
	}
	
.grid_wrapper_title_text2_2{
	float:none;
	padding-left:0px;
	border-left:none;
	margin-left:auto;
	text-align:center;
	margin-top:20px;
	}	
	
	.home_in_title {
	  height: 29px;
	  margin-left: 6px;
	}
	
	.grid {
	  float: none;
	  width: 100%;
	  text-align:center;
	}
	
	.grid_wrapper_list .grid {
	  margin-top: 40px;
	}
	
	.grid_wrapper {
	  width: 100%;
	  padding: 50px 0;
	}
	.grid .spacing {
	  margin: 0 20px;
	}
	
	#home_section4 .left_w_arrow {
	  height: 24px;
	  left: 0px;
	  width: auto;
	}
	
	#home_section4 .right_w_arrow {
	  height: 24px;
	  right: 0px;
	  width: auto;
	}
	
	.placebox_slideshow_prev{
	width:50px;
	}	
	
	.placebox_slideshow_next{
	width:50px;
	}	
	
	
	
	
	.footer {
	  padding: 100px 20px 55px;
	}
	
	.footer_right_wrapper {
	  float: none;
	  margin-top: 80px;
	}
	
	.footer_item_wrapper {
	  float: none;
	  margin-left: auto;
	  text-align:center;
	}
	
	.footer_item {
		display:inline-block;
	  float: none;
	  margin-left: 10px;
	  margin-right: 10px;
	}
		
	
	.menu_link_wrapper {
	  border-right: none;
	  float: none;
	  margin-right:0px;
	  padding-right: 0px;
	  text-align:center;
	}
	
	.menu_share_wrapper {
	  float: none;
	  margin-top:20px;
	}
	
	.menu_share_wrapper ul{
		text-align:center;
		display:block;
		margin-left: 0px;}
	
	.menu_share_wrapper li {
	  float: none;
	  display:inline-block;
	  width:23px;
	  height:23px;
	  margin-left: 10px;
	  margin-right: 10px;
	}
	
	.menu_form_wrapper {
	  border: 1px solid #32a2db;
	  float: none;
	  display:block;
	  margin-left: auto;
	  margin-right:auto;
	  padding: 5px;
	  margin-top:20px;
	  width: 170px;
	}
	
	.menu_form_input {
	}
	
	.copyright {
	  padding: 55px 20px;
	  text-align:center;
	}
	
	#home_section3 .text_box3 {
	  margin-top: 20px;
	}
	
	#home_section3 .text_box2 {
	  margin-top: 25px;
	}
	
	
	
	.pop_content_wrapper {
	  left: 20px;
	  padding-bottom: 55px;
	  padding-top: 55px;
	  right: 20px;
	  width: auto;
	}
	
	.pop_content .spacing {
	  margin: 30px;
	}
		
	
	.popup_close{
	width:20px;
	height:20px;
	}	
	
	

	
	.numsize1{
		font-size:40px;
		line-height:40px;}	
		
	.numsize2{
		font-size:30px;
		line-height:30px;}	
		
	.numsize2 .chi {
	  	font-size: 24px;
		line-height:30px;
	}	
			
	.numsize3{
		font-size:20px;
		line-height:20px;
		}	
	
	.fontsize0{
		font-size:12px;
		line-height:18px;
		}	
		
	.fontsize1{
		font-size:14px;
		line-height:20px;
		}	
		
	.fontsize2{
		font-size:16px;
		line-height:22px;
		}	
		
	.fontsize3{
		font-size:18px;
		line-height:24px;
		}	
		
	.fontsize4{
		font-size:20px;
		line-height:26px;
		}		
		
	.fontsize5{
		font-size:21px;
		line-height:27px;
		}	
	
	.footer {
	  padding: 55px 20px 55px;
	}
	
	.view_all_btn_wrapper {
  margin-top: 40px;
  padding-left:20px;
  padding-right:20px;
  text-align: center;
}
		
}


@media screen and (max-width: 640px) { 
	.mobile_show2{
		display:block !important;
		}
	
.thankyou_icon{
	width: 100%;
	}	
	
}


/*
     FILE ARCHIVED ON 20:34:18 Apr 08, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:02:36 Sep 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.539
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 13.963
  LoadShardBlock: 474.854 (3)
  PetaboxLoader3.datanode: 1072.694 (4)
  PetaboxLoader3.resolve: 613.662 (2)
  load_resource: 1395.426
*/