@charset "UTF-8";
@import url(../reset.css);
@import url(../font-awesome-4.7.0/font-awesome.min.css);
@import url(../rwdgrid.css);
@import url(../textEditor.css);
.loadingArea.show, .btnBox .btn, button, a {
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}

* {
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 position: relative;
}

body {
 background-color: #fff;
 font-size: 16px;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
}
@media (max-width: 1180px) {
 body {
  font-size: 15px;
 }
}
@media (max-width: 768px) {
 body {
  font-size: 14px;
 }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
 overflow: hidden;
}
body.errorPage .mainArea {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}
body.errorPage .mainArea .top {
 max-width: 380px;
 color: #ca9908;
 font-size: 28px;
 font-weight: 500;
 line-height: 1.5;
 margin: 0 auto;
}

address {
 font-style: normal;
}

a {
 color: #8db430;
 cursor: pointer;
}
@media (min-width: 1181px) {
 a:hover {
  color: #ca9908;
 }
}

input[type=text],
input[type=password],
textarea,
button {
 -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
 background-color: transparent;
 border: none;
 border-radius: 0;
 font-size: 16px;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 outline: none;
 padding: 0;
 margin: 0;
}

button {
 cursor: pointer;
}

select {
 cursor: pointer;
}

textarea {
 resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
 /* chromes and blink button */
 cursor: pointer;
}

/* 共用的樣式 */
.btnBox {
 margin-top: 20px;
}
.btnBox.flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: end;
     -ms-flex-pack: end;
         justify-content: flex-end;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 20px;
}
.btnBox .btn {
 min-width: 250px;
 display: inline-block;
 position: relative;
 text-align: center;
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.32px;
 padding: 15px 20px;
 z-index: 1;
 cursor: pointer;
}
.btnBox .btn.bgMain {
 background-color: #ca9908;
 color: #fff;
}
@media (min-width: 1181px) {
 .btnBox .btn.bgMain:hover {
  background-color: #8db430;
 }
}
.btnBox .btn.prevStepBtn::before {
 content: "";
 width: 8px;
 height: 8px;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
 display: inline-block;
 margin-right: 15px;
 margin-bottom: 2px;
}
.btnBox .btn.nextStepBtn::after {
 content: "";
 width: 8px;
 height: 8px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
 display: inline-block;
 margin-left: 15px;
 margin-bottom: 2px;
}
.btnBox .btn.errorBtn {
 background-color: #959595;
 color: #fff;
}
@media (min-width: 1181px) {
 .btnBox .btn.errorBtn:hover {
  background-color: #FFF;
  color: #959595;
 }
}
@media (max-width: 840px) {
 .btnBox .btn {
  min-width: 180px;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #000;
  letter-spacing: 0.3px;
 }
}
@media (max-width: 480px) {
 .btnBox .btn.prevStepBtn, .btnBox .btn.nextStepBtn {
  min-width: 130px;
 }
}
@media (max-width: 840px) {
 .btnBox {
  margin-top: 15px;
 }
 .btnBox.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 }
}
@media (max-width: 400px) {
 .btnBox.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
 }
 .btnBox.flex .btn {
  min-width: 100%;
 }
}

.textLink {
 font-size: 14px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #4588c6;
 letter-spacing: 0.28px;
}
@media (min-width: 1181px) {
 .textLink:hover {
  color: #8db430;
 }
}
@media (max-width: 480px) {
 .textLink {
  font-size: 13px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #4588c6;
  letter-spacing: 0.26px;
 }
}

