@charset "UTF-8";
/* line 1, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-handle:before, .twentytwenty-handle:after {
  content: " ";
  display: block;
  width: 3px;
  background: white;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 15, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 21, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* line 26, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

/* line 31, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

/* line 36, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 47, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

/* line 55, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 63, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-container img {
  position: absolute;
  top: 0;
  display: block;
}

/* line 67, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}

/* line 69, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

/* line 73, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 78, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-before-label {
  opacity: 0;
}

/* line 80, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-before-label:before {
  content: "Before";
  left: 10px;
}

/* line 84, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-after-label {
  opacity: 0;
}

/* line 86, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-after-label:before {
  content: "After";
  right: 10px;
}

/* line 90, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25;
}

/* line 96, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 98, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

/* line 100, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

/* line 103, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-before {
  z-index: 20;
}

/* line 106, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-after {
  z-index: 10;
}

/* line 109, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
}

/* line 125, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 131, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 138, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

/* line 143, ../sass/_vendor/_twentytwenty.scss */
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

/*-----------------------------------------------------------------------全域修正---*/
/* line 7, ../sass/_articles/_product.rp-series.scss */
.main * {
  box-sizing: border-box;
}

/* line 11, ../sass/_articles/_product.rp-series.scss */
.main .row {
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 13, ../sass/_articles/_product.rp-series.scss */
  .main .row div[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 21, ../sass/_articles/_product.rp-series.scss */
  h1.title-paragraph {
    margin-bottom: 20px !important;
  }
}

/* line 29, ../sass/_articles/_product.rp-series.scss */
h2.title-feature, h2.title-paragraph {
  line-height: 1.3em;
}
@media (max-width: 767px) {
  /* line 29, ../sass/_articles/_product.rp-series.scss */
  h2.title-feature, h2.title-paragraph {
    margin-bottom: 20px !important;
    font-family: "GillSans", Verdana, sans-serif !important;
  }
}

@media (max-width: 767px) {
  /* line 37, ../sass/_articles/_product.rp-series.scss */
  h3.title-paragraph {
    margin-bottom: 20px !important;
    font-family: "GillSans", Verdana, sans-serif !important;
  }
}

/* line 45, ../sass/_articles/_product.rp-series.scss */
.img-responsive {
  margin: 0 auto;
}

/* line 49, ../sass/_articles/_product.rp-series.scss */
.flex {
  display: flex;
  align-items: center;
}
@media all and (max-width: 992px) {
  /* line 49, ../sass/_articles/_product.rp-series.scss */
  .flex {
    display: block;
  }
}

/* line 57, ../sass/_articles/_product.rp-series.scss */
span.star {
  font-size: 0.7em !important;
  position: relative;
  top: -5px;
}

@media all and (max-width: 767px) {
  /* line 63, ../sass/_articles/_product.rp-series.scss */
  p.paragraph-big {
    font-size: 18px !important;
  }
}

@media all and (max-width: 767px) {
  /* line 69, ../sass/_articles/_product.rp-series.scss */
  p.paragraph {
    font-size: 17px !important;
    line-height: 1.7em;
  }
}

/*-----------------------------------------------------------------------主視覺---*/
/* line 78, ../sass/_articles/_product.rp-series.scss */
.main .kv .title .title-main {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 2px 2px 0, rgba(0, 0, 0, 0.2) 3px 3px 0;
}

/*-----------------------------------------------------------------------快速選單---*/
/* line 89, ../sass/_articles/_product.rp-series.scss */
#quick-menu {
  position: fixed;
  width: 205px;
  top: 195px;
  right: -145px;
  z-index: 5;
  transition: transform ease .3s;
}
/* line 96, ../sass/_articles/_product.rp-series.scss */
#quick-menu a {
  display: block;
  position: relative;
  border-bottom: 1px solid #D9D3E2;
  background-color: #FAFAFA;
  transition: transform ease .3s;
}
/* line 102, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:last-child {
  border-bottom: none;
}
/* line 105, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i {
  /*display: inline-block;
  width: 60px;
  height: 40px;
  background-image: url(../../../img/product/rp-series/anchor-icon.png);*/
  /*background-repeat: no-repeat;
  background-size: 160%;
  transition: background ease .3s;*/
}
/* line 113, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-1 {
  background-position: 5px -3.4px;
}
/* line 116, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-2 {
  background-position: 5px -51.5px;
}
/* line 119, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-3 {
  background-position: 5px -99.6px;
}
/* line 122, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-4 {
  background-position: 5px -147.7px;
}
/* line 125, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-5 {
  background-position: 5px -195.8px;
}
/* line 128, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-6 {
  background-position: 5px -243.9px;
}
/* line 131, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-7 {
  background-position: 5px -292px;
}
/* line 134, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-8 {
  background-position: 5px -340.1px;
}
/* line 137, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-9 {
  background-position: 5px -388.2px;
}
/* line 140, ../sass/_articles/_product.rp-series.scss */
#quick-menu a i.icon-10 {
  background-position: 5px -436.3px;
}
/* line 144, ../sass/_articles/_product.rp-series.scss */
#quick-menu a span {
  display: inline-block;
  height: 40px;
  width: calc( 100% - 60px);
  color: #65478D;
  font-weight: 600;
  font-size: .9em;
  white-space: nowrap;
  padding: 9px 0 0 10px;
}
/* line 154, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover {
  transform: translateX(-145px);
  background-color: #EFEFEF;
  border-bottom: none;
}
/* line 158, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i {
  background-color: #65478D;
  background-position-x: -60px;
}
/* line 161, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-1 {
  background-position: -40px -3.4px;
}
/* line 164, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-2 {
  background-position: -40px -51.5px;
}
/* line 167, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-3 {
  background-position: -40px -99.6px;
}
/* line 170, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-4 {
  background-position: -40px -147.7px;
}
/* line 173, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-5 {
  background-position: -40px -195.8px;
}
/* line 176, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-6 {
  background-position: -40px -243.9px;
}
/* line 179, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-7 {
  background-position: -40px -292px;
}
/* line 182, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-8 {
  background-position: -40px -340.1px;
}
/* line 185, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-9 {
  background-position: -40px -388.2px;
}
/* line 188, ../sass/_articles/_product.rp-series.scss */
#quick-menu a:hover i.icon-10 {
  background-position: -40px -436.3px;
}

