@media (min-width: 1200px) {
  #kv h1 {
    width: 400px;
    height: 360px;
    left: calc(50% - 200px);
    top: 15%;
  }
  #kv .woman-L, #kv .woman-R {
    background-size: 65%;
  }
  #kv .woman-L .indexDialog {
    right: 55%;
  }
  #kv .woman-R .indexDialog {
    left: 55%;
  }
  article.g #article-kv,
  article.brown #article-kv {
    background-size: 40%;
  }
}
@media (max-width: 1200px) {
  #symptom-content .symptom-lists .container {
    padding-left: 110px;
  }
  .symptom-lists .list-box:nth-child(3), .symptom-lists .list-box:nth-child(6) {
    margin-right: 30px;
  }
  #article-ad.green {
    background-position-x: calc(50% - 320px);
  }
  #article-ad .box-img {
    margin-left: 6%;
  }
  #magazine-buy .Mbuy-main .MB-m {
    width: 70%;
  }
  #article-content .container {
    width: 70%;
  }
  #kv .woman-L .indexDialog, #kv .woman-R .indexDialog {
    width: 240px;
    height: 264px;
    top: 10%;
  }
  #kv .woman-L, #kv .woman-R {
    background-size: 400px;
  }
  #kv .woman-L .indexDialog {
    right: 320px;
  }
  #kv .woman-R .indexDialog {
    left: 320px;
  }
  #kv .woman-L .indexDialog h2, #kv .woman-R .indexDialog h2 {
    font-size: 1.7rem;
  }
  #kv .woman-L .indexDialog h2 b, #kv .woman-R .indexDialog h2 b {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 989px) and (max-width: 1024px) {
  #kv .woman-L .indexDialog {
    right: 280px;
  }
  #kv .woman-R .indexDialog {
    left: 280px;
  }
  article.g #article-kv {
    background-position-x: calc(100% - -40px);
  }
}
@media (max-width: 990px) {
  #symptom-nav .container {
    width: 100%;
  }
  #symptom-content .symptom-lists .container {
     padding-left: 0;
  }
  .symptom-lists .list-box {
    width: 352px;
  }
  .symptom-lists .list-box:nth-child(even) {
    margin-right: 0;
  }
  .symptom-lists .list-box.AD > div {
    margin: 28px 0 0 9px;
  }
  #article-ad.green .container {
    width: 90%;
  }
  #magazine-buy .Mbuy-main .MB-m {
    width: 100%;
  }
  article.g #article-kv {
    background-size: 460px;
    background-position-x: calc(100% - -120px);
  }
  #article-kv .box-data {
    margin-left: 0;
  }
  #article-kv .box-data h1 {
    font-size: 3rem;
  }
  #article-kv .box-data h1 span {
    width: 134px;
    height: 130px;
    top: -80px;
    right: -30px;
  }
  #article-kv .box-data p {
    font-size: 1.2rem;
    width: 60%;
  }
  .note-buy .box-btn .btn-OB {
    padding: 10px 10px 10px 10px;
    font-size: 1rem;
  }
  .note-buy .box-data h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .note-buy .box-data h6 {
    font-size: 1rem;
  }
  article.brown #article-kv {
    background-position-y: calc(100% + 10px);
    background-position-x: calc(100% - 10%);
  }
  #kv h1 {
    width: 300px;
    height: 270px;
    left: calc(50% - 150px);
  }
  #kv .woman-L, #kv .woman-R {
    background-size: 500px;
    background-position-y: calc(100% + 150px);
    width: 50vw;
  }
  #kv .woman-L {
    background-position-x: calc(100% + 150px);
  }
  #kv .woman-R {
    background-position-x: calc(0% - 150px);
  }
  #kv .woman-L .indexDialog {
    right: 220px;
  }
  #kv .woman-R .indexDialog {
    left: 220px;
  }
  #kv .woman-L .indexNote, #kv .woman-R .indexNote {
    font-size: 0.7rem;
    top: 2%;
  }
}
@media (max-width: 768px) {
  .pcOnly { display: none !important; }
  .mobileOnly { display: block !important; }

  .topbar20 {
    display: none;
  }
  body {
    padding-top: 44px;
  }
  body.content header#main-header {
    top: 0;
    z-index: 100;
    min-height: 44px;
  }
  body.index header#main-header {
    background-color: rgba(12,70,51,.95);
    bottom: inherit;
    top: 0;
    z-index: 100;
  }
  header#main-header {
    padding: 10px 0;
  }
  #main-header .header-logo {
    float: left;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 2px;
  }
  #main-header .header-logo span {
    width: 14px;
    height: 14px;
    margin: 0 5px;
  }
  .header-burger {
    float: right;
    width: 23px;
    height: 16px;
    line-height: 5px;
    position: relative;
    top: 5px;
  }
  .header-burger span {
    background-color: #f2ecd8;
    width: 23px;
    height: 2px;
    border-radius: 10px;
    display: inline-block;
  }
  .header-burger span:before,
  .header-burger span:after {
    content: '';
    background-color: #f2ecd8;
    width: 23px;
    height: 2px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .header-burger span:before {
    top: 0;
  }
  .header-burger span:after {
    bottom: 0;
  }
  .header-share a {
    margin-right: 0;
  }
  .header-share .h-LINE {
    margin-left: 0;
    margin-right: 0;
  }
  .header-share .h-FB {
    margin-right: 20px;
  }
  .mobile-nav {
    background-color: #0c4633;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100vw;
    overflow: hidden;
    z-index: 999;
    transition: .8s;-moz-transition: .8s;-webkit-transition: .8s;-o-transition: .8s;
  }
  .mobile-nav.active {
    left: 0;
  }
  .mobile-nav .box-logo {
    background-color: #f2ecd8;
    overflow: hidden;
    padding: 20px 30px 0 30px;
  }
  .mobile-nav .box-logo .CHlogo {
    width: 180px;
    margin-bottom: 10px;
  }
  .mobile-nav nav {
    background-color: #0c5d33;
    padding-top: 10px;
  }
  .mobile-nav nav li {
    background-image: url(../images/icon_mobileNav.svg);
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-size: 12px;
    background-color: #0c5d33;
    color: #f2ecd8;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
  }
  .mobile-nav nav li:last-child {
    padding-bottom: 10px;
  }
  .mobile-nav nav li:nth-child(10) {
    margin-bottom: 15px;
  }
  .mobile-nav nav li:after {
    content: '';
    background-color: rgba(242,236,216,.2);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 43px;
  }
  .mobile-nav nav li a {
    display: block;
    padding: 5px 20px 8px 43px;
    color: #f2ecd8;
  }
  .mobile-nav nav li.title {
    background-image: none;
    padding: 5px 20px;
    font-size: 1rem;
    font-weight: 100;
    opacity: .9;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .mobile-nav nav li:last-child:after,
  .mobile-nav nav li:nth-child(10):after,
  .mobile-nav nav li.title:after {
    display: none;
  }
  .mobile-nav nav li.other {
    background-color: #0c4633;
  }
  #main-header .mobile-nav .box-logo .header-logo {
    float: inherit;
  }
  #main-header .mobile-nav .box-logo .header-logo a {
    color: #009944;
  }
  #main-header .mobile-nav .box-logo .header-logo span {
    background-image: url(../images/icon_header-logo2.svg);
  }
  .header-close {
    width: 23px;
    height: 16px;
    line-height: 5px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 99;
  }
  .header-close:before,
  .header-close:after {
    content: '';
    background-color: #0c2233;
    width: 23px;
    height: 2px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-close:before {
    transform:rotate(45deg);
  }
  .header-close:after {
    transform:rotate(-45deg);
  }

  .mobile-AD {
    position: fixed;
    bottom: 0;
    left: calc(50% - 160px);
    z-index: 99;
  }
    .mobile-AD.index {
      position: inherit;
      bottom: inherit;
      left: inherit;
      margin-bottom: 20px;
      text-align: center;
    }
    .mobile-AD.index > div {
      display:inline-block;
    }
    .mobile-AD.list {
      bottom: 0;
      transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
    }
    .hideUp .mobile-AD.list {
      bottom: -150px;
    }
    .mobile-AD.articleF {
      bottom: -150px;
      transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
    }
    .mobile-AD.articleF.active {
      bottom: 0;
    }
    .hideUp .mobile-AD.articleF.active {
      bottom: -150px;
    }
  /*-Commonhealth_footer-*/
  #commonhealth_footer {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 170px;
  }
    body.index #commonhealth_footer {
      padding-bottom: 0;
    }
  .commonhealth_footer-channel {
    font-size: 0.875rem;
    font-size: 14px;
  }
  .commonhealth_footer-channel li {
    padding-right: 5px;
    margin-right: 3px;
  }
  .commonhealth_footer-copyright {
    font-size: 0.8125rem;
    font-size: 13px;
    line-height: 1.5;
  }
  .commonhealth_footer-channel br, .commonhealth_footer-copyright br {
    display: inline-block;
  }
  .commonhealth_footer-channel li:nth-child(4) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }

  #symptom-content .symptom-lists .container {
    padding-left: 15px;
  }
  .symptom-lists .list-box {
    width: 100%;
    min-height: inherit;
  }
  .symptom-lists .list-box.magazine .box-img {
    margin: 20px 19px 20px 20px;
  }
  .symptom-lists .list-box.magazine .box-data p {
    line-height: 1.4;
  }
  .symptom-lists .list-box.magazine .box-btn {
    margin-bottom: 25px;
  }
  .IMG-tooth {
    width: 75px;
  }
  body.symptom {
    background-position: left 40px;
  }
  section#symptom-header {
    padding: 50px 0 40px;
  }
  #symptom-header h1 {
    font-size: 2.7rem;
  }
  .symptom-lists .list-box .box-data {
    padding-top: 5px;
  }
  .symptom-lists .list-box .box-data h3 {
    height: inherit;
    font-size: 1.4rem;
  }
  .symptom-lists .list-box.AD > div {
    margin: 0;
    margin-left: calc(50% - 168px);
  }
  #symptom-nav .container {
    padding: 0;
  }
  #symptom-nav ul {
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    padding-left: 55px;
  }
  #article-ad.green .container {
    width: 100%;
  }
  #article-ad.green {
    background-position-x: calc(50% - 70px);
    padding: 30px 0 40px;
    min-height: inherit;
  }
  #article-ad.brown {
    background-position-x: calc(50% - 70px);
    padding: 30px 0 40px;
    min-height: inherit;
  }
  #article-ad .box-img {
    display: none;
  }
  .articleAd-main {
    display: inherit;
  }
  #article-ad .box-data {
    width: 100%;
  }
  #article-ad .box-data h2 {
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
  }
  #article-ad .box-data h2 b {
    font-size: 2.5rem;
  }
  #article-ad .box-btn {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
  #article-ad .box-btn .btn-OB {
    width: 70%;
    text-align: center;
  }
  .other-symptomNav .box-title {
    font-size: 2.2rem;
  }
  #magazine-buy .box-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .other-symptomNav li {
    margin-bottom: 10px;
  }
  .other-symptomNav li:after {
    display: none;
  }
  .other-symptomNav li a {
    padding: 0 40px 0 20px;
  }
  section#magazine-buy {
    background-size: 900px;
  }
  #magazine-buy .Mbuy-main .box-img {
    float: inherit;
    width: 270px;
    margin-left: calc(50% - 135px);
  }
  #magazine-buy .Mbuy-main .box-data {
    float: inherit;
    margin-top: 30px;
    margin-left: 5%;
    width: 90%;
  }
  #magazine-buy .Mbuy-main .box-data h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #magazine-buy .Mbuy-main .box-data .box-btn .btn-GB {
    margin-top: 50px;
    padding: 12px 100px 12px 40px;
  }

  /*article*/
  section#article-kv {
    min-height: calc(100vh - 44px);
    padding-top: 0;
  }
  #article-kv .container {
    display: inline-block;
    width: 80%;
    padding: 0;
  }
  article.g #article-kv {
    background-size: 450px;
    background-position-y: calc(100% + 310px);
    background-position-x: calc(100% - -220px);
  }
  #article-kv .box-data {
    margin-top: 15%;
  }
  #article-kv .box-data h1 {
    font-size: 2.3rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #article-kv .box-data h1 span {
    display: none;
  }
  #article-kv .box-data p {
    font-size: 1.1rem;
    line-height: 1.6;
    width: 100%;
  }
  #article-kv .box-data .box-btn .btn-OB {
    width: 100%;
    text-align: center;
  }
  #article-content .container {
    width: 90%;
  }
  #article-content .container p {
    line-height: 1.6;
  }
  #article-content .container h2 {
    font-size: 2rem;
    margin: 50px 0 20px 0;
  }
  .content-note {
    min-height: 210px;
  }
  .note-box {
    padding: 20px 30px 20px 20px;
    min-height: inherit;
  }
  .note-box .box-data {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 300;
    padding-right: 10px;
  }
  .note-box .box-title {
    font-size: 1rem;
    font-weight: 100;
  }
  .note-box .box-data {
    font-size: 1.1rem;
    padding-right: 10px;
  }
  .note-box .box-A {
    right: 12px;
    padding: 0 6px;
  }
  .note-buy .box-A {
    left: -12px;
    padding: 0 6px;
  }
  .note-buy .buyData {
    width: 100%;
    display: block;
  }
  .note-buy .box-data,
  #noteA .note-buy .box-data {
    width: 100%;
    margin: 0;
  }
  .note-buy .box-img {
    display: none;
  }
  .note-buy {
    padding: 10px 20px 10px 60px;
  }
  .note-buy .box-data h4 {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 5px;
  }
  .note-buy .box-btn {
    float: inherit;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .note-buy .box-btn .btn-OB {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }
  section#kv {
    background-image: url(../images/BG_woman_M.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: calc(100vh - 36px);
    margin-bottom: 30px;
  }
  #kv h1 {
    width: 200px;
    height: 180px;
    left: calc(50% - 110px);
  }
  #kv .woman-L, #kv .woman-R {
    /*background-image: none;
    width: 100vw;*/
    display: none;
  }
  #kv .woman-L .indexDialog h2, #kv .woman-R .indexDialog h2 {
    display: none;
  }
  #kv .indexDialog-M-L,
  #kv .indexDialog-M-R {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
  }
  #kv .indexDialog-M-L {
    background-image: url(../images/BG_indexDialog-L-M.png);
    width: 175px;
    height: 163px;
    top: 35%;
    left: 10%;
    z-index: 9;
  }
  #kv .indexDialog-M-R {
    background-image: url(../images/BG_indexDialog-R-M.png);
    width: 175px;
    height: 163px;
    bottom: 10%;
    right: 10%;
  }
}
@media (max-width: 414px) {
  article.g #article-kv {
    background-size: 400px;
    background-position-y: calc(100% + 210px);
    background-position-x: calc(100% - -90px);
  }
  #noteC.content-note {
    min-height: 250px;
  }
  article.brown #article-kv {
    background-size: 400px;
    background-position-y: calc(100% + 160px);
    background-position-x: calc(0% - 90px);
  }
}
@media (max-width: 375px) {
  article.g #article-kv {
    background-size: 350px;
    background-position-y: calc(100% + 210px);
    background-position-x: calc(100% - -90px);
  }
  #noteC.content-note {
    min-height: 210px;
  }
  article.brown #article-kv {
    background-size: 500px;
    background-size: 360px;
    background-position-y: calc(100% + 200px);
    background-position-x: calc(0% - 115px);
  }
  #kv .woman-R .indexDialog {
    right: 8%;
  }
}
@media (max-width: 320px) {
  section#magazine-buy {
    background-size: 830px;
  }
  #magazine-buy .Mbuy-main .box-img {
    width: 200px;
    margin-left: calc(50% - 100px);
  }
  #magazine-buy .Mbuy-main .box-data {
    margin-top: 20px;
  }
  #magazine-buy .Mbuy-main .box-data .box-btn .btn-GB {
    padding: 12px 80px 12px 30px;
  }
  #magazine-buy .Mbuy-main .box-data .box-btn .btn-GB {
    margin-top: 30px;
  }
  .IMG-tooth {
    width: 65px;
  }
  article.g #article-kv {
    background-size: 300px;
    background-position-y: calc(100% + 180px);
    background-position-x: calc(0% + 145px);
  }
  #article-kv .container {
    width: 85%;
  }
  #article-kv .box-data h1 {
    font-size: 2rem;
  }
  #article-kv .box-data p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  #article-content .container {
    width: 95%;
  }
  #article-content .container h2 {
    font-size: 1.8rem;
  }
  #article-content .container p {
    font-size: 1.2rem;
  }
  .note-buy .box-data h4 {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .other-symptomNav .box-title {
    font-size: 2rem;
  }
  #article-symptomNav .other-symptomNav .box-title span {
    font-size: 1.9rem;
    font-weight: 700;
  }
  section#article-symptomNav {
    padding: 40px 0 30px 0;
  }
  .other-symptomNav li {
    font-size: 1.5rem;
  }
  article.brown #article-kv {
    background-size: 300px;
    background-position-y: calc(100% + 180px);
    background-position-x: calc(100% - 145px);
  }
  #kv h1 {
    width: 180px;
    height: 165px;
    left: calc(50% - 125px);
  }
  #kv .woman-L .indexDialog {
    width: 155px;
    height: 148px;
    left: 8%;
  }
  #kv .woman-R .indexDialog {
    width: 155px;
    height: 148px;
  }
  .mobile-nav .box-logo .CHlogo {
    width: 140px;
  }
  .mobile-nav nav li {
    background-position: 20px 14px;
    background-size: 10px;
    font-size: 1rem;
  }
  .mobile-nav nav li a {
    padding: 7px 20px 8px 43px;
  }
}




























