@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  height: 100%;
  font-size: 100%;
}
body {
  background-color: #fff;
  background-size: cover;
  font-family: 'Noto Sans TC', "Microsoft JhengHei", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 40px;
}
  body.index {
    background-image: url(../images/BG.png);
    background-color: #f2ecd8;
  }
a, a:hover, a:focus, a:active, a.active { outline: none; }
a, a img {
  color: #333;
  transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
a:hover, a:focus, a:active, a.active, a:hover img {
	color: #0c4633;
	text-decoration: none;
}
::selection { background: #0c4633; color: #fff; }
::-moz-selection { background: #0c4633; color: #fff; }
.mr-t-1 { margin-top: 10px; } .mr-t-2 { margin-top: 20px; } .mr-t-3 { margin-top: 30px; } .mr-t-4 { margin-top: 40px; } .mr-t-5 { margin-top: 50px; } .mr-t-6 { margin-top: 60px; } .mr-t-7 { margin-top: 70px; } .mr-t-8 { margin-top: 80px; } .mr-t-9 { margin-top: 90px; } .mr-t-10 { margin-top: 100px; }
.mr-b-1 { margin-bottom: 10px; } .mr-b-2 { margin-bottom: 20px; } .mr-b-3 { margin-bottom: 30px; } .mr-b-4 { margin-bottom: 40px; } .mr-b-5 { margin-bottom: 50px; } .mr-b-6 { margin-bottom: 60px; } .mr-b-7 { margin-bottom: 70px; } .mr-b-8 { margin-bottom: 80px; } .mr-b-9 { margin-bottom: 90px; } .mr-b-10 { margin-bottom: 100px; }
.mr-l-1 { margin-left: 10px; } .mr-l-2 { margin-left: 20px; } .mr-l-3 { margin-left: 30px; } .mr-l-4 { margin-left: 40px; } .mr-l-5 { margin-left: 50px; } .mr-l-6 { margin-left: 60px; } .mr-l-7 { margin-left: 70px; } .mr-l-8 { margin-left: 80px; } .mr-l-9 { margin-left: 90px; } .mr-l-10 { margin-left: 100px; }
.mr-r-1 { margin-right: 10px; } .mr-r-2 { margin-right: 20px; } .mr-r-3 { margin-right: 30px; } .mr-r-4 { margin-right: 40px; } .mr-r-5 { margin-right: 50px; } .mr-r-6 { margin-right: 60px; } .mr-r-7 { margin-right: 70px; } .mr-r-8 { margin-right: 80px; } .mr-r-9 { margin-right: 90px; } .mr-r-10 { margin-right: 100px; }
.mobileOnly { display: none !important;}
.pcOnly { display: inline-block !important;}
/*====================
  Typography
======================*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p {
  line-height: 1.75;
  margin: 0;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
}
section {
  position: relative;
}
i.icon-arrow {
  background-image: url(../images/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 5px;
}



/*======================
  Button
=======================*/
.box-btn {
  width: 100%;
  clear: both;
}
.btn-GB, .btn-OB {
  background-color: #0c702e;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 7px 20px;
  box-shadow: 0 5px 0 #0c4633;
  display: inline-block;
  position: relative;
  top: 0;
  transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
.btn-GB:hover, .btn-GB:focus,
.btn-OB:hover, .btn-OB:focus {
  color: #fff;
  box-shadow: 0 7px 0 #0c4633;
  position: relative;
  top: -2px;
}
.btn-OB {
  background-color: #d95e00;
  box-shadow: 0 5px 0 #a64f00;
  padding: 7px 20px 10px 30px;
}
.btn-OB:hover, .btn-OB:focus, .btn-OB:hover:focus {
  box-shadow: 0 7px 0 #a64f00;
}
.btn-GB i.icon-arrow,
.btn-OB i.icon-arrow {
  width: 27px;
  height: 27px;
  top: 5px;
  margin-left: 10px;
}



/*======================
  TopBar
=======================*/
.topbar20 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 40px;
  background-image: url(../images/topbarbg.jpg);
  -webkit-background-size: 100%;
  background-size: 100%;
  transition: 1s;-moz-transition: 1s;-webkit-transition: 1s;-o-transition: 1s;
}
.topbar20:before {
  content: "";
  background-image: linear-gradient(45deg, #FFF4E4 0%, #FFF4E4 45%, #9BCBB0 100%);
  background-size: 100%;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
}
.hideUp .topbar20 {
  top: -40px;
}
.topbar20:after {
  content: "";
  background-image: url(../images/flower_right.gif);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 358px; height: 52px;
  position: absolute;
  right: 0;
  top: -2px;
}
.logo20Box {
  display: inline-block;
  line-height: 0;
  transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
.logo20Box:hover {
  opacity: .7;
}
.logo20Box:after {
  content: "";
  background-image: url(../images/flower_left.gif);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 329px;
  height: 60px;
  position: absolute;
  right: -333px;
  top: 0;
}
.logo20Box .logo20 {
  display: inline-block;
  width: 98px;
  padding: 9px 10px 0 10px;
}
.logo20Box .wording20 {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3px;
  width: 180px;
}



/*======================
  header
=======================*/
header#main-header {
  background-color: rgba(12,70,51,.95);
  width: 100%;
  padding: 5px 0;
  z-index: 9;
  transition: 1s;-moz-transition: 1s;-webkit-transition: 1s;-o-transition: 1s;
}
  body.index header#main-header {
    background-color: rgba(12,34,51,.95);
    position: fixed;
    bottom: 0;
  }
  body.content header#main-header {
    position: fixed;
    top: 40px;
  }
  body.content.hideUp header#main-header {
    top: 0;
  }
#main-header .header-logo {
  float: left;
  font-size: 1.1875rem;
  font-weight: 700;
}
#main-header .header-logo span {
  background-image: url(../images/icon_header-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  display: inline-block;
}
#main-header .header-logo a {
  color: #f2ecd8;
  transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