/*-----------------------------------------------------------------------主內容---*/
/* line 198, ../sass/_articles/_product.rp-series.scss */
#intro {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  /* line 198, ../sass/_articles/_product.rp-series.scss */
  #intro {
    padding: 40px 0 0 0;
  }
}
/* line 205, ../sass/_articles/_product.rp-series.scss */
#intro h1 {
  line-height: 1.5em;
}
@media all and (max-width: 767px) {
  /* line 205, ../sass/_articles/_product.rp-series.scss */
  #intro h1 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/* line 212, ../sass/_articles/_product.rp-series.scss */
#intro div[class*="col-"] {
  padding: 0;
}
@media all and (max-width: 992px) {
  /* line 214, ../sass/_articles/_product.rp-series.scss */
  #intro div[class*="col-"].container-text {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media all and (max-width: 767px) {
  /* line 214, ../sass/_articles/_product.rp-series.scss */
  #intro div[class*="col-"].container-text {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media all and (max-width: 1200px) {
  /* line 224, ../sass/_articles/_product.rp-series.scss */
  #intro div[class*="col-"].container-img {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 224, ../sass/_articles/_product.rp-series.scss */
  #intro div[class*="col-"].container-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* line 240, ../sass/_articles/_product.rp-series.scss */
#ezwrite-intro {
  background: #efeeec;
}
@media all and (max-width: 992px) {
  /* line 242, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-intro .container-img {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

/* line 250, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article {
  background: #efeeec;
}
/* line 252, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article h2.title-feature {
  margin-bottom: 10px !important;
}
/* line 255, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-intro {
  margin-bottom: 50px;
}
/* line 257, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-intro > div {
  min-height: 96px;
  /*background: url(../../../img/product/rp-series/ezw-logo.png) left top no-repeat;*/
  padding-left: 120px;
}
@media all and (max-width: 767px) {
  /* line 257, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-intro > div {
    padding-left: 15px;
    padding-top: 120px;
    background-position: center top;
  }
}
/* line 270, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-text .container-text-left .clearfix {
  margin: 0 0 50px 0;
}
@media all and (max-width: 767px) {
  /* line 270, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-text .container-text-left .clearfix {
    margin: 0;
  }
}
/* line 278, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-text .container-text-right .clearfix {
  margin: 0 0 35px 0;
}
@media all and (max-width: 767px) {
  /* line 278, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-text .container-text-right .clearfix {
    margin: 0;
  }
}
/* line 285, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-text .pull-left {
  width: 19%;
  text-align: right;
}
@media all and (max-width: 767px) {
  /* line 285, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-text .pull-left {
    width: 19%;
    margin-bottom: 5%;
    text-align: center;
  }
}
/* line 295, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-text .pull-right {
  width: 81%;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  /* line 295, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-text .pull-right {
    width: 81%;
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 767px) {
  /* line 302, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-text .pull-right h3.title-paragraph {
    text-align: left;
    margin-bottom: 5px !important;
  }
}
/* line 311, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs .pull-left {
  width: 10%;
  text-align: right;
}
@media all and (max-width: 767px) {
  /* line 311, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-tabs .pull-left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
/* line 319, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs .pull-left img {
  margin: 0;
  display: inline-block;
}
@media all and (max-width: 767px) {
  /* line 319, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-tabs .pull-left img {
    max-width: 55px;
  }
}
/* line 327, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs .pull-right {
  width: 90%;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  /* line 327, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-tabs .pull-right {
    width: 100%;
    padding: 0;
  }
}
/* line 336, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs {
  border: 1px solid #70afb0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}
/* line 342, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs li {
  float: left;
  width: 20%;
  border-right: 1px solid #70afb0;
}
/* line 346, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs li:last-child {
  border-right: none;
}
/* line 349, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs li a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 55px 0 5px 0;
  color: #c7c7c6;
  font-weight: 900;
  background-position: center 10px;
  background-repeat: no-repeat;
}
@media all and (max-width: 480px) {
  /* line 349, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-tabs #ezwrite-tabs li a {
    background-size: 50%;
    font-size: 0;
    padding: 25px 0;
    background-position: center center;
  }
}
/* line 366, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs li:hover a, #ezwrite-article .container-tabs #ezwrite-tabs li.ui-tabs-active a {
  color: #484294;
}
/* line 370, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-1 a {
  /*background-image: url(../../../img/product/rp-series/tab-1.png);*/
}
/* line 372, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-1:hover a, #ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-1.ui-tabs-active a {
  /*background-image: url(../../../img/product/rp-series/tab-1a.png);*/
}
/* line 376, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-2 a {
  /*background-image: url(../../../img/product/rp-series/tab-2.png);*/
}
/* line 378, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-2:hover a, #ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-2.ui-tabs-active a {
  /*background-image: url(../../../img/product/rp-series/tab-2a.png);*/
}
/* line 382, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-3 a {
  /*background-image: url(../../../img/product/rp-series/tab-3.png);*/
}
/* line 384, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-3:hover a, #ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-3.ui-tabs-active a {
  /*background-image: url(../../../img/product/rp-series/tab-3a.png);*/
}
/* line 388, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-4 a {
  /*background-image: url(../../../img/product/rp-series/tab-4.png);*/
}
/* line 390, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-4:hover a, #ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-4.ui-tabs-active a {
  /*background-image: url(../../../img/product/rp-series/tab-4a.png);*/
}
/* line 394, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-5 a {
  /*background-image: url(../../../img/product/rp-series/tab-5.png);*/
}
/* line 396, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-5:hover a, #ezwrite-article .container-tabs #ezwrite-tabs #ezwrite-tab-5.ui-tabs-active a {
  /*background-image: url(../../../img/product/rp-series/tab-5a.png);*/
}
/* line 400, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-outer {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  /* line 400, ../sass/_articles/_product.rp-series.scss */
  #ezwrite-article .container-tabs #ezwrite-outer {
    margin-top: 20px;
  }
}
/* line 405, ../sass/_articles/_product.rp-series.scss */
#ezwrite-article .container-tabs #ezwrite-outer p {
  max-width: 654px;
  width: 100%;
  margin: 0 auto 20px auto;
  font-size: 14px !important;
  line-height: 1.3em;
}

