@charset "UTF-8";
@import url(vendors/swiper.css);
.page {
  /* Arrows */
}
.page .icon-arrowR-o, .page .icon-arrowL-o {
  position: absolute;
  z-index: 11;
  margin: 0 10px;
  top: 234px;
  margin: 0 6px;
}
.page .photo {
  display: block;
}
.page .photo img {
  display: block;
  width: 100%;
}
.page h1.title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 140%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #0077c8;
}
.page h2.title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #0077c8;
}
.page .table {
  display: table;
  width: 100%;
}
.page .like-table {
  display: table-cell;
  width: 100%;
  padding: 20px 15px;
  vertical-align: middle;
}
.page .like-table > div {
  width: 100%;
}
.page .like-table p.description {
  font-size: 0.9375rem;
  line-height: 160%;
  display: inline-block;
  vertical-align: middle;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  width: 100%;
}
.page .link {
  color: #0077c8;
  font-size: 0.9375rem;
  text-decoration: underline;
  margin: 8px 0;
  display: block;
  z-index: 3;
}
.page .link .icon-linkarrow {
  margin: 0 2px;
}
.page .link2 {
  color: #959595;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
}
.page .hidden-block {
  padding: 0 15px;
  padding-bottom: 90px;
  display: none;
}
.page p.title {
  font-size: 1rem;
  font-weight: bold;
}
.page p.text {
  font-size: 0.9375rem;
  line-height: 160%;
}
.page ol.decimal {
  font-size: 0.9375rem;
  list-style-type: decimal;
  margin-left: 20px;
}
.page ol.decimal li {
  margin-bottom: 6px;
}
.page ol.decimal li:last-child {
  margin-bottom: 0;
}
.page ol.decimal.style2 {
  font-size: 0.875rem;
}
.page ol.decimal.style2 li {
  margin-bottom: 0;
}
.page ol.decimal.style2 li a {
  color: #828282;
}
.page .border-t-b {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.page .border-t {
  border-top: 1px solid #c4c4c4;
}

@media (max-width: 640px) {
  .page .icon-arrowR-o, .page .icon-arrowL-o {
    top: 160px;
  }
  .page .description {
    margin: 0 auto;
  }
  .page .description:before {
    height: 20%;
  }
}
@media (max-width: 360px) {
  .page .icon-arrowR-o, .page .icon-arrowL-o {
    top: 120px;
  }
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], select {
  border-radius: 4px;
  border: 0;
  padding: 15px 10px;
  font-family: "微軟正黑體";
  height: 52px;
  display: inline-block;
  width: 100%;
  color: #828282;
  font-size: 0.9375rem;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus {
  border: 1px solid #0077c8;
  -o-transition: color .20s linear;
  -webkit-transition: color .20s linear;
  -moz-transition: color .20s linear;
  transition: color .20s linear;
}
input[type="text"].error, input[type="password"].error, input[type="tel"].error, input[type="email"].error, select.error {
  border: 2px solid #e00751;
  color: #e00751;
}
input[type="text"].error::-webkit-input-placeholder, input[type="password"].error::-webkit-input-placeholder, input[type="tel"].error::-webkit-input-placeholder, input[type="email"].error::-webkit-input-placeholder, select.error::-webkit-input-placeholder {
  color: #e00751;
}
input[type="text"].error:-moz-placeholder, input[type="password"].error:-moz-placeholder, input[type="tel"].error:-moz-placeholder, input[type="email"].error:-moz-placeholder, select.error:-moz-placeholder {
  color: #e00751;
}
input[type="text"].error::-moz-placeholder, input[type="password"].error::-moz-placeholder, input[type="tel"].error::-moz-placeholder, input[type="email"].error::-moz-placeholder, select.error::-moz-placeholder {
  color: #e00751;
}
input[type="text"].error:-ms-input-placeholder, input[type="password"].error:-ms-input-placeholder, input[type="tel"].error:-ms-input-placeholder, input[type="email"].error:-ms-input-placeholder, select.error:-ms-input-placeholder {
  color: #e00751;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, input[type="email"]:disabled, select:disabled {
  background: #eee;
}
input[type="text"]:disabled:hover, input[type="password"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="email"]:disabled:hover, select:disabled:hover {
  box-shadow: none;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label p {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 90%;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #828282;
  margin-top: -2px;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  background: url(../img/checkbox.png) 0 0 no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked + label span {
  background: url(../img/checkbox.png) 0 -21px no-repeat;
}

input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].css-checkbox + label.css-label {
  padding-left: 26px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 15px;
  color: #828282;
  font-size: 0.9375rem;
}

input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -22px;
}

label.css-label {
  background-image: url(../img/radio.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-record-table {
  -moz-box-shadow: 1px 1px 2px 1px #e2e2e2;
  -webkit-box-shadow: 1px 1px 2px 1px #e2e2e2;
  box-shadow: 1px 1px 2px 1px #e2e2e2;
  margin-bottom: 20px;
}
.ui-record-table tr {
  background-color: white;
}
.ui-record-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.ui-record-table tr:last-child th {
  border-bottom: 0;
}
.ui-record-table tr.first .flex p {
  width: 85%;
  line-height: 120%;
}
.ui-record-table th, .ui-record-table td {
  height: 50px;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 0.9375rem;
}
.ui-record-table th {
  background-color: #b5b5b5;
  color: white;
  font-weight: bold;
  border-bottom: 1px dotted #eeeeee;
}
.ui-record-table td {
  color: #666;
}

.ui-record-table2 {
  -moz-box-shadow: 1px 1px 2px 1px #e2e2e2;
  -webkit-box-shadow: 1px 1px 2px 1px #e2e2e2;
  box-shadow: 1px 1px 2px 1px #e2e2e2;
}
.ui-record-table2 td {
  font-size: 0.9375rem;
  background-color: white;
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #dbdbdb;
}
.ui-record-table2 td + td {
  border-left: 1px solid #dbdbdb;
}

.ui-record-table3 {
  border: 1px solid #dbdbdb;
}
.ui-record-table3 th, .ui-record-table3 td {
  height: auto;
  padding: 8px;
}
.ui-record-table3 th {
  background-color: #eeeeee;
  color: #666666;
  border-right: 1px solid #dbdbdb;
}
.ui-record-table3 td {
  font-size: 0.9375rem;
  background-color: white;
  vertical-align: middle;
  border-top: 1px solid #dbdbdb;
}
.ui-record-table3 td + td {
  border-left: 1px solid #dbdbdb;
}

@media (max-width: 375px) {
  .ui-record-table3 th, .ui-record-table3 td {
    padding: 8px 4px;
  }
}
@media (max-width: 320px) {
  .ui-record-table td {
    word-break: break-all;
  }
}
.font-15 {
  line-height: 22px;
}

.page {
  overflow: hidden;
}

.coupon-block .photo {
  position: relative;
}
.coupon-block .photo .link {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.catalogue-block ol.decimal .photo {
  width: 85%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.row {
  margin-bottom: 20px;
}
.row {
  zoom: 1;
}
.row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.row.block {
  display: block !important;
}
.row:last-child {
  margin-bottom: 0;
}
.row.error-block {
  position: relative;
}
.row.error-block .icon-alert {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.row.error-block2 {
  zoom: 1;
}
.row.error-block2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.row.error-block2 .block {
  display: block;
  padding-left: 10px;
  margin-top: 12px;
}
.row.error-block2 .block {
  zoom: 1;
}
.row.error-block2 .block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.row.error-block2 .block p.error {
  color: #e00751;
  font-size: 0.9375rem;
  float: left;
  width: 80%;
  line-height: 26px;
}
.row.error-block2 .block .icon-alert {
  float: right;
  margin-right: 12px;
}
.row.error-block3 {
  position: relative;
}
.row.error-block3 {
  zoom: 1;
}
.row.error-block3:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.row.error-block3 > .icon-alert {
  position: absolute;
  top: 13px;
  left: auto;
  right: 15px;
}
.row .font-15 {
  padding-left: 10px;
  padding-right: 10px;
  margin: 3px 0;
}
.row span.text {
  font-size: 0.9375rem;
  line-height: 22px;
}
.row .col-block {
  zoom: 1;
}
.row .col-block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.row .col-block .col-3 {
  width: 30.666%;
  margin-right: 4%;
}
.row .col-block .col-3:last-child {
  margin-right: 0;
}
.row .col-block .col-3.exp {
  width: 32.5%;
  margin-right: 0;
}
.row .col-block .col-3.exp + .exp {
  margin-left: 1%;
}
.row .col-block .col-2 {
  width: 26.5%;
  margin-right: 3.5%;
}
.row .col-block .col-2:last-child {
  margin-right: 0;
}
.row .col-block .col-4 {
  width: 40%;
  margin-right: 3.5%;
}
.row .col-block .col-4:last-child {
  margin-right: 0;
}
.row .col-block .col-5 {
  width: 50%;
  margin-right: 3.5%;
}
.row .col-block .col-5:last-child {
  margin-right: 0;
}
.row .col-block .col-2 select, .row .col-block .col-3 select, .row .col-block .col-4 select, .row .col-block .col-5 select {
  padding-left: 4px;
  padding-right: 4px;
}
.row .col-block .w-20p {
  width: 20.3%;
  margin: 0 1%;
}

.row2 > * {
  display: inline-block;
  vertical-align: top;
}

.question ul.list {
  margin: 12px 0;
}
.question ul.list li > * {
  display: inline-block;
  vertical-align: top;
}
.question ul.list li .number {
  font-family: Century Gothic;
  font-size: 2.625rem;
  width: 18%;
}
.question ul.list li .number i {
  font-style: normal;
  font-size: 1.875rem;
}
.question ul.list li .content {
  width: 80%;
}
.question ul.list li .font-15 {
  padding: 0;
  margin: 0;
}
.question .mom {
  position: relative;
}
.question .mom .remind {
  position: absolute;
  right: -20px;
  top: 5px;
}
.question .mom .remind > * {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.question .mom .remind .rabbit {
  background: url("../img/rabbit.png") no-repeat left top/100% auto;
  width: 15vw;
  height: 31vw;
  z-index: 3;
}
.question .mom .remind .text {
  border-radius: 50px;
  background: #cce3f4;
  color: #0077c8;
  padding: 4px 10px;
  margin-right: -28px;
  z-index: 1;
}
.question .mom .remind .text:after {
  content: " ";
  position: absolute;
  background: url("../img/remind_bg.png") no-repeat left top/100% auto;
  width: 4vw;
  height: 4vw;
  right: -10px;
  bottom: -5px;
}

.ad-block {
  padding: 3% 1.5% 80px;
}
.ad-block .col-2 {
  width: 47%;
  margin: 1.5%;
}

.pos-r {
  position: relative;
}

.login-decor {
  width: 55%;
  max-width: 200px;
}

.login-decor2 {
  width: 100px;
  position: absolute;
  top: -25px;
  left: auto;
  right: 2%;
}

.login-decor3 {
  width: 90px;
  position: absolute;
  top: auto;
  left: 2%;
  bottom: -56px;
}

.login-decor4 {
  width: 60px;
  position: absolute;
  top: auto;
  left: auto;
  right: 2%;
  bottom: -70px;
}

.decor {
  margin-top: -5px;
  width: 490px;
}
.decor.w-auto {
  width: auto;
}
.decor .d1 {
  color: #ff651b;
  font-size: 0;
  width: auto;
  display: flex;
  align-items: center;
}
.decor .d1 span {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  display: inline-block;
  height: 71px;
  vertical-align: top;
}
.decor .d1 .head {
  background-image: url("../img/decor1_1.png");
  background-repeat: no-repeat;
  width: 59px;
}
.decor .d1 .body {
  background-image: url("../img/decor1_2.png");
  background-repeat: repeat-x;
  font-size: 15px;
  font-weight: bold;
  padding-top: 30px;
}
.decor .d1 .footer {
  background-image: url("../img/decor1_3.png");
  background-repeat: no-repeat;
  width: 16px;
}

.decor2 {
  width: 100px;
  position: absolute;
  top: -18px;
  left: 70%;
}

.btn-baby-add {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #0077c8;
  color: #0077c8;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
}
.btn-baby-add + a[class^="btn-baby"] {
  margin-top: 10px;
}
.btn-baby-add .icon-plus {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../img/icon-plus.gif");
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-right: 10px;
  vertical-align: middle;
}

.btn-baby-del {
  border-bottom: 1px solid #0077c8;
  color: #0077c8;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 10px;
  left: auto;
  right: 23px;
}
.btn-baby-del .icon-minus {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../img/icon-minus.gif");
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-right: 10px;
  vertical-align: middle;
}

.baby.p-3020 {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
.baby.p-3020 + .btn-wrap {
  padding-top: 0;
}
.baby.p-3020 .ab-id {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 60px;
  right: 10px;
}

.pagination {
  text-align: center;
  margin-top: 30px;
}
.pagination a {
  -moz-box-shadow: 1px 1px 2px #dadada;
  -webkit-box-shadow: 1px 1px 2px #dadada;
  box-shadow: 1px 1px 2px #dadada;
  background-color: white;
  color: #828282;
  display: inline-block;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  line-height: 24px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.pagination a.first, .pagination a.last {
  width: auto;
}
.pagination a.first {
  padding: 3px 12px 3px 5px;
}
.pagination a.last {
  padding: 3px 5px 3px 12px;
}
.pagination a:hover, .pagination a.cur {
  color: #0077c8;
}
.pagination > * + * {
  margin-left: 8px;
}

@media (min-width: 640px) {
  .catalogue-block ol.decimal .photo {
    width: 60%;
  }

  .question .mom .remind .rabbit {
    width: 68px;
    height: 153px;
  }
  .question .mom .remind .text:after {
    width: 17px;
    height: 16px;
  }
}
@media (max-width: 450px) {
  .question .mom .remind .text {
    border-radius: 15px;
    line-height: 120%;
    padding: 6px 10px;
    font-size: 0.875rem;
  }

  .decor {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .question .mom .remind {
    right: -29px;
    top: 31px;
  }
  .question .mom .remind .text {
    margin-right: -34px;
  }
}
@media (max-width: 360px) {
  .catalogue-block ol.decimal .photo {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .question .mom .remind .text {
    width: 100px;
    height: 100px;
    border-radius: 99em;
    padding: 28px 9px;
  }
  .question .mom .remind .text:after {
    display: none;
  }
  .question .mom .xm-br {
    display: inline;
  }

  .row .col-block .w-20p {
    width: 19.8%;
  }
}
ul.list {
  font-size: 0.9375rem;
  list-style-type: none;
}
ul.list li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 12px;
}
ul.list li:before {
  content: '*';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
ul.list li a {
  word-wrap: break-word;
  word-break: break-all;
}

.baby-block .baby {
  margin-top: 20px;
  border-top: 1px solid #c4c4c4;
}
.baby-block .baby:first-child {
  margin-top: 0;
  border-top: none;
}

.baby-rabbit {
  background: url(../img/baby-rabbit.png);
  background-position: bottom left 20px;
  background-repeat: no-repeat;
  background-size: 44px 66px;
  min-height: 66px;
  line-height: 66px;
  margin-bottom: -40px;
}
.baby-rabbit__item {
  color: #0077c8;
  position: relative;
  background: #cce3f4;
  border-radius: 15px;
  padding: 4px 12px;
  font-weight: bold;
  font-size: 1.063rem;
  margin-left: 70px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
.baby-rabbit__item::before {
  content: " ";
  position: absolute;
  background: url(../img/baby-remind-bg.png) no-repeat;
  width: 17px;
  height: 16px;
  bottom: 0;
  left: -11px;
}

@media (max-width: 639px) {
  .baby-rabbit__item {
    font-size: 0.9375rem;
    line-height: 1.4;
    max-width: 60%;
  }
}
@media (max-width: 450px) {
  .baby-rabbit {
    min-height: 96px;
  }
  .baby-rabbit__item {
    max-width: calc(100% - 90px);
  }
}
/*---------------
    FORM ITEM
----------------*/
.form__password {
  position: relative;
  display: block;
}
.form__password input {
  vertical-align: middle;
  width: calc(100% - 58px);
}
.form__password input[type=password]::-ms-reveal, .form__password input [type=password]::-ms-clear {
  display: none;
}
.form__password-btn {
  display: inline-block;
  border: none;
  background-image: url('../img/eye-slash.png');
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
  background-color: #fff;
  width: 52px;
  height: 52px;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
}
.form__password-btn.active {
  background-image: url('../img/eye.png');
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
}
.form__mobile input {
  vertical-align: middle;
}
.form__mobile-btn {
  vertical-align: middle;
  margin-top: 10px;
  cursor: pointer;
}
.form__mobile-msg {
  color: #0077c8;
  vertical-align: middle;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.form__mobile-msg::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url('../img/check-circle.png');
  background-repeat: no-repeat;
  background-size: 24px auto;
  margin-top: -2px;
  background-position: center center;
}

/*---------------
	LIGHTBOX 2
----------------*/
.pop {
  color: #828282;
}
.pop .close {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}
.pop__head {
  background-color: #0077c8;
  position: relative;
}
.pop__body {
  padding: 30px 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.pop__title {
  color: white;
  font-size: 1.25rem;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
.pop__input {
  position: relative;
}
.pop__input input[type="text"], .pop__input input[type="password"], .pop__input input[type="tel"], .pop__input input[type="email"] {
  border: 1px solid #828282;
  width: 100%;
  margin-right: 0;
}
.pop__input input[type="text"].error, .pop__input input[type="password"].error, .pop__input input[type="tel"].error, .pop__input input[type="email"].error, .pop__input select.error {
  border: 2px solid #e00751;
}
.pop__input [class^="icon-"]:before, .pop__input [class*="icon-"]:before {
  position: absolute;
  left: auto;
  right: 15px;
}
.pop__countdown {
  margin-top: 10px;
}
.pop__countdown .button {
  background: #828282;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  margin-right: 0;
  width: 160px;
  display: block;
  font-size: 0.9375rem;
  cursor: default;
}
.pop__countdown .button.blue {
  background: #0077c8;
  cursor: pointer;
}
.pop__text {
  margin-top: 10px;
  color: #828282;
}
.pop__btn {
  margin-top: 10px;
}
.pop__btn .button {
  background: #828282;
  height: 54px;
  line-height: 54px;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  display: block;
  font-size: 0.9375rem;
  cursor: default;
}
.pop__btn .button.blue {
  background: #0077c8;
  cursor: pointer;
}
