body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  font-style: inherit; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #efe8db; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c6b190; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c1a880; }

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  position: relative;
  height: 100%;
  color: #000;
  line-height: 1.5;
  font-family: 'Libre Baskerville','Noto Serif TC', sans-serif;
  margin: 0 auto;
  background: #efe8db;
  background-size: cover; }

a {
  text-decoration: none; }

.wrap {
  min-height: 100vh;
  max-width: 750px;
  margin: auto;
  background: url(../images/bg_body.jpg);
  background-size: 100% auto;
  overflow: hidden; }

.kv {
  height: 1470px;
  max-height: 196vw;
  background: url(../images/bg_kv.png) bottom;
  background-size: cover; }
  .kv .logos {
    background: #6f3812;
    padding: 5% 0;
    text-align: center;
    margin-bottom: 5%; }
    .kv .logos img {
      width: 70%;
      display: block;
      margin: auto; }
  .kv h1 {
    text-align: center;
    margin-bottom: 1%; }
    .kv h1 img {
      width: 91.4%; }

.title {
  text-align: center;
  margin: 6% auto; }
  .title img {
    width: 99%; }

section {
  margin: 8% auto; }

.feature {
  text-align: center; }
  .feature li {
    display: inline-block;
    width: 30%;
    margin: 4% 0 0; }
    .feature li img {
      width: 90%; }

.block-img {
  max-width: 100%;
  display: block;
  margin: auto; }

.pd-1 {
  margin: 4% auto;
  width: 50%; }

.principle {
  margin-top: 10%; }
  .principle li {
    text-align: center;
    margin: 4% 0; }
    .principle li img {
      width: 94%; }

.pd-2 {
  margin: 20% auto 4%;
  width: 100%; }

.pd-3 {
  width: 86%;
  padding: 2%;
  border: 1px solid #6f3812;
  border-radius: 50%;
  margin: 4% auto;
  overflow: hidden; }
  .pd-3 img {
    width: 100%;
    border-radius: 50%; }

.btn-more {
  color: #6f3812;
  display: block;
  width: 50%;
  text-align: center;
  padding: 2% 0;
  border: 1px solid #6f3812;
  margin: 8% auto;
  font-size: 1em; }

.qta-desc {
  font-size: 1.2em;
  line-height: 1.8;
  text-align: center;
  padding: 0 4%; }

.style-input {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin: 6px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .style-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .style-input span {
    position: relative;
    top: 2px; }
  .style-input .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #6f3812;
    background-color: #fff; }
  .style-input .radiomark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #6f3812;
    background-color: #fff;
    border-radius: 50%; }
  .style-input .checkmark:after,
  .style-input .radiomark:after {
    content: "";
    position: absolute;
    display: none; }
  .style-input input:checked ~ .checkmark:after,
  .style-input input:checked ~ .radiomark:after {
    display: block; }
  .style-input .checkmark:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 14px;
    border: solid #6f3812;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .style-input .radiomark:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #6f3812; }

.qta {
  font-size: 1.2em;
  letter-spacing: 0.05em;
  padding: 0 4%;
  color: #6f3812;
  margin-top: 8%; }
  .qta .qta-box {
    margin-bottom: 8%; }
    .qta .qta-box .qta-title {
      font-size: 1.2rem;
      border-bottom: 1px dotted #000;
      padding-bottom: 0.5em;
      margin-bottom: 0.5em; }
    .qta .qta-box .style-input {
      min-width: 30%;
      margin-right: 2%; }
  .qta .qta-info {
    background: #fff;
    padding: 1em; }
    .qta .qta-info .block-label {
      display: block;
      border-bottom: 1px solid #6f3812;
      padding: .5em 0; }
      .qta .qta-info .block-label span {
        display: inline-block;
        width: 25%; }
      .qta .qta-info .block-label input {
        border: 0;
        background: transparent;
        width: 72%;
        font-size: 1em;
        outline: none; }
    .qta .qta-info .btn-pic {
      text-align: center;
      margin: 6% auto; }
      .qta .qta-info .btn-pic img {
        display: inline-block;
        vertical-align: middle;
        max-height: 36px; }
      .qta .qta-info .btn-pic button {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        border: 0;
        background: #6f3812;
        font-size: 0.8em;
        padding: .5em 1em; }
  .qta .qta-check {
    font-size: 0.9em;
    margin: 6% auto; }
  .qta .btn-send {
    text-align: center;
    margin: 6% auto; }
    .qta .btn-send img {
      display: inline-block;
      vertical-align: middle;
      max-height: 36px;
      margin-right: 10px; }
    .qta .btn-send button {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      color: #fff;
      border: 0;
      background: #6f3812;
      font-size: 1.2em;
      padding: .25em 1em; }

.float-link {
  position: fixed;
  bottom: 1em;
  right: 1em; }
  .float-link img {
    width: 120px; }

.notice {
  color: #f0af83;
  background: #6f3812;
  padding: 4%; }
  .notice .title {
    position: relative;
    color: #fff;
    margin-top: 2%; }
    .notice .title:before, .notice .title:after {
      position: relative;
      content: "";
      display: block;
      width: 8em;
      height: 0.8em;
      border: 1px solid #fff;
      margin: 0 auto; }
    .notice .title:before {
      top: 0.3em;
      border-bottom: 0; }
    .notice .title:after {
      bottom: 0.3em;
      border-top: 0; }
  .notice li {
    list-style: none;
    margin-bottom: 1em; }
    .notice li:before {
      content: "> "; }

.social-links {
  width: 92%;
  text-align: center;
  border-bottom: 1px solid #6f3812;
  padding-bottom: 6%;
  margin: 6% auto; }
  .social-links a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 1.2em;
    background: #6f3812;
    margin: 0 3%; }
  .social-links a:last-child:after {
    display: none; }
  .social-links img {
    display: inline-block;
    vertical-align: middle;
    width: 30px; }

.footer {
  font-size: 0.8em;
  text-align: center;
  padding: 4%; }
  .footer .copyright {
    color: #6f3812;
    margin-bottom: 4%; }
  .footer p {
    color: #5a5a5a;
    margin-bottom: 4%; }

.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }
  .popup .popup-inner {
    position: relative;
    width: 80%;
    max-width: 580px;
    margin: 70px auto 0;
    background: #f3ede3;
    border: 1px solid #7c4a27;
    padding: 10px; }
    .popup .popup-inner:after {
      content: "";
      display: block;
      position: absolute;
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #7c4a27; }
  .popup #award-title-1 {
    padding: 20px 0;
    border-bottom: 1px solid #7c4a27; }
  .popup #award-title-2 {
    padding: 20px 0;
    border-top: 1px solid #7c4a27;
    border-bottom: 1px solid #7c4a27; }
  .popup .name-list {
    text-align: center;
    margin: 20px auto; }
    .popup .name-list span {
      display: inline-block;
      min-width: 30%;
      font-size: 20px;
      color: #6f3812;
      padding: 5px 0; }
  .popup .close {
    background: url(../images/i_close.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: 0;
    display: block; }