/* line 416, ../sass/_articles/_product.rp-series.scss */
#nfcpen {
  padding-top: 0;
}
/* line 418, ../sass/_articles/_product.rp-series.scss */
#nfcpen .container-intro {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  /* line 418, ../sass/_articles/_product.rp-series.scss */
  #nfcpen .container-intro {
    margin-bottom: 0;
  }
}
/* line 425, ../sass/_articles/_product.rp-series.scss */
#nfcpen .container-text figure {
  margin-bottom: 10%;
}
@media all and (max-width: 767px) {
  /* line 425, ../sass/_articles/_product.rp-series.scss */
  #nfcpen .container-text figure {
    margin: 50px 0 25px 0;
  }
}

/* line 434, ../sass/_articles/_product.rp-series.scss */
#eye-care {
  padding: 0;
}

/* line 435, ../sass/_articles/_product.rp-series.scss */
#eye-care #eye-care-why.small {
  background-size: 50%;
}
@media all and (max-width: 1200px) {
  /* line 435, ../sass/_articles/_product.rp-series.scss */
  #eye-care #eye-care-why.small {
    background-size: 80%;
  }
}
@media all and (max-width: 992px) {
  /* line 435, ../sass/_articles/_product.rp-series.scss */
  #eye-care #eye-care-why.small {
    background-size: contain;
  }
}