#main-header .header-logo a:hover {
  opacity: .8;
}
#main-header .header-nav {
  float: right;
  font-size: 1rem;
}
#main-header .header-nav li {
  float: left;
  position: relative;
}
#main-header .header-nav li a.nav-a {
  color: #f2ecd8;
  transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
#main-header .header-nav li span.nav-title {
  color: #f2ecd8;
}
#main-header .header-nav li a.nav-a:hover {
  opacity: .8;
}
#main-header .header-nav li.active a.nav-a {
  color: #fff;
}
#main-header .header-nav li:after {
  content: '';
  background-color: rgba(242,236,216,.4);
  width: 1px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
}
#main-header .header-nav li:last-child:after {
  display: none;
}
/*nav-popup*/
.nav-popup {
  background-color: #0c702e;
  color: #fff;
  position: absolute;
  right: 20px;
  top: -250px;
  padding: 10px 20px 20px;
  width: 285px;
  transition: .8s;-moz-transition: .8s;-webkit-transition: .8s;-o-transition: .8s;
}
  body.index .nav-popup {
    top: inherit;
    bottom: -250px;
  }
  body.index .nav-popup.active {
    bottom: 27px;
  }
  body.index .nav-popup:before {
    border-color: #0c702e transparent transparent transparent;
    top: inherit;
    bottom: -10px;
    right: 40px;
  }
