@charset "UTF-8";
/* CSS Document */


#OnlineFormBoxOut h2{
color: #038F8F;
margin-top: 0;
margin-bottom: 30px;
}

#OnlineFormBox{
	max-width:1280px;
	padding:30px;
	margin:auto;
	background-color:#FFF;
	color:#193e43;
	font-size: 18px;
    line-height: 1.5;
    /*background-image: url(../../images/bg_colork1.png);*/
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: top right;
    
}
#OnlineFormBox .title{
	margin-top:30px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px solid #75bbbc;
	color:#75bbbc;
	line-height: normal;
	font-size: 22px;
}
#OnlineFormBox .title span{
	color:#aba53f;
	line-height: normal;
}
@media screen and (max-width: 500px){
#OnlineFormBox .title span{
	display:block;
}
}
#OnlineFormBox .title img{
	vertical-align: bottom;
	margin-right:10px;
}
.group_radio{
	display:inline-block;
	margin-bottom:20px;
}
#f_age .group1, #f_age .group2{
    display:none;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + a{
	text-decoration:none;
	color:inherit;
	margin-right:20px;
}
input[type="radio"] + a label span {
    display:inline-block;
    padding:10px;
    margin:-1px 20px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

input[type="radio"] + a label span {
     background-color:#ecf5f5;
	 border:8px solid #ecf5f5;
}

input[type="radio"]:checked + a label span{
     background-color:#1e9292;
	 border:8px solid #ecf5f5;
}
.inputSet{
	margin-bottom:20px;
}
.inputSet:after{
	content:'';
	clear:both;
	display:block;
}
.inputSet .topic{
	width:200px;
	padding:10px 0;
	float:left;
}
.inputSetHalf{
	margin-bottom:20px;
	width:calc(50% - 20px);
	margin-right:20px;
	float:left;
}
.inputSetHalf:after{
	content:'';
	clear:both;
	display:block;
}
.inputSetHalf .topic{
	width:200px;
	padding:10px 0;
	float:left;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"]{
	float:left;
	width:calc(100% - 200px);
	background-color:#ecf5f5;
	border:none;
	padding:10px;
	line-height: normal;
	color: #193e43;
}
input[type="file"]{
	display:none !important;
}
textarea{
	float:left;
	width:calc(100% - 200px);
	background-color:#ecf5f5;
	border:none;
	padding:10px;
	height:100px;
	line-height: normal;
	color: #193e43;
}
select{
	float:left;
	width:calc(100% - 200px);
	background-color:#ecf5f5;
	border:none;
	height:36px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-appearance: none;
	padding-right:40px;
	padding-left:10px;
	background-repeat:repeat-y;
	background-position:right center;
	line-height: normal;
}
.inputUnder{
	float:left;
	width:calc(100% - 200px);
	margin-left:200px;
}
.inputBox{
	float:left;
	width:calc(100% - 200px);
}
.clear{
	content:'';
	clear:both;
	display:block;
}
#btn_Group_1, #btn_Group_2{
	display:block;
	color:inherit;
	text-decoration:none;
	margin-top:20px;
}
#btn_Group_1 span, #btn_Group_2 span{
	vertical-align:bottom;
	width:15px;
	height:15px;
	display: inline-block;
	border:8px solid #ecf5f5;
	border-radius: 50%;
	vertical-align: middle;
	margin-left:20px;
	background-color:#ecf5f5;
}
#btn_Group_1.over span, #btn_Group_2.over span{
	background-image:url(/images/img_tick.png);
}
#btn_Group_1 img, #btn_Group_2 img{
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right:10px;
}
#Box_T1, #Box_T2{
	padding:20px;
	border-radius: 0 20px 20px 20px;
	background-color:#75bbbc;
	position:relative;
	color:#FFF;
	margin-top:20px;
}
#Box_T3, #Box_T4{
	padding:20px;
	border-radius: 0 20px 20px 20px;
	background-color:#aba53f;
	position:relative;
	color:#FFF;
	margin-top:50px;
}
#Box_T1 > img, #Box_T2 > img, #Box_T3 > img, #Box_T4 > img{
	position:absolute;
	top: -30px;;
	left:0;
}
#Box_T1 .tt, #Box_T2 .tt, #Box_T3 .tt, #Box_T4 .tt{
	margin-top:10px;
	margin-bottom:20px;
	line-height: normal;
}
#Box_T1 a, #Box_T2 a, #Box_T3 a, #Box_T4 a{
	color:inherit;
	text-decoration:underline;
}
.btnUpload{
	padding:5px 35px;
	display:block;
	background-color:#193e43;
	cursor:pointer;
	text-align: center;
}
#btn_plus_1{
	width:40px;
	height:40px;
	line-height:40px;
	color:#FFF;
	text-align:center;
	margin:auto;
	margin-top:20px;
	background-color: #75bbbc;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
