@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  font-style: inherit; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

html {
  height: 100%;
  max-height: 50000em; }

body {
  height: 100%;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif,'微軟正黑體','Microsoft JhengHei','STHeiti Light','儷黑 Pro','LiHei Pro','Microsoft Yahei','Microsoft JhengHei','新細明體'; }

div, ul, li, header, footer, section, p, dl, dt, dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.wrap {
  max-width: 1980px;
  margin: 0 auto; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(87, 186, 221, 0.9);
  padding: 10px 0;
  z-index: 9999; }
  nav .container {
    position: relative; }
  nav .logo {
    text-indent: -5000em;
    width: 224px;
    height: 67px;
    background: url(../images/img_logo.png);
    background-size: cover;
    margin-left: 15px; }

#menu {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 18px; }
  #menu a {
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
    padding: 8px 16px;
    border-radius: 10px;
    margin: 0 3px;
    font-weight: bold; }
    #menu a:hover {
      background: rgba(255, 255, 255, 0.2); }

.content {
  padding: 87px 0 50px;
  min-height: 100vh; }

.pop {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 10vh 0; }
  .pop a {
    color: #fff;
    text-decoration: underline; }
  .pop .close {
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -500px;
    width: 30px;
    height: 30px;
    background-image: url(../images/img_menuClose.png);
    background-size: cover; }
  .pop .inner {
    width: 1000px;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .pop ul li {
    margin-left: 2.5em;
    margin-bottom: 1em; }

#kv {
  background: url(../images/bg_kv.jpg) center bottom;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 0; }
  #kv .container {
    position: relative; }
  #kv .kvtitle {
    color: #fff;
    text-align: center; }
    #kv .kvtitle h1 {
      text-indent: -5000em;
      width: 585px;
      height: 181px;
      background: url(../images/img_h1.png);
      background-size: cover;
      margin: 2rem auto 1rem; }
    #kv .kvtitle .hl {
      display: inline-block;
      color: #056dc6;
      display: inline-block;
      background: url(../images/img_hltext.png);
      background-size: cover;
      padding: 5px 20px; }
  #kv .main {
    background: #ffeddc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 90px;
    padding-bottom: 60px; }
    #kv .main .tab {
      position: relative;
      top: -60px;
      width: 80%;
      margin: 0 auto; }
      #kv .main .tab:after {
        content: "";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
        clear: both; }
      #kv .main .tab a {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        border-radius: 20px;
        background: #056dc6;
        color: #fff;
        padding: 15px 0;
        font-size: 20px; }
        #kv .main .tab a b {
          display: block;
          color: #003766;
          font-size: 18px; }
        #kv .main .tab a:after {
          content: "";
          display: block;
          margin: 0 auto;
          width: 16px;
          height: 16px;
          background: url(../images/img_tabarrow.png) right;
          background-size: cover; }
      #kv .main .tab a.active {
        background: #ffeddc;
        color: #046cc3; }
        #kv .main .tab a.active b {
          color: #ec4040; }
        #kv .main .tab a.active:after {
          background-position: left; }
    #kv .main .video {
      margin: 0 auto;
      width: 640px;
      height: 400px; }

.kvp {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -588px;
  width: 1175px;
  height: 331px;
  background: url(../images/img_kvp.png) center no-repeat;
  background-size: 100% auto;
  z-index: 0; }

.title {
  font-weight: bold;
  padding-top: 15px;
  padding-left: 25px;
  color: #fff;
  border-left: 15px solid #fff;
  margin-bottom: 2rem; }
  .title h2 {
    font-size: 48px;
    font-weight: bold; }
  .title span {
    text-indent: -5000em;
    display: block;
    height: 38px;
    background-repeat: no-repeat;
    background-size: auto 100%; }

#qa {
  background: #046ec4; }
  #qa .title span {
    background-image: url(../images/w_seasonal_skin_care.png); }
  #qa .list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    #qa .list .item {
      width: 33.3%;
      padding: 10px; }
      #qa .list .item img {
        width: 100%; }

#pd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0; }
  #pd .box {
    width: 50%;
    min-height: 100%;
    background-position: top;
    background-size: cover; }
  #pd .title {
    color: #046ec4;
    border-color: #046ec4;
    margin: 0 10% 2rem; }
    #pd .title span {
      background-image: url(../images/w_products.png); }
  #pd h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2; }
  #pd .desc {
    font-size: 18px;
    text-align: center;
    margin: 1rem 0; }
    #pd .desc span {
      display: inline-block;
      min-width: 270px;
      padding: 5px 10px;
      border: 1px solid; }
  #pd .pdtext {
    font-size: 14px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto; }
    #pd .pdtext .item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 10px; }
      #pd .pdtext .item div {
        display: block; }
        #pd .pdtext .item div span {
          display: inline-block;
          padding: 5px 10px; }
      #pd .pdtext .item .tag {
        min-width: 135px; }
        #pd .pdtext .item .tag span {
          border-radius: 1.5em;
          color: #fff;
          background: #65d3d0;
          padding: 5px 20px; }
  #pd .pdimg {
    text-align: center;
    margin: 40px 0 0; }
    #pd .pdimg img {
      width: 640px;
      max-width: 80%; }
  #pd .left {
    color: #fff;
    background-image: url(../images/bg_pd1.jpg);
    padding-top: 40px; }
    #pd .left .desc span {
      border-color: #fff; }
  #pd .right {
    color: #046ec4;
    padding-top: 220px;
    background-image: url(../images/bg_pd2.jpg); }
    #pd .right .pdtext .item .tag {
      min-width: 186px; }

