@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

/*--------------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
}

body {
  font-family: "Noto Sans TC", sans-serif, "微軟正黑體", "蘋方體";
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
  background-color: #92befb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

ul {
}

p,
li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  /* word-break: break-all; */
  word-wrap: break-word;
  text-align: justify;
  　text-justify: inter-ideograph;
  　-ms-text-justify: inter-ideograph; /*IE9*/
  　-moz-text-align-last: justify; /*Firefox*/
  　-webkit-text-align-last: justify; /*Chrome*/
}

a {
  color: #707070;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

br {
  font-family: unset !important;
  font: unset !important;
}

::placeholder {
  /* color: #ccc; */
}

.phone.phone.phone {
  display: none;
}

/********************************************************
wrapper
********************************************************/
.wrapper {
}
.mainKV img {
  width: 100%;
}

/********************************************************
header
********************************************************/
.header {
}
.nav {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.menu {
  background-color: #f1e672;
  display: flex;
  font-size: 18px;
  padding: 0.8rem 1rem;
  border-radius: 999em;
}
.menu li {
  list-style: none;
  padding: 0 1em;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.menu li + li::before {
  content: "|";
  position: absolute;
  transform: translateX(-1em);
  color: #0656b8;
  font-weight: 100;
}
.menu li a {
  color: #0656b8;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.menu li a:hover {
  color: #e3553d;
}

.menuBtn,
.xx {
  display: none;
}
.menuBtn {
  background-image: url(../images/menuBtn.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.xx {
  background-image: url(../images/xx.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: fixed;
  top: 40px;
  right: 40px;
  /* z-index: 1000; */
}

/********************************************************
content
********************************************************/
.content {
  padding: 50px 8% 0;

  background-image: url(../images/bg_4.png), url(../images/bg_1.png),
    url(../images/bg_2.png), url(../images/bg_3.png);
  background-position: bottom right, left 10%, right 50%, left 70%;
  /* background-size: 70% auto, 15% auto, 18% auto, auto; */
  background-repeat: no-repeat;
}
.section {
  text-align: center;
  max-width: 1110px;
  margin: 0 auto;
}
.section-gift,
.section-note {
  margin-top: 100px;
}
.section-upload {
}
.section-titile {
  color: #0656b8;
  font-weight: 700;
  background-color: #f1e672;
  font-size: 30px;
  padding: 0.8rem 2rem;
  border-radius: 999em;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  transform: translateY(50%);
}
.section-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 90px 30px 60px;
}
.section-body-title {
  text-align: left;
  color: #0656b8;
  font-size: 18px;
  font-weight: 500;
  margin-top: 2em;
}
.section-body-title::before {
  content: "|";
  font-weight: 900;
}
.section-body-content {
  padding-left: 0.8em;
  word-break: break-all;
}
.hignlight {
  color: #fd7962;
}
form {
  text-align: left;
}
thead {
  background-color: #fd7962;
}
thead th {
  color: #fff;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.table tbody tr th,
.table tbody tr td {
  padding: 1em;
  vertical-align: middle;
}
tbody th {
  font-weight: 400;
}
tbody td {
  text-align: left;
}
thead th,
tbody th,
tbody td:nth-of-type(1),
/* tbody td:nth-of-type(2), */
tbody td:nth-of-type(4) {
  white-space: nowrap;
}
.btn-pic {
  border: 1px solid #fd7962;
  color: #fd7962;
}
.btn-pic:hover {
  background-color: #fd7962;
  color: #fff;
}
.giftGroup {
  display: flex;
  justify-content: center;
}
.giftGroup-itme {
  padding: 30px;
}
.giftGroup-itme img {
  border-radius: 5px;
  margin: 0 auto;
}
.giftGroup-itme p {
  text-align: center;
}
.gift-info {
  text-align: center;
  color: #fd7962;
  font-weight: 500;
  font-size: 18px;
}
.section-note ul li {
  margin-left: 1em;
}
label {
  color: #0656b8;
}
.form-upload-file {
  background-color: #e8f0fc;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.notRobot {
  margin-top: 60px;
  margin-bottom: 20px;
}
.notRobot img {
  margin: 0 auto;
}
.form-group-check {
  text-align: center;
  margin-bottom: 60px;
}
.form-check {
  display: inline-block;
  margin: 0 auto;
}
.form-upload-item + .form-upload-item {
  margin-top: 30px;
}
.custom-file-label::after {
  content: "檔案上傳";
  background-color: #3d7ede;
  color: #fff;
}
.custom-file,
input [type="file"]:hover {
  cursor: pointer;
}
.custom-file-label {
  overflow: hidden;
}
.form-check-label {
  color: #333;
}
.btn-addUploadItem {
  background-color: #0069d9;
  margin: 30px auto 0;
}
.btn-addUploadItem:hover {
  background-color: #3d7ede;
  border: 1px solid #3d7ede;
}
.btn-submit {
  width: 100%;
  background-color: #fd7962;
  border: 1px solid #fd7962;
}
.btn-submit:not(:disabled):not(.disabled).active,
.btn-submit:not(:disabled):not(.disabled):active,
.show > .btn-submit.dropdown-toggle,
.btn-submit:hover {
  background-color: #fd9b80;
  border: 1px solid #fd9b80;
}

.win-title {
  text-align: center;
  color: #fd7962;
  font-weight: 500;
  font-size: 20px;
  margin-top: 2em;
}
.win-title small {
  display: block;
  margin-top: 0.6em;
  color: #0656b8;
}
.win-list {
  list-style: none;
  margin-bottom: 3em;
  margin: 0 auto;
}
.win-list li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.win-list li span {
  padding: 0.5em 1em;
}
.win-list li span:nth-of-type(1),
.win-list li span:nth-of-type(3) {
  min-width: 5.5em;
}
.win-list li span:nth-of-type(2) {
  flex-grow: 1;
}

/********************************************************
footer
********************************************************/
.footer {
  padding: 0.8rem 1rem;
  margin-top: 60px;
}
.copyright {
  font-size: 14px;
  text-align: center;
  color: #0656b8;
  margin-top: 0;
  margin-bottom: 0;
}

/********************************************************
modal
********************************************************/
.modal {
  background-color: #0656b890;
}
.modal-header {
  border-bottom: 1px solid transparent;
  padding-top: 2em;
}
.modal-footer {
  border-top: 1px solid transparent;
  padding-bottom: 2em;
}
.modal-body p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #0656b8;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-header,
.modal-body,
.modal-footer {
  padding-left: 2em;
  padding-right: 2em;
}
.modalLogo {
  margin: 0 auto;
}

/********************************************************
other
********************************************************/
.top {
  background-color: #f1e672;
  color: #0656b8;
  letter-spacing: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 999em;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.target-fix {
  position: relative;
  top: -60px;
  display: block;
  height: 0;
  overflow: hidden;
}