.nav-popup.active {
  top: 30px;
}
.nav-popup:before {
  content: '';
  border-color: transparent transparent #0c702e transparent;
  border-style: solid;
  border-width: 5px 10px;
  height: 0px;
  width: 0px;
  position: absolute;
  top: -10px;
  right: 15px;
}
.nanPopup-main {
}
.nanPopup-main .box-title {
  font-size: 1.3125rem;
}
.nanPopup-main .box-title span {
  font-size: 0.875rem;
  font-weight: 200;
}
.nanPopup-main .box-data {
  overflow: hidden;
}
.nanPopup-main .box-data a {
  float: left;
  font-size: 1.25rem;
  color: #fff;
  width: 30%;
  text-align: center;
  padding: 6px 0;
}
.nanPopup-main .box-data a:hover {
  opacity: .6;
}
.nanPopup-main .box-data a:nth-child(1),
.nanPopup-main .box-data a:nth-child(2) {
  border-right: 1px solid rgba(242,236,216,.2);
  border-bottom: 1px solid rgba(242,236,216,.2);
}
.nanPopup-main .box-data a:nth-child(3) {
  border-bottom: 1px solid rgba(242,236,216,.2);
}
.nanPopup-main .box-data a:nth-child(4),
.nanPopup-main .box-data a:nth-child(5) {
  border-right: 1px solid rgba(242,236,216,.2);
}
.nanPopup-main .box-data a:nth-child(3),
.nanPopup-main .box-data a:nth-child(6) {
  width: 40%;
}
.nanPopup-main .box-btn {
  text-align: right;
  margin-top: 10px;
}
.nanPopup-main .box-btn .btn-OS {
  background-color: #d95e00;
  border-radius: 7px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 100;
  padding: 5px 10px 8px 15px;
  display: inline-block;
  transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
.nanPopup-main .box-btn .btn-OS:hover {
  background-color: #a64f00;
  color: #fff;
}
#ar .nav-popup {
  width: 330px;
  padding: 15px 20px 20px;
}
#ar .nanPopup-main {
  line-height: 1.6;
}
#ar .nanPopup-main a {
  background-image: url(../images/icon_mobileNav.svg);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  padding-left: 20px;
}
.h-FB,
.h-LINE {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  text-indent: -5000px;
}
.h-FB {
  background-image: url(../images/icon_h-FB.svg);
  width: 33px;
  height: 34px;
}
.h-LINE {
  background-image: url(../images/icon_h-LINE.svg);
  width: 34px;
  height: 37px;
}
.h-FB:hover {
  background-image: url(../images/icon_h-FB-O.svg);
}
.h-LINE:hover {
  background-image: url(../images/icon_h-LINE-O.svg);
}
.header-share {
  float: right;
}
.header-share a {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
  height: 20px;
}
.header-share a:hover {
  opacity: .8;
}
.header-share .h-FB {
  background-image: url(../images/icon_h-FB-S.svg);
  width: 10px;
}
.header-share .h-LINE {
  background-image: url(../images/icon_h-LINE-S.svg);
  width: 21px;
  margin-left: 20px;
}



/*======================
  KV
=======================*/
section#kv {
  width: 100%;
  height: calc(100vh - 76px);
  overflow: hidden;
}
#kv > .container {
  z-index: 4;
  position: relative;
}
#kv .kv-share {
  position: absolute;
  top: 20px;
  right: 0;
}
#kv h1 {
  background-image: url(../images/BG_index-h1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 320px;
  text-indent: -5000px;
  position: absolute;
  left: calc(50% - 165px);
  top: 5%;
  transition: .8s;-moz-transition: .8s;-webkit-transition: .8s;-o-transition: .8s;
}
  #kv h1.opacity {
    opacity: 0;
  }
#kv .woman-L,
#kv .woman-R {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 450px;
  width: 52vw;
  height: 100vh;
  position: absolute;
  top: 0;
  transition: 1.5s;
}
#kv .woman-L {
  background-image: url(../images/BG_woman-L.png);
  background-position-x: right;
  left: 0;
}
  #kv .woman-L.active {
    background-image: url(../images/BG_womanO-L.png);
    background-color: #0c4633;
    z-index: 5;
  }
  #kv .woman-L.opacity {
    opacity: .2;
    left: 5%;
  }