.inputBox .title {
 display: block;
 font-size: 18px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.36px;
 margin-bottom: 10px;
}
.inputBox .textEn {
 font-size: 18px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #000;
 letter-spacing: 0.36px;
}
.inputBox .textInput {
 padding: 20px 25px;
 width: 100%;
 background-color: #eeeeee;
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.32px;
}
.inputBox .textInput::-webkit-input-placeholder {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #535353;
 letter-spacing: 0.32px;
}
.inputBox .textInput::-moz-placeholder {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #535353;
 letter-spacing: 0.32px;
}
.inputBox .textInput:-ms-input-placeholder {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #535353;
 letter-spacing: 0.32px;
}
.inputBox .textInput::-ms-input-placeholder {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #535353;
 letter-spacing: 0.32px;
}
.inputBox .textInput::placeholder {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #535353;
 letter-spacing: 0.32px;
}
.inputBox .textInput.disabled {
 background-color: #959595;
 color: #000;
}
.inputBox .radioInput {
 width: 15px;
 height: 15px;
 -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
 background: transparent;
 border: none;
 cursor: pointer;
 display: inline-block;
 margin: 0;
 outline: 0;
 position: relative;
}
.inputBox .radioInput::before {
 content: "";
 width: 100%;
 height: 100%;
 border-radius: 50%;
 border: 1px solid #000;
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 z-index: 1;
}
.inputBox .radioInput::after {
 content: "";
 width: 10px;
 height: 10px;
 background-color: #000;
 border-radius: 50%;
 display: inline-block;
 opacity: 0;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 z-index: 2;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.inputBox .radioInput:checked::after {
 opacity: 1;
}
@media (max-width: 840px) {
 .inputBox .title {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #000;
  letter-spacing: 0.32px;
 }
 .inputBox .textEn {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
  color: #000;
  letter-spacing: 0.32px;
 }
 .inputBox .textInput {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #000;
  letter-spacing: 0.28px;
 }
 .inputBox .textInput::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #535353;
  letter-spacing: 0.28px;
 }
 .inputBox .textInput::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #535353;
  letter-spacing: 0.28px;
 }
 .inputBox .textInput:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #535353;
  letter-spacing: 0.28px;
 }
 .inputBox .textInput::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #535353;
  letter-spacing: 0.28px;
 }
 .inputBox .textInput::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #535353;
  letter-spacing: 0.28px;
 }
}
@media (max-width: 480px) {
 .inputBox .title {
  margin-bottom: 5px;
 }
 .inputBox .textInput {
  padding: 10px;
 }
}

.titleBox {
 margin-bottom: 50px;
}
.titleBox .title {
 font-size: 36px;
 font-weight: 600;
 font-family: "Noto Serif TC", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #8db430;
 letter-spacing: 0.72px;
 margin-bottom: 10px;
}
.titleBox .text {
 font-size: 24px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.48px;
}
@media (max-width: 1040px) {
 .titleBox {
  margin-bottom: 30px;
 }
 .titleBox .title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif TC", serifNoto Sans TC, Microsoft JhengHei, serif;
  color: #8db430;
  letter-spacing: 0.64px;
  margin-bottom: 0;
 }
 .titleBox .text {
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #000;
  letter-spacing: 0.4px;
 }
}
@media (max-width: 740px) {
 .titleBox .title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Serif TC", serifNoto Sans TC, Microsoft JhengHei, serif;
  color: #8db430;
  letter-spacing: 0.56px;
 }
 .titleBox .text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #000;
  letter-spacing: 0.36px;
 }
}
@media (max-width: 400px) {
 .titleBox {
  margin-bottom: 20px;
 }
 .titleBox .title {
  font-size: 24px;
 }
 .titleBox .text {
  font-size: 15px;
 }
}

/* 共用的樣式 END */
.outerWrap {
 max-width: 1920px;
 margin: 0 auto;
 position: relative;
 overflow: hidden;
}

.mainArea {
 width: 100%;
 min-height: 100vh;
 background-image: url(../../images/tw/bg.jpg);
 background-position: center bottom;
 background-size: cover;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.mainArea.errorPage {
 background-image: url(../../images/tw/error_bg.jpg);
}

/*loading*/
.loadingArea {
 width: 100%;
 height: 100vh;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 pointer-events: none;
 position: fixed;
 left: 0;
 top: 0;
 z-index: 9999;
 opacity: 1;
 -webkit-transition: all 0.1s ease-in-out;
 transition: all 0.1s ease-in-out;
}
.loadingArea:before, .loadingArea:after {
 content: "";
 z-index: -1;
 position: absolute;
 top: 0;
 height: 100%;
 width: calc(50% + 1px);
 background-color: #EFEFEF;
 -webkit-transition: 0.6s all ease-in-out;
 transition: 0.6s all ease-in-out;
}
.loadingArea:before {
 left: 0;
}
.loadingArea:after {
 right: 0;
}
.loadingArea .loadLogo {
 opacity: 0;
 width: 260px;
}
.loadingArea .loadLogo img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
 -webkit-transition: all 0.4s 0s ease-in-out;
 transition: all 0.4s 0s ease-in-out;
 opacity: 1;
}
.loadingArea.show {
 pointer-events: auto;
}
.loadingArea.show .loadLogo {
 opacity: 1;
 -webkit-animation: loadingAni 0.5s forwards ease-in-out;
         animation: loadingAni 0.5s forwards ease-in-out;
}
.loadingArea.show .loadLogo img {
 -webkit-transition: all 0.4s 1.2s ease-in-out;
 transition: all 0.4s 1.2s ease-in-out;
 opacity: 0;
}
.loadingArea.hide:before, .loadingArea.hide:after {
 width: 0;
}