#btn_plus_2{
	width:40px;
	height:40px;
	line-height:40px;
	color:#FFF;
	text-align:center;
	margin:auto;
	margin-top:20px;
	background-color: #aba53f;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
.tnc{
	width:100%;
	padding-bottom:20px;
    display: flex;
}
.tnc span{
    flex: 100;
}

.btn_Tnc{
	width:23px;
	height:23px;
	background-color:#193e43;
	margin-right:10px;
	vertical-align:middle;
}
.btn_Tnc.over{
	background-image:url(/images/tick.png);
	background-size: contain;
    background-repeat: no-repeat;
}

.tnc a{
	color:inherit;
	text-decoration:underline;
}
#BoxTnc{
	padding:20px;
	background-color:#193e43;
	color:#FFF;
	margin-bottom:20px;
}
#BoxTnc:after{
	content:'';
	clear:both;
	display:block;
}
#submitSet{
	border-top:2px solid #75bbbc;
	padding-top:20px;
}

#reload{
background: url(/images/reload.png);
    background-size: cover;
    height: 35px;
    width: 35px;
    display: inline-block;
    background-color: #2ea2a2;
    vertical-align: text-bottom;
    padding: 5px;
        cursor: pointer;
}
#submitSet a{
	padding: 5px 35px;
    display: inline-block;
    background-color: #193e43;
	margin-top:10px;
    cursor: pointer;
	color:#FFF;
	text-decoration:none;
}
@media screen and (max-width: 767px){
#submitSet{
	text-align:left;
}
#submitSet a{
	margin-left:0px;
	margin-top:10px;
}
}
#VotesubmitSet{
	border-top: 2px solid rgba(255,255,255,0.5);
	padding-top:20px;
	text-align:right;
}
#VotesubmitSet a{
	padding: 5px 35px;
    display: inline-block;
    background-color: #193e43;
	margin-left:10px;
    cursor: pointer;
	color:#FFF;
	text-decoration:none;
}
#backSet{
	margin-top: 20px;
	border-top:2px solid #75bbbc;
	padding-top:20px;
	text-align:left;
}
#backSet a{
	padding: 5px 35px;
    display: inline-block;
    background-color: #193e43;
    cursor: pointer;
	color:#FFF;
	text-decoration:none;
}
@media screen and (max-width: 850px){
.inputSetHalf {
    width: 100%;
    margin-right: 0px;
}
}
@media screen and (max-width: 550px){
.inputSet .topic {
    width: 100%;
}
.inputSetHalf .topic {
    width: 100%;
}
input[type="text"], input[type="tel"], input[type="email"],input[type="number"]{
    width: calc(100%);
}
.inputUnder {
    width: 100%;
    margin-left: 0px;
}
.inputBox {
    width: 100%;
}
select {
    width: 100%;
}
textarea {
    width: calc(100%);
}
#OnlineFormBox {
    padding: 20px;
}
input[type="radio"] + a label span {
    margin: -1px 10px 0 10px;
}
}
.progressbar{
	margin-top:10px;
	margin-bottom: 10px;
	width:100%;
}
.bar{
	height: 2px;
	background-color:#d12820;
}
.error{
	color:#F00 !important;
}
#voteBox{
	max-width:1140px;
	padding:30px 30px 0 30px;
	margin:auto;
	color:#193e43;
}
#GroupBox {
    max-width: 1140px;
    padding: 0 30px 30px 30px;
    margin: auto;
    color: #193e43;
}
#GroupBox:after{
	content:'';
	clear:both;
	display:block;
}
#GroupBox .Box1 > img, #GroupBox .Box2 > img {
    position: absolute;
    top: -35px;
    right: 0;
}
#GroupBox .Box1{
	padding: 20px;
    border-radius: 20px 0 20px 20px;
    background-color: #75bbbc;
    position: relative;
    color: #FFF;
    margin-top: 50px;
	width:calc(50% - 55px);
	margin-right:30px;
	float:left;
}
#GroupBox .Box2{
	padding: 20px;
    border-radius: 20px 0 20px 20px;
    background-color: #aba53f;
    position: relative;
    color: #FFF;
    margin-top: 50px;
	width:calc(50% - 55px);
	float:left;
}
#GroupBox .inBox, #GroupBox .inBox{
	border-top:2px solid rgba(255,255,255, 0.5);
	margin-top:25px;
	border-bottom:2px solid rgba(255,255,255, 0.5);
	margin-bottom:15px;
	padding:10px;
	text-align:center;
	line-height: normal;
}
#GroupBox .Box1 a{
	padding:10px 20px;
	background-color:#193e43;
	border-radius: 10px;
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	color:inherit;
	display: inline-block;
	line-height: normal;
}
#GroupBox .Box2 a{
	padding:10px 20px;
	background-color:#5a5609;
	border-radius: 10px;
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	color:inherit;
	display: inline-block;
	line-height: normal;
}
@media screen and (max-width: 700px){
	#GroupBox {
    padding: 0 0 30px 0;
	}
	#GroupBox .Box1, #GroupBox .Box2 {
    margin-top: 40px;
    width: calc(100% - 40px);
    margin-right: 0px;
}
}
#voteTitle{
	line-height: normal;
	margin-top:20px;
	padding-bottom:10px;
	position:relative;
}
#voteTitle img{
	vertical-align:text-bottom;
}
#voteBox select{
	width:auto;
	background-color:#FFF;
	line-height: normal;
	border: 5px solid #75bbbc;
	float:none;
}
#voteBox select.v2{
	border: 5px solid #aba53f;
}
.voteMenu{
	position:absolute;
	bottom:-38px;
	right:0;
}
.voteMenu .arrow-left{
	width: 0;
    height: 0;
    border-bottom: 36px solid transparent;
    border-right: 36px solid #75bbbc;
    float: left;
}
.voteMenu .arrow-left.v2{
    border-right: 36px solid #aba53f;
}
#voteAll:after{
	content:'';
	clear:both;
	display:block;
}
#voteAll{
	padding-top:30px;
	padding-bottom:30px;
}
#voteAll .box{
	width:calc(33.33% - 30px);
	margin:30px 15px 0 15px;
	float:left;
	position:relative;
	display:block;
}
#voteAll .box img{
	width:100%;
}
#voteAll .box .photo{
	position: absolute;
    width: 82%;
    padding-bottom: 60%;
    height: 0;
    top: 5%;
    left: 9%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}
