@charset "UTF-8";
/* developer Andrew */
/* company sinyi-tech */
/* copyright 2018 */
/* line 5, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Basic */
/* line 3, ../sass/basic/_page.sass */
html {
  font-size: 18px;
  min-height: 100vh;
}

/* line 6, ../sass/basic/_page.sass */
html body {
  min-width: 320px;
}

/* line 8, ../sass/basic/_page.sass */
body {
  background: white;
  padding-top: 12vw;
  position: relative;
  overflow: hidden;
}

/* line 14, ../sass/basic/_page.sass */
.wrapper {
  min-height: calc(100vh - 12vw);
  position: relative;
  width: 100% !important;
  overflow: hidden !important;
}
/* line 21, ../sass/basic/_page.sass */
.wrapper > *:nth-of-type(2) {
  min-height: calc(100vh - 12vw - 132px - 1.5rem);
}

/* line 23, ../sass/basic/_page.sass */
#loading {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #f8f4d5;
  top: 0;
  left: 0;
  z-index: 5000;
  opacity: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
/* line 33, ../sass/basic/_page.sass */
#loading #loadingText {
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fefefe;
}

/* line 43, ../sass/basic/_page.sass */
#loader-container {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  filter: url("#goo");
  animation: rotate-move 2s ease-in-out infinite;
}
/* line 53, ../sass/basic/_page.sass */
#loader-container .dot {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 64, ../sass/basic/_page.sass */
#loader-container .dot-3 {
  background-color: #f74d75;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}
/* line 67, ../sass/basic/_page.sass */
#loader-container .dot-2 {
  background-color: #10beae;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}
/* line 70, ../sass/basic/_page.sass */
#loader-container .dot-1 {
  background-color: #ffe386;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

/* line 74, ../sass/basic/_page.sass */
.statusOn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #FF5C68;
  border-radius: 50%;
}

/* line 82, ../sass/basic/_page.sass */
.btn {
  cursor: pointer;
}

/* line 84, ../sass/basic/_page.sass */
.button {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem 0.5rem 1.1rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  border-radius: 0.95rem;
  cursor: pointer;
}
/* line 102, ../sass/basic/_page.sass */
.button:hover {
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

/* line 111, ../sass/basic/_page.sass */
.btnFacebook {
  background: #4267b2;
  border: 1px solid #4267b2;
  color: #fff;
}

/* line 115, ../sass/basic/_page.sass */
.btnLine {
  background: #00C300;
  border: 1px solid #00C300;
  color: #fff !important;
}
/* line 119, ../sass/basic/_page.sass */
.btnLine:hover {
  background: #009c00;
  border-color: #009c00;
}

/* line 122, ../sass/basic/_page.sass */
.btnLink {
  background: #808080;
  border: 1px solid #808080;
  color: #fff !important;
}
/* line 126, ../sass/basic/_page.sass */
.btnLink:hover {
  background: #636363;
  border-color: #636363;
}

/* line 129, ../sass/basic/_page.sass */
.btnShare {
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  vertical-align: bottom;
}
/* line 135, ../sass/basic/_page.sass */
.btnShare:hover {
  color: #fff !important;
}
/* line 137, ../sass/basic/_page.sass */
.btnShare img {
  width: auto;
  height: 14px;
}
/* line 142, ../sass/basic/_page.sass */
.btnShare span {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  vertical-align: bottom;
}

/* line 147, ../sass/basic/_page.sass */
.btnYellow {
  background-color: #F5B617;
  color: #fff;
}

/* line 150, ../sass/basic/_page.sass */
.btnOrange {
  background-color: #EE7E33;
  color: #fff;
}

/* line 153, ../sass/basic/_page.sass */
.btnRed {
  background-color: #FF5C68;
  color: #fff;
}

/* line 156, ../sass/basic/_page.sass */
.btnGreen {
  background-color: #8FC51D;
  color: #fff;
}

/* line 159, ../sass/basic/_page.sass */
.btnNon {
  background-color: transparent;
  color: #333;
}

/* line 163, ../sass/basic/_page.sass */
.input-number {
  width: 4rem;
  border: unset;
  background-color: #eee;
  margin: 0 -0.4rem 0 -0.4rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  vertical-align: middle;
}

/* line 172, ../sass/basic/_page.sass */
.input-number-decrement, .input-number-increment {
  height: 2.5rem;
  line-height: 2.5rem;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  width: 2.5rem;
  line-height: 2.5rem;
  background: #bbb;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transform: translateZ(1px);
}
/* line 189, ../sass/basic/_page.sass */
.input-number-decrement:active, .input-number-increment:active {
  background: #ddd;
}

/* line 193, ../sass/basic/_page.sass */
.cusModal {
  color: #555;
}
/* line 195, ../sass/basic/_page.sass */
.cusModal .modal-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), 7px 5px 15px rgba(0, 0, 0, 0.1);
  border: unset;
  border-radius: unset;
}
/* line 199, ../sass/basic/_page.sass */
.cusModal .modal-title {
  border: unset;
  font-weight: 500;
  font-size: 1.2rem;
}
/* line 204, ../sass/basic/_page.sass */
.cusModal .modal-body {
  padding: 30px;
}
/* line 206, ../sass/basic/_page.sass */
.cusModal .modal-body, .cusModal .modal-body > * {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Noto Sans TC", sans-serif;
}

/* line 213, ../sass/basic/_page.sass */
#profileModal > div, #loginModal > div, #signupModal > div, #forgetPasswordModal > div {
  width: 500px;
  max-width: 90vw;
  margin: auto;
}
/* line 217, ../sass/basic/_page.sass */
#profileModal .modal-body, #loginModal .modal-body, #signupModal .modal-body, #forgetPasswordModal .modal-body {
  line-height: 2rem;
}
/* line 219, ../sass/basic/_page.sass */
#profileModal .modal-body > div, #loginModal .modal-body > div, #signupModal .modal-body > div, #forgetPasswordModal .modal-body > div {
  margin-bottom: 1rem;
  display: flex;
}
/* line 222, ../sass/basic/_page.sass */
#profileModal .modal-body label, #loginModal .modal-body label, #signupModal .modal-body label, #forgetPasswordModal .modal-body label {
  margin-left: 1rem;
  font-weight: 300;
  width: 4.5rem;
  line-height: 2.2rem;
}
/* line 227, ../sass/basic/_page.sass */
#profileModal .modal-body input, #profileModal .modal-body select, #loginModal .modal-body input, #loginModal .modal-body select, #signupModal .modal-body input, #signupModal .modal-body select, #forgetPasswordModal .modal-body input, #forgetPasswordModal .modal-body select {
  font-weight: 300;
  border: 1px solid #aaa;
  border-radius: 7px;
  background: transparent;
  font-size: 1rem;
  padding: 0.25rem 0.75rem;
  outline: unset;
  flex: 1;
}
/* line 236, ../sass/basic/_page.sass */
#profileModal .modal-body input[type="text"]:disabled, #profileModal .modal-body input[type="password"]:disabled, #profileModal .modal-body input[type="email"]:disabled, #profileModal .modal-body select:disabled, #loginModal .modal-body input[type="text"]:disabled, #loginModal .modal-body input[type="password"]:disabled, #loginModal .modal-body input[type="email"]:disabled, #loginModal .modal-body select:disabled, #signupModal .modal-body input[type="text"]:disabled, #signupModal .modal-body input[type="password"]:disabled, #signupModal .modal-body input[type="email"]:disabled, #signupModal .modal-body select:disabled, #forgetPasswordModal .modal-body input[type="text"]:disabled, #forgetPasswordModal .modal-body input[type="password"]:disabled, #forgetPasswordModal .modal-body input[type="email"]:disabled, #forgetPasswordModal .modal-body select:disabled {
  border: unset;
  margin: 1px;
}
/* line 239, ../sass/basic/_page.sass */
#profileModal .modal-body .radioBox, #loginModal .modal-body .radioBox, #signupModal .modal-body .radioBox, #forgetPasswordModal .modal-body .radioBox {
  display: inline-block;
  padding: 0 0.75rem;
}
/* line 242, ../sass/basic/_page.sass */
#profileModal .modal-body .radioBox span, #loginModal .modal-body .radioBox span, #signupModal .modal-body .radioBox span, #forgetPasswordModal .modal-body .radioBox span {
  vertical-align: middle;
}
/* line 244, ../sass/basic/_page.sass */
#profileModal .modal-body .other, #loginModal .modal-body .other, #signupModal .modal-body .other, #forgetPasswordModal .modal-body .other {
  text-align: center;
}
/* line 246, ../sass/basic/_page.sass */
#profileModal .modal-body .other a, #loginModal .modal-body .other a, #signupModal .modal-body .other a, #forgetPasswordModal .modal-body .other a {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  margin: 0 10px;
}
/* line 251, ../sass/basic/_page.sass */
#profileModal .modal-body .pwText, #loginModal .modal-body .pwText, #signupModal .modal-body .pwText, #forgetPasswordModal .modal-body .pwText {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* line 257, ../sass/basic/_page.sass */
#changePW > div, #changeEmail > div {
  width: 400px;
}
/* line 259, ../sass/basic/_page.sass */
#changePW .modal-body, #changeEmail .modal-body {
  line-height: 2rem;
}
/* line 262, ../sass/basic/_page.sass */
#changePW .modal-body > div, #changeEmail .modal-body > div {
  margin-bottom: 1rem;
  display: flex;
}
/* line 265, ../sass/basic/_page.sass */
#changePW .modal-body label, #changeEmail .modal-body label {
  color: #777;
  font-weight: 300;
  padding: 0 1rem;
  width: 7rem;
  padding-left: 0;
  font-size: 0.8rem;
}
/* line 272, ../sass/basic/_page.sass */
#changePW .modal-body input, #changeEmail .modal-body input {
  font-weight: 300;
  border: 1px solid #aaa;
  border-radius: 7px;
  background: transparent;
  font-size: 1rem;
  padding: 0 0.75rem;
  outline: unset;
  flex: 1;
}
/* line 281, ../sass/basic/_page.sass */
#changePW .msg, #changeEmail .msg {
  color: #76B1E2;
  padding-left: 1rem;
}

/* line 284, ../sass/basic/_page.sass */
.w3 {
  width: 3rem !important;
}

/* line 286, ../sass/basic/_page.sass */
.w80 {
  width: 80px !important;
}

/* line 288, ../sass/basic/_page.sass */
.w100 {
  width: 100px !important;
}

/* line 290, ../sass/basic/_page.sass */
.flex1 {
  flex: 1 !important;
}