/*header*/
header {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 z-index: 51;
 background-color: #fff;
}
header .wrap {
 max-width: 100%;
 height: 85px;
 padding: 0 45px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
header .logo a {
 display: block;
 width: 155px;
}
header .logo img {
 width: 100%;
 height: auto;
}
header .right {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
header .logoOut {
 padding: 5px 10px;
 background-color: transparent;
 border-radius: 5px;
 margin-right: 10px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
 font-size: 18px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #7d7d7d;
 letter-spacing: 0.36px;
}
header .logoOut a {
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}
@media (min-width: 1181px) {
 header .logoOut:hover {
  background-color: #8db430;
  color: #fff;
 }
}
header .question {
 display: inline-block;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
header .question svg {
 width: 27px;
 height: 27px;
 color: #ca9908;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (min-width: 1181px) {
 header .question:hover svg {
  color: #8db430;
 }
}
@media (max-width: 740px) {
 header .wrap {
  padding: 0 30px;
  height: 50px;
 }
 header .logo a {
  width: 120px;
 }
 header .logoOut {
  padding: 0;
  background-color: transparent;
 }
}

.stepList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 100px;
 margin-bottom: 50px;
}
.stepList .stepItem {
 width: 190px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 text-align: center;
}
.stepList .stepItem .stepNum {
 font-size: 18px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #7d7d7d;
 letter-spacing: 0.36px;
 margin-bottom: 5px;
}
.stepList .stepItem .circle {
 width: 30px;
 height: 30px;
 border-radius: 50%;
 background-color: #bfbfbf;
 margin: 10px;
}
.stepList .stepItem .circle::before {
 content: "";
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background-color: #bfbfbf;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
 opacity: 0.5;
}
.stepList .stepItem .text {
 font-size: 18px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #7d7d7d;
 letter-spacing: 0.36px;
}
.stepList .stepItem .textEn {
 font-size: 18px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #7d7d7d;
 letter-spacing: 0.36px;
}
.stepList .stepItem:not(:first-child) .circle::after {
 content: "";
 width: 230px;
 height: 1px;
 background-color: #d2d2d2;
 position: absolute;
 top: 50%;
 left: -15px;
 -webkit-transform: translate(-100%, -50%);
         transform: translate(-100%, -50%);
}
.stepList .stepItem.active .stepNum, .stepList .stepItem.active .text, .stepList .stepItem.active .textEn {
 color: #000;
}
.stepList .stepItem.active .circle {
 background-color: #8db430;
}
.stepList .stepItem.active .circle::before {
 background-color: #8db430;
}
.stepList .stepItem.active .circle::after {
 background-color: #8db430;
}
@media (max-width: 1040px) {
 .stepList {
  gap: 50px;
  margin-bottom: 30px;
 }
 .stepList .stepItem:not(:first-child) .circle::after {
  content: "";
  width: 180px;
 }
 .stepList .stepItem .stepNum {
  font-size: 16px;
 }
 .stepList .stepItem .text {
  font-size: 16px;
 }
 .stepList .stepItem .textEn {
  font-size: 16px;
 }
}
@media (max-width: 740px) {
 .stepList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
 }
 .stepList .stepItem {
  width: 270px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
 }
 .stepList .stepItem:not(:first-child) .circle::after {
  width: 2px;
  height: 28px;
  left: auto;
  top: calc(-100% - 8px);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
 }
 .stepList .stepItem .textBox {
  text-align: left;
 }
}
@media (max-width: 400px) {
 .stepList {
  gap: 15px;
  margin-bottom: 20px;
 }
 .stepList .stepItem .circle {
  width: 20px;
  height: 20px;
 }
 .stepList .stepItem .circle::before {
  width: 25px;
  height: 25px;
 }
 .stepList .stepItem .circle::after {
  display: none;
 }
}

/* loginArea */
.loginArea {
 width: 100%;
 max-width: 1240px;
 margin: 0 100px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 background-color: #FFF;
 -webkit-box-shadow: 0px 0px 73px 0px rgba(101, 101, 101, 0.45);
         box-shadow: 0px 0px 73px 0px rgba(101, 101, 101, 0.45);
}
.loginArea .left {
 width: 50%;
 background-image: url("../../images/tw/login.jpg");
 background-size: cover;
 background-position: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.loginArea .left .logo {
 width: 160px;
}
.loginArea .left .logo img {
 display: block;
 width: 100%;
 height: auto;
}
.loginArea .noteBox {
 margin-top: 55px;
}
.loginArea .noteBox .note {
 font-size: 14px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #7d7d7d;
 letter-spacing: 0.28px;
 line-height: 1.4;
}
.loginArea .noteBox .noteEn {
 font-size: 14px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #7d7d7d;
 letter-spacing: 0.28px;
 line-height: 1.4;
}
@media (max-width: 1180px) {
 .loginArea {
  margin: 50px;
 }
 .loginArea .left {
  width: 45%;
 }
 .loginArea .left .logo {
  width: 120px;
 }
}
@media (max-width: 840px) {
 .loginArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
 }
 .loginArea .left {
  width: 100%;
  height: 240px;
 }
 .loginArea .left .logo {
  width: 85px;
 }
 .loginArea .noteBox {
  margin-top: 40px;
 }
}
@media (max-width: 480px) {
 .loginArea {
  margin: 30px;
 }
 .loginArea .left {
  height: 200px;
 }
 .loginArea .noteBox {
  margin-top: 30px;
 }
}
@media (max-width: 400px) {
 .loginArea {
  margin: 20px;
 }
 .loginArea .left {
  height: 160px;
 }
 .loginArea .left .logo {
  width: 60px;
 }
 .loginArea .noteBox .note {
  font-size: 13px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #7d7d7d;
  letter-spacing: 0.26px;
 }
 .loginArea .noteBox .noteEn {
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
  color: #7d7d7d;
  letter-spacing: 0.24px;
 }
}

.loginBox {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 padding: 100px 45px 30px 45px;
}
.loginBox .welcomeText {
 text-align: center;
 margin-bottom: 80px;
}
.loginBox .welcomeText .title {
 display: inline-block;
 margin-right: 5px;
 font-size: 46px;
 font-weight: 500;
 font-family: "Noto Serif TC", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #8db430;
 letter-spacing: 0.92px;
}
.loginBox .welcomeText .text {
 display: inline-block;
 font-size: 22px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.44px;
}
.loginBox .btnBox {
 margin-top: 90px;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
}
.loginBox .btnBox.textBtn {
 margin-top: 10px;
}
.loginBox .formBox {
 height: 404px;
}
.loginBox .login .inputBox:first-child {
 margin-bottom: 30px;
}
.loginBox .forgetCheck {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}
@media (max-width: 1400px) {
 .loginBox {
  padding: 50px 45px 30px 45px;
 }
 .loginBox .btnBox {
  margin-top: 50px;
 }
 .loginBox .formBox {
  height: 364px;
 }
}
@media (max-width: 1180px) {
 .loginBox {
  padding: 30px 35px;
 }
 .loginBox .welcomeText {
  margin-bottom: 50px;
 }
}
@media (max-width: 840px) {
 .loginBox {
  padding: 20px 35px;
 }
 .loginBox .welcomeText {
  margin-bottom: 30px;
 }
 .loginBox .welcomeText .title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Noto Serif TC", serifNoto Sans TC, Microsoft JhengHei, serif;
  color: #8db430;
  letter-spacing: 0.72px;
 }
 .loginBox .welcomeText .text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #000;
  letter-spacing: 0.36px;
 }
 .loginBox .formBox {
  height: 324px;
 }
}
@media (max-width: 480px) {
 .loginBox {
  padding: 20px;
 }
 .loginBox .btnBox {
  margin-top: 30px;
 }
 .loginBox .login .inputBox:first-child {
  margin-bottom: 20px;
 }
 .loginBox .formBox {
  height: 263px;
 }
}
@media (max-width: 400px) {
 .loginBox .welcomeText {
  margin-bottom: 20px;
 }
 .loginBox .welcomeText .title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif TC", serifNoto Sans TC, Microsoft JhengHei, serif;
  color: #8db430;
  letter-spacing: 0.64px;
 }
 .loginBox .welcomeText .text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #000;
  letter-spacing: 0.32px;
 }
}