/* line 445, ../sass/_articles/_product.rp-series.scss */
#eye-care-why {
  /*background: url(../../../img/product/rp-series/eye-care-why-bg.jpg) right 0% center no-repeat #EDEDED;*/
  background-size: contain;
  padding: 5% 20px;
}
@media all and (max-width: 1200px) {
  /* line 445, ../sass/_articles/_product.rp-series.scss */
  #eye-care-why {
    background-position: right -130% center;
    background-size: 80%;
  }
}
@media all and (max-width: 992px) {
  /* line 445, ../sass/_articles/_product.rp-series.scss */
  #eye-care-why {
    /*background: url(../../../img/product/rp-series/eye-care-why-bg-mobile.jpg) center 180px no-repeat #EDEDED;*/
    background-size: contain;
    padding: 50px 5% 50px 5%;
  }
}
@media all and (max-width: 992px) {
  /* line 459, ../sass/_articles/_product.rp-series.scss */
  #eye-care-why .container-text {
    padding-top: 80%;
  }
}
/* line 465, ../sass/_articles/_product.rp-series.scss */
#eye-care-why #eye-care-why-chart {
  margin-top: 40px;
  padding: 0 15px;
  width: 41.66667%;
}
@media all and (max-width: 1200px) {
  /* line 465, ../sass/_articles/_product.rp-series.scss */
  #eye-care-why #eye-care-why-chart {
    width: 58.3333%;
  }
}
@media all and (max-width: 992px) {
  /* line 465, ../sass/_articles/_product.rp-series.scss */
  #eye-care-why #eye-care-why-chart {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 465, ../sass/_articles/_product.rp-series.scss */
  #eye-care-why #eye-care-why-chart {
    padding-top: 0;
    margin-top: 0;
  }
}
/* line 479, ../sass/_articles/_product.rp-series.scss */
#eye-care-why #eye-care-why-chart > div {
  border-width: 10px;
  border-style: solid;
  position: relative;
  padding: 30px 15px;
  width: 49%;
  font-size: .9em;
}
@media all and (max-width: 767px) {
  /* line 479, ../sass/_articles/_product.rp-series.scss */
  #eye-care-why #eye-care-why-chart > div {
    margin: 50px 0 0 0;
  }
}
@media all and (max-width: 480px) {
  /* line 479, ../sass/_articles/_product.rp-series.scss */
  #eye-care-why #eye-care-why-chart > div {
    width: 100%;
  }
}
/* line 492, ../sass/_articles/_product.rp-series.scss */
#eye-care-why #eye-care-why-chart > div strong {
  font: 600 2em helvetica;
  display: inline-block;
  background: #EDEDED;
  width: 90px;
  text-align: center;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 504, ../sass/_articles/_product.rp-series.scss */