/* line 292, ../sass/basic/_page.sass */
.top0 {
  top: 0;
}

/* line 294, ../sass/basic/_page.sass */
.bottom0 {
  bottom: 0;
}

/* line 296, ../sass/basic/_page.sass */
.left0 {
  left: 0;
}

/* line 298, ../sass/basic/_page.sass */
.right0 {
  right: 0;
}

/* line 301, ../sass/basic/_page.sass */
.leftChatBox {
  background-color: #f8f9fa;
  position: relative;
  border: 1px solid #e9ecef;
  border-radius: 3px;
}
/* line 306, ../sass/basic/_page.sass */
.leftChatBox i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #e9ecef;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -10px;
  top: 0;
}

/* line 316, ../sass/basic/_page.sass */
.rightChatBox {
  background-color: #cce4f5;
  position: relative;
  border: 1px solid #b2d6f0;
  border-radius: 3px;
}
/* line 321, ../sass/basic/_page.sass */
.rightChatBox i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #b2d6f0;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -10px;
  top: 0;
}

@media screen and (max-width: 1600px) {
  /* line 332, ../sass/basic/_page.sass */
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 335, ../sass/basic/_page.sass */
  html {
    font-size: 14px;
  }

  /* line 337, ../sass/basic/_page.sass */
  .absoluteL-md {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  /* line 342, ../sass/basic/_page.sass */
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  /* line 352, ../sass/basic/_page.sass */
  .absoluteL-sm {
    position: absolute;
    left: 0;
  }

  /* line 356, ../sass/basic/_page.sass */
  .wrapper > *:nth-of-type(2) {
    min-height: calc(100vh - 12vw - 124px - 2.5rem);
  }
}
@media screen and (max-width: 576px) {
  /* line 360, ../sass/basic/_page.sass */
  body {
    margin-top: 40px;
    padding-top: 0;
  }

  /* line 365, ../sass/basic/_page.sass */
  #profileModal > div, #changePW > div {
    width: 300px;
  }

  /* line 369, ../sass/basic/_page.sass */
  .cusModal .modal-body {
    padding: 10px;
  }

  /* line 372, ../sass/basic/_page.sass */
  .btnShare {
    font-weight: 600;
  }

  /* line 375, ../sass/basic/_page.sass */
  .wrapper > *:nth-of-type(2) {
    min-height: calc(100vh - 12vw - 105px - 2.5rem);
  }

  /* line 378, ../sass/basic/_page.sass */
  .statusOn {
    top: 0.5rem;
    left: 6.7rem;
  }
}
/* line 9, ../sass/basic/_typography.sass */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: inherit;
}

@-moz-document url-prefix() {
  /* line 15, ../sass/basic/_typography.sass */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 微軟正黑體 !important;
  }
}
@supports (-ms-ime-align: auto) {
  /* line 20, ../sass/basic/_typography.sass */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 微軟正黑體 !important;
  }
}
/* line 25, ../sass/basic/_typography.sass */
h1 {
  font-size: 2.5rem;
}

/* line 27, ../sass/basic/_typography.sass */
h2 {
  font-size: 2rem;
}

/* line 29, ../sass/basic/_typography.sass */
h3 {
  font-size: 1.75rem;
}

/* line 31, ../sass/basic/_typography.sass */
h4 {
  font-size: 1.5rem;
}

/* line 33, ../sass/basic/_typography.sass */
h5 {
  font-size: 1.25rem;
}

/* line 35, ../sass/basic/_typography.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-family: "cwTeXYen", sans-serif;
}

/* line 40, ../sass/basic/_typography.sass */
p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-family: "cwTeXYen", sans-serif;
}

/* line 47, ../sass/basic/_typography.sass */
a, a:hover {
  text-decoration: none;
}

/* line 50, ../sass/basic/_typography.sass */
p, a, input, textarea, button {
  outline: unset !important;
}

/* line 53, ../sass/basic/_typography.sass */
.fontNumber {
  font-family: 微軟正黑體 !important;
}

/* line 57, ../sass/basic/_typography.sass */
.gcpOutput span, .gcpOutput p, .gcpOutput ul, .gcpOutput ol, .gcpOutput strong, .gcpOutput em, .gcpOutput u, .gcpOutput s {
  line-height: normal;
}
/* line 59, ../sass/basic/_typography.sass */
.gcpOutput ul {
  list-style: disc;
}
/* line 61, ../sass/basic/_typography.sass */
.gcpOutput ol {
  list-style: decimal;
}
/* line 63, ../sass/basic/_typography.sass */
.gcpOutput ul, .gcpOutput ol {
  padding: 0 40px;
}
/* line 65, ../sass/basic/_typography.sass */
.gcpOutput strong, .gcpOutput b {
  font-weight: 600;
}
/* line 67, ../sass/basic/_typography.sass */
.gcpOutput em {
  font-style: italic;
}
/* line 69, ../sass/basic/_typography.sass */
.gcpOutput u {
  text-decoration: underline;
}
/* line 71, ../sass/basic/_typography.sass */
.gcpOutput s {
  text-decoration: line-through;
}

/* line 3, ../sass/components/_animate.sass */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}
/* line 26, ../sass/components/_animate.sass */
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1, 1, 1);
  }
  70% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 44, ../sass/components/_animate.sass */
.pulse {
  animation-name: pulse;
}

@keyframes pulseSmall {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1, 1, 1);
  }
  70% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/* line 60, ../sass/components/_animate.sass */
.pulseSmall {
  animation-name: pulseSmall;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 79, ../sass/components/_animate.sass */
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes shake {
  from, to, 50% {
    transform: translate3d(0, 0, 0);
  }
  70%, 90% {
    transform: translate3d(-0.1vw, 0, 0);
  }
  60%, 80% {
    transform: translate3d(0.1vw, 0, 0);
  }
}
/* line 93, ../sass/components/_animate.sass */
.shake {
  animation-name: shake;
}

@keyframes brandInfo {
  from {
    transform: translate3d(0, 0, 0);
  }
  15%, 30%, 45% {
    transform: translate3d(0, 0, 0);
  }
  18%, 24%, 33%, 39%, 48%, 54% {
    transform: translate3d(0.1vw, 0, 0);
  }
  21%, 27%, 36%, 41%, 51%, 57% {
    transform: translate3d(-0.1vw, 0, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  80% {
    transform: translate3d(0, -50%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 130, ../sass/components/_animate.sass */
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
/* line 143, ../sass/components/_animate.sass */
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes dot-3-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translateY(-18px) scale(0.45);
  }
  60% {
    transform: translateY(-90px) scale(0.45);
  }
  80% {
    transform: translateY(-90px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes dot-2-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translate(-16px, 12px) scale(0.45);
  }
  60% {
    transform: translate(-80px, 60px) scale(0.45);
  }
  80% {
    transform: translate(-80px, 60px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes dot-1-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translate(16px, 12px) scale(0.45);
  }
  60% {
    transform: translate(80px, 60px) scale(0.45);
  }
  80% {
    transform: translate(80px, 60px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes rotate-move {
  55% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes index {
  0%, 100% {
    z-index: 3;
  }
  33.3% {
    z-index: 2;
  }
  66.6% {
    z-index: 1;
  }
}
/* line 1, ../sass/layout/_menu.sass */
#menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 10;
  padding: 0 10%;
}

/* line 10, ../sass/layout/_menu.sass */
.navbar-light .navbar-nav .nav-link {
  color: #414141;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  cursor: pointer;
}

/* line 17, ../sass/layout/_menu.sass */
.menu-head #navbarSupportedContent {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

/* line 19, ../sass/layout/_menu.sass */
.menu-body {
  display: flex;
  align-items: flex-end;
  margin-top: -1vw;
  padding: 0 2vw;
}
/* line 24, ../sass/layout/_menu.sass */
.menu-body > * {
  display: inline-block;
}
/* line 26, ../sass/layout/_menu.sass */
.menu-body .logoSlogan {
  width: 20vw;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
/* line 29, ../sass/layout/_menu.sass */
.menu-body #shopCart {
  position: relative;
  vertical-align: bottom;
  margin-bottom: 0.5rem;
  cursor: pointer;
  margin-right: 5px;
  margin-left: auto;
  z-index: 50;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
/* line 38, ../sass/layout/_menu.sass */
.menu-body #shopCart .cart {
  width: auto;
  border: 1px solid #aaa;
  border-radius: 7px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  text-align: right;
}
/* line 44, ../sass/layout/_menu.sass */
.menu-body #shopCart .cart .cartNumBox {
  display: inline;
}
/* line 46, ../sass/layout/_menu.sass */
.menu-body #shopCart .cart span.num {
  font-family: "cwTeXYen", sans-serif;
  padding-left: 1rem;
}
/* line 49, ../sass/layout/_menu.sass */
.menu-body #shopCart .cart i {
  color: #777;
  font-weight: 800;
  margin: -0.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: sub;
}

/* line 57, ../sass/layout/_menu.sass */
.menuBtn {
  display: none;
}

/* line 59, ../sass/layout/_menu.sass */
.menu-foot {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
/* line 62, ../sass/layout/_menu.sass */
.menu-foot a:hover {
  animation-name: bounce;
  transform-origin: center bottom;
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* line 67, ../sass/layout/_menu.sass */
.menu-foot a.active {
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
/* line 72, ../sass/layout/_menu.sass */
.menu-foot a img {
  width: 8vw;
  padding: 0 1vw;
}
/* line 75, ../sass/layout/_menu.sass */
.menu-foot a span {
  display: none;
}
/* line 77, ../sass/layout/_menu.sass */
.menu-foot span {
  line-height: 4vw;
  font-size: 2vw !important;
}

/* line 82, ../sass/layout/_menu.sass */
#menu.active #navbarSupportedContent {
  padding-right: 5vw;
}
/* line 85, ../sass/layout/_menu.sass */
#menu.active .menu-body a {
  margin-right: auto;
}
/* line 87, ../sass/layout/_menu.sass */
#menu.active .menu-body .logoSlogan {
  width: 14vw;
  padding: 1vw 0 0.5vw;
  transform: translateY(-2vw) translateX(-5vw);
}
/* line 91, ../sass/layout/_menu.sass */
#menu.active .menu-body #shopCart {
  transform: translateY(-4vw) translateX(5vw);
}
/* line 93, ../sass/layout/_menu.sass */
#menu.active .menu-foot {
  margin: -3vw -5vw 0 -5vw;
}

/* line 110, ../sass/layout/_menu.sass */
.dropdown-item {
  font-weight: 300;
  font-size: 1rem;
  text-align: right;
  cursor: pointer;
}

/* line 116, ../sass/layout/_menu.sass */
#cartPopover {
  display: block;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 50;
}

/* line 122, ../sass/layout/_menu.sass */
#popChartList {
  background: #fff;
  width: 600px;
  max-height: calc(100vh - 12vw);
  overflow: auto;
  padding: 0 15px;
  font-family: "Noto Sans TC", sans-serif;
  border: 1px solid #333;
}
/* line 131, ../sass/layout/_menu.sass */
#popChartList .head, #popChartList .foot {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  padding: 15px 0;
}
/* line 136, ../sass/layout/_menu.sass */
#popChartList .head span, #popChartList .foot span {
  font-family: "cwTeXYen", sans-serif;
}
/* line 138, ../sass/layout/_menu.sass */
#popChartList .head a:hover, #popChartList .foot a:hover {
  color: #fff;
}
/* line 140, ../sass/layout/_menu.sass */
#popChartList table {
  width: 100%;
  font-size: 18px;
  line-height: 3;
}
/* line 144, ../sass/layout/_menu.sass */
#popChartList tr {
  border-bottom: 1px solid #777;
}
/* line 147, ../sass/layout/_menu.sass */
#popChartList tfoot tr {
  border-top: 1px solid #777;
  border-bottom: unset;
}
/* line 150, ../sass/layout/_menu.sass */
#popChartList th, #popChartList td {
  text-align: center;
  min-width: 2rem;
}
/* line 153, ../sass/layout/_menu.sass */
#popChartList .pQuantity {
  min-width: 7rem;
}
/* line 155, ../sass/layout/_menu.sass */
#popChartList .text-left {
  overflow: hidden;
}
/* line 159, ../sass/layout/_menu.sass */
#popChartList .text-left p {
  margin: 0 0.5rem;
}
/* line 161, ../sass/layout/_menu.sass */
#popChartList .proImg {
  width: 80px;
  display: block;
  margin: 5px auto;
}
/* line 165, ../sass/layout/_menu.sass */
#popChartList .delete {
  width: 30px;
  display: block;
  margin-left: 20px;
}
/* line 169, ../sass/layout/_menu.sass */
#popChartList .input-number-decrement, #popChartList .input-number-increment, #popChartList .input-number {
  height: 1.5rem;
}
/* line 171, ../sass/layout/_menu.sass */
#popChartList .input-number-decrement, #popChartList .input-number-increment {
  width: 1.5rem;
  line-height: 1.5rem;
}
/* line 174, ../sass/layout/_menu.sass */
#popChartList .input-number {
  width: 4rem;
}