.stepArea {
 background-color: #FFF;
 -webkit-box-shadow: 0px 0px 73px 0px rgba(101, 101, 101, 0.45);
         box-shadow: 0px 0px 73px 0px rgba(101, 101, 101, 0.45);
}

.wrap {
 width: 100%;
 max-width: 1146px;
 padding: 180px 50px 140px 50px;
}
@media (max-width: 1040px) {
 .wrap {
  padding: 150px 50px 65px 50px;
 }
}
@media (max-width: 740px) {
 .wrap {
  padding: 100px 30px 50px 30px;
 }
}
@media (max-width: 400px) {
 .wrap {
  padding: 80px 20px 30px 20px;
 }
}

/* selectArea (Step1) */
.selectArea .searchBox {
 padding: 30px 35px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.selectArea .searchBox .searchIcon {
 -ms-flex-negative: 0;
     flex-shrink: 0;
 font-size: 20px;
 color: #7d7d7d;
 margin-right: 20px;
}
.selectArea .searchBox .searchInput {
 display: block;
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 font-size: 18px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.36px;
}
.selectArea .searchBox .searchInput::-webkit-input-placeholder {
 font-size: 18px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #535353;
 letter-spacing: 0.36px;
}
.selectArea .searchBox .searchInput::-moz-placeholder {
 font-size: 18px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #535353;
 letter-spacing: 0.36px;
}
.selectArea .searchBox .searchInput:-ms-input-placeholder {
 font-size: 18px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #535353;
 letter-spacing: 0.36px;
}
.selectArea .searchBox .searchInput::-ms-input-placeholder {
 font-size: 18px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #535353;
 letter-spacing: 0.36px;
}
.selectArea .searchBox .searchInput::placeholder {
 font-size: 18px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #535353;
 letter-spacing: 0.36px;
}
.selectArea .machineBox {
 min-height: 603px;
}
.selectArea .machineItem {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: stretch;
     -ms-flex-align: stretch;
         align-items: stretch;
 border-bottom: 1px solid #d2d2d2;
 text-align: center;
}
.selectArea .machineItem.titleItem {
 background-color: #eee;
}
.selectArea .machineItem .chooseBox {
 width: 90px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.selectArea .machineItem .dataList {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.selectArea .machineItem .machineTitle {
 -webkit-box-flex: 1;
     -ms-flex: 1;
         flex: 1;
 padding: 20px 15px;
 font-size: 18px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.36px;
 border-left: 1px solid #d2d2d2;
 cursor: pointer;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (min-width: 1181px) {
 .selectArea .machineItem:hover .machineTitle {
  color: #8db430;
 }
}
.selectArea .pageBox {
 padding: 17px 35px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.selectArea .pageNumBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 15px;
}
.selectArea .pageNumBox .pageNumCurrent {
 padding: 3px 15px;
 border: 1px solid #d2d2d2;
 border-radius: 5px;
 font-size: 14px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.28px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 5px;
 cursor: pointer;
}
.selectArea .pageNumBox .pageNumCurrent::after {
 content: "";
 width: 7px;
 height: 7px;
 border-bottom: 2px solid #515151;
 border-right: 2px solid #515151;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
.selectArea .pageNumBox .pageNumList {
 width: 100%;
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
 bottom: calc(100% + 5px);
 background-color: #fff;
 border: 1px solid #d2d2d2;
 border-radius: 5px;
 font-size: 12px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.24px;
 z-index: 2;
 display: none;
}
.selectArea .pageNumBox .pageNumList li {
 padding: 5px;
 text-align: center;
 cursor: pointer;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.selectArea .pageNumBox .pageNumList li:not(:last-child) {
 border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 1181px) {
 .selectArea .pageNumBox .pageNumList li:hover {
  background-color: #ca9908;
 }
 .selectArea .pageNumBox .pageNumList li:hover a {
  color: #fff;
 }
}
.selectArea .pageBtnBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 10px;
}
.selectArea .pageBtnBox .pageBtn {
 width: 30px;
 height: 25px;
 border: 1px solid #d2d2d2;
 border-radius: 5px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 cursor: pointer;
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}
.selectArea .pageBtnBox .pageBtn::before {
 content: "";
 width: 8px;
 height: 8px;
 border-bottom: 1px solid #515151;
 border-right: 1px solid #515151;
}
.selectArea .pageBtnBox .pageBtn.pagePrev::before {
 -webkit-transform: rotate(135deg);
         transform: rotate(135deg);
 margin-right: -3px;
}
.selectArea .pageBtnBox .pageBtn.pageNext::before {
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
 margin-left: -3px;
}
@media (min-width: 1181px) {
 .selectArea .pageBtnBox .pageBtn:hover {
  background-color: #ca9908;
 }
 .selectArea .pageBtnBox .pageBtn:hover::before {
  border-color: #fff;
 }
}
@media (max-width: 1040px) {
 .selectArea .searchBox {
  padding: 20px 25px;
 }
 .selectArea .machineBox {
  min-height: 519px;
 }
 .selectArea .machineItem.titleItem .machineTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 }
 .selectArea .machineItem .chooseBox {
  width: 70px;
 }
 .selectArea .machineItem .machineTitle {
  padding: 15px 10px;
  font-size: 16px;
 }
}
@media (max-width: 740px) {
 .selectArea .machineBox {
  min-height: auto;
  border-top: 1px solid #d2d2d2;
 }
 .selectArea .machineItem.titleItem {
  display: none;
 }
 .selectArea .machineItem .dataList {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-left: 1px solid #d2d2d2;
 }
 .selectArea .machineItem .machineTitle {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
 }
 .selectArea .machineItem .machineTitle::before {
  content: attr(data-title);
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
  color: #000;
  letter-spacing: 0.32px;
  text-align: left;
  background-color: #eee;
  padding: 5px 10px;
  width: 250px;
 }
}
@media (max-width: 640px) {
 .selectArea .machineItem .machineTitle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
 }
 .selectArea .machineItem .machineTitle::before {
  width: 240px;
 }
}

.btnBox.select {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
}
@media (max-width: 740px) {
 .btnBox.select {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
 }
 .btnBox.select .btn {
  min-width: 100%;
 }
}

/* selectArea (Step2) */
.checkArea {
 padding: 70px 60px;
}
.checkArea .inputBox:not(:last-child) {
 margin-bottom: 40px;
}
.checkArea .radioList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
         justify-content: flex-start;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 75px;
}
@media (max-width: 1040px) {
 .checkArea {
  padding: 50px;
 }
}
@media (max-width: 740px) {
 .checkArea {
  padding: 40px 30px;
 }
 .checkArea .radioList {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 }
}
@media (max-width: 400px) {
 .checkArea {
  padding: 30px 20px;
 }
}

/* resultArea (Step3) */
.resultArea {
 padding: 75px 60px;
}
.resultArea .infoBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 margin-top: 20px;
}
.resultArea .infoBox .date {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #7d7d7d;
 letter-spacing: 0.32px;
}
.resultArea .infoBox .btnBox {
 margin-top: 0;
}
.resultArea .noteBox {
 margin-top: 65px;
}
.resultArea .noteBox .note {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #ca9908;
 letter-spacing: 0.32px;
 line-height: 1.4;
}
.resultArea .noteBox .icon {
 display: inline-block;
 margin-right: 5px;
 width: 20px;
 height: 20px;
 color: #ca9908;
 margin-bottom: -3px;
}
.resultArea .noteBox .noteEn {
 font-size: 16px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #ca9908;
 letter-spacing: 0.32px;
 line-height: 1.4;
}
.resultArea .textBox {
 margin-top: 20px;
}
@media (max-width: 1040px) {
 .resultArea {
  padding: 50px;
 }
 .resultArea .infoBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
 }
 .resultArea .noteBox {
  margin-top: 40px;
 }
}
@media (max-width: 740px) {
 .resultArea {
  padding: 40px 30px;
 }
 .resultArea .infoBox {
  margin-top: 10px;
  gap: 15px;
 }
}
@media (max-width: 400px) {
 .resultArea {
  padding: 30px 20px;
 }
 .resultArea .noteBox .note {
  font-size: 14px;
 }
 .resultArea .noteBox .icon {
  width: 18px;
  height: 18px;
 }
 .resultArea .noteBox .noteEn {
  font-size: 14px;
 }
}