#eye-care-why #eye-care-why-chart > div span {
  display: block;
  font-size: .9em;
}
/* line 509, ../sass/_articles/_product.rp-series.scss */
#eye-care-why #eye-care-why-chart > div#chart-25-percent {
  border-color: #0CBCCE;
}
/* line 511, ../sass/_articles/_product.rp-series.scss */
#eye-care-why #eye-care-why-chart > div#chart-25-percent strong {
  color: #0CBCCE;
}
/* line 515, ../sass/_articles/_product.rp-series.scss */
#eye-care-why #eye-care-why-chart > div#chart-80-percent {
  border-color: #FFC62C;
}
/* line 517, ../sass/_articles/_product.rp-series.scss */
#eye-care-why #eye-care-why-chart > div#chart-80-percent strong {
  color: #FFC62C;
}

/* line 525, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution {
  padding: 40px 20px;
}
@media all and (max-width: 767px) {
  /* line 525, ../sass/_articles/_product.rp-series.scss */
  #eye-care-solution {
    padding-bottom: 0px;
  }
}
/* line 531, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .container-article > .row {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  /* line 531, ../sass/_articles/_product.rp-series.scss */
  #eye-care-solution .container-article > .row {
    margin-bottom: 15%;
  }
}
@media all and (max-width: 767px) {
  /* line 537, ../sass/_articles/_product.rp-series.scss */
  #eye-care-solution .container-article .container-text {
    margin-top: 25px;
  }
}
/* line 544, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution #note {
  padding: 20px;
  background: #F7F5EE;
}
@media all and (max-width: 767px) {
  /* line 544, ../sass/_articles/_product.rp-series.scss */
  #eye-care-solution #note {
    padding: 40px 20px;
  }
}
/* line 551, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .link {
  margin-top: 11px;
}
/* line 554, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .beforeafter {
  position: relative;
  z-index: 1;
}
/* line 558, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .twentytwenty-container img {
  left: 0;
  right: 0;
}
/* line 562, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .twentytwenty-handle {
  width: 135px;
  height: 54px;
  background: url(img/product/eye-care-solution-drag.png) right center no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-left: -67px;
  cursor: pointer;
}
/* line 572, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .twentytwenty-handle:before, #eye-care-solution .twentytwenty-handle:after {
  width: 1px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: none;
}
/* line 577, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .twentytwenty-handle:before {
  margin-bottom: 27px;
}
/* line 580, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .twentytwenty-handle:after {
  margin-top: 7px;
}
/* line 583, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .twentytwenty-handle span {
  display: none;
}
/* line 585, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .twentytwenty-before-label,
#eye-care-solution .twentytwenty-after-label,
#eye-care-solution .twentytwenty-overlay {
  display: none;
}
/* line 590, ../sass/_articles/_product.rp-series.scss */
#eye-care-solution .caption {
  color: #65478D;
  text-align: center;
  padding-top: 5px;
  font-weight: 900;
}
@media all and (max-width: 480px) {
  /* line 590, ../sass/_articles/_product.rp-series.scss */
  #eye-care-solution .caption {
    font-size: 0.8em;
  }
}

/* line 603, ../sass/_articles/_product.rp-series.scss */
#agscreen .container-text h2.title-feature {
  /*background: url(../../../img/product/rp-series/ags-logo.png) left center no-repeat;*/
  padding-left: 42px;
  background-size: 27px;
  height: 37px;
  padding-top: 3px;
}
@media all and (max-width: 767px) {
  /* line 603, ../sass/_articles/_product.rp-series.scss */
  #agscreen .container-text h2.title-feature {
    text-align: left;
  }
}
/* line 613, ../sass/_articles/_product.rp-series.scss */
#agscreen .container-text figure {
  margin: 5% 0;
}
@media all and (max-width: 767px) {
  /* line 613, ../sass/_articles/_product.rp-series.scss */
  #agscreen .container-text figure {
    text-align: center;
  }
}
/* line 618, ../sass/_articles/_product.rp-series.scss */
#agscreen .container-text figure img {
  margin: 0;
}
@media all and (max-width: 767px) {
  /* line 618, ../sass/_articles/_product.rp-series.scss */
  #agscreen .container-text figure img {
    display: inline-block;
  }
}
/* line 626, ../sass/_articles/_product.rp-series.scss */
#agscreen #note {
  background: #f7f5ee;
  padding: 30px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  /* line 626, ../sass/_articles/_product.rp-series.scss */
  #agscreen #note {
    padding: 20px;
  }
}