@media screen and (max-width: 992px) {
  /* line 184, ../sass/layout/_menu.sass */
  #menu {
    padding: 0;
  }

  /* line 187, ../sass/layout/_menu.sass */
  #menu.active #navbarSupportedContent {
    padding-right: 0;
  }
  /* line 190, ../sass/layout/_menu.sass */
  #menu.active .menu-body a {
    margin-right: unset;
  }
  /* line 192, ../sass/layout/_menu.sass */
  #menu.active .menu-body .logoSlogan {
    width: 20vw;
    padding: 0;
  }
  /* line 195, ../sass/layout/_menu.sass */
  #menu.active .menu-body .logoSlogan, #menu.active .menu-body #shopCart {
    transform: translateY(-0.5rem) translateX(0);
  }
  /* line 197, ../sass/layout/_menu.sass */
  #menu.active .menu-foot {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  /* line 201, ../sass/layout/_menu.sass */
  #menu {
    background-color: #2CAFB0;
    height: 40px;
  }

  /* line 204, ../sass/layout/_menu.sass */
  .menu-body {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* line 210, ../sass/layout/_menu.sass */
  .menu-body #shopCart {
    margin: 0;
  }
  /* line 212, ../sass/layout/_menu.sass */
  .menu-body #shopCart .cart {
    border: unset;
    position: relative;
  }
  /* line 215, ../sass/layout/_menu.sass */
  .menu-body #shopCart .cart span {
    display: none;
  }
  /* line 217, ../sass/layout/_menu.sass */
  .menu-body #shopCart .cart .cartNumBox {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background: #FF5C68;
    text-align: center;
    padding: 0.2rem;
    border-radius: 50%;
    line-height: 1rem;
    width: 1.4rem;
    font-size: 1rem;
  }
  /* line 229, ../sass/layout/_menu.sass */
  .menu-body #shopCart .cart span.num {
    display: block;
    padding: 0;
    text-align: center;
  }
  /* line 233, ../sass/layout/_menu.sass */
  .menu-body #shopCart .cart i {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 0.8rem;
    margin-right: 0.8rem;
  }
  /* line 239, ../sass/layout/_menu.sass */
  .menu-body .logoSlogan {
    position: fixed;
    top: 5px;
    left: 50%;
    height: 30px;
    width: auto;
    transform: translateX(-50%);
  }

  /* line 247, ../sass/layout/_menu.sass */
  .menuBtn {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 10px;
    height: 40px;
    display: block;
  }

  /* line 254, ../sass/layout/_menu.sass */
  .menu-foot {
    position: absolute;
    top: 40px;
    left: -100vw;
    width: 50%;
    display: block;
    padding: 0;
    height: 0;
    z-index: 10;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  /* line 264, ../sass/layout/_menu.sass */
  .menu-foot.active {
    left: 0;
  }
  /* line 266, ../sass/layout/_menu.sass */
  .menu-foot .collapse {
    display: block;
  }
  /* line 268, ../sass/layout/_menu.sass */
  .menu-foot .collapse .navbar-nav {
    flex-direction: column;
    background-color: #2CAFB0;
    padding: 2.6rem 0 0.5rem 0;
  }
  /* line 273, ../sass/layout/_menu.sass */
  .menu-foot a img {
    display: none;
  }
  /* line 275, ../sass/layout/_menu.sass */
  .menu-foot a span {
    color: #fff;
    display: block;
    font-size: 1.2rem !important;
    line-height: 1.5rem;
    padding: 0 1.5rem;
  }
  /* line 282, ../sass/layout/_menu.sass */
  .menu-foot .navbar-nav > span {
    display: none;
  }

  /* line 285, ../sass/layout/_menu.sass */
  .menu-head {
    position: absolute;
    top: 40px;
    right: -100vw;
    width: 50%;
    display: block;
    padding: 0;
    height: 0;
    z-index: 11;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  /* line 295, ../sass/layout/_menu.sass */
  .menu-head.active {
    right: 0;
  }
  /* line 297, ../sass/layout/_menu.sass */
  .menu-head li:first-of-type {
    height: 0;
  }
  /* line 299, ../sass/layout/_menu.sass */
  .menu-head #myAccount {
    transform: translateX(-50vw);
    padding: 0.5rem 2rem;
    width: 100vw;
    white-space: nowrap;
  }
  /* line 304, ../sass/layout/_menu.sass */
  .menu-head #myAccount span {
    width: 100%;
    font-size: 1rem;
  }
  /* line 307, ../sass/layout/_menu.sass */
  .menu-head a {
    color: #fff !important;
    display: block;
    font-size: 1.2rem !important;
    line-height: 1.5rem;
    padding: 0.5rem 2rem !important;
  }
  /* line 313, ../sass/layout/_menu.sass */
  .menu-head a.hidden {
    display: none;
  }
  /* line 315, ../sass/layout/_menu.sass */
  .menu-head .collapse {
    padding-bottom: 0.5rem;
  }
  /* line 318, ../sass/layout/_menu.sass */
  .menu-head .collapse .navbar-nav {
    width: 100%;
  }
  /* line 320, ../sass/layout/_menu.sass */
  .menu-head .collapse .navbar-nav, .menu-head .collapse .dropdown-menu {
    flex-direction: column;
    background-color: #2CAFB0;
    padding: 0;
    border-color: transparent;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), 5px 10px 15px rgba(0, 0, 0, 0.1);
  }
  /* line 326, ../sass/layout/_menu.sass */
  .menu-head .collapse .dropdown-menu.dropdown-menu-right {
    background-color: #fff;
  }
  /* line 328, ../sass/layout/_menu.sass */
  .menu-head .collapse .dropdown-menu.dropdown-menu-right a {
    color: #2CAFB0 !important;
  }
  /* line 332, ../sass/layout/_menu.sass */
  .menu-head .navbar-nav .dropdown-menu-right {
    left: 0;
  }
  /* line 334, ../sass/layout/_menu.sass */
  .menu-head .navbar-nav > span {
    display: none;
  }

  /* line 337, ../sass/layout/_menu.sass */
  #popChartList {
    max-width: calc(100vw - 10px);
  }
  /* line 339, ../sass/layout/_menu.sass */
  #popChartList .text-left {
    max-width: calc(100vw - 150px);
    display: block;
  }
  /* line 342, ../sass/layout/_menu.sass */
  #popChartList .text-left span {
    padding-right: 10px;
  }
  /* line 344, ../sass/layout/_menu.sass */
  #popChartList .delete {
    width: 20px;
    margin-left: 10px;
  }

  /* line 360, ../sass/layout/_menu.sass */
  .dropdown-item {
    text-align: left;
  }
}
/* line 1, ../sass/layout/_banner.sass */
#bannerBox {
  width: 100%;
  margin-bottom: -3px;
  position: relative;
}
/* line 5, ../sass/layout/_banner.sass */
#bannerBox > img {
  width: 100%;
  height: auto;
}
/* line 8, ../sass/layout/_banner.sass */
#bannerBox .brand {
  position: absolute;
  bottom: 30%;
  right: 5vw;
  color: white;
  font-family: "cwTeXYen", sans-serif;
  letter-spacing: 0.5vw;
  font-size: 3vw;
}
/* line 16, ../sass/layout/_banner.sass */
#bannerBox > div {
  position: fixed;
  top: 8vw;
  width: auto;
  height: calc(100vh - 8vw);
  overflow: hidden;
  min-width: 100vw;
}
/* line 23, ../sass/layout/_banner.sass */
#bannerBox > div > img:first-of-type {
  height: 100%;
  width: auto;
}
/* line 26, ../sass/layout/_banner.sass */
#bannerBox > div .doll {
  transform-origin: center;
  animation-name: swing;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}
