.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 500;
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align: center;
}

@media only screen and (max-height: 900px) {
  .scroll_down {
    top: 30%;
  }
}
@media only screen and (max-width: 1250px) {
  .scroll_down {
    display: none;
  }
}

article {
  position: relative;
}
article .topic_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 180px;
  padding-bottom: 50px;
  border-bottom: solid 1px #908b82;
}
@media only screen and (max-width: 1250px) {
  article .topic_box {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 950px) {
  article .topic_box {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
article .topic_box .bread {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 950px) {
  article .topic_box .bread {
    display: block;
    margin-bottom: 20px;
  }
}
article .topic_box .bread .time {
  font-size: 14px;
  font-weight: 300;
  color: #908b82;
  margin-bottom: 5px;
}
@media only screen and (max-width: 950px) {
  article .topic_box .bread .time {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
article .topic_box .bread .cate {
  color: #908b82;
}
@media only screen and (max-width: 950px) {
  article .topic_box .bread .cate {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
}
article .topic_box h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 45px;
  line-height: 60px;
  width: calc(100% - 345px);
  margin-left: 210px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1250px) {
  article .topic_box h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 950px) {
  article .topic_box h2 {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 28px;
    line-height: 46px;
  }
}

section.news {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
@media only screen and (max-width: 950px) {
  section.news {
    padding: 40px 0 60px;
  }
}
section.news .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  section.news .inner {
    width: calc(100% - 60px);
  }
}
section.news .inner .news_box {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
section.news .inner .news_box::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box {
    text-align: left;
    padding-bottom: 0px;
  }
}
section.news .inner .news_box .cate_box {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-bottom: 100px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .cate_box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    padding: 8px 20px 14px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    display: none;
  }
}
section.news .inner .news_box .cate_box .title {
  color: #beaa93;
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .cate_box .title {
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
section.news .inner .news_box .cate_box .arr {
  width: 16px;
  height: 16px;
  background-image: url(../images/cate_btn.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
  display: none;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .cate_box .arr {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .cate_box .cate_list {
    display: none;
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 0;
    background-color: #fff;
    padding: 10px 0px;
    border: solid 1px #beaa93;
  }
}
section.news .inner .news_box .cate_box .cate_list .cate {
  color: #908b82;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: left;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.news .inner .news_box .cate_box .cate_list .cate.active {
  color: #beaa93;
}
@media only screen and (min-width: 751px) {
  section.news .inner .news_box .cate_box .cate_list .cate:hover {
    color: #beaa93;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .cate_box .cate_list .cate {
    font-size: 18px;
    margin-bottom: 0;
    padding: 5px 50px;
  }
  section.news .inner .news_box .cate_box .cate_list .cate.active {
    color: #908b82;
  }
}
@media only screen and (max-width: 950px) and (min-width: 751px) {
  section.news .inner .news_box .cate_box .cate_list .cate:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #beaa93;
  }
}
section.news .inner .news_box .news_main {
  width: calc(100% - 345px);
  display: inline-block;
  vertical-align: top;
  margin-left: 100px;
  position: relative;
  float: right;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .news_box .news_main {
    width: calc(100% - 305px);
    margin-left: 60px;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main {
    width: 100%;
    margin-left: 0;
  }
}
section.news .inner .news_box .news_main .share_box {
  text-align: left;
  margin-bottom: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  top: 75%;
  z-index: 1;
}
@media only screen and (max-height: 900px) {
  section.news .inner .news_box .news_main .share_box {
    top: 65%;
  }
}
@media only screen and (max-width: 1250px) {
  section.news .inner .news_box .news_main .share_box {
    position: relative;
    width: auto;
    right: 0;
    top: 0;
  }
}
section.news .inner .news_box .news_main .share_box p {
  display: inline-block;
  vertical-align: middle;
  margin-left: -6px;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .news_box .news_main .share_box p {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .share_box p {
    font-size: 16px;
  }
}
section.news .inner .news_box .news_main .share_box a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .news_box .news_main .share_box a {
    margin-bottom: 0;
  }
}
section.news .inner .news_box .news_main .share_box a.share_fb {
  background-image: url(../images/social_fb.svg);
}
section.news .inner .news_box .news_main .share_box a.share_line {
  background-image: url(../images/social_line.svg);
}
section.news .inner .news_box .news_main .share_box a.share_link {
  background-image: url(../images/social_link.svg);
}
@media only screen and (min-width: 751px) {
  section.news .inner .news_box .news_main .share_box a:hover.share_fb {
    background-image: url(../images/social_fb_brown.svg);
  }
  section.news .inner .news_box .news_main .share_box a:hover.share_line {
    background-image: url(../images/social_line_brown.svg);
  }
  section.news .inner .news_box .news_main .share_box a:hover.share_link {
    background-image: url(../images/social_link_brown.svg);
  }
}
section.news .inner .news_box .news_main .editor_box {
  text-align: left;
}
section.news .inner .news_box .news_main .editor_box p {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .editor_box p {
    font-size: 18px;
    line-height: 35px;
  }
}
section.news .inner .news_box .news_main .editor_box h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .editor_box h4 {
    font-size: 22px;
  }
}
section.news .inner .news_box .news_main .editor_box figure {
  display: inline-block;
}
section.news .inner .news_box .news_main .editor_box figure figcaption {
  font-size: 16px;
  color: #908b82;
  margin-top: 10px;
}
section.news .inner .news_box .news_main .editor_box img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto !important;
}
section.news .inner .news_box .news_main .editor_box ul {
  list-style-type: disc;
  margin-bottom: 30px;
}
section.news .inner .news_box .news_main .editor_box ol {
  list-style-type: decimal;
  margin-bottom: 30px;
}
section.news .inner .news_box .news_main .editor_box strong {
  font-weight: bold;
  margin-bottom: 30px;
}
section.news .inner .news_box .news_main .editor_box iframe {
  max-width: 100%;
  margin-bottom: 30px;
}
section.news .inner .news_box .news_main .editor_box .img_box01 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .editor_box .img_box01 {
    margin-bottom: 40px;
  }
}
section.news .inner .news_box .news_main .editor_box .img_box01 img {
  width: 100%;
  overflow: hidden;
}
section.news .inner .news_box .news_main .editor_box .img_box02 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .editor_box .img_box02 {
    margin-bottom: 40px;
  }
}
section.news .inner .news_box .news_main .editor_box .img_box02 figure {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-left: -6px;
  overflow: hidden;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .editor_box .img_box02 figure {
    max-width: initial;
  }
}
@media only screen and (max-width: 750px) {
  section.news .inner .news_box .news_main .editor_box .img_box02 figure {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
section.news .inner .news_box .news_main .editor_box .img_box02 figure img {
  width: 100%;
}
section.news .inner .news_box .news_main .faq {
  text-align: left;
}
section.news .inner .news_box .news_main .faq h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .faq h4 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
section.news .inner .news_box .news_main .faq .item {
  margin-bottom: 20px;
}
section.news .inner .news_box .news_main .faq .item .q {
  font-size: 22px;
  line-height: 40px;
  padding: 30px 70px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.news .inner .news_box .news_main .faq .item .q:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/qa_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .faq .item .q {
    font-size: 20px;
    line-height: 36px;
    padding: 15px 60px 15px 20px;
  }
  section.news .inner .news_box .news_main .faq .item .q:after {
    right: 20px;
  }
}
section.news .inner .news_box .news_main .faq .item .ans {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  line-height: 40px;
  display: none;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .faq .item .ans {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 751px) {
  section.news .inner .news_box .news_main .faq .item:hover .q {
    background-color: #beaa93;
    color: #FFF;
  }
  section.news .inner .news_box .news_main .faq .item:hover .q:after {
    background-image: url(../images/qa_icon_hover.svg);
  }
}
section.news .inner .news_box .news_main .faq .item.active .q {
  background-color: #beaa93;
  color: #FFF;
}
section.news .inner .news_box .news_main .faq .item.active .q:after {
  background-image: url(../images/qa_icon_open.svg);
}
section.news .inner .news_box .news_main .page_box {
  border-top: 1px solid #908b82;
  margin-top: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .page_box {
    text-align: center;
    margin-bottom: 50px;
  }
}
section.news .inner .news_box .news_main .page_box a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.news .inner .news_box .news_main .page_box a.prev, section.news .inner .news_box .news_main .page_box a.next {
  width: 57px;
  height: 57px;
  cursor: pointer;
  background-image: url(../images/page_arr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 30px;
  margin-top: 10px;
}
section.news .inner .news_box .news_main .page_box a.prev {
  float: left;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .page_box a.prev {
    margin-left: 0;
    margin-right: 20px;
    float: none;
  }
}
section.news .inner .news_box .news_main .page_box a.next {
  float: right;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .page_box a.next {
    margin-left: 0px;
    float: none;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .news_main .page_box a.back_list {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 751px) {
  section.news .inner .news_box .news_main .page_box a:hover {
    color: #beaa93;
  }
  section.news .inner .news_box .news_main .page_box a:hover.prev, section.news .inner .news_box .news_main .page_box a:hover.next {
    background-image: url(../images/page_arr_hover.svg);
  }
}
section.news .inner .news_box .related_product {
  width: 240px;
  text-align: left;
  float: left;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .related_product {
    position: relative;
    left: initial;
    top: initial !important;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
section.news .inner .news_box .related_product .title {
  color: #beaa93;
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .related_product .title {
    text-align: left;
  }
}
section.news .inner .news_box .related_product a {
  display: block;
  padding-bottom: 30px;
  border-bottom: solid 1px #908b82;
  margin-bottom: 30px;
  position: relative;
}
section.news .inner .news_box .related_product a:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 751px) {
  section.news .inner .news_box .related_product a:hover .row figure:after {
    opacity: 1;
  }
  section.news .inner .news_box .related_product a:hover .row .info {
    opacity: 1;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .related_product a {
    display: inline-block;
    vertical-align: top;
    border-bottom: solid 0px #908b82;
    margin-right: 30px;
    max-width: 240px;
    width: calc(50% - 30px);
    margin-left: -6px;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  section.news .inner .news_box .related_product a:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 750px) {
  section.news .inner .news_box .related_product a {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}
section.news .inner .news_box .related_product a .row {
  position: relative;
}
section.news .inner .news_box .related_product a .row figure {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
section.news .inner .news_box .related_product a .row figure:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 950px) {
  section.news .inner .news_box .related_product a .row figure:after {
    width: 100%;
    height: 100%;
  }
}
section.news .inner .news_box .related_product a .row figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.news .inner .news_box .related_product a .row .info {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
section.news .inner .news_box .related_product a .row .info .cate {
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  section.news .inner .news_box .related_product a .row .info .cate {
    font-size: 14px;
  }
}
section.news .inner .news_box .related_product a .row .info .p_name {
  color: #FFF;
  font-size: 30px;
}
@media only screen and (max-width: 750px) {
  section.news .inner .news_box .related_product a .row .info .p_name {
    font-size: 18px;
  }
}