#voteAll .box .photo .icon{
	position:absolute;
	width:18%;
	right:3%;
	bottom:3%;
	display:block;
}
#bigPhoto .icon img{
	width:100%;
}
#bigPhoto .icon{
	position:absolute;
	width:10%;
	right:3%;
	bottom:3%;
	display:block;
}
#voteAll .box .photo .icon img{
	width:100%;
}
#voteAll .box .text{
	position: absolute;
    top: 0;
    left: 9%;
    padding-top: 65%;
	color:#FFF;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	width: 82%;
}
#voteAll .box .btnVote{
	position: absolute;
    top: 0;
    right: 9%;
    padding: 5px 20px;
    background-color: #193e43;
    color: #FFF;
    border-radius: 10px;
    margin-top: 67%;
}
@media screen and (max-width: 1050px){
#voteAll .box {
    width: calc(50% - 30px);
}
}
@media screen and (max-width: 800px){
#voteBox {
    padding: 20px 20px 0 20px;
}
#voteAll .box {
    width: 100%;
	margin: 30px 0 0 0;
}
#voteTitle img {
    display: block;
    margin: auto;
}
#voteTitle {
	text-align:center;
}
.voteMenu .arrow-left {
	display:none;
}
.voteMenu {
	position:relative;
    bottom:auto;
    right:auto;
	margin:auto;
	display:block;
}
#voteAll {
    padding-top: 00px;
}
}
#voteAll .prev{
	display:block;
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	color:#FFF;
	text-align:center;
	background-color:#dadada;
	margin: 15px;
}
#voteAll .next{
	display:block;
	float:right;
	width:35px;
	height:35px;
	line-height:35px;
	color:#FFF;
	text-align:center;
	background-color:#dadada;
	margin: 15px;
}