#kv .woman-R {
  background-image: url(../images/BG_woman-R.png);
  background-position-x: left;
  right: 0;
}
  #kv .woman-R.active {
    background-image: url(../images/BG_womanO-R.png);
    background-color: #773225;
    z-index: 5;
  }
  #kv .woman-R.opacity {
    opacity: .2;
    right: 5%;
  }
#kv .woman-L .indexDialog,
#kv .woman-R .indexDialog {
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 284px;
  color: #333;
  position: absolute;
  top: 8%;
  transition: .8s;-moz-transition: .8s;-webkit-transition: .8s;-o-transition: .8s;
}
#kv .woman-L .indexDialog {
  background-image: url(../images/BG_indexDialog-L.svg);
  right: 380px;
}
  #kv .woman-L.active .indexDialog {
    background-image: url(../images/BG_indexDialogO-L.svg);
  }
#kv .woman-R .indexDialog {
  background-image: url(../images/BG_indexDialog-R.svg);
  left: 380px;
}
  #kv .woman-R.active .indexDialog {
    background-image: url(../images/BG_indexDialogO-R.svg);
  }
#kv .woman-L .indexDialog a,
#kv .woman-R .indexDialog a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#kv .woman-L .indexDialog h2,
#kv .woman-R .indexDialog h2 {
  font-size: 2rem;
  line-height: 1.2;
}
  #kv .woman-L.active .indexDialog h2,
  #kv .woman-R.active .indexDialog h2,
  #kv .woman-L.active .indexDialog h2 b,
  #kv .woman-R.active .indexDialog h2 b {
    color: #f2ecd8;
  }
#kv .woman-L .indexDialog h2 {
  margin: 45px 0 0 50px;
}
#kv .woman-R .indexDialog h2 {
  text-align: right;
  margin: 45px 47px 0 0;
}
#kv .woman-L .indexDialog h2 b,
#kv .woman-R .indexDialog h2 b {
  font-size: 2.6rem;
  font-weight: 800;
}
#kv .woman-L .indexDialog h2 b {
  color: #0c4633;
}
#kv .woman-R .indexDialog h2 b {
  color: #773225;
}
#kv .woman-L .indexNote,
#kv .woman-R .indexNote {
  position: absolute;
  top: 3%;
  font-size: 0.9rem;
  color: #f2ecd8;
  transition: .8s;-moz-transition: .8s;-webkit-transition: .8s;-o-transition: .8s;
  opacity: 0;
}
#kv .woman-L .indexNote {
  right: 3%;
  text-align: right;
}
#kv .woman-R .indexNote {
  left: 3%;
  text-align: left;
}
  #kv .woman-L.active .indexNote,
  #kv .woman-R.active .indexNote {
    opacity: 1;
  }