/* line 31, ../sass/layout/_banner.sass */
#bannerBox > div .bannerSlogan {
  display: none;
}
/* line 33, ../sass/layout/_banner.sass */
#bannerBox .banner1 {
  z-index: 3;
}
/* line 35, ../sass/layout/_banner.sass */
#bannerBox .banner1.relative {
  transform: translateX(-100%);
}
/* line 37, ../sass/layout/_banner.sass */
#bannerBox .banner1 .doll {
  position: absolute;
  left: 10vw;
  bottom: 5vh;
  height: calc(100% - 25vh);
}
/* line 42, ../sass/layout/_banner.sass */
#bannerBox .banner2 {
  z-index: 2;
  right: 0;
}
/* line 45, ../sass/layout/_banner.sass */
#bannerBox .banner2.relative {
  transform: translateX(-100%);
}
/* line 49, ../sass/layout/_banner.sass */
#bannerBox .banner2 .doll {
  position: absolute;
  right: 65vw;
  bottom: 7vh;
  width: 30vw;
  height: auto;
}
/* line 55, ../sass/layout/_banner.sass */
#bannerBox .banner2 .child {
  position: absolute;
  right: 5vw;
  bottom: 2vh;
  width: 30vw;
  height: auto;
}
/* line 61, ../sass/layout/_banner.sass */
#bannerBox .banner3 {
  z-index: 1;
}
/* line 63, ../sass/layout/_banner.sass */
#bannerBox .banner3.relative {
  position: absolute;
  top: 66%;
}
/* line 66, ../sass/layout/_banner.sass */
#bannerBox .banner3 .bg {
  width: 100%;
  height: auto;
}
/* line 69, ../sass/layout/_banner.sass */
#bannerBox .banner3 .picnic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100vw;
}
/* line 75, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100vw;
}
/* line 81, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse .carousel-inner {
  left: unset;
}
/* line 83, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse .carousel-item {
  left: unset;
}
/* line 85, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse .cover {
  background: #fff;
  padding: 5px 5px 10px 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
/* line 89, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse .box {
  width: 33%;
  display: inline-block;
  padding: 5% 9%;
  text-align: center;
}
/* line 94, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse .box img {
  margin-bottom: 1rem;
}
/* line 96, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse .box span {
  color: #333;
}
/* line 98, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse .rightBox {
  margin-left: 33%;
}
/* line 100, ../sass/layout/_banner.sass */
#bannerBox .banner3 #productCarouse .leftBox {
  left: unset;
}
/* line 102, ../sass/layout/_banner.sass */
#bannerBox #news {
  position: absolute;
  bottom: 15vh;
  right: 25vw;
  height: calc(100% - 50vh);
  width: 30vw;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  /* line 118, ../sass/layout/_banner.sass */
  #bannerBox {
    margin-top: 8vw;
  }
  /* line 120, ../sass/layout/_banner.sass */
  #bannerBox .brand {
    bottom: 40%;
    right: 5vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 576px) {
  /* line 126, ../sass/layout/_banner.sass */
  #bannerBox {
    margin-top: 0;
    width: 100%;
    margin-bottom: -3px;
    position: relative;
  }
  /* line 131, ../sass/layout/_banner.sass */
  #bannerBox > img {
    width: 100%;
    height: auto;
  }
  /* line 134, ../sass/layout/_banner.sass */
  #bannerBox > div {
    position: relative;
    top: 0;
    width: auto;
    height: calc(100vh - 8vw);
  }
  /* line 139, ../sass/layout/_banner.sass */
  #bannerBox > div > img:first-of-type {
    height: 100%;
    width: auto;
  }
  /* line 142, ../sass/layout/_banner.sass */
  #bannerBox > div .doll {
    transform-origin: center;
    animation-name: swing;
    animation-iteration-count: infinite;
    animation-duration: 3s;
  }
  /* line 148, ../sass/layout/_banner.sass */
  #bannerBox .banner1 .doll {
    height: calc(100% - 40vh);
  }
  /* line 150, ../sass/layout/_banner.sass */
  #bannerBox .banner1 .bannerSlogan {
    position: absolute;
    top: 50px;
    left: 40%;
    width: 50%;
    display: block;
  }
  /* line 156, ../sass/layout/_banner.sass */
  #bannerBox .banner2 {
    direction: rtl;
  }
  /* line 158, ../sass/layout/_banner.sass */
  #bannerBox .banner2.relative {
    position: absolute;
    top: 50%;
  }
  /* line 161, ../sass/layout/_banner.sass */
  #bannerBox .banner2 .doll {
    position: absolute;
    right: 35vw;
    bottom: 0vh;
    width: 60vw;
    height: auto;
  }
  /* line 167, ../sass/layout/_banner.sass */
  #bannerBox .banner2 .child {
    display: none;
  }
  /* line 169, ../sass/layout/_banner.sass */
  #bannerBox .banner3 {
    z-index: 1;
  }
  /* line 171, ../sass/layout/_banner.sass */
  #bannerBox .banner3.relative {
    position: absolute;
    top: 66%;
  }
  /* line 174, ../sass/layout/_banner.sass */
  #bannerBox .banner3 .bg {
    width: auto;
    height: 100%;
    margin-left: -60%;
  }
  /* line 178, ../sass/layout/_banner.sass */
  #bannerBox .banner3 .picnic {
    top: unset;
    bottom: 0;
    transform: translateY(0) translateX(-50%);
    width: 200vw;
  }
  /* line 183, ../sass/layout/_banner.sass */
  #bannerBox .banner3 #productCarouse {
    transform: translateY(-50%) translateX(-50%);
  }
  /* line 185, ../sass/layout/_banner.sass */
  #bannerBox .banner3 #productCarouse .box {
    width: 70%;
    margin: auto;
    display: block;
  }
  /* line 189, ../sass/layout/_banner.sass */
  #bannerBox #news {
    position: absolute;
    bottom: 15vh;
    right: 25vw;
    height: calc(100% - 50vh);
    width: 30vw;
    z-index: 10;
  }
}
/* line 1, ../sass/layout/_main.sass */
ul.itemList {
  background-color: rgba(255, 255, 255, 0.8);
  width: 768px;
  max-width: 100vw;
  max-height: 70vh;
  padding: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
/* line 12, ../sass/layout/_main.sass */
ul.itemList.position-relative {
  top: 0;
  left: 0;
  transform: unset;
  width: auto;
  max-height: unset;
}
/* line 18, ../sass/layout/_main.sass */
ul.itemList .itemTitle {
  margin-bottom: 1rem;
  width: 6rem;
}
/* line 21, ../sass/layout/_main.sass */
ul.itemList li {
  border-bottom: 1px solid #2A4581;
  padding: 1rem 5px;
}
/* line 24, ../sass/layout/_main.sass */
ul.itemList li span {
  line-height: 1.5;
  font-size: 1rem;
  color: #2A4581;
  cursor: pointer;
  font-weight: 300;
}
/* line 30, ../sass/layout/_main.sass */
ul.itemList li span:hover {
  color: #007bff;
  text-shadow: 1px 1px 2px #ccc;
}
/* line 33, ../sass/layout/_main.sass */
ul.itemList .moreBtn {
  padding: 1rem 0;
  position: absolute;
  bottom: calc(5vw - 4rem);
  right: 5vw;
}
/* line 38, ../sass/layout/_main.sass */
ul.itemList .moreBtn a {
  font-size: 1.2rem;
  color: #2A4581;
}

/* line 43, ../sass/layout/_main.sass */
#knows {
  min-height: 100vh;
  position: relative;
}
/* line 46, ../sass/layout/_main.sass */
#knows .itemList.more {
  overflow-y: auto;
  transform: translateX(-50%) translateY(-50%);
}
/* line 49, ../sass/layout/_main.sass */
#knows .treeLeft {
  height: 120vh;
  position: absolute;
  top: -17vh;
  left: -17vh;
  z-index: 1;
}
/* line 55, ../sass/layout/_main.sass */
#knows .treeRight {
  height: 120vh;
  position: absolute;
  top: -18vh;
  right: -17vh;
  z-index: 1;
}
/* line 61, ../sass/layout/_main.sass */
#knows .treeGround {
  width: 100vw;
  position: absolute;
  bottom: 0;
}
/* line 65, ../sass/layout/_main.sass */
#knows .treeChild {
  width: 100vw;
  position: absolute;
  bottom: 0;
}
/* line 69, ../sass/layout/_main.sass */
#knows .treeMother {
  width: 17vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 75, ../sass/layout/_main.sass */
#dealer {
  background-color: #20BAFC;
  position: relative;
}
/* line 78, ../sass/layout/_main.sass */
#dealer #dealerMap {
  display: flex;
  padding-bottom: 70px;
}
/* line 81, ../sass/layout/_main.sass */
#dealer #dealerMap .coverMap {
  position: absolute;
}
/* line 83, ../sass/layout/_main.sass */
#dealer #dealerMap .coverMap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-25%) translateY(-80%);
  color: #999;
  padding: 5vw;
}
/* line 90, ../sass/layout/_main.sass */
#dealer #dealerMap svg {
  flex: 5;
  height: 50vw;
  margin-right: -10vw;
}
/* line 94, ../sass/layout/_main.sass */
#dealer #dealerMap svg path.county, #dealer #dealerMap svg g {
  stroke: #E9FFEA;
  fill: #E9FFEA;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
