@charset "UTF-8";
@media screen and (min-width: 1200px) {
  .nav__list--border {
    border-bottom: 1px solid rgba(113, 113, 113, 0.4);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .nav__list--border::before {
      content: '';
      width: calc(100% - 120px);
      display: block;
      border-bottom: 1px solid white;
      position: absolute;
      bottom: 1px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
.nav__itemControl--active .nav__itemProductLightBox::before {
  content: '';
  width: calc(100% - 120px);
  display: block;
  border-bottom: 1px solid rgba(113, 113, 113, 0.4);
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 1200px) {
    .nav__itemControl--active .nav__itemProductLightBox::before {
      display: none; } }

.register {
  padding: 60px 0px; }
  @media screen and (max-width: 576px) {
    .register {
      padding: 40px 0px; } }
  .register__container {
    width: 90%;
    max-width: 900px;
    margin: auto; }
  .register__title {
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: center; }
  .register__form {
    width: 100%;
    margin-top: 60px; }
  .register__item {
    margin-bottom: 40px; }
    @media screen and (max-width: 576px) {
      .register__item {
        margin-bottom: 20px; } }
  .register__itemName {
    font-size: 1.5em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 576px) {
      .register__itemName {
        font-size: 1.25em; } }
  .register__input {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 1em;
    padding: 12px 10px;
    color: #717171; }
    @media screen and (max-width: 576px) {
      .register__input {
        margin-top: 5px;
        padding: 5px; } }
  .register__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px; }
    @media screen and (max-width: 576px) {
      .register__group {
        margin-top: 5px; } }
    .register__group select {
      padding: 12px 10px;
      color: #717171;
      font-size: 1em; }
      @media screen and (max-width: 576px) {
        .register__group select {
          padding: 5px; } }
    .register__group .register__input {
      margin-top: 0; }
  .register__result {
    margin-bottom: 20px; }
  .register__resultItem {
    position: relative;
    width: 100%;
    padding: 10px;
    color: #717171;
    border: 0.5px solid #717171;
    margin: 10px 0px; }
  .register__resultClose {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    cursor: pointer; }
    .register__resultClose::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #717171;
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translate(0%, -50%) rotate(45deg);
      -ms-transform: translate(0%, -50%) rotate(45deg);
      transform: translate(0%, -50%) rotate(45deg); }
    .register__resultClose::after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #717171;
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translate(0%, -50%) rotate(-45deg);
      -ms-transform: translate(0%, -50%) rotate(-45deg);
      transform: translate(0%, -50%) rotate(-45deg); }

.multiple {
  display: none;
  width: 100%;
  padding: 40px;
  border: 0.5px solid #717171;
  margin-bottom: 40px; }
  .multiple__list:nth-child(even) {
    margin: 60px 0px; }
  .multiple__title {
    font-size: 1.125em;
    letter-spacing: 0.15em;
    margin-bottom: 15px; }
  .multiple__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .multiple__item {
    cursor: pointer;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    padding-right: 10px;
    margin-bottom: 15px; }
    .multiple__item::before {
      content: '';
      display: inline-block;
      margin-top: 8px;
      margin-right: 5px;
      width: 12px;
      height: 12px;
      border: 1px solid #717171;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .multiple__item::after {
      content: '';
      width: 12px;
      height: 12px;
      opacity: 0;
      background-color: #717171;
      position: absolute;
      top: 8px;
      left: 0%; }
    .multiple__item--active::after {
      opacity: 1; }
    @media screen and (max-width: 576px) {
      .multiple__item {
        width: 100%; } }

.toggleControl {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #ED5B1C;
  font-size: 0.875em;
  text-decoration: underline; }
  .toggleControl--active::after {
    opacity: 0; }
  .toggleControl::before {
    content: '';
    width: 10px;
    height: 1px;
    margin-right: 5px;
    background-color: #ED5B1C;
    display: inline-block; }
  .toggleControl::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #ED5B1C;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }

.verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }
  .verify button {
    width: 15%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border: none;
    color: #7A7A7A;
    cursor: pointer;
    background-color: #dddddd; }
    @media screen and (max-width: 576px) {
      .verify button {
        width: 35%; } }

.second {
  margin-left: 5px;
  color: red; }

#sent {
  display: block;
  margin: auto;
  width: 235px;
  padding: 15px 0px;
  outline: 1px solid #535353;
  background-color: transparent;
  border: none;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #535353;
  cursor: pointer; }

input[name="verification_code"] {
  width: 83%;
  margin-top: 0; }
  @media screen and (max-width: 576px) {
    input[name="verification_code"] {
      width: 60%; } }

input::-webkit-input-placeholder {
  color: rgba(113, 113, 113, 0.4);
  font-family: 'Noto Sans TC', '微軟正黑體'; }

input::-moz-placeholder {
  color: rgba(113, 113, 113, 0.4);
  font-family: 'Noto Sans TC', '微軟正黑體'; }

input::-ms-input-placeholder {
  color: rgba(113, 113, 113, 0.4);
  font-family: 'Noto Sans TC', '微軟正黑體'; }

input::placeholder {
  color: rgba(113, 113, 113, 0.4);
  font-family: 'Noto Sans TC', '微軟正黑體'; }

#sent.disable {
  cursor: not-allowed;
  background-color: #BEBEBE;
  outline: none;
  color: white; }

#twzipcode {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 576px) {
    #twzipcode {
      max-width: unset; } }
  #twzipcode select {
    width: 49%; }
  #twzipcode input[name="zipcode"] {
    display: none; }

.register__colorText {
  color: #FF6939;
  margin-bottom: 60px; }