/*======================
  symptom 症狀指南
=======================*/
body.symptom {
  background-image: url(../images/BG_list.svg);
  background-repeat: no-repeat;
  background-size: 1440px;
  background-position: center 60px;
}
section#symptom-header {
  padding: 90px 0 40px;
}
#symptom-header h1 {
  font-size: 3.125rem;
  font-weight: 800;
  text-align: center;
  color: #333;
}
#symptom-main {
  overflow: hidden;
}
#symptom-nav {
  overflow: hidden;
  text-align: center;
}
#symptom-nav li {
  background-repeat: no-repeat;
  background-size: contain;
  width: 215px;
  height: 56px;
  line-height: 56px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #ada898;
  text-align: center;
  margin-left: -60px;
  display: inline-block;
  position: relative;
}
#symptom-nav li.one {
  background-image: url(../images/BG_symptomNav-2.svg);
  z-index: 5;
}
#symptom-nav li.second {
  background-image: url(../images/BG_symptomNav-3.svg);
  z-index: 4;
}
#symptom-nav li.third {
  background-image: url(../images/BG_symptomNav-2.svg);
  z-index: 3;
}
#symptom-nav li.fourth {
  background-image: url(../images/BG_symptomNav-3.svg);
  z-index: 2;
}
#symptom-nav li.fifth {
  background-image: url(../images/BG_symptomNav-2.svg);
  z-index: 1;
}
#symptom-nav li.active {
  background-image: url(../images/BG_symptomNav-1.svg);
  position: relative;
  top: 3px;
  z-index: 6;
}
#symptom-nav li a {
  color: #ada898;
  width: 100%;
  height: 100%;
  display: block;
}
#symptom-nav li a:hover {
  color: #333;
}
#symptom-nav li.active a {
  font-size: 1.5rem;
  font-weight: 800;
  color: #333;
}
#symptom-nav li i {
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 3px;
}
#symptom-nav li.one i {
  background-image: url(../images/icon_symptomNav-1.svg);
  width: 25px;
  height: 25px;
}
#symptom-nav li.second i {
  background-image: url(../images/icon_symptomNav-2.svg);
  width: 23px;
  height: 25px;
}
#symptom-nav li.third i {
  background-image: url(../images/icon_symptomNav-3.svg);
  width: 23px;
  height: 25px;
}
#symptom-nav li.fourth i {
  background-image: url(../images/icon_symptomNav-4.svg);
  width: 28px;
  height: 25px;
}
#symptom-nav li.fifth i {
  background-image: url(../images/icon_symptomNav-5.svg);
  width: 26px;
  height: 26px;
}
#symptom-nav li:hover.one i,
#symptom-nav li.active.one i {
  background-image: url(../images/icon_symptomNavO-1.svg);
}
#symptom-nav li:hover.second i,
#symptom-nav li.active.second i {
  background-image: url(../images/icon_symptomNavO-2.svg);
}
#symptom-nav li:hover.third i,
#symptom-nav li.active.third i {
  background-image: url(../images/icon_symptomNavO-3.svg);
}
#symptom-nav li:hover.fourth i,
#symptom-nav li.active.fourth i {
  background-image: url(../images/icon_symptomNavO-4.svg);
}
#symptom-nav li:hover.fifth i,
#symptom-nav li.active.fifth i {
  background-image: url(../images/icon_symptomNavO-5.svg);
}
#symptom-content {
  background-color: #fff8e0;
  padding: 20px 0 50px;
}
#symptom-content .others-url {
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
#symptom-content .others-url p {
  text-align: right;
  font-weight: 400;
}
#symptom-content .others-url a {
  color: #0c4633;
}
#symptom-content .others-url a:hover {
  text-decoration: underline;
}
#symptom-content .others-url a:after {
  content: '';
  background-color: rgba(12,70,51,.3);
  width: 1px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
}
#symptom-content .others-url a:last-child:after {
  display: none;
}
#symptom-content .symptom-lists {
  overflow: hidden;
}
.tagFix {
  position: relative;
  top: -65px;
}
.symptom-lists .list-box {
  float: left;
  background-color: #fff;
  width: 360px;
  min-height: 337px;
  margin: 0 30px 30px 0;
}
.symptom-lists .list-box:nth-child(3),
.symptom-lists .list-box:nth-child(6) {
  margin-right: 0;
}
.symptom-lists .list-box.AD {
  /*background-color: transparent;*/
}
.symptom-lists .list-box.AD > div {
  margin: 28px 0 0 12px;
}
.symptom-lists .list-box .box-img {
  border: 5px solid #fff;
  overflow: hidden;
}
.symptom-lists .list-box .box-img img {
  width: 100%;
}
.symptom-lists .list-box a:hover .box-img img {
  transform: scale(1.1);
}
.symptom-lists .list-box .box-data {
  padding: 15px;
}
.symptom-lists .list-box .box-data h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  height: 52px;
  overflow: hidden;
  margin-bottom: 10px;
}
.symptom-lists .list-box .box-data .box-btn {
  text-align: right;
}
.symptom-lists .list-box .box-data .box-btn p {
  background-color: #0c702e;
  border-radius: 7px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 100;
  padding: 5px 10px 5px 15px;
  display: inline-block;
  transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
.symptom-lists .list-box a:hover .box-data .box-btn p {
  background-color: #d95e00;
}
.symptom-lists .list-box.magazine {
  background-image: url(../images/BG_list-maga.svg);
  background-repeat: no-repeat;
  background-position: -50px -50px;
}
.symptom-lists .list-box.magazine .box-img {
  float: left;
  width: 42%;
  margin: 30px 10px 20px 30px;
  border: 1px solid #fff;
}
.symptom-lists .list-box.magazine a:hover .box-img img {
  transform: scale(1);
}
.symptom-lists .list-box.magazine .box-data {
  float: left;
  width: 40%;
  margin: 30px 20px 20px 0;
  padding: 0;
}
.symptom-lists .list-box.magazine .box-data h3 {
  overflow: inherit;
  height: inherit;
  margin-bottom: 5px;
}
.symptom-lists .list-box.magazine .box-data p {
  line-height: 1.5;
}
.symptom-lists .list-box.magazine .box-btn {
  padding: 0 30px;
  position: relative;
}
.symptom-lists .list-box.magazine .box-btn .btn-GB {
  display: block;
  padding: 7px 20px 7px 40px;
}
.symptom-lists .list-box.magazine a:hover .box-btn .btn-GB {
  background-color: #d95e00;
  color: #fff;
  box-shadow: 0 7px 0 #a64f00;
  position: relative;
  top: -2px;
}
.IMG-tooth {
  width: 85px;
  position: absolute;
  bottom: 10px;
  right: 40px;
  z-index: 9;
}

/* article-ad */
#article-ad {
  overflow: hidden;
  min-height: 250px;
  margin: 50px 0;
}
  #article-ad.green {
    background-image: url(../images/BG_articleAd2-Green.svg), url(../images/BG_articleAd-Green.jpg);
    background-repeat: no-repeat ,repeat;
    background-position: 160px -20px;
    background-position-x: calc(50% - 450px);
    background-size: 340px, 100%;
  }
  #article-ad.brown {
    background-image: url(../images/BG_articleAd2-Brown.svg), url(../images/BG_articleAd-Brown.jpg);
    background-repeat: no-repeat ,repeat;
    background-position: 160px -20px;
    background-position-x: calc(50% - 450px);
    background-size: 340px, 100%;
  }