#voteAll .next.v1, #voteAll .prev.v1{
	background-color:#75bbbc;
}
#voteAll .next.v2, #voteAll .prev.v2{
	background-color:#aba53f;
}
#voteBox #pageMenu{
	width:90px;
	background-color:#FFF;
	line-height: normal;
	border: 5px solid #dadada;
	float:none;
	margin:15px auto;
	position: absolute;
    left: 0;
    right: 0;
	background-image:none;
}
#voteBox #pageMenu.v1{
	border: 5px solid #75bbbc;
	background-image: url(/images/bg_arr.gif);
}
#voteBox #pageMenu.v2{
	border: 5px solid #aba53f;
	background-image: url(/images/bg_arr.gif);
}

#bigPhoto img{
	width:100%;
}
#bigPhoto{
	max-width:520px;
	width:calc(100% - 30px);
	margin:auto;
	margin-top:60px;
	position:relative;
}
#bigPhoto.v1{
	border:15px solid #75bbbc;
}
#bigPhoto.v2{
	border:15px solid #aba53f;
}
#bigPhoto .closeBtn{
	position:absolute;
	top: -15px;
    right: -65px;
	text-align:center;
	background-color:#193e43;
	width:50px;
	height:50px;
	line-height:50px;
	color:#FFF;
}
@media screen and (max-width: 680px){
#bigPhoto .closeBtn {
    top: -65px;
    right: -15px;
}
}
#detailBox{
	padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
	color:#FFF;
}
#detailBox strong{
	display:block;
	margin:15px 0 5px 0;
}
#detailBox:after{
	content:'';
	clear:both;
	display:block;
}
#detailBox.v1{
	background-color:#75bbbc;
}
#detailBox.v2{
	background-color:#aba53f;
}
#detailBox .line{
	margin-top:25px;
	margin-bottom:25px;
	border-bottom:2px solid rgba(255,255,255, 0.5);
}
#voteBoxSmall .title{
	color:#FFF;
	padding-bottom: 30px;
}
#voteBoxSmall .title span{

}
#code{
	text-align:left;
	padding-bottom: 20px;
}
#code .topic{
	width:auto !important;
	float:none;
	display:inline-block;
}
#code > img{
	float:none !important;
	margin-left:10px;
}
#code > input{
	float:none !important;
}

@media screen and (max-width: 400px){
#VotesubmitSet a {
    display:block;
	margin:auto;
}
#VotesubmitSet {
	text-align:center;
}
}
#btn_share{
	background-color: #5dbfc0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #FFF;
}