#bp {
  color: #fff;
  background: #046ec4; }
  #bp a {
    color: #fff; }
  #bp .title span {
    background-image: url(../images/w_branch_profits.png); }
  #bp h3 {
    font-size: 24px;
    margin: 3rem 0 1rem; }
  #bp .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    line-height: 2.5; }
    #bp .item .ih {
      width: 4.5em; }
    #bp .item .name {
      display: inline-block;
      min-width: 11em; }
    #bp .item .map {
      position: relative;
      top: -2px;
      margin: 0 5px 0; }
      #bp .item .map img {
        width: 24px; }
    #bp .item .tel {
      padding-left: 1em; }

#rule .title span {
  background-image: url(../images/w_terms_and_Conditions.png); }

#rule .inner {
  height: auto;
  max-height: 100%;
  overflow: auto;
  color: #fff;
  background: #046ec4;
  padding: 40px; }

footer {
  background: #fff;
  padding: 60px 0;
  text-align: center; }
  footer .logos {
    margin: 1rem 0; }
    footer .logos a {
      display: inline-block;
      margin: 0 15px; }
  footer p {
    font-size: 12px;
    color: #727272; }

.floatimg {
  position: fixed;
  right: 1.5rem;
  bottom: 10vh; }

.scratch .inner {
  width: 904px; }
  .scratch .inner:before, .scratch .inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url(../images/bg_scratch.png) top;
    background-size: 100% auto; }
  .scratch .inner:after {
    background-position: bottom; }

.scratch .box {
  background: #fff;
  padding: 0 20px; }

.scratch .scratchpad {
  position: relative;
  width: 864px;
  height: 376px;
  margin: 0 auto; }

@media screen and (max-width: 1175px) {
  .container {
    padding: 0 30px; }
  .kvp {
    width: 100%;
    margin-left: -50%; } }

@media screen and (max-width: 768px) {
  .pop .close {
    right: 15px;
    margin-right: 0; }
  .content {
    min-height: auto; }
  .kvp {
    top: 135px; }
  #pd .box {
    min-height: 100vh;
    width: 100%; }
  .scratch .inner {
    width: 640px; }
  .scratch .scratchpad {
    width: 600px;
    height: 261px; } }

@media screen and (max-width: 572px) {
  .container {
    padding: 0 15px; }
  .content {
    padding-top: 66px; }
  nav .logo {
    width: 140px;
    height: 42px; }
  #kv {
    background-image: url(../images/bg_kv@m.jpg);
    background-position: top;
    background-size: 100% auto; }
    #kv .container {
      padding: 0; }
    #kv .kvtitle h1 {
      width: 280px;
      height: 87px; }
    #kv .kvtitle p {
      font-size: 12px;
      padding: 0 1em; }
    #kv .main .tab {
      top: -40px;
      width: 100%; }
      #kv .main .tab a {
        font-size: 14px;
        padding: 10px 0;
        border-radius: 10px; }
        #kv .main .tab a b {
          font-size: 12px; }
    #kv .main .video {
      width: 90%;
      height: 30vh; }
  a.menu-link {
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/img_menu.png);
    background-size: cover;
    z-index: 9999; }
    a.menu-link.active {
      background-image: url(../images/img_menuClose.png); }
  #menu {
    right: 0;
    top: -20px;
    height: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8888;
    padding-top: 10vh; }
    #menu.active {
      height: 100vh;
      background: rgba(0, 0, 0, 0.8); }
    #menu a {
      background: none;
      display: block;
      text-align: center; }
  .title {
    border-left-width: 10px; }
    .title h2 {
      font-size: 30px; }
    .title span {
      height: 16px; }
    .title p {
      font-size: 13px; }
  #qa .list .item {
    width: 50%; }
  #pd .title {
    margin-left: 15px;
    margin-right: 15px; }
  #pd h3 {
    font-size: 24px; }
  #pd .pdtext {
    font-size: 12px; }
    #pd .pdtext .item .tag {
      min-width: 120px;
      margin-left: 15px; }
  #pd .right {
    padding-top: 120px; }
    #pd .right .pdtext .item .tag {
      min-width: 164px; }
  #bp h3 {
    font-size: 20px; }
  #bp .item {
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 0; }
    #bp .item .tel {
      color: rgba(255, 255, 255, 0.75);
      display: block;
      padding-left: 0; }
    #bp .item br {
      display: none; }
  #rule .inner {
    padding: 30px; }
  footer .logos a {
    margin: 0 10px; }
  footer .logos img {
    width: 48px; }
  .floatimg {
    bottom: 1.5rem; }
    .floatimg img {
      width: 150px; }
  .scratch .inner {
    width: 320px; }
    .scratch .inner:before, .scratch .inner:after {
      height: 20px; }
  .scratch .box {
    padding: 0 10px; }
  .scratch .scratchpad {
    width: 300px;
    height: 131px; } }