.articleAd-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
#article-ad .box-data {
  display: inline-block;
}
#article-ad .box-data h2 {
  color: #f2ecd8;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
#article-ad .box-data h2 b {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
#article-ad .box-btn {
  display: inline-block;
  width: inherit;
  clear: inherit;
  margin: 43px 0 0 20px
}
#article-ad .box-img {
  display: inline-block;
  margin-left: 10%;
  margin-top: 25px;
}
#article-ad .box-img img {
  width: 250px;
}

/* other-symptomNav */
.other-symptomNav {
  overflow: hidden;
  text-align: center;
}
.other-symptomNav .box-title {
  font-size: 3.125rem;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.other-symptomNav li {
  background-image: url(../images/icon_arrow-B.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  font-size: 1.75rem;
  position: relative;
}
.other-symptomNav li a {
  padding: 0 40px;
}
.other-symptomNav li:after {
  content: '';
  background-color: rgba(0,0,0,.2);
  width: 1px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 10px;
}
.other-symptomNav li:last-child:after {
  display: none;
}



/*======================
  magazine-buy
=======================*/
section#magazine-buy {
  background-color: #dae000;
  background-image: url(../images/BG_magazine-buy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1000px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff8e0;
}
#magazine-buy .box-title {
  font-size: 3.125rem;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin: 50px 0 35px;
}
#magazine-buy .Mbuy-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
#magazine-buy .Mbuy-main .MB-m {
  width: 60%;
}
#magazine-buy .Mbuy-main .box-img {
  float: left;
  width: 33%;
}
#magazine-buy .Mbuy-main .box-img img {
  width: 100%;
}
#magazine-buy .Mbuy-main .box-img:hover img {
  transform: scale(1.05);
}
#magazine-buy .Mbuy-main .box-data {
  float: left;
  margin-left: 25px;
  width: 60%;
}
#magazine-buy .Mbuy-main .box-data h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
#magazine-buy .Mbuy-main .box-data h3 span {
  font-size: 1.5rem;
}
#magazine-buy .Mbuy-main .box-data p {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
#magazine-buy .Mbuy-main .box-data .box-btn {
  position: relative;
}
#magazine-buy .Mbuy-main .box-data .box-btn .btn-GB {
  font-size: 1.75rem;
  padding: 12px 110px 12px 40px;
  margin-top: 80px;
  width: 100%;
}
#magazine-buy .Mbuy-main .box-data .box-btn .IMG-tooth {
  right: 10px;
}