/* line 99, ../sass/layout/_main.sass */
#dealer #dealerMap svg path.county.active, #dealer #dealerMap svg g.active {
  fill: #F8A1B0;
  transform: translate(-2px, -2px);
}
/* line 102, ../sass/layout/_main.sass */
#dealer #dealerMap svg path.county.default, #dealer #dealerMap svg g.default {
  fill: #E9FFEA;
  transform: unset;
}
/* line 105, ../sass/layout/_main.sass */
#dealer #dealerMap svg path.county.hover, #dealer #dealerMap svg g.hover {
  fill: #F8A1B0;
  transform: translate(-2px, -2px);
}
/* line 108, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area {
  flex: 4;
  position: relative;
  background-color: #fff;
  margin: 5%;
  border-radius: 1vw;
  padding: 1% 2%;
  height: calc(40vw + 20px);
}
/* line 116, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .mountain {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 25%;
  transform: translateY(-95%);
}
/* line 123, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .head {
  display: flex;
  height: 3rem;
}
/* line 129, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .head span {
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  margin: auto;
  margin-top: 0.5rem;
  line-height: 3rem;
}
/* line 136, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .forcast {
  padding-top: 5%;
  height: calc(35vw - 2rem + 5%);
  overflow-y: auto;
}
/* line 141, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .forcast .district {
  padding: 10px 3%;
}
/* line 143, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .forcast .district p {
  color: #777;
  font-size: 16px;
  margin-left: 0.5em;
  line-height: 1;
  word-break: break-all;
}
/* line 149, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .forcast .district p:first-of-type {
  margin-top: 0.5em;
}
/* line 151, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .forcast .district .place {
  background-color: #F8A1B0;
  color: #555;
  padding: 8px;
  font-size: 16px;
  position: relative;
  font-weight: 400;
}
/* line 158, ../sass/layout/_main.sass */
#dealer #dealerMap .title_area .forcast .district .place:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 16px solid transparent;
  border-right: 1.5rem solid #fff;
  border-bottom: 16px solid transparent;
}
/* line 167, ../sass/layout/_main.sass */
#dealer #dealerMap .recruit {
  position: absolute;
  bottom: 80px;
  left: 4vw;
  height: 7vw;
}
/* line 172, ../sass/layout/_main.sass */
#dealer .happyBebeBox {
  padding-left: 10vw;
}
/* line 174, ../sass/layout/_main.sass */
#dealer .happyBebeBox img {
  width: 60%;
  padding: 3%;
}
/* line 177, ../sass/layout/_main.sass */
#dealer .happyBebeBox ol {
  list-style: decimal;
  color: white;
  padding-left: 2rem;
  padding-right: 1rem;
}
/* line 182, ../sass/layout/_main.sass */
#dealer .happyBebeBox ol li {
  margin-top: 15px;
  line-height: 1.5rem;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 200;
}
/* line 188, ../sass/layout/_main.sass */
#dealer .airplanBox {
  display: flex;
}
/* line 190, ../sass/layout/_main.sass */
#dealer .airplanBox img {
  width: 80%;
  padding: 15% 5% 1% 5%;
}
/* line 194, ../sass/layout/_main.sass */
#dealer > img {
  position: absolute;
}
/* line 196, ../sass/layout/_main.sass */
#dealer .cloud1 {
  top: 2vh;
  left: 50vw;
}
/* line 199, ../sass/layout/_main.sass */
#dealer .cloud2 {
  bottom: 5vh;
  right: 5vw;
}
/* line 202, ../sass/layout/_main.sass */
#dealer .cloud3 {
  top: 5vh;
  left: 4vw;
}
/* line 205, ../sass/layout/_main.sass */
#dealer .cloud4 {
  top: 10vh;
  right: 5vw;
}
/* line 208, ../sass/layout/_main.sass */
#dealer .cloud5 {
  top: 15vh;
  right: 10vw;
}
/* line 211, ../sass/layout/_main.sass */
#dealer .cloud6 {
  bottom: 25vh;
  left: 1vw;
}

/* line 215, ../sass/layout/_main.sass */
#contact {
  background-color: #fff;
  position: relative;
}
/* line 218, ../sass/layout/_main.sass */
#contact .child {
  position: absolute;
  bottom: 10%;
  right: 1vw;
  height: 50vh;
}
/* line 224, ../sass/layout/_main.sass */
#contact .horse {
  position: absolute;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%);
  height: 50vh;
}
/* line 231, ../sass/layout/_main.sass */
#contact > .row {
  padding: 5% 20% 1%;
}
/* line 233, ../sass/layout/_main.sass */
#contact > .row > div {
  padding: 3% 5% 2%;
}
/* line 235, ../sass/layout/_main.sass */
#contact > .row > div:first-of-type {
  border-right: 1px solid #777;
}
/* line 238, ../sass/layout/_main.sass */
#contact > .row .formGroup span {
  padding: 0 3px;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 300;
}
/* line 244, ../sass/layout/_main.sass */
#contact > .row .formGroup label {
  width: 100%;
  padding: 1.5rem 2px 1rem;
  font-size: 1rem;
  font-weight: 300;
}
/* line 250, ../sass/layout/_main.sass */
#contact > .row .formGroup input {
  width: 100%;
  line-height: 1rem;
  padding: 0.2rem;
  border: 1px solid #aaa;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.8);
}
/* line 257, ../sass/layout/_main.sass */
#contact > .row .formGroup textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 19rem;
  min-height: 19rem;
  padding: 0.5rem;
  border: 1px solid #aaa;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.8);
}
/* line 266, ../sass/layout/_main.sass */
#contact > .row .formGroup div.radioBox {
  line-height: 2.2rem;
}

/* line 269, ../sass/layout/_main.sass */
#brandStory {
  background-color: #DE8D8C;
}
/* line 271, ../sass/layout/_main.sass */
#brandStory .row {
  padding: 7% 10% 0 10%;
}
/* line 273, ../sass/layout/_main.sass */
#brandStory .row > div {
  padding-bottom: 7%;
  display: flex;
}
/* line 276, ../sass/layout/_main.sass */
#brandStory p {
  color: white;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
/* line 281, ../sass/layout/_main.sass */
#brandStory .slogan {
  margin: auto 0;
}
/* line 283, ../sass/layout/_main.sass */
#brandStory .slogan p {
  font-size: 2rem;
}

/* line 286, ../sass/layout/_main.sass */
#brandIntro > div {
  cursor: pointer;
  position: relative;
}
/* line 289, ../sass/layout/_main.sass */
#brandIntro > div > div {
  overflow: auto;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 100%;
}
/* line 296, ../sass/layout/_main.sass */
#brandIntro > div img {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/* line 302, ../sass/layout/_main.sass */
#brandIntro > div img.animateHover:hover {
  transform-origin: top center;
  animation-name: brandInfo;
  animation-iteration-count: infinite;
  animation-duration: 7s !important;
}
/* line 307, ../sass/layout/_main.sass */
#brandIntro > div .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20%;
}
/* line 312, ../sass/layout/_main.sass */
#brandIntro > div .content .title {
  color: #F5B617;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
/* line 316, ../sass/layout/_main.sass */
#brandIntro > div .content .text {
  margin-top: 1rem;
}
/* line 318, ../sass/layout/_main.sass */
#brandIntro > div .content p {
  color: white;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
/* line 323, ../sass/layout/_main.sass */
#brandIntro > div .content p .slogan {
  margin: auto 0;
}
/* line 325, ../sass/layout/_main.sass */
#brandIntro > div .content p .slogan p {
  font-size: 1.2rem;
}
/* line 327, ../sass/layout/_main.sass */
#brandIntro .forBabe {
  background-color: #755336;
}
/* line 329, ../sass/layout/_main.sass */
#brandIntro .forBeauty {
  background-color: #2A7784;
}

/* line 332, ../sass/layout/_main.sass */
.information {
  position: relative;
}
/* line 335, ../sass/layout/_main.sass */
.information div:first-of-type {
  position: relative;
}
/* line 337, ../sass/layout/_main.sass */
.information div:first-of-type img.horse {
  width: 80%;
  height: auto;
  margin: 10%;
}
/* line 341, ../sass/layout/_main.sass */
.information div:first-of-type img.cloud {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-20%);
  width: 100%;
}
/* line 347, ../sass/layout/_main.sass */
.information div:first-of-type img.dancing {
  position: absolute;
  bottom: 5%;
  left: 10%;
  transform: translateY(0);
  width: 80%;
}
/* line 353, ../sass/layout/_main.sass */
.information .law {
  background: rgba(255, 255, 255, 0.8);
  padding: 5vw;
  height: 100%;
  overflow-y: auto;
}
/* line 360, ../sass/layout/_main.sass */
.information p.bigTitle {
  color: #333;
  font-size: 1.5rem;
}
/* line 363, ../sass/layout/_main.sass */
.information p.title {
  color: #804C64;
  font-size: 1.2rem;
}
/* line 367, ../sass/layout/_main.sass */
.information div.text p {
  color: #555;
  font-size: 1rem;
}
/* line 371, ../sass/layout/_main.sass */
.information .topBtn {
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  left: calc(100vw - 3rem);
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  padding: 0.8rem;
  border: 1px solid #aaa;
}