/* errorArea */
.errorArea {
 width: 675px;
 background-color: #FFF;
 -webkit-box-shadow: 0px 0px 73px 0px rgba(101, 101, 101, 0.45);
         box-shadow: 0px 0px 73px 0px rgba(101, 101, 101, 0.45);
 padding: 65px 70px 27px 70px;
}
.errorArea .wrap {
 padding: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: flex-start;
 gap: 40px;
}
.errorArea .icon svg {
 width: 50px;
 height: 50px;
 color: #ca9908;
}
.errorArea .content {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei, serif";
 color: #000;
 letter-spacing: 0.32px;
 line-height: 1.7;
 margin-bottom: 20px;
}
.errorArea .contentEn {
 font-size: 16px;
 font-weight: 400;
 font-family: "Lato", serifNoto Sans TC, Microsoft JhengHei, serif;
 color: #000;
 letter-spacing: 0.32px;
 line-height: 1.4;
}
.errorArea .btnBox {
 margin-top: 60px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.errorArea .btnBox .btn {
 min-width: 140px;
 padding: 10px 15px;
}
@media (max-width: 1180px) {
 .errorArea {
  width: 100%;
  max-width: 675px;
  padding: 25px 50px;
  margin: 50px;
 }
}
@media (max-width: 840px) {
 .errorArea {
  margin: 30px;
  padding: 20px 30px;
 }
 .errorArea .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
 }
 .errorArea .btnBox {
  margin-top: 40px;
 }
}
@media (max-width: 540px) {
 .errorArea .btnBox {
  margin-top: 20px;
 }
 .errorArea .btnBox .btn {
  min-width: 100%;
 }
}
@media (max-width: 400px) {
 .errorArea {
  margin: 20px;
  padding: 20px;
 }
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
 max-width: 320px;
 border: 4px solid #ffe2e2;
 border-radius: 5px;
 background: #fdc9c9;
 color: #000;
 padding: 20px;
 position: fixed;
 top: 15px;
 right: 0;
 z-index: 99999;
}
.adminPreviewArea button {
 text-decoration: underline;
}