/*======================
  Article
=======================*/
article {
  background-size: cover;
  }
  article.g {
    background-image: url(../images/BG_G.jpg);
    background-color: #0c4633;
  }
  article.brown {
    background-image: url(../images/BG_B.jpg);
    background-color: #773225;
  }
section#article-kv {
  min-height: calc(100vh - 40px);
  padding-top: 36px;
  display: flex;
}
  article.g #article-kv {
    background-image: url(../images/BG_articleKv-G.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position-y: calc(100% + 100px);
    background-position-x: calc(100% - 0px);
  }
  article.brown #article-kv {
    background-image: url(../images/BG_articleKv-B.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position-y: calc(100% + 10px);
    background-position-x: calc(100% - 20%);
  }
#article-kv .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#article-kv .box-data {
  color: #f2ecd8;
  margin-left: 5%;
}
  article.brown #article-kv .box-data {
    color: #fffcf2;
  }
#article-kv .box-data h1 {
  font-size: 3.375rem;
  font-weight: 800;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
#article-kv .box-data h1 span {
  background-image: url(../images/IMG_articleH1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 164px;
  height: 160px;
  text-indent: -5000px;
  display: inline-block;
  position: absolute;
  top: -110px;
  right: -70px;
}
  article.brown #article-kv .box-data h1 span {
    top: -90px;
    right: -170px;
  }
#article-kv .box-data p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 30px;
  width: 43%;
}
#article-kv .box-data .box-btn .btn-OB {
  padding: 14px 40px 15px 50px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 2px;
}
  article.brown #article-kv .box-data .box-btn .btn-OB {
    background-color: #0c702e;
    box-shadow: 0 5px 0 #0c4633;
  }
  article.brown #article-kv .box-data .box-btn .btn-OB:hover,
  article.brown #article-kv .box-data .box-btn .btn-OB:focus {
    box-shadow: 0 7px 0 #0c4633;
  }
#article-kv .box-data .box-btn .icon-arrow {
  transform:rotate(90deg);
}
section#article-content {
  padding: 80px 0 60px 0;
}
#article-content .container {
  width: 60%;
}
#article-content .container p {
  color: #f2ecd8;
  line-height: 1.75;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
  }
  article.brown #article-content .container p {
    color: #fffcf2;
  }
  article.brown #article-content .container p a {
    color: #fff;
    text-decoration: underline;
  }
  article.brown #article-content .container p a:hover {
    text-decoration: none;
  }
#article-content .container h2 {
  color: #ec8600;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 80px 0 20px 0;
}
  article.brown #article-content .container h2 {
    color: #fff18d;
  }
/*導購*/
.content-note {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid rgba(242,236,216,.3);
  overflow: hidden;
  position: relative;
  min-height: 140px;
}
.note-box {
  padding: 30px 30px 20px 30px;
  color: #f2ecd8;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 140px;
}
.note-box .box-data {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 200;
  padding-right: 20px;
}
.note-box .box-title {
  font-size: 1.0625rem;
  font-weight: 200;
  margin-top: 5px;
}
.note-box .box-title span {
  width: 56px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -10px;
}
.content-note .box-A {
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 3px;
  letter-spacing: 2px;
  cursor: pointer;
}
.note-box .box-A {
  background-color: rgba(242,236,216,.8);
  color: #0c4633;
  right: 6px;
}
  article.brown .note-box .box-A {
    color: #773225;
  }