@media screen and (max-width: 1279px) {
  /* line 389, ../sass/layout/_main.sass */
  #contact .child {
    right: -8vh;
  }
  /* line 391, ../sass/layout/_main.sass */
  #contact .horse {
    top: 40%;
  }
  /* line 393, ../sass/layout/_main.sass */
  #contact > .row > div:first-of-type {
    border-right: unset;
  }

  /* line 398, ../sass/layout/_main.sass */
  #dealer .airplanBox img {
    width: 70%;
    padding: 2% 5% 1% 25%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 404, ../sass/layout/_main.sass */
  #dealer .cloud1 {
    top: 2vh;
    left: 50vw;
  }
  /* line 407, ../sass/layout/_main.sass */
  #dealer .cloud2 {
    bottom: 5vh;
    right: 5vw;
  }
  /* line 410, ../sass/layout/_main.sass */
  #dealer .cloud3 {
    top: 1vh;
    left: 1vw;
  }
  /* line 413, ../sass/layout/_main.sass */
  #dealer .cloud4 {
    top: 5vh;
    right: 2vw;
  }
  /* line 416, ../sass/layout/_main.sass */
  #dealer .cloud5 {
    top: 10vh;
    right: 5vw;
  }
  /* line 419, ../sass/layout/_main.sass */
  #dealer .cloud6 {
    bottom: 20vh;
    left: -3vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 424, ../sass/layout/_main.sass */
  #bannerBox #news {
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
  }

  /* line 429, ../sass/layout/_main.sass */
  #knows .itemList {
    transform: translateX(-50%) translateY(-20%);
    width: 70vw;
  }

  /* line 435, ../sass/layout/_main.sass */
  #brandIntro > div .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10%;
  }
  /* line 440, ../sass/layout/_main.sass */
  #brandIntro > div .content .title {
    color: #F5B617;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  /* line 444, ../sass/layout/_main.sass */
  #brandIntro > div .content .text {
    margin-top: 1rem;
  }
  /* line 446, ../sass/layout/_main.sass */
  #brandIntro > div .content p {
    color: white;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  /* line 451, ../sass/layout/_main.sass */
  #brandIntro > div .content p .slogan {
    margin: auto 0;
  }
  /* line 453, ../sass/layout/_main.sass */
  #brandIntro > div .content p .slogan p {
    font-size: 1.2rem;
  }

  /* line 455, ../sass/layout/_main.sass */
  .information {
    overflow-y: auto;
    max-height: 100vh;
  }
  /* line 459, ../sass/layout/_main.sass */
  .information > div:first-of-type {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    flex: 1;
  }
  /* line 464, ../sass/layout/_main.sass */
  .information > div:last-of-type {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 467, ../sass/layout/_main.sass */
  .information > div:last-of-type > div {
    max-height: 100vh;
    overflow-y: auto;
  }
  /* line 470, ../sass/layout/_main.sass */
  .information > div:last-of-type img.horse {
    width: 80%;
    height: auto;
    margin: 10%;
  }
  /* line 474, ../sass/layout/_main.sass */
  .information > div:last-of-type img.cloud {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-20%);
    width: 100%;
  }
  /* line 480, ../sass/layout/_main.sass */
  .information .law {
    max-height: 100vh;
  }
}
@media all and (max-width: 576px) {
  /* line 486, ../sass/layout/_main.sass */
  #knows .itemList {
    transform: translateX(-50%) translateY(-30%);
    width: 100vw;
    padding: 10vw;
  }
  /* line 490, ../sass/layout/_main.sass */
  #knows .treeRight {
    display: none;
  }
  /* line 492, ../sass/layout/_main.sass */
  #knows .treeRight.more {
    display: block;
    right: -22vw;
  }
  /* line 495, ../sass/layout/_main.sass */
  #knows .treeLeft {
    left: -18vh;
    top: -1vh;
    height: 100vh;
  }
  /* line 499, ../sass/layout/_main.sass */
  #knows .treeLeft.more {
    display: none;
  }
  /* line 501, ../sass/layout/_main.sass */
  #knows .treeChild {
    width: 150vw;
    right: 0;
  }
  /* line 505, ../sass/layout/_main.sass */
  #knows .treeMother {
    width: 25vw;
    left: -3vw;
  }

  /* line 511, ../sass/layout/_main.sass */
  #dealer .airplanBox img {
    width: 100%;
  }
  /* line 513, ../sass/layout/_main.sass */
  #dealer #dealerMap {
    display: block;
  }
  /* line 515, ../sass/layout/_main.sass */
  #dealer #dealerMap svg {
    width: 100%;
    height: 60vh;
  }
  /* line 518, ../sass/layout/_main.sass */
  #dealer #dealerMap .title_area {
    width: 90%;
    height: 60vh;
  }
  /* line 521, ../sass/layout/_main.sass */
  #dealer #dealerMap .title_area .forcast {
    height: calc(60vh - 4rem);
  }
  /* line 523, ../sass/layout/_main.sass */
  #dealer #dealerMap .recruit {
    bottom: 10px;
    left: 20px;
    height: 20vw;
  }
  /* line 527, ../sass/layout/_main.sass */
  #dealer .happyBebeBox {
    padding-right: 10vw;
  }

  /* line 530, ../sass/layout/_main.sass */
  #brandStory p {
    line-height: 1.5;
    letter-spacing: 2px;
  }
  /* line 534, ../sass/layout/_main.sass */
  #brandStory .slogan {
    margin: auto 0;
  }
  /* line 536, ../sass/layout/_main.sass */
  #brandStory .slogan p {
    font-size: 1.5rem;
  }

  /* line 538, ../sass/layout/_main.sass */
  #contact .row {
    padding: 5% 10% 1%;
  }

  /* line 542, ../sass/layout/_main.sass */
  .information .itemList, .information .law {
    padding: 10vw;
  }
  /* line 544, ../sass/layout/_main.sass */
  .information .topBtn {
    bottom: 3vw;
    width: 10vw;
    left: 92vw;
    height: 10vw;
    padding: 3vw;
  }
}
/* line 1, ../sass/layout/_commodity.sass */
#commodity {
  padding: 5% 2vw 30vw 2vw;
}
/* line 3, ../sass/layout/_commodity.sass */
#commodity .dFlex {
  display: flex;
}
/* line 5, ../sass/layout/_commodity.sass */
#commodity .menu {
  width: 16rem;
  padding: 2rem;
  margin-left: 3vw;
}
/* line 9, ../sass/layout/_commodity.sass */
#commodity .menu .group {
  border-bottom: 1px solid #777;
  margin-bottom: 1.5rem;
}
/* line 12, ../sass/layout/_commodity.sass */
#commodity .menu .group:last-of-type {
  border: unset;
}
/* line 14, ../sass/layout/_commodity.sass */
#commodity .menu ul {
  padding: 5px;
  margin-bottom: 1rem;
}
/* line 17, ../sass/layout/_commodity.sass */
#commodity .menu ul li:hover {
  transform: translateX(2px);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
/* line 20, ../sass/layout/_commodity.sass */
#commodity .menu ul a {
  color: #777;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1px;
  cursor: pointer;
}
/* line 26, ../sass/layout/_commodity.sass */
#commodity .menu ul a.active {
  font-weight: 600;
}
/* line 29, ../sass/layout/_commodity.sass */
#commodity .menu ul.orange a.active {
  color: #EE7E33;
}
/* line 32, ../sass/layout/_commodity.sass */
#commodity .menu ul.red a.active {
  color: #FF5C68;
}
/* line 35, ../sass/layout/_commodity.sass */
#commodity .menu ul.green a.active {
  color: #8FC51D;
}
/* line 37, ../sass/layout/_commodity.sass */
#commodity #commodities {
  flex: 1;
  padding: 3%;
  min-height: 1000px;
}
/* line 41, ../sass/layout/_commodity.sass */
#commodity #commodities .row > div {
  padding: 1rem;
}
/* line 43, ../sass/layout/_commodity.sass */
#commodity #commodities .itemBox {
  position: relative;
  display: none;
}
/* line 46, ../sass/layout/_commodity.sass */
#commodity #commodities .itemBox .addCartBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.4rem;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
/* line 55, ../sass/layout/_commodity.sass */
#commodity #commodities .itemBox .addCartBtn i {
  font-size: 1.5rem;
  color: #555;
  font-weight: 600;
}
/* line 59, ../sass/layout/_commodity.sass */
#commodity #commodities .itemBox .addCartBtn:hover {
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2), 1px 1px 7px 5px rgba(0, 0, 0, 0.1);
}
/* line 61, ../sass/layout/_commodity.sass */
#commodity #commodities .box {
  position: relative;
  display: block;
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: #fff;
  height: 100%;
}
/* line 68, ../sass/layout/_commodity.sass */
#commodity #commodities .box .imgCover {
  padding: 5px;
}
/* line 70, ../sass/layout/_commodity.sass */
#commodity #commodities .box .imgCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/* line 76, ../sass/layout/_commodity.sass */
#commodity #commodities .box .imgCover .imgDefaultCover {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
/* line 81, ../sass/layout/_commodity.sass */
#commodity #commodities .box .imgCover .imgDefaultCover img.default {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 75%;
}
/* line 86, ../sass/layout/_commodity.sass */
#commodity #commodities .box .text {
  padding: 5px;
  font-family: "Noto Sans TC", sans-serif;
}
/* line 89, ../sass/layout/_commodity.sass */
#commodity #commodities .box .text div {
  margin-bottom: 0.4rem;
}
/* line 91, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proTitle, #commodity #commodities .box .proIntro {
  font-size: 1rem;
  font-weight: 400;
  color: #4C4948;
  letter-spacing: 1px;
}
/* line 96, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proBonus {
  font-size: 0.85rem;
  color: #EE7E33;
}
/* line 99, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proMarketing {
  position: absolute;
  top: 1rem;
  left: 0rem;
  padding: 0.5rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: 0 50px 50px 0;
  max-width: calc(100% - 3rem);
}
/* line 109, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proMarketing.time {
  background: #8FC51D;
}
/* line 111, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proMarketing.quatity {
  background: #EE7E33;
}
/* line 113, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proPrice {
  text-align: right;
}
/* line 115, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proPrice .price, #commodity #commodities .box .proPrice .sell {
  display: inline;
  letter-spacing: 2px;
}
/* line 118, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proPrice .price {
  font-weight: 400;
  font-size: 1rem;
  text-decoration: line-through;
  color: grey;
}
/* line 123, ../sass/layout/_commodity.sass */
#commodity #commodities .box .proPrice .sell {
  font-weight: 500;
  font-size: 1.5rem;
  color: #024425;
}
/* line 127, ../sass/layout/_commodity.sass */
#commodity #commodities .box:hover {
  animation-name: pulseSmall;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
/* line 132, ../sass/layout/_commodity.sass */
#commodity #commodities .box:active {
  animation-name: unset;
}
/* line 134, ../sass/layout/_commodity.sass */
#commodity #commodities .boxM {
  padding-bottom: 4rem;
}
/* line 136, ../sass/layout/_commodity.sass */
#commodity #commodities .boxM .textM {
  text-align: center;
}
/* line 138, ../sass/layout/_commodity.sass */
#commodity #commodities .boxM .textM div {
  margin-bottom: 0.4rem;
}
/* line 140, ../sass/layout/_commodity.sass */
#commodity #commodities .boxM .proIntroM {
  font-size: 1rem;
  font-weight: 400;
  color: #4C4948;
  padding: unset;
}
/* line 148, ../sass/layout/_commodity.sass */
#commodity #commodities .boxM .proPriceM .price, #commodity #commodities .boxM .proPriceM .sell {
  display: inline;
  color: grey;
  font-weight: 400;
  font-size: 1rem;
}
/* line 153, ../sass/layout/_commodity.sass */
#commodity #commodities .boxM .proPriceM .price {
  text-decoration: line-through;
  padding-right: 0.5rem;
}
/* line 163, ../sass/layout/_commodity.sass */
#commodity #commodities .productListBtn {
  font-size: 1.4rem;
  cursor: pointer;
}
/* line 167, ../sass/layout/_commodity.sass */
#commodity #product {
  flex: 1;
  padding: 2rem 3% 3% 3%;
}
/* line 171, ../sass/layout/_commodity.sass */
#commodity #product .proImg img {
  width: 100%;
  height: auto;
}
/* line 174, ../sass/layout/_commodity.sass */
#commodity #product .proImg .smallImgBox {
  width: 100%;
}
/* line 176, ../sass/layout/_commodity.sass */
#commodity #product .proImg .smallImgBox .imgCover {
  position: relative;
  width: 18%;
  margin-right: 2%;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
