﻿@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e7e7e7;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

@font-face {
    font-family: 'Noto IKEA';
    src: url("../fonts/NotoIKEALatin-Regular.ttf");
}

@font-face {
    font-family: 'Noto IKEA';
    src: url("../fonts/NotoIKEALatin-Regular.ttf");
}

@font-face {
  font-family: 'Noto IKEA Latin';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoIKEALatin-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Noto IKEA Latin';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/NotoIKEALatin-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Noto IKEA Latin';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoIKEALatin-Regular.ttf");
  font-display: swap; }

html, body {
  height: 100%;
  font-family: "Noto IKEA Latin", "Noto IKEA", Verdana, "微軟正黑體", "新細明體";
  color: #000;
  font-size: 1rem;
  line-height: 140%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background-color: #eee;
  width: 100%; }

* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #000; }

.crop {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%; }
  .crop img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }
  .crop a {
    display: block; }

.inline {
  display: inline-block;
  vertical-align: middle; }

.hide {
  display: none; }

.container, .clearfix, .row {
  zoom: 1; }

.container:after, .clearfix:after, .row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 640px; }

.col-left {
  float: left; }

.col-right {
  float: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-justify-left {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  -moz-text-align-last: justify;
  /*Firefox*/
  -webkit-text-align-last: justify;
  /*Chrome*/ }

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  -moz-text-align-last: justify;
  /*Firefox*/
  -webkit-text-align-last: justify;
  /*Chrome*/ }
  .text-justify:after {
    content: '';
    display: inline-block;
    width: 100%; }

.bold {
  font-weight: bold; }