/*後台登入模式 系統預設，非必要請勿刪除*/
.adminLoginArea {
 width: 100%;
 background-color: rgba(180, 0, 0, 0.85);
 color: #fff;
 font-size: 15px;
 line-height: 1;
 letter-spacing: 0.5px;
 padding-bottom: env(safe-area-inset-bottom);
 position: fixed;
 bottom: 0;
 left: 0;
 z-index: 99999;
 text-align: center;
}
.adminLoginArea p {
 padding: 20px 15px;
}

/* toast */
.toastMessageBox {
 position: fixed;
 z-index: 1005;
}
.toastMessageBox.top {
 top: 40px;
}
@media (max-width: 640px) {
 .toastMessageBox.top {
  top: 10px;
 }
}
.toastMessageBox.right {
 right: 40px;
}
@media (max-width: 640px) {
 .toastMessageBox.right {
  right: 10px;
 }
}
.toastMessageBox.bottom {
 bottom: 40px;
}
@media (max-width: 640px) {
 .toastMessageBox.bottom {
  bottom: 10px;
 }
}
.toastMessageBox.left {
 left: 40px;
}
@media (max-width: 640px) {
 .toastMessageBox.left {
  left: 10px;
 }
}
.toastMessageBox .toastMessage {
 cursor: pointer;
 color: #fff;
 display: block;
 margin: 10px;
 padding: 10px 20px;
 border-radius: 5px;
 opacity: 0;
 -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
 -webkit-transition: all 0.3s linear;
 transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
 opacity: 1;
 -webkit-transform: translateY(0);
         transform: translateY(0);
}
.toastMessageBox .toastMessageText {
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.toastMessageBox .toastMessageText i {
 font-size: 24px;
 margin-right: 10px;
}