/* line 183, ../sass/layout/_commodity.sass */
#commodity #product .proImg .smallImgBox .imgCover:last-of-type {
  margin-right: unset;
}
/* line 185, ../sass/layout/_commodity.sass */
#commodity #product .proImg .smallImgBox .imgCover .coverImg {
  display: none;
}
/* line 188, ../sass/layout/_commodity.sass */
#commodity #product .proImg .smallImgBox .imgCover:hover .coverImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
}
/* line 196, ../sass/layout/_commodity.sass */
#commodity #product .proIntro {
  padding-left: 3vw;
  position: relative;
  font-family: "cwTeXYen", sans-serif;
}
/* line 200, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .bigText, #commodity #product .proIntro .text, #commodity #product .proIntro .amount {
  color: #555;
}
/* line 202, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .bigText {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
}
/* line 206, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
/* line 210, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text .foreignArea {
  display: inline;
  position: relative;
}
/* line 213, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text .foreignArea span {
  color: #C00016;
  text-decoration: underline;
  padding-left: 0.5rem;
}
/* line 217, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text .foreignArea .box {
  display: none;
  position: absolute;
  top: 2rem;
  right: 0;
}
/* line 222, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text .foreignArea .box a {
  background-color: #fff;
  display: block;
  padding: 0.5rem 2rem;
  color: #C00016;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
/* line 228, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text .foreignArea .box a:hover {
  text-decoration: underline;
}
/* line 231, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text .foreignArea.active .box {
  display: table;
}
/* line 233, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text.switch {
  height: 1.8rem;
  overflow: hidden;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
/* line 237, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text.switch i.fa {
  font-size: 1.4rem;
}
/* line 239, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .text.active {
  height: auto;
  overflow: visible;
}
/* line 244, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .sell {
  font-size: 2.5rem;
  color: #FF5C68;
  font-weight: 700;
}
/* line 254, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .amount {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 20px;
}
/* line 258, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .button {
  color: white;
  padding: 0.2rem 0.5rem;
  display: inline-block;
}
/* line 262, ../sass/layout/_commodity.sass */
#commodity #product .proIntro .button img {
  width: 1.5rem;
  vertical-align: sub;
}
/* line 265, ../sass/layout/_commodity.sass */
#commodity #product .proDetail {
  margin-top: 5rem;
}
/* line 267, ../sass/layout/_commodity.sass */
#commodity #product .proDetail img {
  width: 100%;
}

/* line 269, ../sass/layout/_commodity.sass */
.commodityBGC {
  margin-top: -30%;
  width: 100%;
  height: auto;
}

@media all and (max-width: 1600px) {
  /* line 275, ../sass/layout/_commodity.sass */
  #commodity {
    padding: 5% 0 30vw 0;
  }
}
@media all and (max-width: 1280px) {
  /* line 279, ../sass/layout/_commodity.sass */
  #commodity .menu {
    width: 10rem;
    padding: 1rem;
    margin-left: 1vw;
  }
  /* line 283, ../sass/layout/_commodity.sass */
  #commodity .menu .group {
    border-bottom: 1px solid #777;
    margin-bottom: 1.5rem;
  }
  /* line 286, ../sass/layout/_commodity.sass */
  #commodity .menu .group:last-of-type {
    border: unset;
  }
  /* line 289, ../sass/layout/_commodity.sass */
  #commodity .menu ul li:hover {
    transform: translateX(1px);
  }
  /* line 291, ../sass/layout/_commodity.sass */
  #commodity .menu ul a {
    font-size: 1rem;
  }
}
@media all and (max-width: 576px) {
  /* line 296, ../sass/layout/_commodity.sass */
  #commodity {
    position: relative;
  }
  /* line 298, ../sass/layout/_commodity.sass */
  #commodity #commodities {
    margin-top: 3rem;
  }
  /* line 300, ../sass/layout/_commodity.sass */
  #commodity .dFlex {
    display: block;
  }
  /* line 302, ../sass/layout/_commodity.sass */
  #commodity .menu {
    width: 100%;
    padding: 0.5rem 1rem;
    margin-left: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: 5;
  }
  /* line 312, ../sass/layout/_commodity.sass */
  #commodity .menu .group {
    border-bottom: unset;
    margin-bottom: 0;
    flex: 1;
  }
  /* line 316, ../sass/layout/_commodity.sass */
  #commodity .menu .group ul {
    position: absolute;
    background-color: #FCFCFC;
    top: 3.4rem;
    left: 0;
    width: 100%;
    padding: 12px !important;
    box-shadow: 1px 4px 1px rgba(0, 0, 0, 0.1);
  }
  /* line 324, ../sass/layout/_commodity.sass */
  #commodity .menu .group i {
    font-size: 1.8rem;
    line-height: 1.8rem;
    vertical-align: middle;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  /* line 329, ../sass/layout/_commodity.sass */
  #commodity #proMarketing {
    font-size: 1rem;
    font-weight: 100;
  }
  /* line 332, ../sass/layout/_commodity.sass */
  #commodity #product {
    margin-top: 2rem;
  }
  /* line 334, ../sass/layout/_commodity.sass */
  #commodity #product .proIntro .button {
    padding: 0 0.5rem;
  }
}
/* line 2, ../sass/layout/_order.sass */
#checkout .wizard {
  margin: 20px auto;
  background: #fff;
  position: relative;
}
/* line 6, ../sass/layout/_order.sass */
#checkout .wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border: unset;
}
/* line 11, ../sass/layout/_order.sass */
#checkout .wizard > div.wizard-inner {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
/* line 15, ../sass/layout/_order.sass */
#checkout .wizard > div.wizard-inner > img {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* line 22, ../sass/layout/_order.sass */
#checkout .connecting-line {
  height: 10px;
  background: #C5C6C6;
  position: absolute;
  width: 35%;
  top: calc(50% - 5px - 0.75rem);
  z-index: 1;
}
/* line 29, ../sass/layout/_order.sass */
#checkout .connecting-line:first-of-type {
  left: 15%;
}
/* line 31, ../sass/layout/_order.sass */
#checkout .connecting-line:last-of-type {
  right: 15%;
}
/* line 34, ../sass/layout/_order.sass */
#checkout .wizard .nav-tabs > li.active > a {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
/* line 39, ../sass/layout/_order.sass */
#checkout .wizard .nav-tabs > li.active > a:hover, #checkout .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
/* line 45, ../sass/layout/_order.sass */
#checkout span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #C5C6C6;
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}
/* line 60, ../sass/layout/_order.sass */
#checkout .wizard li a.active span.round-tab, #checkout .wizard li a.pass span.round-tab {
  background: #76B1E2;
}
/* line 65, ../sass/layout/_order.sass */
#checkout .wizard .nav-tabs > li {
  width: 33%;
}
/* line 68, ../sass/layout/_order.sass */
#checkout .wizard li a:after {
  content: " ";
  position: relative;
  left: 46%;
  top: -20px;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}
/* line 79, ../sass/layout/_order.sass */
#checkout .wizard li.active.nav-item:after {
  content: " ";
  position: relative;
  left: 46%;
  top: -20px;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #5bc0de;
}
/* line 89, ../sass/layout/_order.sass */
#checkout .wizard li .title {
  color: #C5C6C6;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}
/* line 95, ../sass/layout/_order.sass */
#checkout .wizard li:first-of-type .title {
  color: #76B1E2;
}
/* line 98, ../sass/layout/_order.sass */
#checkout .wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  position: relative;
}
/* line 105, ../sass/layout/_order.sass */
#checkout .wizard .nav-tabs > li a:hover {
  background: transparent;
}
/* line 107, ../sass/layout/_order.sass */
#checkout .wizard .tab-pane {
  position: relative;
  padding: 50px 0;
}
/* line 110, ../sass/layout/_order.sass */
#checkout .wizard h3 {
  margin-top: 0;
}
/* line 114, ../sass/layout/_order.sass */
#checkout #step1 .form-group {
  width: 100%;
  border-bottom: 1px solid #aaa;
  text-align: left;
  font-family: "cwTeXYen", sans-serif;
  padding: 1rem 0;
}
/* line 120, ../sass/layout/_order.sass */
#checkout #step1 .form-group:last-of-type {
  border: unset;
}
/* line 122, ../sass/layout/_order.sass */
#checkout #step1 .form-group label {
  padding-left: 3vw;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
