@charset "utf-8";
/* CSS Document */

/* -----------------cssreset----------------- */

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

body {
    background: #fff;
    font-family: '微軟正黑體';
    margin: 0;
    padding: 0;
}



.wrap{
    background: url(../images/bg_top.png) repeat-x top left,
    linear-gradient(to bottom, #007565 0%, #FFFFFF 100%);
    margin: 0;
    scroll-padding-top: 0px;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

label[for*='select'] {
    vertical-align: bottom;
}

select, input[type*="text"], input[type*="password"], input[type*="date"], textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
    min-height: 36px;
    min-width: 140px;
}

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, label {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}

iframe, img {
    border: 0;
}

ul {
    list-style: none;
}

legend {
    border-bottom: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clean {
    clear: both;
}

a {
    text-decoration: none;
}

/* -----------------cssreset----------------- */

input[type*="text"]:focus, textarea:focus, input[type*="password"]:focus {
    background-color: #cae9e5 !important;
    outline: 0px;
}

/* a:focus, input:focus, select:focus, input[name*="Collapse"]:focus, .owl-prev:focus, .owl-next:focus, input[type*="submit"]:focus, input[type*="reset"]:focus, input.enter_bn[type*="button"]:focus, input[type*="button"]:focus, button:focus {
    outline: 2px #d83e3e solid !important;
} */

input[type="radio"], input[type="checkbox"] {
    margin: 0 4px;
}

input, select, textarea {
    border-radius: 5px;
}

* {
    font-family: '微軟正黑體', 'arial';
}


   

header {
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 5px 0;
}

label {
    cursor: pointer;
}


/* input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"]+span {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background: url(../images/checkbox.png) no-repeat left top;
              user-select: none;
  }
  input[type="checkbox"]:checked+span {
    background: url(https://i.imgur.com/JWm4WKA.png) no-repeat left top;
  } */

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background: url(../images/radio.png) no-repeat left top;
    user-select: none;
}

input[type="radio"]:checked+label {
    background: url(../images/radio-.png) no-repeat left top;
}


input::placeholder {
    color: #8a8a8a;
  }


/* font */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?ncet3c');
    src:  url('../fonts/icomoon.eot?ncet3c#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?ncet3c') format('truetype'),
      url('../fonts/icomoon.woff?ncet3c') format('woff'),
      url('../fonts/icomoon.svg?ncet3c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-bingo:before {
    content: "\e900";
  }
  .icon-turntable:before {
    content: "\e901";
  }
  .icon-word:before {
    content: "\e902";
  }



.container {
    max-width: 576px;
    margin: 0 auto;
    position: relative;
}

.content_txt {
    position: relative;
    padding: 15px 20px;
    margin-top: -47px;
    z-index: 5;
}

.content_txt .word {
    font-size: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 25px 25px 25px;
    border-radius: 15px;
    line-height: 28px;
}

.btn_div {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px 0px;
}


.btn_style {
    letter-spacing: 1px;
    padding: 15px 5px;
    text-align: center;
    background: #3eae78;
    color: #fff;
    font-size: 19px;
    width: calc(100%/2 - 5px);
    border-radius: 8px;
}

.btn_style_back {
    letter-spacing: 1px;
    padding: 15px 5px;
    text-align: center;
    background: #007565;
    color: #fff;
    font-size: 19px;
    width: calc(100%/2 - 5px);
    border-radius: 8px;
}

.btn_style_back i {
    transform: rotateZ(270deg) scaleY(1.1);
    position: relative;
    top: -1px;
    
    
}

.btn_once i,
.btn_style i,
.btn_style_back i {
    margin-right: 5px;
    font-size: 1.125em;
   
}

.btn_once {
    letter-spacing: 1px;
    padding: 15px 5px;
    text-align: center;
    background: #3eae78;
    color: #fff;
    font-size: 19px;
    width: 100%;
    border-radius: 8px;
}


.btn_style:hover,
.btn_once:hover,
.btn_style_back:hover {
    background: #10647d;
    color: #fff;
}

.bg_bottom {
    text-align: center;
}

footer {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 15px 40px;
    margin-top: -27px;
    position: relative;
}

footer>img {
    margin: 10px;
}

footer img.bg_under{
    margin: 0px;
}

.bg_under {
    width: 100%;
    max-width: 576px;
    margin-top: -110px;
}


.btn_div input[type="file"]{
    display: none;
}

.text-center{
    text-align: center;
}
.thinks{
    display: block;
    font-size: 2em;
    margin: 2em 0 1em 0;
    color: #e60061;
    line-height: normal;
    font-style: italic;
}

/* 資料填寫 */

.people_form {
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    border-radius: 15px;
    margin: 20px 0px;
}

.people_form div {

}

.people_form ul li label {
    font-size: 22px;
    font-weight: bold;
    color: #007565;
}

.people_form ul li input {
    border: 0px;
    border-bottom: 1px solid #6d6d6d;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 19px;
    padding: 10px 0px;
    color: #333;
}

.agree {
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
}

/* input[type="checkbox"]{
    width: 18px ;
    height: 18px;
} */
.people_form p{
    text-align: center;
    font-size: 1.025em;
    margin: 5px 0;
}
.people_form ol{
    font-size: 1.025em;
    padding-left: 20px;
}

/* 賓果 */

.box_style {
    background: rgba(255, 255, 255, 0.5);
    padding: 25px;
    border-radius: 15px;
    margin: 20px 0px;
}


.bingo {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.no_link {
    pointer-events: none;
}

.bingo_link {
    top: 0;
    position: absolute;
    padding: 6.5% 5.5% 4% 6%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bingo_link span {
    width: 20%;
    display: inline-block;
    /* border: 1px solid red; */
    position: relative;
    padding-bottom: 19.75%;
}

.bingo_link span a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}


.finish {
    background: url(../images/star.png) no-repeat center center;
    background-size: 80%;
}


.number {
    text-align: center;
    font-size: 28px;
    background: #007565;
    color: #fff;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 999px;
    letter-spacing: 2px;
    font-weight: normal;
}

.question {
    margin: 15px 0;
}

.question img {
    margin-top: 15px;
}

.answer ul li {
    margin: 20px 0;
}

.answer {
    margin-bottom: 4.5em;
}

.answer img {
    max-width: 100%;
    min-width: 100%;
    margin-left: 5px;
    vertical-align: top;
    margin-bottom: 0.3em;
}


/* 轉盤 */

.lottery {

    margin: 0 auto 15px auto;
    width: 100%;
    position: relative;
    display: inline-block;
}

.lottery:after {
    content: '';
    display: block;
    margin-top: 100%;
}

#bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
}



#bg {}

img[src^="images/pointer"] {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-size: cover;

}


img[src^="images/turntable"] {
    position: absolute;
    z-index: 5;
    transition: all 4s;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* alert */
.alert_block {
    display: none;
    background: #fff;
    border: 6px solid #d95936;
    border-radius: 30px;
    width: 360px;
    box-shadow: 0px 0px 12px 3px #2a2a2a82;
    padding: 30px 20px 20px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    z-index: 999;
    text-align: center;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}



.alert_block p {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
    color: #454545;
    margin-bottom: -22px;
}

.alert_block button {
    font-size: 1.4em;
    background: #d95936;
    border: 4px solid #fff;
    color: #fff;
    padding: 3px 26px;
    letter-spacing: 6px;
    box-shadow: 4px 5px 0px 0px #d95936;
    border-radius: 9999px;
    position: relative;
    bottom: -36px;
    font-weight: bold;
    cursor: pointer;
}

.alert_block button:hover {
    background: #fdbb00;
    color: #333;
    box-shadow: 4px 5px 0px 0px #ffa90b;
}

/* 集字卡' */
.word_collect {
    display: flex;
    margin: 30px 0px;
    align-items: center;
    flex-wrap: wrap;
}

/* .word_collect .word_circle{
    display: inline-block;
    font-size: 32px;
    width: 130px;
    height: 130px;
    line-height: 125px;
    font-weight: bold;
    color: #007565;
    border: 1px solid #a0a0a0;
    border-radius: 999px;
    text-align: center;
    background: #fff;
    margin: 0px 6px;
    letter-spacing: ;

} */

.focus {
    margin: 60px 0px 100px 0px;
    display: block;
    text-align: left;
}

.focus span {
    display: inline-block;
    color: #007565;
    font-size: 31px;
    margin: 0px 5px;
    vertical-align: bottom;
}

.word_box {
    display: table;
    border: 5px double #007565;
    margin-right: 10px;
}

.word_box span {
    display: table-cell;
    font-size: 37px;
    background: #fff;
    color: #007565;
    border-right: 2px dotted #eb957d;
    padding: 17px 15px;
    font-weight: bold;
}

.word_box span:last-child {
    border: 0;
}


.center {
    text-align: center !important;
}

.display_no {
    display: none;
}

.prize {
    margin: 30px 0 0px 0;
}

.prize_num {
    font-size: 30px;
    background: #e72f7e;
    color: #fff;
    margin: 0 auto;
    border-radius: 15px;
    display: inline-block;
    padding: 20px 15px;
    width: 100%;
    position: relative;
}


.prize_name {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

.prize_name span {
    display: inline-block;
    margin: 15px;
    font-size: 30px;
    color: #0e9a2c;
}

.prize_time {
    font-size: 18px;
    margin-bottom: 5px;
}

.prize .over:before {
    content: '已兌換';
    font-size: 30px;
    background: rgb(0 0 0 / 60%);
    position: absolute;
    letter-spacing: 1px;
    border-radius: 18px;
    top: 50%;
    line-height: 95px;
    left: 50%;
    font-weight: bold;
    width: calc(100% + 13px);
    height: calc(100% + 15px);
    transform: translateX(-50%) translateY(-50%);
}


.m_20 {
    margin: 20px 0;
}
.validation-summary-errors{color:#C00;}


.key_btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	

}
.key_btn i{
	line-height: 40px;
	font-size: 1.5rem;
	color: #fff;
}

.btn_color{
	background: #F86565;
}

.btn_color:hover{
	background: #812929;
}

.chkcodeImg{
	height: 40px;
	margin: 0;
	margin-top: -5px;
	margin-right: 5px;
}
#tabContent div,
#CheckCode_div div{
	width: auto !important;
	display: flex !important;
	float: none !important;
	align-items: center;
}
#CheckCode_div{
	display: flex;
}


.ch_play_audio{
	order: 3;
	width: 130px;
    height: 40px;
    display: inline-block;
    text-align: center;
	background: #9E9E9E;
	margin-right: 5px;
}
.ch_play_audio i{
	line-height: 40px;
    font-size: 1.5rem;
    color: #fff;
}
.ch_play_audio:hover{
	background: #6e6e6e;
}