/* line 636, ../sass/_articles/_product.rp-series.scss */
#readability {
  background: #EEEFF3;
  padding-bottom: 1px;
}
/* line 639, ../sass/_articles/_product.rp-series.scss */
#readability .container-article > .row {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  /* line 639, ../sass/_articles/_product.rp-series.scss */
  #readability .container-article > .row {
    margin-bottom: 15%;
  }
}
@media all and (max-width: 767px) {
  /* line 645, ../sass/_articles/_product.rp-series.scss */
  #readability .container-img {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  /* line 652, ../sass/_articles/_product.rp-series.scss */
  #readability .classroom-ready-size {
    margin-left: -8%;
  }
}
/* line 656, ../sass/_articles/_product.rp-series.scss */
#readability span {
  font-size: .9em;
}

/* line 659, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design {
  padding-bottom: 30px;
}
@media all and (max-width: 480px) {
  /* line 659, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design {
    padding-bottom: 20px;
  }
}
/* line 664, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail {
  position: relative;
  width: 100%;
  max-width: 1004px;
  margin: 50px auto;
}
@media all and (max-width: 767px) {
  /* line 669, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #detail > img {
    display: none !important;
  }
}
/* line 674, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part {
  position: absolute;
  z-index: 1;
}
@media all and (max-width: 767px) {
  /* line 674, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #detail .detail-part {
    position: static;
    margin-bottom: 30px;
  }
}
/* line 681, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part a > img {
  animation: breath 1s ease infinite alternate;
  border-radius: 50%;
}
@keyframes breath {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@media all and (max-width: 767px) {
  /* line 681, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #detail .detail-part a > img {
    display: none;
  }
}
/* line 693, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part .detail-content {
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: transform ease .2s;
  border: 5px solid #0CBCCE;
  background: #fff;
  width: 500px;
  padding: 15px 15px 15px 0;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  /* line 693, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #detail .detail-part .detail-content {
    transform: scale(1);
    -webkit-transform: scale(1);
    border: none;
    background: #F7F5EE;
    width: 100%;
    padding: 30px 15px;
    position: static;
  }
}
/* line 713, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part .detail-content .container-img {
  text-align: left;
  width: 38%;
}
@media all and (max-width: 767px) {
  /* line 713, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #detail .detail-part .detail-content .container-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 721, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part .detail-content .container-text {
  width: 62%;
}
@media all and (max-width: 767px) {
  /* line 721, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #detail .detail-part .detail-content .container-text {
    width: 100%;
  }
}
/* line 726, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part .detail-content .container-text h3 {
  margin-bottom: 5px;
}
/* line 731, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part .detail-content b {
  font: 100 1em "GillSans",Verdana,sans-serif;
}
/* line 735, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part.active {
  z-index: 2;
}
/* line 737, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part.active a > img {
  animation-play-state: paused;
  box-shadow: 0 0 15px yellow;
}
/* line 741, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #detail .detail-part.active .detail-content {
  transform: scale(1);
}
/* line 747, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design .col-sm-6 .container-text {
  margin: 25px 0 50px 0;
}
@media all and (max-width: 767px) {
  /* line 747, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design .col-sm-6 .container-text {
    margin-top: 25px;
  }
}
/* line 752, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design .col-sm-6 .container-text span {
  display: inline-block;
  font-size: .9em;
  margin: 25px 0 0 0;
}
@media all and (max-width: 767px) {
  /* line 752, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design .col-sm-6 .container-text span {
    margin: 0;
  }
}
/* line 761, ../sass/_articles/_product.rp-series.scss */
#thoughtful-design #multi-touch {
  background: #EEE8DF;
  padding: 20px 40px 0 40px;
  margin: 0 15px;
}
@media all and (max-width: 992px) {
  /* line 761, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #multi-touch {
    padding-top: 40px;
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 761, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #multi-touch {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  /* line 773, ../sass/_articles/_product.rp-series.scss */
  #thoughtful-design #multi-touch .container-img {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  /* line 782, ../sass/_articles/_product.rp-series.scss */
  #multi-touch .container-img {
    margin-bottom: 0;
  }
}