.content-note .box-A i.icon-arrow {
  background-image: url(../images/icon_arrow-G.svg);
  width: 18px;
  height: 18px;
  top: 3px;
  margin-left: 0;
}
  article.brown .content-note .box-A i.icon-arrow {
    background-image: url(../images/icon_arrow-Br.svg);
  }
.note-buy .box-A {
  background-color: rgba(12,70,51,.5);
  color: #f2ecd8;
  left: -6px;
}
  article.brown .note-buy .box-A {
    background-color: rgba(119,50,37,.5);
  }
.note-buy .box-A i.icon-arrow,
article.brown .note-buy .box-A i.icon-arrow {
  background-image: url(../images/icon_arrow.svg);
  transform:rotate(180deg);
}
.note-buy {
  background-color: #f2ecd8;
  width: 100%;
  height: 100%;
  min-height: 140px;
  position: absolute;
  top: 0;
  left: 2000px;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 60px;
  transition: .8s;-moz-transition: .8s;-webkit-transition: .8s;-o-transition: .8s;
}
.note-buy.active {
  left: 0;
}
.note-buy .buyData {
  width: 100%;
  display: flex;
  align-items: center;
}
#noteA .note-buy .box-img,
article.brown #noteC .note-buy .box-img {
  width: 150px;
  overflow: hidden;
}
#noteA .note-buy .box-img img,
article.brown #noteC .note-buy .box-img img {
  margin-left: calc(50% - 105px);
}
.note-buy .box-img {
  float: left;
}
.note-buy .box-img img {
  height: 120px;
}
.note-buy .box-data {
  float: left;
  width: 53%;
  color: #0c4633;
  margin: 0 0 0 20px;
}
  article.brown .note-buy .box-data {
    color: #773225;
  }
#noteA .note-buy .box-data {
  width: 45%;
}
.note-buy .box-data h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.note-buy .box-data h6 {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 300;
}
.note-buy .box-btn {
  float: left;
  display: inline-block;
  width: initial;
  clear: inherit;
  margin: 0 0 0 35px;
}
.note-buy .box-btn .btn-OB {
  padding: 10px 20px 10px 20px;
}



/*======================
  article-symptomNav
=======================*/
section#article-symptomNav {
  background-color: #fff8e0;
  padding: 70px 0;
}
#article-symptomNav .other-symptomNav .box-title {
  line-height: 1.2;
}
#article-symptomNav .other-symptomNav .box-title span {
  font-size: 2.5rem;
  font-weight: 500;
}



/*======================
  Footer
=======================*/
footer#main-footer {
  position: relative;
  }
  body.index #main-footer {
    padding-bottom: 31px;
  }
/*-Commonhealth_footer-*/
#commonhealth_footer {
  padding: 20px 0;
  border-bottom: 5px solid #0c4633;
}
.commonhealth_footer-channel {
  width: 100%;
  font-size: 0.9375rem;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
}
.commonhealth_footer-channel li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.commonhealth_footer-channel li a {
  color: #333;
  text-decoration: none;
  position: relative;
}
.commonhealth_footer-channel li a:after {
  content: "";
  background-color: #094;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  transition: .3s;
}
.commonhealth_footer-channel li a:hover:after {
  width: 100%;
  left: 0;
}
.commonhealth_footer-channel li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.commonhealth_footer-channel a:hover {
  color: #000;
}
.commonhealth_footer-copyright {
  color: #555;
  font-size: 0.875rem;
  font-size: 14px;
  text-align: center;
}
.commonhealth_footer-channel br, .commonhealth_footer-copyright br {
  display: none;
}