@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

abbr,
acronym {
  border: 0;
}

img {
  vertical-align: middle;
}

* {
  -webkit-text-size-adjust: none;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

*:first-child + html .clearfix {
  min-height: 1%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
input,
textarea,
button {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "新細明體", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

p {
  font-size: 16px;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

a:hover {
  text-decoration: none;
}

*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

.btn-style {
  width: 100%;
  max-width: 300px;
  min-width: 250px;
  border-radius: 24px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
  box-shadow: rgb(255, 255, 255) 0px 0px 26px;
  background-color: #2fa5d3;
  color: #fff;
}
.btn-style span {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.btn-style span::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: calc(50% - 4px);
  left: auto;
  bottom: auto;
  right: 10px;
  transform: rotate(45deg);
}
.btn-style:focus {
  background-color: #34bcf1;
}

/*===== start ======*/
.block-box {
  width: 100%;
  position: relative;
}

.header-wrapper {
  width: 100%;
  padding: 5px 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.112) 0px 3px 8px;
  z-index: 1;
}
.header-wrapper .logo {
  width: 122px;
  height: 57px;
  display: block;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  text-indent: -9999px;
}

.main-wrapper {
  width: 100%;
  position: relative;
  min-width: 320px;
  min-height: calc(100vh - 67px);
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .btn-box {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}
.main-wrapper .block-box {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
}
.main-wrapper h1 {
  font-weight: 800;
  font-size: 42px;
  color: #2FA5D3;
  padding: 25px 0;
  position: relative;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
}
.main-wrapper h1::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 333px;
  left: calc(50% - 166.5px);
  height: 1px;
  display: block;
  background-color: #D4D4D4;
  bottom: 0;
  z-index: 0;
}
.main-wrapper h1::after {
  position: absolute;
  content: "";
  width: 60px;
  left: calc(50% - 30px);
  height: 2px;
  display: block;
  background-color: #2FA5D3;
  bottom: 0px;
  z-index: 1;
}
.main-wrapper h2 {
  font-weight: 600;
  font-size: 22px;
  color: #4D4D4D;
}
.main-wrapper h2 span {
  background: url(../images/bg_line.png) bottom center repeat-x;
  padding: 5px;
}
.main-wrapper h3 {
  font-weight: 600;
  font-size: 17px;
}
.main-wrapper h4 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #4D4D4D;
  padding: 15px 0;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 3px 8px;
}
.main-wrapper h4 span {
  color: #2FA5D3;
}
.main-wrapper .text-center {
  text-align: center;
}
.main-wrapper .form-style {
  max-width: 500px;
  padding: 30px 15px 0px 15px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.086) 0px 3px 15px;
}
.main-wrapper .form-style .note {
  font-weight: 600;
  font-size: 14px;
  color: #ff4848;
  padding-bottom: 10px;
}
.main-wrapper .form-style label {
  text-align: center;
  font-size: 14px;
  color: #4D4D4D;
  text-align: center;
}
.main-wrapper .form-style input.fillin {
  width: 307px;
  height: 44px;
  line-height: 44px;
  border-radius: 60px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #2FA5D3;
  border: #D4D4D4 1px solid;
  letter-spacing: 1px;
  margin: 10px 0;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.main-wrapper .form-style input.fillin::-moz-placeholder {
  color: #b2b0ca;
}
.main-wrapper .form-style input.fillin::placeholder {
  color: #b2b0ca;
}
.main-wrapper .form-style input.fillin:focus {
  background-color: #DAF0FF;
  border-color: #88CDEA;
}
.main-wrapper .form-style input.error {
  border-color: #ff4848;
}

.option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  max-width: 320px;
  margin: 0 auto;
}

.option-list {
  position: relative;
}
.option-list input[type=checkbox]:not(old),
.option-list input[type=radio]:not(old) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.option-list input[type=checkbox]:not(old) + label {
  display: inline-block;
  padding-left: 36px;
  line-height: 24px;
  z-index: 1;
  background-color: #ddd;
}
.option-list input[type=checkbox]:not(old) + label::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 10px;
  background-color: #ebf5f4;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: block;
  z-index: 0;
  pointer-events: none;
}
.option-list input[type=checkbox]:not(old) + label::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 11px;
  width: 23px;
  height: 18px;
  display: none;
  background: url("../images/svg/check-yello.svg") no-repeat center center;
  pointer-events: none;
}
.option-list input[type=checkbox]:not(old):checked + label {
  font-weight: bold;
}
.option-list input[type=checkbox]:not(old):checked + label span.day {
  color: #7c7c7c;
  font-weight: normal;
}
.option-list input[type=checkbox]:not(old):checked + label::after {
  display: block;
}
.option-list input[type=radio]:not(old) + label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  font-weight: 400;
  width: 96px;
  height: 96px;
  border: 2px solid #fff;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.option-list input[type=radio]:not(old):checked + label {
  border-color: #2FA5D3;
  font-weight: bold;
  box-shadow: #2FA5D3 0px 3px 6px;
}
.option-list input[type=radio]:not(old):checked + label::after {
  display: block;
}

.GTB-logo label {
  padding-top: 45px;
}
.GTB-logo::after {
  pointer-events: none;
  width: 53px;
  height: 41px;
  display: block;
  background: url(../images/logo-GTB.png) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% - 26px);
}

.img-a label {
  padding-top: 45px;
}
.img-a::after {
  pointer-events: none;
  width: 28.5px;
  height: 42px;
  display: block;
  background: url(../images/img_a.png) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 14px;
  left: calc(50% - 14px);
}

.img-b label {
  padding-top: 35px;
}
.img-b::after {
  pointer-events: none;
  width: 22px;
  height: 28px;
  display: block;
  background: url(../images/img_b.png) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 10px;
  left: calc(50% - 11px);
}

.img-c label {
  padding-bottom: 60px;
}
.img-c::after {
  pointer-events: none;
  width: 60px;
  height: 66px;
  display: block;
  background: url(../images/img_c.png) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -3px;
  left: calc(50% - 30px);
}/*# sourceMappingURL=style.css.map */