/* line 789, ../sass/_articles/_product.rp-series.scss */
#open-platform {
  padding-bottom: 0;
  background: #F7F5EE;
}
/* line 792, ../sass/_articles/_product.rp-series.scss */
#open-platform h2 {
  margin-bottom: 50px !important;
}
/* line 796, ../sass/_articles/_product.rp-series.scss */
#open-platform .row .col-sm-4 {
  padding: 0 25px;
}
@media all and (max-width: 767px) {
  /* line 796, ../sass/_articles/_product.rp-series.scss */
  #open-platform .row .col-sm-4 {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
    /* line 801, ../sass/_articles/_product.rp-series.scss */
    #open-platform .row .col-sm-4:nth-child(1) img {
      /*max-width: 170px;*/
    }
    /* line 804, ../sass/_articles/_product.rp-series.scss */
    #open-platform .row .col-sm-4:nth-child(2) img {
      /*max-width: 131px;*/
    }
    /* line 807, ../sass/_articles/_product.rp-series.scss */
    #open-platform .row .col-sm-4:nth-child(3) img {
      /*max-width: 195px;*/
    }
    /* line 811, ../sass/_articles/_product.rp-series.scss */
    #open-platform .row .col-sm-4 .container-img {
      min-height: 176px;
      margin-bottom: 20px;
    }
}
@media all and (max-width: 767px) {
  /* line 811, ../sass/_articles/_product.rp-series.scss */
  #open-platform .row .col-sm-4 .container-img {
    min-height: inherit;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  /* line 822, ../sass/_articles/_product.rp-series.scss */
  #open-platform .row.flex .container-img {
    margin-bottom: 0;
  }
}

/* line 832, ../sass/_articles/_product.rp-series.scss */
#ten-advantages h2.title-feature {
  font: 100 3em "GillSansLight", Verdana, sans-serif;
  margin-bottom: 100px !important;
}
@media all and (max-width: 767px) {
  /* line 832, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages h2.title-feature {
    font: 300 25px "GillSans", Verdana, sans-serif;
    margin-bottom: 40px !important;
  }
}
/* line 840, ../sass/_articles/_product.rp-series.scss */
#ten-advantages #advantages-box {
  /*background: url(../../../img/product/rp-series/ten-bg.jpg) center top no-repeat;*/
}
@media all and (max-width: 767px) {
  /* line 840, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-box {
    background: none;
  }
}
/* line 845, ../sass/_articles/_product.rp-series.scss */
#ten-advantages #advantages-box figure {
  width: 33%;
}
@media all and (max-width: 767px) {
  /* line 845, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-box figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  /* line 851, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-box figure img {
    max-width: 62%;
  }
  /* line 855, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-box figure img.mda-compatibility {
    max-width: 85%;
    width: 85%;
  }
}
/* line 862, ../sass/_articles/_product.rp-series.scss */
#ten-advantages #advantages-box dl {
  width: 62%;
}
@media all and (max-width: 767px) {
  /* line 862, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-box dl {
    width: 100%;
  }
}
/* line 868, ../sass/_articles/_product.rp-series.scss */
#ten-advantages #advantages-box dl dt {
  padding-left: 16px;
  /*background: url(../../../img/product/rp-series/ten-dot.jpg) left 7px no-repeat;*/
  font-weight: 900;
}
@media all and (max-width: 767px) {
  /* line 868, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-box dl dt {
    text-align: center;
    background: none;
    margin-bottom: 20px;
    font: 900 20px "GillSans", Verdana, sans-serif !important;
    padding: 0;
  }
}
/* line 881, ../sass/_articles/_product.rp-series.scss */
#ten-advantages #advantages-box dl dd {
  padding-left: 16px;
}
@media all and (max-width: 767px) {
  /* line 881, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-box dl dd {
    padding: 0;
  }
}
/* line 888, ../sass/_articles/_product.rp-series.scss */
#ten-advantages #advantages-box .advantages-box {
  min-height: 152px;
}
@media all and (max-width: 767px) {
  /* line 888, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-box .advantages-box {
    min-height: inherit;
    margin-bottom: 30px;
  }
}
/* line 896, ../sass/_articles/_product.rp-series.scss */
#ten-advantages #advantages-left {
  width: 42%;
}
@media all and (max-width: 767px) {
  /* line 896, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-left {
    width: 100%;
  }
}
/* line 902, ../sass/_articles/_product.rp-series.scss */
#ten-advantages #advantages-right {
  width: 42%;
  margin-top: 75px;
}
@media all and (max-width: 767px) {
  /* line 902, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-right {
    width: 100%;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 909, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-right figure {
    float: left !important;
  }
}
@media all and (max-width: 767px) {
  /* line 914, ../sass/_articles/_product.rp-series.scss */
  #ten-advantages #advantages-right dl {
    float: right !important;
  }
}