/* line 128, ../sass/layout/_order.sass */
#checkout #step1 .form-group .row label {
  padding-left: 0;
  margin-left: -2vw;
}
/* line 131, ../sass/layout/_order.sass */
#checkout #step1 .form-group .row > div {
  padding-left: 6vw;
}
/* line 133, ../sass/layout/_order.sass */
#checkout #step1 .form-group .radioBox {
  line-height: 3rem;
  font-size: 1.2rem;
}
/* line 136, ../sass/layout/_order.sass */
#checkout #step1 .form-group .radioBox label {
  vertical-align: middle;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  margin: 0;
  cursor: pointer;
}
/* line 142, ../sass/layout/_order.sass */
#checkout #checkoutCart, #checkout #cartFinish {
  overflow: auto;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 7px;
  font-size: 1.5rem;
  font-family: "cwTeXYen", sans-serif;
  color: #616060;
}
/* line 151, ../sass/layout/_order.sass */
#checkout #checkoutCart table, #checkout #cartFinish table {
  min-width: 800px;
  width: 100%;
  line-height: 3;
}
/* line 155, ../sass/layout/_order.sass */
#checkout #checkoutCart table .tdH, #checkout #cartFinish table .tdH {
  min-height: 150px;
}
/* line 157, ../sass/layout/_order.sass */
#checkout #checkoutCart table .proImgBox, #checkout #cartFinish table .proImgBox {
  width: 150px;
}
/* line 159, ../sass/layout/_order.sass */
#checkout #checkoutCart table .proNameBox, #checkout #cartFinish table .proNameBox {
  flex: 1;
  padding: 0 2rem;
}
/* line 162, ../sass/layout/_order.sass */
#checkout #checkoutCart table th, #checkout #checkoutCart table td, #checkout #cartFinish table th, #checkout #cartFinish table td {
  text-align: center;
}
/* line 164, ../sass/layout/_order.sass */
#checkout #checkoutCart table tr, #checkout #cartFinish table tr {
  border-bottom: 1px solid #aaa;
}
/* line 166, ../sass/layout/_order.sass */
#checkout #checkoutCart table tr td, #checkout #cartFinish table tr td {
  vertical-align: top;
}
/* line 168, ../sass/layout/_order.sass */
#checkout #checkoutCart table img.proImg, #checkout #cartFinish table img.proImg {
  width: 150px;
  display: block;
  margin: 0.5rem auto;
}
/* line 178, ../sass/layout/_order.sass */
#checkout #checkoutCart .proName, #checkout #cartFinish .proName {
  letter-spacing: 2px;
}
/* line 180, ../sass/layout/_order.sass */
#checkout #checkoutCart .proBonus, #checkout #cartFinish .proBonus {
  color: #EE7E33;
  margin-top: -0.5rem;
}
/* line 183, ../sass/layout/_order.sass */
#checkout #checkoutCart .foot, #checkout #cartFinish .foot {
  text-align: right;
  width: 25rem;
  margin-left: auto;
  margin-top: 0.5rem;
}
/* line 188, ../sass/layout/_order.sass */
#checkout #checkoutCart .foot > div, #checkout #cartFinish .foot > div {
  width: 25rem;
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 2px;
}
/* line 194, ../sass/layout/_order.sass */
#checkout #checkoutCart .foot > div .left, #checkout #cartFinish .foot > div .left {
  width: 13rem;
  text-align: right;
}
/* line 197, ../sass/layout/_order.sass */
#checkout #checkoutCart .foot > div .right, #checkout #cartFinish .foot > div .right {
  flex: 1;
}
/* line 199, ../sass/layout/_order.sass */
#checkout #checkoutCart .foot .total, #checkout #cartFinish .foot .total {
  font-size: 1.5rem;
  color: #FF5C68;
}
/* line 202, ../sass/layout/_order.sass */
#checkout #checkoutCart .foot:last-of-type, #checkout #cartFinish .foot:last-of-type {
  border-top: 1px solid #aaa;
}
/* line 205, ../sass/layout/_order.sass */
#checkout #checkoutShip {
  margin-top: 3rem;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 7px;
  padding: 2vw;
  font-size: 1.2rem;
  font-family: "cwTeXYen", sans-serif;
  color: #616060;
}
/* line 214, ../sass/layout/_order.sass */
#checkout #checkoutShip .row > div:first-of-type {
  border-right: 1px solid #aaa;
}
/* line 216, ../sass/layout/_order.sass */
#checkout #checkoutShip .row > div {
  padding: 2vw;
}
/* line 218, ../sass/layout/_order.sass */
#checkout #checkoutShip .row > div .title {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}
/* line 222, ../sass/layout/_order.sass */
#checkout #checkoutShip .row > div li {
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
/* line 225, ../sass/layout/_order.sass */
#checkout #checkoutShip .row > div li label {
  line-height: 1.2rem;
}
/* line 227, ../sass/layout/_order.sass */
#checkout #checkoutShip .row > div li input, #checkout #checkoutShip .row > div li select {
  margin-left: 1rem;
  padding: 0 0.5rem;
  font-size: 1.2rem;
}
/* line 233, ../sass/layout/_order.sass */
#checkout #checkoutNote {
  margin-top: 3rem;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 7px;
  padding: 2vw;
  font-size: 1.5rem;
  font-family: "cwTeXYen", sans-serif;
  color: #616060;
}
/* line 242, ../sass/layout/_order.sass */
#checkout #checkoutNote textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 150px;
  margin-top: 1rem;
  border: unset;
  font-size: 1.2rem;
}
/* line 251, ../sass/layout/_order.sass */
#checkout #checkoutInvoice {
  margin-top: 3rem;
  width: 100%;
  border-top: 1px solid #aaa;
  padding: 2vw 1vw;
  font-size: 1.2rem;
  font-family: "cwTeXYen", sans-serif;
  color: #616060;
}
/* line 260, ../sass/layout/_order.sass */
#checkout #checkoutInvoice .radioBox {
  margin-top: 1rem;
}
/* line 262, ../sass/layout/_order.sass */
#checkout #checkoutInvoice .radioBox span.title {
  padding-left: 0.5rem;
}
/* line 264, ../sass/layout/_order.sass */
#checkout #checkoutInvoice .radioBox li, #checkout #checkoutInvoice .radioBox .li {
  line-height: 2;
  padding-left: 2rem;
}
/* line 267, ../sass/layout/_order.sass */
#checkout #checkoutInvoice .radioBox input {
  width: 15rem;
  line-height: 1;
  display: inline;
  background-color: #eee;
  border: unset;
}
/* line 274, ../sass/layout/_order.sass */
#checkout #shipFinish {
  margin-top: 3rem;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 7px;
  font-size: 1.2rem;
  font-family: "cwTeXYen", sans-serif;
  color: #616060;
}
/* line 283, ../sass/layout/_order.sass */
#checkout #shipFinish .title {
  line-height: 1;
  border-bottom: 1px solid #aaa;
  font-size: 1.5rem;
  padding: 2vw;
}
/* line 288, ../sass/layout/_order.sass */
#checkout #shipFinish .content {
  padding: 2vw;
}
/* line 290, ../sass/layout/_order.sass */
#checkout #shipFinish .content > div {
  display: flex;
  line-height: 1.5;
}
/* line 293, ../sass/layout/_order.sass */
#checkout #shipFinish .content > div > div {
  width: 6rem;
}
/* line 295, ../sass/layout/_order.sass */
#checkout #shipFinish .content > div > span {
  flex: 1;
}
/* line 298, ../sass/layout/_order.sass */
#checkout .btnStep {
  background-color: #76B1E2;
  color: #eee;
  display: inline;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}
/* line 305, ../sass/layout/_order.sass */
#checkout .btnStep:hover, #checkout .btnStep:active {
  color: #eee;
}

/* line 308, ../sass/layout/_order.sass */
.orderSearch {
  font-family: "cwTeXYen", sans-serif;
  padding: 3rem 12%;
}

/* line 311, ../sass/layout/_order.sass */
#orderStatus {
  border: 1px solid #777;
  background-color: #fff;
}
/* line 315, ../sass/layout/_order.sass */
#orderStatus nav a {
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: unset;
  border-top: unset;
  border-radius: 0;
  color: #333;
  background: #ddd;
  padding: 1rem;
}
/* line 326, ../sass/layout/_order.sass */
#orderStatus nav a.active {
  background: #fff;
  border-bottom: 0;
}
/* line 329, ../sass/layout/_order.sass */
#orderStatus nav a:last-of-type {
  border-right: unset;
}
/* line 332, ../sass/layout/_order.sass */
#orderStatus .tab-content {
  font-size: 1.2rem;
}
/* line 334, ../sass/layout/_order.sass */
#orderStatus .tab-content .orderBox {
  padding: 1.5rem;
}
/* line 336, ../sass/layout/_order.sass */
#orderStatus .tab-content p {
  line-height: 2rem;
  letter-spacing: 1px;
}
/* line 340, ../sass/layout/_order.sass */
#orderStatus .tab-content span {
  font-size: 1.4rem;
}
/* line 342, ../sass/layout/_order.sass */
#orderStatus .tab-content .status {
  font-size: 1rem;
  padding: 0.4rem;
  float: right;
  margin-bottom: 0.5rem;
}
/* line 347, ../sass/layout/_order.sass */
#orderStatus .tab-content div.status {
  cursor: auto;
}

/* line 351, ../sass/layout/_order.sass */
#orderSearchModal .modal-body {
  padding: 2rem;
}
/* line 353, ../sass/layout/_order.sass */
#orderSearchModal .bankImg {
  width: 1.5rem;
  vertical-align: middle;
}
/* line 356, ../sass/layout/_order.sass */
#orderSearchModal #customer_message {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 0.5rem;
}

@media screen and (max-width: 992px) {
  /* line 361, ../sass/layout/_order.sass */
  .orderSearch {
    font-family: "cwTeXYen", sans-serif;
    padding: 3rem;
  }
}
@media (max-width: 585px) {
  /* line 366, ../sass/layout/_order.sass */
  #checkout .wizard {
    width: 90%;
    height: auto !important;
  }
  /* line 369, ../sass/layout/_order.sass */
  #checkout span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  /* line 375, ../sass/layout/_order.sass */
  #checkout .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  /* line 379, ../sass/layout/_order.sass */
  #checkout .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  /* line 385, ../sass/layout/_order.sass */
  #checkout #checkoutShip .row > div {
    padding: 10vw;
  }
  /* line 390, ../sass/layout/_order.sass */
  #checkout #checkoutCart table, #checkout #cartFinish table {
    min-width: unset;
    font-size: 12px;
  }
  /* line 393, ../sass/layout/_order.sass */
  #checkout #checkoutCart table .tdH, #checkout #cartFinish table .tdH {
    min-height: 70px;
  }
  /* line 395, ../sass/layout/_order.sass */
  #checkout #checkoutCart table img.proImg, #checkout #cartFinish table img.proImg {
    width: 70px;
    display: block;
    margin: 0.5rem auto;
  }
  /* line 399, ../sass/layout/_order.sass */
  #checkout #checkoutCart table .input-number-decrement, #checkout #checkoutCart table .input-number-increment, #checkout #cartFinish table .input-number-decrement, #checkout #cartFinish table .input-number-increment {
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
  }
  /* line 403, ../sass/layout/_order.sass */
  #checkout #checkoutCart table .input-number, #checkout #cartFinish table .input-number {
    height: 1.5rem;
    line-height: 1.5rem;
    width: 4rem;
  }
  /* line 408, ../sass/layout/_order.sass */
  #checkout #checkoutCart table .proImgBox, #checkout #cartFinish table .proImgBox {
    width: 70px;
  }
  /* line 410, ../sass/layout/_order.sass */
  #checkout #checkoutCart table .proNameBox, #checkout #cartFinish table .proNameBox {
    padding: unset;
  }
  /* line 413, ../sass/layout/_order.sass */
  #checkout #checkoutCart .foot > div, #checkout #cartFinish .foot > div {
    font-size: 12px;
  }
  /* line 415, ../sass/layout/_order.sass */
  #checkout #checkoutCart .foot .total, #checkout #cartFinish .foot .total {
    font-size: 12px;
  }

  /* line 418, ../sass/layout/_order.sass */
  .orderSearch {
    font-family: "cwTeXYen", sans-serif;
    padding: 3rem 1rem;
  }
}
/* line 1, ../sass/layout/_foot.sass */
footer {
  background-color: #2A2A2A;
  direction: rtl;
  width: 100%;
}
/* line 7, ../sass/layout/_foot.sass */
footer div.right {
  direction: rtl;
  padding: 10px 30px;
}
/* line 11, ../sass/layout/_foot.sass */
footer div.right p {
  font-size: 16px;
  font-weight: 300;
  color: white;
}
/* line 16, ../sass/layout/_foot.sass */
footer div.bottom {
  width: 100vw;
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin-top: -1.5rem;
  padding-bottom: 1rem;
}
/* line 24, ../sass/layout/_foot.sass */
footer div.bottom a {
  color: #aaa;
  margin: 0 5px;
  border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  /* line 35, ../sass/layout/_foot.sass */
  footer div.right {
    padding: 10px 30px 30px;
  }
  /* line 37, ../sass/layout/_foot.sass */
  footer div.right p {
    font-size: 12px;
  }
  /* line 39, ../sass/layout/_foot.sass */
  footer div.bottom {
    font-size: 12px;
    padding-bottom: 2rem;
  }
}
/* line 43, ../sass/main.sass */
.clean {
  clear: both;
}

/* line 45, ../sass/main.sass */
.hidden {
  display: none;
}