.gray {
  color: #828282; }

.orange {
  color: #0077c8; }

.text-blue {
  color: #0077c8; }

.black {
  color: #000; }

.red {
  color: #e00751; }

.bg-orange {
  background: #0077c8 !important; }

.bg-blue {
  background: #0077c8 !important; }

.font-12 {
  font-size: 0.75rem; }

.font-13 {
  font-size: 0.813rem !important;
  line-height: 120%; }

.font-14 {
  font-size: 0.875rem; }

.font-15 {
  font-size: 0.9375rem; }

.font-16 {
  font-size: 1rem; }

.font-17 {
  font-size: 1.063rem; }

.font-18 {
  font-size: 1.125rem; }

.font-20 {
  font-size: 1.25rem !important; }

.font-22 {
  font-size: 1.375rem; }

.font-24 {
  font-size: 1.5rem; }

.font-30 {
  font-size: 1.875rem; }

.font-36 {
  font-size: 2.25rem; }

.mt-10 {
  margin: 10px 0 0; }

.mt-12 {
  margin: 12px 0 0 !important; }

.mt-15 {
  margin: 15px 0 0; }

.mt-30 {
  margin: 30px 0 0; }

.mb--5 {
  margin-bottom: -5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-12 {
  margin-bottom: 12px; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mtb-8 {
  margin: 8px 0; }

.mtb-16 {
  margin: 16px 0; }

.mtb-20 {
  margin: 20px 0; }

.mtb-25 {
  margin: 25px 0; }

.mr-20 {
  margin-right: 20px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.mlr-10 {
  margin: 0 10px; }

.pt-0 {
  padding-top: 0 !important; }

.p-3010 {
  padding: 30px 10px; }

.p-3020 {
  padding: 30px 20px; }

.p-10 {
  padding: 10px !important; }

.p-30 {
  padding: 30px; }

.pl-0 {
  padding-left: 0 !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px !important; }

.w-50 {
  width: 50px; }

.w-80 {
  width: 80px; }

.w-95 {
  width: 95px; }

.w-20p {
  width: 20%; }

.w-25p {
  width: 25%; }

.w-40p {
  width: 40%; }

.w-54p {
  width: 54%; }

.w-68p {
  width: 68% !important; }

.w-70p {
  width: 70% !important; }

.w-75p {
  width: 75% !important; }

.w-62p {
  width: 62%; }

.col-2 {
  width: 50%;
  float: left; }

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11; }

.gotop {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 3;
  cursor: pointer; }

.layout {
  max-width: 640px;
  width: 100%;
  margin: 0 auto; }

.bg-gray {
  background-color: #eee; }

.bg-white {
  background-color: white; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 641px) {
  .layout {
    overflow: hidden; } }

@media (max-width: 450px) {
  .xm-br {
    display: block; } }

@media (max-width: 400px) {
  .w-68p {
    width: 58% !important; } }

@media (max-width: 320px) {
  .m-320-left {
    text-align: left; }
  .xs-br {
    display: block; } }

.icon-arrowL-o {
  position: relative; }

.icon-arrowL-o:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-arrowL-o:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-arrowL-o:before {
  width: 20px;
  padding-top: 28px;
  background-position: -1px 0px;
  top: 0px;
  left: 0px; }

.icon-arrowR-o {
  position: relative; }

.icon-arrowR-o:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-arrowR-o:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-arrowR-o:before {
  width: 20px;
  padding-top: 28px;
  background-position: -22px 0px;
  top: 0px;
  left: 0px; }

.icon-arrowL {
  position: relative; }

.icon-arrowL:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-arrowL:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-arrowL:before {
  width: 18px;
  padding-top: 25px;
  background-position: -43px 0px;
  top: 0px;
  left: 0px; }

.icon-arrowR {
  position: relative; }

.icon-arrowR:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-arrowR:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-arrowR:before {
  width: 18px;
  padding-top: 25px;
  background-position: -64px 0px;
  top: 0px;
  left: 0px; }

.icon-arrowR-s {
  position: relative; }

.icon-arrowR-s:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-arrowR-s:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-arrowR-s:before {
  width: 11px;
  padding-top: 18px;
  background-position: -101px -1px;
  top: 0px;
  left: 0px; }

.icon-arrowR-c {
  position: relative; }

.icon-arrowR-c:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-arrowR-c:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-arrowR-c:before {
  width: 20px;
  padding-top: 23px;
  background-position: -116px -1px;
  top: 0px;
  left: 0px; }

.icon-more {
  position: relative; }

.icon-more:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-more:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-more:before {
  width: 52px;
  padding-top: 52px;
  background-position: -1px -31px;
  top: 0px;
  left: 0px; }

.icon-burger {
  position: relative; }

.icon-burger:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-burger:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-burger:before {
  width: 27px;
  padding-top: 27px;
  background-position: -140px 0px;
  top: 0px;
  left: 0px; }

.icon-close {
  position: relative; }

.icon-close:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-close:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-close:before {
  width: 27px;
  padding-top: 27px;
  background-position: -170px 0px;
  top: 0px;
  left: 0px; }

.icon-gotop {
  position: relative; }

.icon-gotop:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-gotop:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-gotop:before {
  width: 40px;
  padding-top: 40px;
  background-position: -200px -1px;
  top: 0px;
  left: 0px; }

.icon-linkarrow {
  position: relative; }

.icon-linkarrow:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-linkarrow:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-linkarrow:before {
  width: 11px;
  padding-top: 13px;
  background-position: -244px 0px;
  top: 0px;
  left: 0px; }

.icon-checkbox {
  margin-right: 5px; }
  .icon-checkbox {
    position: relative; }
  .icon-checkbox:before {
    content: ".";
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute; }
  @media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .icon-checkbox:before {
      background-image: url(../img/icon_retina.png);
      background-size: 400px 400px; } }
  .icon-checkbox:before {
    width: 14px;
    padding-top: 14px;
    background-position: -258px 0px;
    top: -1px;
    left: 0px; }

.icon-alert {
  position: relative; }

.icon-alert:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-alert:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-alert:before {
  width: 26px;
  padding-top: 26px;
  background-position: -276px 0px;
  top: 0px;
  left: 0px; }

.icon-search {
  position: relative; }

.icon-search:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-search:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-search:before {
  width: 21px;
  padding-top: 21px;
  background-position: -243px -18px;
  top: 0px;
  left: 0px; }

.icon-plus {
  position: relative; }

.icon-plus:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-plus:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-plus:before {
  width: 20px;
  padding-top: 19px;
  background-position: -303px 0px;
  top: 0px;
  left: 0px; }

.icon-minus {
  position: relative; }

.icon-minus:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute; }

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon-minus:before {
    background-image: url(../img/icon_retina.png);
    background-size: 400px 400px; } }

.icon-minus:before {
  width: 20px;
  padding-top: 19px;
  background-position: -323px 0px;
  top: 0px;
  left: 0px; }

[class^="icon-"]:before,
[class*="icon-"]:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.header {
  background-color: #fff;
  padding: 15px; }
  .header {
    zoom: 1; }
  .header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .header > * {
    display: inline-block;
    vertical-align: middle; }
  .header .logo {
    background: url(../img/ikea_logo.png) no-repeat scroll left top/100% auto;
    width: 79px;
    height: 33px; }
  .header .toggle {
    cursor: pointer;
    float: right;
    margin-top: 3px; }

.nav-block {
  position: relative;
  width: 100%;
  height: 100%; }

.nav {
  position: absolute;
  top: 0;
  display: none;
  left: 110%;
  width: 70%;
  height: 100%;
  z-index: 12;
  background: #fff;
  -webkit-box-shadow: -2px 0px 30px #b2afb1;
  -moz-box-shadow: -2px 0px 30px #b2afb1;
  box-shadow: -2px 0px 30px #b2afb1; }
  .nav .close {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 20px; }
    .nav .close span {
      display: block;
      height: 4px;
      width: 25px;
      background-color: #0077c8;
      margin-bottom: 4px; }
      .nav .close span:last-child {
        margin-bottom: 0; }
      .nav .close span.m {
        position: relative;
        background: none; }
        .nav .close span.m span {
          opacity: 1;
          left: 0;
          position: absolute;
          top: 10px; }
          .nav .close span.m span:first-child {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .nav .close span.m span:last-child {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav .menu {
    margin-top: 62px; }
    .nav .menu li {
      display: block; }
      .nav .menu li a {
        display: block;
        font-size: 0.9375rem;
        font-weight: 800;
        line-height: 30px;
        color: #000000;
        padding: 8px 20px; }
        .nav .menu li a .icon-arrowR-s {
          float: right; }
        .nav .menu li a:hover, .nav .menu li a.active {
          background: #0077c8;
          color: #fff; }
          .nav .menu li a:hover .icon-arrowR-s:before, .nav .menu li a.active .icon-arrowR-s:before {
            background-position: -86px -1px; }

.button {
  cursor: pointer;
  font-size: 0.9375rem;
  color: #fff;
  text-decoration: none;
  width: auto;
  text-align: center;
  border: none;
  margin: 0;
  font-family: "Noto IKEA", "Noto Sans", "noto-normal", Verdana, "微軟正黑體", "新細明體";
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .button:hover {
    background: #ff6700; }

.main-btn {
  position: fixed;
  bottom: 0;
  max-width: 640px;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0 0px 5px #b2afb1;
  -moz-box-shadow: 0 0px 5px #b2afb1;
  box-shadow: 0 0px 5px #b2afb1; }
  .main-btn {
    zoom: 1; }
  .main-btn:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .main-btn p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 120%;
    color: #fff; }
  .main-btn .button {
    width: 33.3334%;
    float: left;
    text-align: center;
    height: 60px;
    display: block; }
    .main-btn .button:before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      position: relative;
      vertical-align: middle; }
    .main-btn .button.light-orange {
      background-color: #288dd1;
      margin-left: 0; }
      .main-btn .button.light-orange:hover {
        background: #2583c3; }
    .main-btn .button.orange {
      background-color: #0077c8; }
      .main-btn .button.orange:hover {
        background: #016cb5; }
    .main-btn .button.dark-orange {
      background-color: #016cb5; }
      .main-btn .button.dark-orange:hover {
        background: #034b88; }
    .main-btn .button.light-blue {
      background-color: #288dd1;
      margin-left: 0; }
      .main-btn .button.light-blue:hover {
        background: #2583c3; }
    .main-btn .button.blue {
      background-color: #0077c8; }
      .main-btn .button.blue:hover {
        background: #016cb5; }
    .main-btn .button.dark-blue {
      background-color: #016cb5; }
      .main-btn .button.dark-blue:hover {
        background: #034b88; }

.btn-block {
  text-align: center;
  margin: 40px 0; }
  .btn-block .button + .button {
    margin-left: 20px; }

.btn-block-h .button + .button {
  margin: 15px 0; }

.page .button.green {
  display: block;
  color: #56a64f;
  border-radius: 50px;
  border: 1px solid #56a64f;
  padding: 15px 0; }
  .page .button.green:hover {
    background-color: #56a64f;
    color: #fff; }

.page .button.blue {
  display: block;
  color: #0077c8;
  border-radius: 50px;
  border: 1px solid #0077c8;
  padding: 15px 0; }
  .page .button.blue:hover {
    background-color: #0077c8;
    color: #fff; }

.step-block {
  position: fixed;
  bottom: 0;
  max-width: 640px;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0 0px 5px #b2afb1;
  -moz-box-shadow: 0 0px 5px #b2afb1;
  box-shadow: 0 0px 5px #b2afb1; }
  .step-block {
    zoom: 1; }
  .step-block:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .step-block .button {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 60px;
    display: block; }
    .step-block .button.orange {
      background-color: #0077c8; }
    .step-block .button.blue {
      background-color: #016cb5; }
    .step-block .button.light-blue {
      background-color: #288dd1; }
    .step-block .button.gray {
      background-color: #288dd1; }
    .step-block .button.light-orange {
      background-color: #288dd1; }
    .step-block .button.blue2 {
      background: transparent;
      color: #fff;
      border: 1px solid #fff; }
      .step-block .button.blue2.g2 {
        height: 50px;
        line-height: 48px; }
    .step-block .button.blue3 {
      background: #288dd1;
      color: #fff; }
  .step-block.special {
    position: static; }

@media (max-width: 320px) {
  .main-btn p {
    width: 70%; } }

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.modal-header:after,
.modal-footer:after {
  clear: both; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
  margin-top: 10%;
  width: 510px; }

.modal-dialog.small {
  max-width: 640px;
  width: 90%; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px; }

.modal-header .close {
  position: absolute;
  cursor: pointer;
  right: 13px;
  top: 10px;
  font-size: 1.5rem;
  width: 20px;
  height: 20px;
  font-style: normal; }
  .modal-header .close span {
    display: block; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }
  .modal-title.warning {
    margin-top: 15px; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding-bottom: 30px;
  text-align: center; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999; }

#kids_birth > div .container {
  display: none;
  position: absolute;
  overflow: hidden;
  max-width: 640px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: unset; }
  #kids_birth > div .container .close {
    position: absolute;
    right: 12px;
    top: 12px; }
    #kids_birth > div .container .close a {
      display: block;
      background-image: url(../img/close.png);
      background-repeat: no-repeat;
      width: 19px;
      height: 19px;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      #kids_birth > div .container .close a:hover {
        opacity: .6; }
  #kids_birth > div .container .top {
    width: 100%;
    margin-top: 30px; }
    #kids_birth > div .container .top h3 {
      position: relative;
      display: inline-block;
      margin: 1px auto 10px;
      padding: 5px 25px 23px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #0077c8;
      border-radius: 20px;
      color: #fff;
      font-size: 14px; }
      #kids_birth > div .container .top h3 span.title {
        position: absolute;
        bottom: -16px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 230px;
        padding-top: 7px;
        padding-bottom: 7px;
        color: #0077c8;
        border-top: 2px solid #0077c8;
        border-bottom: 2px solid #0077c8;
        background-color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 25px; }
    #kids_birth > div .container .top h1 {
      position: relative;
      color: #ffdb00;
      font-size: 48px;
      font-weight: 900;
      text-align: center;
      margin-top: 25px;
      margin-bottom: 10px;
      line-height: 1.2; }
      #kids_birth > div .container .top h1::before, #kids_birth > div .container .top h1::after {
        content: '';
        display: block;
        position: absolute;
        background-image: url(../img/title_item.png);
        background-repeat: no-repeat;
        width: calc(80px * .95);
        height: calc(70px * .95);
        background-size: cover; }
      @media (max-width: 480px) {
        #kids_birth > div .container .top h1 {
          font-size: 36px; }
          #kids_birth > div .container .top h1::before, #kids_birth > div .container .top h1::after {
            width: calc(80px * .75);
            height: calc(70px * .75); } }
      #kids_birth > div .container .top h1::before {
        background-position: left top;
        left: -3%;
        bottom: 16%;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
      #kids_birth > div .container .top h1::after {
        background-position: right top;
        right: 8%;
        bottom: 16%;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1); }
    #kids_birth > div .container .top p {
      padding-left: 10%;
      padding-right: 10%;
      font-size: 18px;
      text-align: justify;
      line-height: 30px;
      margin-bottom: 60px; }
      #kids_birth > div .container .top p span {
        padding-bottom: 2px;
        border-bottom: 1px solid; }
      @media (max-width: 480px) {
        #kids_birth > div .container .top p {
          line-height: 21px;
          margin-bottom: 20px;
          font-size: 16px; } }
  #kids_birth > div .container .bottom {
    width: 100%;
    position: relative;
    border-radius: 0 0 6px 6px;
    overflow: hidden; }
    #kids_birth > div .container .bottom {
      zoom: 1; }
    #kids_birth > div .container .bottom:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
    #kids_birth > div .container .bottom a {
      display: block;
      width: 50%;
      padding-top: 5%;
      padding-bottom: 5%;
      line-height: 1.2;
      float: left;
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 2px;
      -webkit-transition: .4s opacity ease-in-out;
      -o-transition: .4s opacity ease-in-out;
      transition: .4s opacity ease-in-out; }
      #kids_birth > div .container .bottom a:hover {
        opacity: .85; }
      @media (max-width: 480px) {
        #kids_birth > div .container .bottom a {
          padding-top: 2%;
          padding-bottom: 2%;
          font-size: 20px; } }
    #kids_birth > div .container .bottom .more {
      background-color: #ffdb00;
      color: #000; }
    #kids_birth > div .container .bottom .login {
      background-color: #0077c8;
      color: #fff; }