@media all and (min-width: 767px) {
  /* line 927, ../sass/_articles/_product.rp-series.scss */
  .main section article.accessories, .main section article.gallery, .main section article.recommended {
    padding-left: 100px;
    padding-right: 100px;
  }
}
/*-----------------------------------------------------------------------主視覺---*/
/* line 6, ../sass/product-rp750.scss */
.main.product .kv {
  /*background: url(../../../img/product/rp750/kv.jpg) 50% 90%;*/
  background-size: cover;
}

/*-----------------------------------------------------------------------主內容---*/
@media all and (max-width: 992px) {
  /* line 15, ../sass/product-rp750.scss */
  #intro .main img {
    width: 90%;
  }
}

@media all and (max-width: 992px) {
  /* line 22, ../sass/product-rp750.scss */
  #mda .row .col-sm-4 {
    margin-top: 40px;
  }
  /* line 24, ../sass/product-rp750.scss */
  #mda .row .col-sm-4 img {
    margin-top: 25px;
    width: 80%;
  }
}
/* line 32, ../sass/product-rp750.scss */
#eye-care #eye-care-why {
  background-size: 80%;
}
@media all and (max-width: 992px) {
  /* line 32, ../sass/product-rp750.scss */
  #eye-care #eye-care-why {
    background-size: contain;
  }
}
@media all and (max-width: 992px) {
  /* line 32, ../sass/product-rp750.scss */
  #eye-care #eye-care-why {
    /*background: url(../../../img/product/rp-series/eye-care-why-bg-mobile.jpg) center 0px no-repeat #EDEDED;*/
    background-size: contain;
    padding: 50px 5% 50px 5%;
  }
}
@media all and (max-width: 992px) {
  /* line 43, ../sass/product-rp750.scss */
  #eye-care #eye-care-why .container-text {
    padding-top: 62%;
  }
}

/* line 51, ../sass/product-rp750.scss */
#multi-touch {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (max-width: 992px) {
  /* line 54, ../sass/product-rp750.scss */
  #multi-touch .container-text {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  /* line 54, ../sass/product-rp750.scss */
  #multi-touch .container-text {
    margin-bottom: 20px;
  }
}

/* line 66, ../sass/product-rp750.scss */
#thoughtful-design #detail #detail-part-1 {
  left: 8%;
  bottom: 5%;
}
/* line 69, ../sass/product-rp750.scss */
#thoughtful-design #detail #detail-part-1 .detail-content {
  left: -50px;
  bottom: 40px;
}
/* line 74, ../sass/product-rp750.scss */
#thoughtful-design #detail #detail-part-2 {
  left: 48.5%;
  bottom: 5%;
}
/* line 77, ../sass/product-rp750.scss */
#thoughtful-design #detail #detail-part-2 .detail-content {
  left: -50px;
  bottom: 40px;
}
/* line 82, ../sass/product-rp750.scss */
#thoughtful-design #detail #detail-part-3 {
  right: 10%;
  bottom: 6%;
}
/* line 85, ../sass/product-rp750.scss */
#thoughtful-design #detail #detail-part-3 .detail-content {
  right: -50px;
  bottom: 40px;
}
/* line 90, ../sass/product-rp750.scss */
#thoughtful-design #detail #detail-part-4 {
  right: 0%;
  bottom: 45%;
}
/* line 93, ../sass/product-rp750.scss */
#thoughtful-design #detail #detail-part-4 .detail-content {
  right: -50px;
  bottom: 40px;
}
