@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------- productBox ----------*/
.productBox--square .productBox__text {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  padding: 10px;
}
.productBox--square .productBox__text .name {
  color: #ffffff;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.productBox--square .productBox__text .price {
  min-height: 22px;
  max-height: 22px;
  overflow: hidden;
}
.productBox--square:hover .productBox__text {
  display: block;
}
.productBox--vertical {
  padding: 10px;
}
.productBox--vertical.verticalpd0 {
  padding: 0;
}
.productBox--vertical .productBox__text {
  position: static;
  padding: 10px;
  background-color: #ffffff;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  min-height: 160px;
}
.productBox--vertical .productBox__text .name {
  color: #212121;
  margin-bottom: 10px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}
.productBox--vertical:hover .productBox__text {
  background-color: #efefef;
}
.productBox--horizontal {
  padding: 10px 10px 10px 170px;
}
.productBox--horizontal .productBox__image {
  display: inline-block;
  width: 160px;
  margin-left: -160px;
  vertical-align: top;
}
.productBox--horizontal .productBox__text {
  position: static;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-left: -6px;
  padding: 10px;
}
.productBox--horizontal .productBox__text .name {
  color: #212121;
  margin-bottom: 10px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.productBox--today {
  padding: 25px;
}
.productBox--today .productBox__text {
  position: static;
}
.productBox--today .productBox__text .title {
  background-color: #212121;
  color: #ffffff;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 10px;
}
.productBox--today .productBox__text .name {
  font-size: 20px;
  color: #212121;
  margin-bottom: 10px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
}
.productBox--today .productBox__text .price {
  font-size: 20px;
  min-height: 28px;
  max-height: 28px;
  overflow: hidden;
}
.productBox--promo {
  padding: 10px 10px 10px 130px;
  border-radius: 5px;
}
.productBox--promo .productBox__image {
  display: inline-block;
  width: 120px;
  margin-left: -120px;
  vertical-align: top;
  border-radius: 5px;
  vertical-align: middle;
}
.productBox--promo .productBox__text {
  display: inline-block;
  width: 100%;
  margin-left: -6px;
  vertical-align: middle;
  padding: 0 10px;
}
.productBox--promo .productBox__text .name {
  font-size: 18px;
  color: #212121;
  margin-bottom: 5px;
}
.productBox--promo .productBox__text .intro {
  color: #212121;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.productBox--select {
  padding: 10px;
  border: 1px solid #e7e7e7;
}
.productBox--select .productBox__text {
  margin-top: 5px;
  margin-bottom: 20px;
}
.productBox--select .productBox__text .name {
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}
.productBox--select .productBox__text .price {
  color: #2e9dd6;
  min-height: 22px;
  max-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.productBox--select .productBox__action .button {
  margin-top: 10px;
}
.productBox--select.selected {
  border: 1px solid #eaf5fb;
  background-color: #eaf5fb;
}
.productBox--select.selectedB {
  border: 1px solid #eee;
  background-color: #eee;
}
.productBox--picked .productBox__action {
  margin: 10px 0;
}
.productBox--picked .productBox__info {
  font-size: 14px;
}
.productBox--picked .productBox__info .format {
  color: #bbbebb;
  margin-bottom: 3px;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}
.productBox--picked .productBox__info .price {
  color: #2e9dd6;
  min-height: 20px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.productBox--picked .productBox__delPicked {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../../images/rwd/deco/deco-delItem.png);
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 20;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.productBox--sidepromo .productBox__text {
  position: static;
  padding: 10px;
  background-color: #ffffff;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.productBox--sidepromo .productBox__text .name {
  color: #212121;
  margin-bottom: 10px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}
.productBox--sidepromo:hover .productBox__text {
  background-color: #efefef;
}
.productBox--article .productBox__text {
  position: static;
  padding: 10px;
  background-color: #ffffff;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.productBox--article .productBox__text .name {
  color: #212121;
  margin-bottom: 10px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.productBox--article:hover .productBox__text {
  background-color: #efefef;
}
.productBox__text {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.productBox__text .name {
  font-weight: bold;
  line-height: 24px;
}
.productBox__text .brand {
  font-size: 14px;
  font-style: italic;
  color: #9E9E9E;
  margin-bottom: 5px;
  min-height: 18px;
  max-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.productBox__text .price > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.productBox__pickMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.productBox__pickMask--soldOut {
  background-color: rgba(255, 255, 255, 0.8);
}
.productBox__pickMask--selected {
  background-color: transparent;
}
.productBox .actionBox {
  display: none;
}
.productBox:hover .actionBox {
  display: block;
}
.productBox.soldOut > .productBox__pickMask {
  opacity: 1;
  visibility: visible;
}
.productBox.soldOut:hover .productBox__image > img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

[data-id="productLink"] {
  outline: none;
}

[data-id="js-fancybox"] {
  outline: none;
}

.addToFavorite .actionBox {
  display: block;
}

.quickView {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 15;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.quickView__content {
  position: absolute;
  bottom: 10px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.quickView:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.quickView:hover .quickView__content {
  visibility: visible;
  opacity: 1;
}

/*---------- buyTogether ----------*/
.buyTogetherList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.buyTogetherList > li {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.buyTogetherList > li:nth-of-type(2n+1) {
  clear: left;
}

.buyTogetherBox {
  border-radius: 5px;
  padding: 10px 10px 10px 230px;
  background-color: transparent;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
}
.buyTogetherBox__image {
  display: inline-block;
  position: relative;
  width: 220px;
  margin-left: -220px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.buyTogetherBox__image > img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
}
.buyTogetherBox__image > .buyTogetherBox__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  z-index: 5;
  border-radius: 5px;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.buyTogetherBox__text {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -6px;
}
.buyTogetherBox__text .name {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
}
.buyTogetherBox__text .price {
  margin-bottom: 10px;
  min-height: 22px;
  max-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.buyTogetherBox__text .intro {
  font-size: 14px;
  color: #ddd;
  line-height: 24px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
}
.buyTogetherBox__text .desc {
  font-size: 14px;
  line-height: 24px;
  color: #2e9dd6;
  min-height: 24px;
  max-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.buyTogetherBox__processing {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  padding-left: 245px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.buyTogetherBox__processing .developing {
  margin-top: 10px;
  font-size: 14px;
}
.buyTogetherBox__processing .developing__time {
  float: left;
}
.buyTogetherBox__processing .developing__time > .status {
  color: #ddd;
  margin-right: 5px;
}
.buyTogetherBox__processing .developing__time > .term {
  color: #fff;
}
.buyTogetherBox__processing .developing__percent {
  float: right;
}
.buyTogetherBox__tag {
  position: absolute;
  font-size: 14px;
  background-color: #ffc800;
  color: #212121;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 10px;
  left: 10px;
  text-align: center;
}
.buyTogetherBox:hover {
  background-color: #4d4d4d;
}
.buyTogetherBox:hover .buyTogetherBox__image {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.buyTogetherBox:hover .buyTogetherBox__image > img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.buyTogetherBox:hover .buyTogetherBox__image > .buyTogetherBox__mask {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.buyTogetherBox.proceeding .buyTogetherBox__processing .progressbar > .ui-progressbar-value {
  background-color: #2e9dd6;
}
.buyTogetherBox.proceeding .buyTogetherBox__processing .developing__percent {
  color: #96ceea;
}
.buyTogetherBox.reached .buyTogetherBox__processing .progressbar > .ui-progressbar-value {
  background-color: #ffc800;
}
.buyTogetherBox.reached .buyTogetherBox__processing .developing__percent {
  color: #ffe37f;
}
.buyTogetherBox--sidepromo {
  padding: 0;
  border-radius: 0;
}
.buyTogetherBox--sidepromo .buyTogetherBox__image {
  width: 100%;
  display: block;
  margin-left: 0;
  border-radius: 0;
}
.buyTogetherBox--sidepromo .buyTogetherBox__image > img {
  border-radius: 0;
}
.buyTogetherBox--sidepromo .buyTogetherBox__text {
  display: block;
  margin-left: 0;
  padding: 10px;
}
.buyTogetherBox--sidepromo .buyTogetherBox__text .name {
  color: #212121;
}
.buyTogetherBox--sidepromo .buyTogetherBox__processing {
  position: static;
  padding-left: 0;
  padding-right: 0;
}
.buyTogetherBox--sidepromo .buyTogetherBox__processing .developing__time > .status {
  color: #9e9e9e;
}
.buyTogetherBox--sidepromo .buyTogetherBox__processing .developing__time > .term {
  color: #9e9e9e;
}
.buyTogetherBox--sidepromo:hover {
  background-color: #eeeeee;
}
.buyTogetherBox--sidepromo.proceeding .buyTogetherBox__processing .developing__percent {
  color: #2e9dd6;
}
.buyTogetherBox--listpage {
  border: 1px solid #efefef;
}
.buyTogetherBox--listpage .buyTogetherBox__text .name {
  color: #212121;
}
.buyTogetherBox--listpage .buyTogetherBox__text .intro {
  color: #757575;
}
.buyTogetherBox--listpage .buyTogetherBox__text .desc {
  color: #ffc800;
}
.buyTogetherBox--listpage .buyTogetherBox__processing .developing__time > .status, .buyTogetherBox--listpage .buyTogetherBox__processing .developing__time > .term {
  color: #9e9e9e;
}
.buyTogetherBox--listpage.proceeding .buyTogetherBox__processing .developing__percent {
  color: #2e9dd6;
}
.buyTogetherBox--listpage:hover {
  background-color: #EFEFEF;
}
.buyTogetherBox--listpage:hover .buyTogetherBox__image > .buyTogetherBox__mask {
  background-color: rgba(0, 0, 0, 0.2);
}
.buyTogetherBox--detailpromo .buyTogetherBox__text .name {
  color: #212121;
}
.buyTogetherBox--detailpromo .buyTogetherBox__text .intro {
  color: #757575;
}
.buyTogetherBox--detailpromo .buyTogetherBox__processing .developing__time > .status, .buyTogetherBox--detailpromo .buyTogetherBox__processing .developing__time > .term {
  color: #9e9e9e;
}
.buyTogetherBox--detailpromo:hover {
  background-color: #EFEFEF;
}
.buyTogetherBox--detailpromo:hover .buyTogetherBox__image > .buyTogetherBox__mask {
  background-color: rgba(0, 0, 0, 0.2);
}

/*---------- blog ----------*/
.blogList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.blogList--common > li {
  width: 25%;
}
.blogList--common > li:nth-of-type(4n+1) {
  clear: left;
}
.blogList > li {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blogBox {
  padding: 10px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.blogBox__image {
  position: relative;
  overflow: hidden;
}
.blogBox__image > img {
  width: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
}
.blogBox__image > .blogBox__mask {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  z-index: 5;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.blogBox__info {
  position: relative;
  min-height: 100px;
}
.blogBox__info .date {
  min-height: 20px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #9e9e9e;
  margin: 5px 0;
}
.blogBox__info .title {
  font-weight: bold;
  color: #212121;
  margin: 5px 0;
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
}
.blogBox__info .author {
  font-size: 14px;
  color: #9e9e9e;
  font-style: italic;
  margin-top: 15px;
  min-height: 20px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.blogBox:hover {
  background-color: #efefef;
}
.blogBox:hover .blogBox__image > img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blogBox:hover .blogBox__image > .blogBox__mask {
  visibility: visible;
  opacity: 1;
}
.blogBox.blogBox--page, .blogBox.blogBox--rwd {
  border: none;
  min-height: 310px;
}
.blogBox--narrow .blogBox__info .title {
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
}

/*---------- brand ----------*/
.brandList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.brandList > li {
  float: left;
  width: 33.3333333333%;
  padding: 0 20px;
  margin-bottom: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.brandBox {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.brandBox__brand {
  padding: 0 100px;
  margin-bottom: 10px;
}
.brandBox__info {
  text-align: center;
  margin: 15px 0;
}
.brandBox__info .name {
  color: #212121;
  font-weight: bold;
  margin-bottom: 10px;
}
.brandBox__info .discount {
  color: #2e9dd6;
  font-size: 14px;
}
.brandBox__info .discount:after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #e7e7e7;
  display: inline-block;
  margin: 0 10px;
  vertical-align: sub;
}
.brandBox__info .location {
  color: #9e9e9e;
  font-size: 14px;
  font-style: italic;
}
.brandBox__product {
  margin: 0 -7px;
  padding: 0;
  list-style: none;
}
.brandBox__product > li {
  float: left;
  padding: 0 5px;
  width: 33.3333333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.brandBox__mask {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.brandBox__mask--product {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.brandBox__mask--product > img {
  border-radius: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
}
.brandBox__mask > img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}
.brandBox__boxMask {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 15;
  transition: all .5s ease;
  border-radius: 10px;
}
.brandBox:hover .brandBox__mask--product > img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.brandBox:hover .brandBox__boxMask {
  visibility: visible;
  opacity: 1;
}
.brandBox--page {
  background-color: #f9f9f9;
}
.brandBox--page .brandBox__brand {
  padding: 0 120px;
}
.brandBox--page .brandBox__product > li {
  padding: 0 9px;
}

/*---------- bank ----------*/
.bankList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.bankList > li {
  float: left;
  width: 25%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bankBox {
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #ffffff;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
}
.bankBox__logo {
  margin-bottom: 5px;
}
.bankBox__logo > img {
  width: 100%;
}
.bankBox__info {
  font-size: 14px;
  color: #757575;
  min-height: 20px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bankBox:hover {
  background-color: #efefef;
}

/*---------- partner ----------*/
.partnerList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.partnerList > li {
  float: left;
  width: 20%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.partnerList > li:nth-of-type(5n+1) {
  clear: left;
}

.partnerImage {
  position: relative;
}
.partnerImage img {
  width: 100%;
}
.partnerImage--wb {
  visibility: visible;
  opacity: 1;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.partnerImage--color {
  visibility: hidden;
  opacity: 0;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.partnerImage:hover .partnerImage--wb {
  visibility: hidden;
  opacity: 0;
}
.partnerImage:hover .partnerImage--color {
  visibility: visible;
  opacity: 1;
}

/*---------- promoKV ----------*/
.promo__KV {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.promo__KV > li {
  float: left;
  width: 50%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promo__KV > li img {
  width: 100%;
}

.promoList {
  padding: 0;
  list-style: none;
}
.promoList > li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promoList--KVpromo {
  margin: 0 -10px;
}
.promoList--KVpromo > li {
  width: 33.3333333333%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.sliderSquare {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sliderSquare:before {
  content: "";
  display: block;
  padding-top: 21.186440678%;
}
.sliderSquare__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -92.5px;
}
.sliderSquare__title {
  margin-bottom: 10px;
}
.sliderSquare__title span {
  vertical-align: middle;
}

.tagRank {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  z-index: 20;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 200, 0, 0.9);
  color: #ffffff;
  border-radius: 50%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.featureBrandBox__image {
  border-radius: 50%;
}

.squareImages {
  overflow: hidden;
  border-radius: 50%;
}
.squareImages > img {
  width: 100%;
}

/*---------- tag ----------*/
.tagBox {
  position: absolute;
  left: 0;
  z-index: 10;
}
.tagBox--top {
  top: 0;
}
.tagBox--bottom {
  bottom: 0;
}

.tag {
  display: inline-block;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tag--normal {
  font-size: 14px;
  padding: 8px 10px;
}
.tag--productDelivery {
  font-size: 13px;
  padding: 2px 4px;
  border: 1px solid #2e9dd6;
  color: #2e9dd6;
  margin-right: 5px;
}
.tag--blog {
  top: 0;
  background-color: rgba(33, 33, 33, 0.9);
  color: #ffffff;
}
.tag--promotion {
  bottom: 0;
  background-color: rgba(46, 157, 214, 0.9);
  color: #ffffff;
}
.tag--new {
  bottom: 0;
  background-color: rgba(255, 200, 0, 0.9);
  color: #212121;
}
.tag--design {
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.9);
  color: #ffffff;
}
.tag--A {
  bottom: 0;
  background-color: #2e9dd6;
  color: #ffffff;
  width: 15px;
  text-align: center;
}
.tag--B {
  bottom: 0;
  background-color: #565656;
  color: #ffffff;
  width: 15px;
  text-align: center;
}

/*---------- price ----------*/
.price {
  font-family: Arial, '微軟正黑體', Verdana, 'Microsoft JhengHei', sans-serif;
}
.price--original {
  text-decoration: line-through;
  font-size: 14px;
  max-height: 14px;
  min-height: 14px;
  overflow: hidden;
}
.price--purchase {
  font-size: 14px;
}
.price .highLight {
  font-size: 32px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.price .spPriceTerm {
  font-size: 14px;
  color: #9e9e9e;
}
.price__tag {
  padding: 3px 5px;
  font-size: 13px;
  color: #ffffff;
  background-color: #2e9dd6;
  border-radius: 4px;
  margin-right: 3px;
}
.price__promo {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/*---------- widget ----------*/
.bxSlider--rank {
  margin: 0;
}
.bxSlider--rank > li > a {
  display: block;
  padding: 15px 0 0 15px;
}
.bxSlider--picked > li > .pickedElement {
  padding: 10px;
  min-height: 265px;
}

.bxSlider__container--noCover {
  padding-bottom: 40px;
}
.bxSlider__container--clone {
  display: none;
}

.bxSlider__controler {
  margin-top: 10px;
}

.imageZoom {
  float: left;
  margin-right: 10px;
}
.imageZoom .zoom {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../images/rwd/icon/icon-zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #e7e7e7;
  background-color: transparent;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.imageZoom .zoom:hover {
  background-color: #e7e7e7;
}

.customPager {
  float: left;
}
.customPager > a {
  display: block;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  -moz-transition: border .5s ease;
  -o-transition: border .5s ease;
  -webkit-transition: border .5s ease;
  transition: border .5s ease;
}
.customPager > a > img {
  width: 100%;
}
.customPager > a:hover, .customPager > a.active {
  border: 1px solid #ffc800;
}
.customPager > a:last-of-type {
  margin-right: 0;
}

.popup {
  display: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.popup__title {
  padding: 15px 10px;
  background-color: #efefef;
}
.popup__title > span {
  padding-left: 8px;
}
.popup__content {
  padding: 30px 10px;
  background-color: #ffffff;
  min-height: 195px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup__wrap {
  padding: 0 20px;
}
.popup__action {
  padding: 18px 0;
}
.popup__memo {
  text-align: right;
}
.popup__memo span {
  font-size: 14px;
  vertical-align: middle;
  color: #b1b1b1;
  margin-top: 1px;
  display: inline-block;
}
.popup__memo:hover span {
  color: #2e9dd6;
}
.popup__memo:hover .icon:before {
  background-position: 0 -15px;
}
.popup__alert {
  min-height: 125px;
  line-height: 125px;
  text-align: center;
}
.popup .transformSelect > li > span {
  padding: 15px 30px 15px 10px;
}
.popup--proImage {
  min-width: 750px;
  max-width: 750px;
  padding: 10px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
.popup--proImage > img {
  width: 100%;
}
.popup--proImage .fancybox-close-small {
  top: 15px;
  right: 15px;
}
.popup--common {
  min-width: 400px;
  max-width: 400px;
}
.popup--common .transformSelect .transformSelectDropdown {
  max-height: 100px;
  overflow-y: auto;
}
.popup--quickView {
  min-width: 850px;
  max-width: 850px;
}
.popup--quickView .scroll-wrapper {
  max-height: 480px;
}

.scroll-wrapper {
  max-height: 340px;
  padding-right: 10px;
}
.scroll-wrapper > scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > scroll-content ::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.scroll-element div {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.scroll-element.scroll-y.scroll-scrolly_vixible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scrollbar--common > .scroll-element, .scrollbar--common > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar--common > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar--common > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 4px;
}
.scrollbar--common > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track,
.scrollbar--common > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.scrollbar--common > .scroll-element .scroll-element_outer,
.scrollbar--common > .scroll-element .scroll-element_track,
.scrollbar--common > .scroll-element .scroll-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scrollbar--common > .scroll-element .scroll-element_track,
.scrollbar--common > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar--common > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar--common > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar--common > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar--common > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar--common > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.actionBox {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
.actionBox__btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}
.actionBox__btn:hover > .icon:before, .actionBox__btn:hover > .icon:after {
  background-position-y: -16px;
}
.actionBox__btn--favorite {
  display: none;
}
.actionBox__btn--social {
  border: 1px solid #ffffff;
}
.actionBox__btn--socialBlack {
  border: 1px solid #212121;
}
.actionBox__btn--social, .actionBox__btn--socialBlack {
  background-color: #ffffff;
}
.actionBox__btn--social:after, .actionBox__btn--socialBlack:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #efefef;
  border-top: none;
  opacity: 0;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.actionBox__btn--social.on, .actionBox__btn--socialBlack.on {
  background-color: #ffc800;
  border: 1px solid #ffc800;
}
.actionBox__btn--social.on > .icon:before, .actionBox__btn--social.on > .icon:after, .actionBox__btn--socialBlack.on > .icon:before, .actionBox__btn--socialBlack.on > .icon:after {
  background-position-y: -16px;
}
.actionBox__btn--social.on:after, .actionBox__btn--socialBlack.on:after {
  opacity: 1;
}
.actionBox__btn--social.on .actionBox__func, .actionBox__btn--socialBlack.on .actionBox__func {
  visibility: visible;
  opacity: 1;
}
.actionBox__func {
  position: absolute;
  width: 160px;
  text-align: left;
  left: 50%;
  top: 41px;
  margin-left: -80px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  z-index: 15;
}
.actionBox__func > a {
  display: block;
  padding: 15px 20px;
  color: #757575;
  background-color: #efefef;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.actionBox__func > a:hover {
  background-color: #f9f9f9;
  color: #2e9dd6;
}

.progressbar {
  height: 8px;
  background-color: #ddd;
  border-radius: 4px;
}
.progressbar > .ui-progressbar-value {
  height: 8px;
  border-radius: 4px;
}

.ui-slider-handle {
  border-radius: 50%;
  box-shadow: 0px 0px 4px #ccc;
  border: none;
}

.ui-slider-range {
  background: #2e9dd6;
}

.ui-slider {
  border-radius: 6px;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #cccccc;
  height: 8px;
}

.ui-state-focus {
  outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 10px #ccc;
}

.collapse--wide {
  border-bottom: 1px solid #e7e7e7;
  background-color: transparent;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.collapse--wide .collapse__title {
  padding: 15px;
}
.collapse--wide .collapse__title:after {
  right: 15px;
}
.collapse--wide .collapse__content {
  padding: 0 15px 15px;
}
.collapse--wide .collapse:hover {
  background-color: #f9f9f9;
}
.collapse--wide.open {
  background-color: transparent;
}
.collapse--wide.open .collapse__title:after {
  background-position: 0 -15px;
}
.collapse--wide.open .collapse__content {
  display: block;
}
.collapse--wide.open:hover {
  background-color: transparent;
}
.collapse--border {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.collapse--table {
  border: 1px solid #e7e7e7;
  border-top: none;
  font-size: 14px;
}
.collapse--table:first-of-type {
  border-top: 1px solid #e7e7e7;
}
.collapse--table:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.collapse--table:nth-of-type(even) {
  background-color: #ffffff;
}
.collapse--table .collapse__title {
  padding: 10px 25px 10px 0;
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse--table .collapse__title:after {
  right: 5px;
}
.collapse--table .collapse__td {
  display: table-cell;
  text-align: right;
  width: 33.3333333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse--table .collapse__content {
  padding: 10px;
}
.collapse--table.open .collapse__title:after {
  background-position: 0 -15px;
}
.collapse--table.open .collapse__content {
  display: block;
  border-top: 1px dashed #e7e7e7;
}
.collapse__title {
  cursor: pointer;
  position: relative;
}
.collapse__title:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  background-image: url(../../images/rwd/deco/deco-collapse.png);
  background-position: 0 0;
}
.collapse--announcement {
  background-color: #f9f9f9;
}
.collapse__content {
  display: none;
}

/*---------- listSection ----------*/
.page--productList .wrap {
  position: relative;
}

.filter {
  width: 220px;
  float: left;
  background: #efefef;
}
.docking .filter {
  position: fixed;
}
.postDocking .filter {
  position: absolute;
  bottom: 0;
}
.filter__content {
  padding: 25px 20px;
  border-bottom: 1px solid #dddddd;
}
.filter__content:first-of-type {
  padding-top: 0;
}
.filter__content label {
  color: #757575;
  cursor: pointer;
}
.filter__title {
  margin-bottom: 30px;
}
.filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter__list > li {
  margin-bottom: 30px;
}
.filter__list > li:last-of-type {
  margin-bottom: 0;
}
.filter__select {
  margin-top: 30px;
}
.filter__select + .filter__select {
  margin-top: 10px;
}
.filter__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter__nav--other > li a {
  padding: 10px 20px 10px 30px;
  color: #757575;
}
.filter__nav--other > li a:hover {
  color: #2e9dd6;
}
.filter__nav--breadcrum > li a {
  padding: 10px 20px;
  color: #9e9e9e;
  position: relative;
}
.filter__nav--breadcrum > li a.back:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  vertical-align: sub;
  background-image: url(../../images/rwd/deco/arrow-back.png);
  background-position: 0 0;
}
.filter__nav--breadcrum > li a.back:hover {
  color: #2e9dd6;
}
.filter__nav--breadcrum > li a.back:hover:before {
  background-position: 0 -15px;
}
.filter__nav--breadcrum > li span {
  padding: 10px 20px;
  color: #2e9dd6;
}
.filter__nav > li a, .filter__nav > li span {
  display: block;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.filter__nav > li a.on {
  color: #2e9dd6;
}
.filter__nav--mobile {
  display: none;
}
.filterAction {
  padding: 25px 20px 30px 20px;
}
.filterAction input[type='submit'] {
  padding: 12px 0;
  width: 100%;
  text-align: center;
  color: #2e9dd6;
  border: 1px solid #2e9dd6;
  background: transparent;
  border-radius: 10px;
}
.filterAction input[type='submit']:focus {
  outline: none;
}
.filterAction input[type='reset'] {
  color: #9e9e9e;
  text-decoration: underline;
  margin-top: 20px;
  font-size: 14px;
  border: 0;
  background: transparent;
}
.filterAction input[type='reset']:focus {
  outline: none;
}

.productList {
  float: left;
  background: #fff;
  margin-left: 0;
  position: relative;
  z-index: 15;
  max-width: 980px;
  /* Firefox */
  width: -moz-calc(100% - 220px);
  /* WebKit */
  width: -webkit-calc(100% - 220px);
  /* Opera */
  width: -o-calc(100% - 220px);
  /* Standard */
  width: calc(100% - 220px);
}
.productList__content {
  text-align: center;
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}
.docking .productList, .postDocking .productList {
  margin-left: 220px;
}
.productList__amount {
  text-align: right;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  border-top: 1px solid #e7e7e7;
  color: #9e9e9e;
}
.productList__theme {
  padding-left: 20px;
}
.productList__part {
  margin: 0 -10px;
}
.productList__part > .content {
  float: left;
  width: 50%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.productList__part > .content > .title {
  color: #ffffff;
  padding: 8px 10px;
  margin-bottom: 10px;
}
.productList__part > .content > .title--typeA {
  background-color: #2e9dd6;
}
.productList__part > .content > .title--typeB {
  background-color: #565656;
}
.productList--theme {
  border-top: 1px solid #e7e7e7;
}

#filterToggle {
  display: block;
  background: #efefef;
  color: #212121;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#filterToggle:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(../../images/rwd/icon/icon-filter.png);
  background-position: 0 0;
}
#filterToggle.noIcon {
  cursor: default;
}
#filterToggle.noIcon:after {
  display: none;
}

#filterClose {
  display: none;
  padding: 15px 20px;
  font-size: 20px;
  position: relative;
  color: #212121;
  background: #fff;
}
#filterClose:after {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../../images/rwd/icon/icon-filterClose@3x.png);
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  right: 20px;
}

.range__min, .range__max {
  font-size: 14px;
  margin-top: 10px;
  color: #2e9dd6;
}
.range__min span, .range__max span {
  font-size: 16px;
}
.range__max {
  float: right;
}
.range__min {
  float: left;
}

.filterBar {
  background: #fff;
  padding: 10px 0 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: padding 0.3s linear;
}
.filterBar__chips {
  float: left;
  max-width: 70%;
  /* Firefox */
  width: -moz-calc(100% - 250px);
  /* WebKit */
  width: -webkit-calc(100% - 250px);
  /* Opera */
  width: -o-calc(100% - 250px);
  /* Standard */
  width: calc(100% - 250px);
}
.filterBar__order {
  float: right;
  width: 250px;
}
.filterBar__order .filterBar__sort {
  display: table;
  width: 100%;
}
.filterBar__clearAll {
  display: inline-block;
  color: #2e9dd6;
  line-height: 32px;
  text-decoration: underline;
  -moz-text-decoration-color: #2e9dd6;
  /* Code for Firefox */
  text-decoration-color: #2e9dd6;
  font-size: 14px;
}
.filterBar.startFilter {
  padding-bottom: 0;
}

.order__filterToggle {
  display: none;
}
.order__title {
  width: 40px;
  color: #9e9e9e;
  display: table-cell;
}
.order__select {
  display: table-cell;
}

.chip {
  border: 1px solid #2e9dd6;
  color: #2e9dd6;
  text-align: center;
  padding: 5px 25px 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  padding-right: 25px;
}
.chip:after {
  content: '';
  display: block;
  background-image: url(../../images/rwd/icon/icon-cancelBlue.png);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
}

.products {
  text-align: center;
  line-height: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

.product {
  line-height: 1;
  text-align: left;
  position: relative;
  width: 220px;
  margin: 20px 5px 10px 5px;
  display: inline-block;
  vertical-align: top;
}

.productContainerOrphan {
  line-height: 1;
  text-align: left;
  position: relative;
  width: 220px;
  margin: 20px 5px 10px 5px;
  display: inline-block;
  vertical-align: top;
  background: #aaa;
  margin: 0 5px;
  height: 0;
}

.moreList {
  margin-bottom: 30px;
  text-align: center;
}

/*---------- promo tabs ----------*/
.promoTabs {
  border-top: 1px solid #e7e7e7;
}
.promoTabs__tabs {
  padding: 20px 0 40px;
}
.promoTabs__tabs .tab {
  color: #9e9e9e;
  font-size: 20px;
  padding: 0 20px;
  position: relative;
  display: block;
  float: left;
}
.promoTabs__tabs .tab:hover, .promoTabs__tabs .tab.active {
  color: #565656;
}
.promoTabs__tabs .tab:first-of-type {
  padding-left: 0;
}
.promoTabs__tabs .tab:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #e7e7e7;
}
.promoTabs__tabs .tab:last-of-type:after {
  display: none;
}
.promoTabs__content {
  padding: 0 0 25px;
}

/*---------- product detail ----------*/
.productDetail__information {
  padding-top: 20px;
  padding-bottom: 20px;
}

.information {
  padding-left: 520px;
}
.information__left {
  display: inline-block;
  width: 520px;
  margin-left: -520px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.information__right {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: -6px;
}

.informationQV {
  padding-left: 250px;
}
.informationQV__left {
  display: inline-block;
  width: 250px;
  margin-left: -250px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.informationQV__right {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: -6px;
}

.proDetail__section {
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.proDetail__section:first-of-type {
  padding-top: 0;
}
.proDetail .image {
  position: relative;
}
.proDetail .brand {
  padding-left: 70px;
  margin-top: 50px;
}
.proDetail .brand__image {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin-left: -70px;
  border-radius: 50%;
  overflow: hidden;
}
.proDetail .brand__image > img {
  width: 100%;
}
.proDetail .brand__info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #9e9e9e;
  font-size: 14px;
  margin-left: -6px;
  padding-left: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.proDetail .brand__name {
  color: #212121;
  font-style: italic;
  font-size: 16px;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.proDetail .brand--pc {
  display: block;
}
.proDetail .brand:hover .brand__name {
  color: #2e9dd6;
}
.proDetail.brand--mobile {
  display: none;
}
.proDetail .delivery {
  color: #2e9dd6;
  margin-bottom: 5px;
  display: inline-block;
}
.proDetail .tip {
  color: #9e9e9e;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.proDetail .name {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}
.proDetail .features {
  position: relative;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
}
.proDetail .features__mask {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  background-image: url(../../images/rwd/deco/mask-fade.png);
  background-position: left center;
}
.proDetail .price {
  position: relative;
  margin-bottom: 20px;
}
.proDetail .price__staff {
  display: inline-block;
}
.proDetail .price__staff:before {
  content: '';
  display: inline-block;
  margin: 0 15px;
  vertical-align: sub;
  width: 1px;
  height: 30px;
  background-color: #e7e7e7;
}
.proDetail .action .transformSelect > li > span {
  padding: 12px 30px 12px 10px;
}
.proDetail .action__btn {
  margin-top: 15px;
}
.proDetail .number {
  margin-bottom: 5px;
  font-size: 14px;
  color: #757575;
  padding-left: 15px;
  position: relative;
}
.proDetail .number:before {
  content: '';
  display: block;
  width: 4px;
  height: 3px;
  position: absolute;
  left: 3px;
  top: 8px;
  background-image: url(../../images/rwd/deco/dot-hallow-darkGray.png);
}
.proDetail .bonus {
  border-radius: 5px;
  position: relative;
  /* margin-bottom: 15px; */
}
/*
.proDetail .bonus:last-of-type {
  margin-bottom: 0;
}
*/
.proDetail .bonus--gift {
  background-color: #f2f2f2;
  margin-top: 15px;
}
.proDetail .bonus--gift .bonus__link {
  display: block;
  padding: 10px 10px 10px 80px;
}
.proDetail .bonus--gift .bonus__info {
  margin-left: -6px;
  padding-left: 10px;
}
.proDetail .bonus--purchase {
  padding: 10px 10px 10px 10px;
  border: 1px solid #efefef;
  background-color: transparent;
  transition: background-color .5s ease;
}
.proDetail .bonus--purchase .bonus__link {
  display: inline-block;
  width: 88%;
  padding-left: 70px;
  box-sizing: border-box;
}
.proDetail .bonus--purchase .bonus__info {
  margin-left: -12px;
  padding-left: 16px;
}
.proDetail .bonus--purchase .bonus__select {
  margin-left: -12px;
}
.proDetail .bonus--purchase:hover {
  background-color: #efefef;
}
.proDetail .bonus__info {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.proDetail .bonus__image {
  display: inline-block;
  width: 70px;
  margin-left: -70px;
  vertical-align: middle;
}
.proDetail .bonus__image img {
  width: 100%;
}
.proDetail .bonus__name {
  font-size: 14px;
  color: #212121;
}
.proDetail .bonus__select {
  display: inline-block;
  width: 80px;
  margin-right: -80px;
  vertical-align: middle;
  text-align: right;
}
.proDetail .bonus__select label {
  font-size: 14px;
  cursor: pointer;
}
.proDetail .bonus__select a {
  font-size: 14px;
  color: #9e9e9e;
}
.proDetail .bonus__select a:hover {
  color: #2e9dd6;
}
.proDetail .bonus__select a:hover .icon:before, .proDetail .bonus__select a:hover .icon:after {
  background-position: 0 -15px;
}
.proDetail .bonus__select .trans-element-checkbox {
  margin-right: 2px;
  margin-top: 0;
  vertical-align: inherit;
}
.proDetail .bonus__select .trans-element-checkbox.checked + label {
  color: #2e9dd6;
}
.proDetail .bonus__mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
  background-color: rgba(255, 255, 255, 0.85);
}
.proDetail .bonus__mask > span {
  font-size: 14px;
}
.proDetail .bonus.finished .bonus__mask {
  display: block;
}
.proDetail .progress {
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
.proDetail .progress__bar {
  padding: 55px 55px 0 55px;
  position: relative;
  margin-bottom: 5px;
}
.proDetail .progress .developing {
  font-size: 14px;
  padding: 0 10px;
}
.proDetail .progress .developing__time {
  float: left;
  color: #9e9e9e;
  margin-top: 8px;
}
.proDetail .progress .developing__time .status {
  margin-right: 5px;
}
.proDetail .progress .developing__percent {
  float: right;
}
.proDetail .progress .developing__percent .target {
  display: inline-block;
}
.proDetail .progress .developing__percent .target:after {
  content: '';
  width: 1px;
  height: 15px;
  display: inline-block;
  background-color: #e7e7e7;
  margin: 0 5px;
}
.proDetail .progress .notice {
  border-top: 1px dashed #e7e7e7;
  padding: 10px;
  font-size: 14px;
  margin-top: 5px;
}
.proDetail .progress .notice .exp {
  color: #757575;
  float: left;
}
.proDetail .progress .notice .exp:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../../images/rwd/deco/deco-exp.png);
  vertical-align: sub;
}
.proDetail .progress .notice .shipments {
  color: #2e9dd6;
  float: right;
}
.proDetail .buytogetherIntro {
  font-size: 14px;
  line-height: 24px;
  color: #757575;
  word-break: break-all;
}

/*20230116 AYE EDIT Quick View 樣式*/
.quickview_bonus .collapse__title:after{
	display: none;
}
.quickview_bonus .bonus--purchase:hover{
	background-color: #ffffff;
}
.quickview_bonus .bonus--purchase{
	border: none;
}

.moreDetail {
  display: none;
}

.page--LR .page__main {
  float: left;
  width: 880px;
}
.page--LR .page__promotion {
  float: right;
  width: 260px;
}
.page--full .page__main {
  width: 100%;
}
.page__sectionWrap--full {
  padding-left: 10px;
}
.page__sectionWrap--promotion {
  padding-right: 10px;
}
.page--detail {
  padding: 20px 0;
}
.page--filterTitle {
  padding-top: 20px;
}
.page--filterContent {
  padding-top: 10px;
}
.page--fullHeight {
  padding: 20px 0;
}

.rwdKV {
  position: relative;
}
.rwdKV > img {
  width: 100%;
}
.rwdKV__provide {
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 15px;
}

.staticKV {
  position: relative;
  padding: 0 10px;
}
.staticKV > img {
  width: 100%;
}
.staticKV__provide {
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 15px;
}

.fullSizeKV {
  padding: 0 10px;
}

.promotions {
  padding: 10px 0;
  border-top: 1px solid #ffc800;
}
.promotions__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
.promotions__content {
  padding: 10px 0;
}
.promotions__content--pv0 {
  padding-top: 0;
  padding-bottom: 0;
}
.promotions .sideKV {
  margin-bottom: 20px;
}
.promotions .sideKV img {
  width: 100%;
}

.hotArticleBox {
  padding: 10px 0 10px 75px;
}
.hotArticleBox__image {
  display: inline-block;
  width: 75px;
  margin-left: -75px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.hotArticleBox__image > img {
  width: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hotArticleBox__text {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -6px;
  vertical-align: top;
  font-size: 15px;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  color: #212121;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
}
.hotArticleBox:hover .hotArticleBox__image > img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hotArticleBox:hover .hotArticleBox__text {
  color: #2e9dd6;
}
.hotArticleBox:hover .image__mask {
  opacity: 1;
  visibility: visible;
}

.image__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(0, 0, 0, 0.1);
}

.pageList {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.pageList > li {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageList--3grid > li {
  width: 33.3333333333%;
}
.pageList--3grid > li:nth-of-type(3n+1) {
  clear: left;
}
.pageList--3gridLR > li {
  width: 33.3333333333%;
}
.pageList--3gridLR > li:nth-of-type(3n+1) {
  clear: left;
}
.pageList--3gridService > li {
  width: 33.3333333333%;
}
.pageList--3gridService > li:nth-of-type(3n+1) {
  clear: left;
}
.pageList--group > li {
  width: 33.3333333333%;
}
.pageList--group > li:nth-of-type(3n+1) {
  clear: left;
}
.pageList--4grid > li {
  width: 25%;
}
.pageList--4grid > li:nth-of-type(4n+1) {
  clear: left;
}
.pageList--4gridMO > li {
  width: 25%;
}
.pageList--4gridMO > li:nth-of-type(4n+1) {
  clear: left;
}
.pageList--2grid > li {
  width: 50%;
}
.pageList--2grid > li:nth-of-type(2n+1) {
  clear: left;
}
.pageList--5grid > li {
  width: 20%;
}
.pageList--5grid > li:nth-of-type(5n+1) {
  clear: left;
}
.pageList--6grid > li {
  width: 16.6666666667%;
}
.pageList--6grid > li:nth-of-type(6n+1) {
  clear: left;
}
.pageList--cooperation > li {
  margin-bottom: 30px;
  padding: 0 16px;
}

/*2023 閱設計 首頁 EDIT*/
.page_home_mainwrap{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}
.page_home_mainwrap .mainwrap_one{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.page_home_mainwrap .mainwrap_one .blogBox__image{
	width: 73%;
	height: 360px;
	position: relative;
	float: left;
	margin-left: 0;
}
.page_home_mainwrap .mainwrap_one .blogBox__image img{
	width:100%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	transition: 0.5s;
	}
.page_home_mainwrap .mainwrap_one:hover .blogBox__image img{
	transform: translate(-50%,-50%) scale(1.05);
}
.page_home_mainwrap .mainwrap_one .blogBox__info{
	width:27%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #565656;
	float: left;
}
.page_home_mainwrap .mainwrap_two{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	padding: 15px;
	margin: 0px;
	width: 100%;
	background-color: #EFEFEF;
	box-sizing: border-box;
	list-style: none;
}
.page_home_mainwrap .mainwrap_two li{
	display: block;
	overflow: hidden;
	width:25%;
	padding: 1%;
	box-sizing: border-box;
	transition: 0.5s;
}
.page_home_mainwrap .mainwrap_one li a,
.page_home_mainwrap .mainwrap_two li a{
	display: flex;
	flex-wrap: wrap;
}
.page_home_mainwrap .mainwrap_two li .blogBox__image{
	width: 100%;
	margin-bottom: 15px;
	margin-left: 0px;
}
.page_home_mainwrap .mainwrap_one .blogBox__info,
.page_home_mainwrap .mainwrap_two li .blogBox__info{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.page_home_mainwrap .mainwrap_two li .blogBox__info {
    width: 100%;
}
.page_home_mainwrap .mainwrap_one .blogBox__info .number,
.page_home_mainwrap .mainwrap_two li .blogBox__info .number{
	width: 10%;    
	max-width: 40px;
	margin-right: 5%;
	text-align: center;
}
.page_home_mainwrap .mainwrap_one .blogBox__info .number::after,
.page_home_mainwrap .mainwrap_two li .blogBox__info .number::after{
	content: "";
	display: block;
	overflow: hidden;
	width: 1px;
	height: 65%;
	margin: 5px auto 0 auto;
	background-color: #CBCBCB;
}
.page_home_mainwrap .mainwrap_one .blogBox__info .info,
.page_home_mainwrap .mainwrap_two li .blogBox__info .info{
	width: 85%;
}
.page_home_mainwrap .mainwrap_one .blogBox__info .info .date
.page_home_mainwrap .mainwrap_two li .blogBox__info .info .date{
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.page_home_mainwrap .mainwrap_one .blogBox__info .info .title,
.page_home_mainwrap .mainwrap_two li .blogBox__info .info .title{
	width: 100%;
	margin: 0;
	min-height: 63px;
	max-height: 63px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 1px;
}
.page_home_mainwrap .mainwrap_one .blogBox__info .info .date,
.page_home_mainwrap .mainwrap_one .blogBox__info .info .title,
.page_home_mainwrap .mainwrap_one .blogBox__info .info .author{
	color: #EFEFEF;
}
.page_home_mainwrap .mainwrap_one .blogBox__info .cont{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 45px 0 59px 0;
	height: 54px;
	font-size: 14px;
	line-height: 18px;
	color: #efefef;
	letter-spacing: 1px;
}
.page_home_mainwrap .mainwrap_one .blogBox__info .bt_cont{
	width: 100px;
}
.page_cla_title{
	display: block; 
	overflow: hidden;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.page__main .page_cla_title{
	display: block; 
	overflow: hidden;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.page_cla_title a{
	display: block; 
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #565656;
	float: right;
}
.page_cla_title a:hover{
	text-decoration: underline;
}
.page_home_newarticle{
	display: block;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 30px;
	width: 100%;
	background-color: #EFEFEF;
	box-sizing: border-box;
}
.page_home_newarticle .page_cla_title{
	padding-left: 10px;
	padding-top: 10px;
}
.page_home_newarticle .newarticle_cont{
	display: flex;    
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.page_home_newarticle .newarticle_cont li{
	display: block;
	overflow: hidden;
	width:33.33%;
	padding: 1%;
	box-sizing: border-box;
	transition: 0.5s;
}
.page_home_newarticle .newarticle_cont li .blogBox__image{
	width: 47%;
	margin-right: 3%;
	float: left;
	margin-left: 0;
}
.page_home_newarticle .newarticle_cont li .blogBox__info{
	width: 50%;
	float: left;
}
.page_home_newarticle .newarticle_cont li .blogBox__info .date{
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.page_home_newarticle .newarticle_cont li .blogBox__info .title{
	margin: 0;
	min-height: 63px;
	max-height: 63px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 1px;
}
.page_home_newarticle .newarticle_cont li .blogBox__info .author {
	margin-top: 5px;	
	font-size: 12px;
	line-height: 14px;
}
.page_home_newarticle .newarticle_cont li:hover,
.page_home_mainwrap .mainwrap_two li:hover{
	background-color: #e1e1e1;
}
.page_home_newarticle .newarticle_cont li:hover .blogBox__image img,
.page_home_mainwrap .mainwrap_two li:hover .blogBox__image img{
	transform: scale(1.05);
}
@media only screen and (max-width: 991px) {
		
	.page_home_mainwrap .mainwrap_one{
		display: block;
	}
	.page_home_mainwrap .mainwrap_one .blogBox__image{
		width: 100%;
	}
	.page_home_mainwrap .mainwrap_one .blogBox__info{
		width:100%;
		margin-left:0;
		padding: 30px;
	}
	.page_home_mainwrap .mainwrap_one .blogBox__info .cont{
		height: auto;
		margin: 30px 0;
	}
	.page_home_mainwrap .mainwrap_one .blogBox__info .info .title{
		min-height: 42px;
		max-height: 42px;
	}
	.page_home_mainwrap .mainwrap_two{
		padding: 20px 15px;
	}
	.page_home_mainwrap .mainwrap_two li{
		width:50%;
	}
	.page_home_mainwrap .mainwrap_two li:nth-child(3n),
	.page_home_mainwrap .mainwrap_two li:nth-child(4n){
		margin-top: 15px;
	}
	.page_home_mainwrap .mainwrap_two li .blogBox__info .number::after{
		height: 60%;
	}
	
	.page_home_mainwrap .mainwrap_one .blogBox__info .number::after{
		height: 50%;
	}
	.page_home.pageList--3grid > li:nth-child(3n){
		display: none;
	}
	
	.page_home_newarticle{
		padding: 20px 15px;
	}
	.page_home_newarticle .page_cla_title{
		padding-left: 0px;
		padding-top: 0px;
	}
	.page_home_newarticle .newarticle_cont li{
		width:50%;
	}
	.page_home_newarticle .newarticle_cont li .blogBox__image{
		width: 42%;
		margin-right: 3%;
	}
	.page_home_newarticle .newarticle_cont li .blogBox__info{
		width: 55%;
	}
}
@media only screen and (max-width: 767px) {
	.page_home.pageList--3grid > li{
		width: 50%;
	}
	
	.page_home_mainwrap .mainwrap_one .blogBox__image{
		height: 230px; 
	}
	.page_home_mainwrap .mainwrap_two li{
		width: 48%;
		margin-right: 3%;
		padding:0;
	}
	.page_home_mainwrap .mainwrap_two li:nth-child(2n){
		margin-right: 0px;
	}
	.page_home_newarticle .newarticle_cont li{
		width: 100%;
		padding: 0;
		margin-top:15px;
	}
	.page_home_newarticle .newarticle_cont li:hover,
	.page_home_mainwrap .mainwrap_two li:hover{
		background-color:#efefef;
	}
	.page_home_newarticle .newarticle_cont li .blogBox__image{
		width: 42%;
		margin-right: 3%;
	}
}



/*2022 About US EDIT*/


.pageList.aboutus{
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0px;
}
.pageList.aboutus li{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
	width: 24%;
	float: inherit;
}
.pageList.aboutus .aboutBox__image{
    margin-bottom: 15%;
}
.pageList.aboutus li a {
	display: block; 
	overflow:hidden;
	color: #222;
}
.pageList.aboutus li .bt_more{
	display:flex;
    flex-direction: row;
    align-items: center;
	margin-top: 20px;
	padding: 5px 20px;
	color: #222;
	border: 1px solid #222;
	border-radius: 5px;
	transition: 0.3s;
}
.pageList.aboutus li .bt_more img{
	padding-left: 5px;
	transition: 0.3s;
}
.pageList.aboutus li .bt_more:hover img{
	transform: translateX(2px);
}
.pageList.aboutus li .bt_more:hover{
	background-color: #FFC800;
	border: 1px solid #FFC800;
}

.fundraising{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    padding: 40px 0px;
	border-top: 1px solid #DDDDDD;
}
.fundraising:first-child{
	border-top: none;
}
.fundraising .fundraising__image{
	width: 80%;
	max-width: 280px;
}
.fundraising_bt{
	display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    color: #212121;
    background-color: #FFC800;
}
.fundraising_bt img{
	padding-left: 5px;
	padding-bottom: 3px;
	transition: 0.3s;
}
.fundraising_bt:hover img{
	transform: translateX(2px);
}
@media only screen and (max-width: 960px) {
	.pageList.aboutus li{
		width:50%;
	}

}
@media only screen and (max-width: 767px) {
	
	.pageList.aboutus li{
		width:100%;
		padding-bottom:15%;
		margin-bottom: 15%;
		border-bottom: 1px solid #DDDDDD;
	}
	.pageList.aboutus li:last-child{
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom:none;
	}
	.fundraising{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}
	.fundraising .fundraising__image{
		width: 70%;
		max-width: 280px;
		margin-bottom: 20px;
	}
}

/*2022 About US EDIT END*/

.authorBox {
  background-color: #f9f9f9;
}
.authorBox--list {
  min-height: 440px;
}
.authorBox--list .authorBox__cover {
  height: 145px;
  overflow: hidden;
}
.authorBox--list .authorBox__info .text {
  border-bottom: 1px solid #e7e7e7;
}
.authorBox--list .authorBox__info .text__intro {
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
}
.authorBox--detail {
  margin-bottom: 20px;
}
.authorBox--detail .authorBox__cover {
  height: 200px;
  overflow: hidden;
}
.authorBox--detail .authorBox__info {
  border-bottom: 1px solid #e7e7e7;
}
.authorBox--detail .authorBox__info .text__intro {
  line-height: 30px;
}
.authorBox__link:hover .authorBox__info .text__name {
  color: #2e9dd6;
}
.authorBox__cover {
  background-position: center center;
  background-size: cover;
}
.authorBox__info {
  margin-top: -50px;
  padding: 0 20px;
}
.authorBox__info .author {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.authorBox__info .author > img {
  width: 100%;
}
.authorBox__info .text {
  padding: 15px 0;
}
.authorBox__info .text__name {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 10px;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  min-height: 28px;
  max-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.authorBox__info .text__intro {
  color: #212121;
}
.authorBox__articleList {
  padding: 15px 20px;
}
.authorBox__articleList .title {
  font-size: 15px;
  color: #9e9e9e;
  margin-bottom: 5px;
}
.authorBox__articleList > a {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.authorBox__articleList > a:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 3px;
  top: 8px;
  background-image: url(../../images/rwd/deco/dot-solid-black.png);
}
.authorBox__articleList > a:last-of-type {
  margin-bottom: 0;
}
.authorBox__articleList > a:hover {
  color: #2e9dd6;
}

.articleDetail__KV {
  position: relative;
  margin-bottom: 10px;
}
.articleDetail__KV > img {
  width: 100%;
}
.articleDetail__info .topic {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.articleDetail__info .data {
  color: #9e9e9e;
  font-size: 14px;
}
.articleDetail__info .data__date:after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #e7e7e7;
  display: inline-block;
  margin: 0 5px;
}
.articleDetail__info .data__author {
  font-style: italic;
}
.articleDetail__promo .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 15px 0;
}
.articleDetail__share {
  padding: 10px 0;
  margin-bottom: 25px;
}
.articleDetail__share .articleShare {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.articleDetail__share .articleShare--fb {
  margin-top: 0;
}
.articleDetail__author {
  background-color: #f2f2f2;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  padding: 30px 0;
}
.articleDetail__author:hover {
  background-color: #d9d9d9;
}
.articleDetail__author:hover .image > img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.articleDetail__author .intro {
  padding-left: 120px;
  margin-bottom: 20px;
}
.articleDetail__author .intro .image {
  display: inline-block;
  width: 100px;
  margin-left: -100px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
}
.articleDetail__author .intro .image > img {
  width: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.articleDetail__author .intro .text {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  margin-left: -6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.articleDetail__author .intro .text__title {
  font-size: 14px;
  color: #9e9e9e;
}
.articleDetail__author .intro .text__name {
  font-weight: bold;
  color: #212121;
  margin: 5px 0;
}
.articleDetail__author .info {
  padding: 0 20px;
  font-size: 15px;
  color: #212121;
  line-height: 24px;
}

.divide {
  border: none;
  border-top-width: 1px;
  border-top-color: #e7e7e7;
}
.divide--dashed {
  border-top-style: dashed;
}
.divide--solid {
  border-top-style: solid;
}

.articleShareBtn {
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  border-radius: 2px;
}
.articleShareBtn--google {
  background-color: #db4437;
}
.articleShareBtn--google:hover {
  background-color: #af362c;
}
.articleShareBtn--line {
  background-color: #00be00;
}
.articleShareBtn--line:hover {
  background-color: #009800;
}
.articleShareBtn--tweet {
  background-color: #0093e4;
}
.articleShareBtn--tweet:hover {
  background-color: #0076b6;
}
.articleShareBtn--weibo {
  background-color: #d72c39;
}
.articleShareBtn--weibo:hover {
  background-color: #ac232e;
}
.articleShareBtn--email {
  background-color: #00a8ec;
}
.articleShareBtn--email:hover {
  background-color: #0086bd;
}
.articleShareBtn > span {
  vertical-align: middle;
}

.themeRule {
  position: relative;
}
.themeRule__title {
  padding: 10px 0;
  background-color: #ffffff;
}
.themeRule__title .name {
  color: #ffae00;
  font-size: 20px;
  font-weight: bold;
}
.themeRule__title .rule {
  color: #757575;
  margin-left: 20px;
}
.themeRule__way {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  position: relative;
}
.themeRule__way .way {
  padding-right: 200px;
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.themeRule__way .way__action {
  width: 180px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -23px;
}
.themeRule__way .way__number {
  font-size: 20px;
  color: #2e9dd6;
}
.themeRule__way .way:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background-image: url(../../images/rwd/deco/arrow-picked.png);
  background-position: 0 0;
}
.themeRule__way .way.on:after {
  background-position: 0 -24px;
}
.themeRule__way .pickedContent.active {
  padding: 20px;
  border-top: 1px solid #e7e7e7;
}
.themeRule .bx-wrapper {
  max-width: 9999px !important;
}
.themeRule .transformSelect .transformSelectDropdown {
  max-height: 67px;
  overflow-y: auto;
}
.themeRule .transformSelect .transformSelectDropdown > li > span {
  padding: 8px 10px;
}

.pickedFixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 70;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.articleControl__prev {
  float: left;
  width: 50%;
  display: block;
  padding-left: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #757575;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.articleControl__prev:before {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(../../images/rwd/deco/arrow-article.png);
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.articleControl__next {
  float: left;
  width: 50%;
  display: block;
  padding-right: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  color: #757575;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.articleControl__next:after {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url(../../images/rwd/deco/arrow-article.png);
  background-position: 0 -50px;
  position: absolute;
  right: 0;
  top: 0;
}
.articleControl__title {
  font-weight: bold;
}
.articleControl__content {
  font-size: 14px;
  margin-top: 10px;
}
.articleControl__next:hover, .articleControl__prev:hover {
  color: #2e9dd6;
}
.articleControl__next:hover:before, .articleControl__next:hover:after, .articleControl__prev:hover:before, .articleControl__prev:hover:after {
  background-position-x: -50px;
}

.groupBuyBox {
  border: 1px solid #e7e7e7;
}
.groupBuyBox__information {
  padding: 10px;
}
.groupBuyBox__information:hover .groupBuyBox__image > img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.groupBuyBox__information:hover .groupBuyBox__text {
  color: #2e9dd6;
}
.groupBuyBox__image {
  margin-bottom: 5px;
  overflow: hidden;
}
.groupBuyBox__image > img {
  width: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.groupBuyBox__text {
  color: #212121;
  margin-bottom: 10px;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.groupBuyBox__links {
  border-top: 1px dashed #e7e7e7;
  border-bottom: 1px dashed #e7e7e7;
}
.groupBuyBox__developing {
  padding: 5px 10px;
  text-align: right;
  font-size: 14px;
  color: #b3b3b3;
}

/*---------- illustratGroup editor -----------*/
.illustratGroup--product {
  padding: 20px 210px;
}
.illustratGroup--product img {
  width: 100% !important;
}
.illustratGroup--article {
  padding: 20px 0;
}
.illustratGroup--article img {
  max-width: 100%;
}
.illustratGroup img {
  margin-bottom: 10px;
}
.illustratGroup ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: disc;
}
.illustratGroup ul > li {
  margin-bottom: 5px;
}
.illustratGroup table {
  width: 100% !important;
  border: 1px solid #e7e7e7;
  border-bottom: none;
  margin: 10px 0;
}
.illustratGroup table tr {
  border-bottom: 1px solid #e7e7e7;
}
.illustratGroup table th, .illustratGroup table td {
  padding: 10px;
}
.illustratGroup table thead th,
.illustratGroup table thead td {
  background-color: #f2f2f2;
  text-align: center;
  vertical-align: middle;
}
.illustratGroup table tbody th {
  background-color: #f2f2f2;
  text-align: center;
  vertical-align: middle;
}
.illustratGroup table tbody td {
  background-color: #ffffff;
  text-align: left;
  vertical-align: middle;
}
.illustratGroup a {
  color: #2e9dd6;
  text-decoration: underline;
}

/*---------- accordion -----------*/
.accordion__tabs {
  height: 45px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion__tabs li {
  display: inline-block;
  height: 45px;
  width: 200px;
  background-color: #f0f0f0;
  border-right: 1px solid #e7e7e7;
  color: #757575;
  text-align: center;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.accordion__tabs li:first-of-type {
  border-left: 1px solid #e7e7e7;
}
.accordion__tabs li:hover {
  background-color: #f9f9f9;
}
.accordion__tabs li.active {
  background-color: #ffffff;
  color: #212121;
  font-weight: bold;
  position: relative;
}
.accordion__tabs li.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #ffffff;
}
.accordion__tabs li.active .commentAmount {
  color: #2e9dd6;
}
.accordion__tabs li .title {
  color: #757575;
  line-height: 45px;
  height: 45px;
  display: block;
}
.accordion__tabs.tabs--blue li.active {
  border-top: 3px solid #2e9dd6;
}
.accordion__title {
  display: none;
}
.accordion__title.active + .accordion__content {
  display: block;
}
.accordion__content {
  padding: 0;
  display: none;
}
.accordion__group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion__belt {
  background-color: #f0f0f0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

/*---------- information table ----------*/
.table thead th, .table thead td,
.table tbody th,
.table tbody td {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 10px;
}
.table thead th,
.table tbody th {
  background-color: #f9f9f9;
}
.table--payment tbody th {
  width: 90px;
  text-align: left;
}
.table--payment tbody td {
  text-align: left;
}
.table--collapse {
  width: 100%;
  border: 1px solid #e7e7e7;
}
.table--collapse tr {
  border-bottom: 1px solid #e7e7e7;
}
.table--collapse thead > tr th {
  color: #212121;
}
.table--collapse tbody > tr td {
  color: #757575;
}
.table--group {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table--group tbody > tr {
  padding-right: 20px;
  cursor: pointer;
}
.table--group tbody > tr:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  width: 15px;
  height: 15px;
  background-image: url(../../images/rwd/deco/arrow-group.png);
  background-position: 0 0;
}
.table--group tbody > tr th, .table--group tbody > tr td {
  padding: 10px;
  vertical-align: middle;
}
.table--group tbody > tr th {
  background-color: #f9f9f9;
}
.table--group tbody > tr td {
  background-color: #ffffff;
}
.table--group tbody > tr .amount,
.table--group tbody > tr .price {
  text-align: right;
  font-size: 14px;
}
.table--group tbody > tr .price {
  color: #2e9dd6;
}
.table--group tbody > tr .average {
  text-align: left;
  font-size: 13px;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.table--group tbody > tr:hover:after {
  background-position: 0 -15px;
}
.table--group tbody > tr:hover td {
  background-color: #f9f9f9;
}
.table--group tbody > tr:hover .average {
  color: #ffc800;
}
.table--installment {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.table--installment tbody > tr {
  border: 1px solid #e7e7e7;
}
.table--installment tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table--installment tbody th, .table--installment tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}
.table--installment tbody th {
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  width: 13%;
}
.table--installment tbody td {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}
.table--award {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}
.table--award thead > tr {
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
}
.table--award thead th, .table--award thead td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.table--award thead th {
  width: 200px;
  background-color: transparent;
}
.table--award thead td {
  width: 163.3333333333px;
}
.table--award tbody > tr {
  border: 1px solid #e7e7e7;
}
.table--award tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.table--award tbody th, .table--award tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
.table--award tbody th {
  font-weight: bold;
  background-color: transparent;
  width: 200px;
}
.table--award tbody td {
  width: 163.3333333333px;
}
.table--award tbody td.note1 {
  color: #2e9dd6;
}
.table--award tbody td.note4 {
  color: #2e9dd6;
}

.showMore--list {
  color: #9e9e9e;
  font-size: 14px;
}
.showMore--list:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 15px;
  height: 15px;
  background-image: url(../../images/rwd/icon/icon-normalPlus-blue.png);
  background-position: 0 0;
}
.showMore--list:hover {
  color: #2e9dd6;
}
.showMore--list:hover:after {
  background-position: 0 -15px;
}
.showMore--product {
  color: #757575;
  display: inline-block;
  padding: 10px;
}
.showMore--product:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-image: url(../../images/rwd/icon/icon-circlePlus.png);
}
.showMore--go {
  color: #9e9e9e;
  font-size: 14px;
}
.showMore--go:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 15px;
  height: 15px;
  background-image: url(../../images/rwd/deco/arrow-more.png);
  background-position: 0 0;
}
.showMore--go:hover {
  color: #2e9dd6;
}
.showMore--go:hover:after {
  background-position: 0 -15px;
}
.showMore--event {
  color: #2e9dd6;
  font-size: 14px;
  margin-left: 3px;
}
.showMore--event:after {
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-left: 2px;
  width: 15px;
  height: 15px;
  background-image: url(../../images/rwd/icon/icon-show-blue.png);
  background-position: 0 0;
}
.showMore--event.active:after {
  background-position: 0 -15px;
}

.brandFilter__switch {
  position: absolute;
  right: 10px;
  z-index: 5;
  cursor: pointer;
  top: 15px;
}
.brandFilter__switch > span {
  vertical-align: middle;
  color: #212121;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.brandFilter__switch:hover .icon:before, .brandFilter__switch.on .icon:before {
  background-position: 0 -25px;
}
.brandFilter__switch:hover > span, .brandFilter__switch.on > span {
  color: #9e9e9e;
}
.brandFilter__content {
  padding: 10px 0;
  background-color: #efefef;
  display: none;
  margin-bottom: 10px;
}
.brandFilter__content.open {
  display: block;
}
.brandFilter__content--moTitle {
  display: none;
}

.filterSection {
  display: table;
  width: 100%;
  padding: 20px 0;
}
.filterSection__title {
  display: table-cell;
  width: 100px;
  text-align: right;
  vertical-align: top;
}
.filterSection__option {
  display: table-cell;
  vertical-align: top;
}
.filterSection__action {
  width: 380px;
  float: right;
}
.filterSection--condition {
  padding-bottom: 0;
}

.conditionList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.conditionList > li {
  width: 11.1111111111%;
  float: left;
  margin-bottom: 20px;
}
.conditionList > li:nth-of-type(9n+1) {
  clear: left;
}

.staticContent {
  padding: 10px 0;
}
.staticContent__title {
  font-size: 20px;
  font-weight: bold;
}
.staticContent__text {
  line-height: 30px;
}

.aboutText {
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 25px;
}

.aboutBox__image > img {
  width: 100%;
}
.aboutBox__text .title {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
}
.aboutBox__text .content {
  line-height: 30px;
}

.pluralistic {
  padding: 30px 0 30px 580px;
}
.pluralistic__image {
  display: inline-block;
  width: 580px;
  margin-left: -580px;
  vertical-align: top;
}
.pluralistic__image > img {
  width: 100%;
}
.pluralistic__text {
  display: inline-block;
  width: 100%;
  margin-left: -6px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.pluralistic__text .staticContent__title {
  margin-bottom: 5px;
}

.award {
  padding: 20px 0;
}
.award .staticContent__title {
  margin-bottom: 10px;
}

.contact {
  padding: 20px 0;
}
.contact > div {
  margin-bottom: 5px;
  color: #212121;
}
.contact > div a {
  color: #212121;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.contact > div a:hover {
  color: #2e9dd6;
}
.contact > div:last-of-type {
  margin-bottom: 0;
}

.cooperaton {
  padding: 20px;
}

.oopsSection {
	/*
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
  */
}

.oops {
  padding: 40px 330px 40px;
  text-align: center;
}
.oops > img {
  width: 100%;
}
.oops .title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}
.oops .sub {
  margin-top: 10px;
}
.oops .action {
  padding: 30px 160px;
}
.oopsSectionRecommend {
	border-top: 1px solid #e7e7e7;
  	padding-top: 40px;
}

.serviceBox {
  padding: 15px;
  background-color: #f9f9f9;
  min-height: 295px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.serviceBox .title {
  font-size: 20px;
  font-weight: bold;
}

.services {
  padding: 15px 0 15px 45px;
}
.services__image {
  display: inline-block;
  width: 45px;
  margin-left: -45px;
  vertical-align: middle;
}
.services__links {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -6px;
  vertical-align: middle;
}
.services__links .name {
  font-weight: bold;
  margin-bottom: 5px;
}
.services__links .links--link {
  color: #212121;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.services__links .links--link:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #e7e7e7;
  margin: 0 10px 0 15px;
  vertical-align: middle;
}
.services__links .links--link:last-of-type:after {
  display: none;
}
.services__links .links--link:hover {
  color: #2e9dd6;
}
.services__links .links--tel {
  color: #9e9e9e;
  font-size: 20px;
  font-family: Arial, '微軟正黑體', Verdana, 'Microsoft JhengHei', sans-serif;
}

.serviceFAQ {
  padding: 20px;
  border: 1px solid #efefef;
}
.serviceFAQ__content {
  margin-top: 15px;
}

.faqBox {
  float: left;
  width: 50%;
  border-right: 1px solid #efefef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.faqBox:nth-of-type(2n+1) {
  clear: left;
  padding-right: 20px;
}
.faqBox:nth-of-type(2n) {
  border-right: none;
  padding-left: 20px;
}
.faqBox .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.faqBox .moreLink {
  display: inline-block;
  margin-top: 5px;
  color: #9e9e9e;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.faqBox .moreLink:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url(../../images/rwd/deco/arrow-moreGray.png);
  background-position: 0 0;
  margin-top: -2px;
}
.faqBox .moreLink:hover {
  color: #2e9dd6;
}
.faqBox .moreLink:hover:after {
  background-position: 0 -15px;
}

.announcement {
  margin-bottom: 40px;
}
.announcement > .collapse.borderTop {
  border-top: 1px solid #efefef;
}
.announcement__title {
  color: #2e9dd6;
  font-weight: bold;
}
.announcement__content {
  line-height: 30px;
}
.announcement__action {
  margin-top: 10px;
}
.announcement__action > a {
  color: #757575;
  text-decoration: underline;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.announcement__action > a:hover {
  color: #2e9dd6;
}

.contribute__title {
  margin-bottom: 15px;
}
.contribute__content .contribute__info {
  padding: 20px 0;
}
.contribute__content .contribute__info .title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: bold;
}

.form {
  margin: 10px 0;
  border: 1px solid #e7e7e7;
  padding: 30px 20px;
}
.form__area {
  padding: 20px 20px 0;
}
.form__area .transformSelect .transformSelectDropdown {
  max-height: 300px;
  overflow-y: scroll;
}
.form__area:first-of-type {
  padding-top: 0;
}
.form__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.form__example {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 36px;
}
.form__captcha > img {
  height: 36px;
}
.form__refresh a {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 36px;
  text-decoration: underline;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.form__refresh a:hover {
  color: #2e9dd6;
}
.form__action {
  padding: 0 370px;
}

.formRow {
  margin-bottom: 20px;
  padding-left: 135px;
}
.formRow__label {
  display: inline-block;
  width: 135px;
  margin-left: -141px;
  vertical-align: top;
  text-align: right;
  margin-top: 6px;
}
.formRow__insert {
  display: inline-block;
  width: 100%;
  padding: 0 48px 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -6px;
  vertical-align: top;
}
.formRow.required .formRow__label:before {
  content: '*';
  color: #2e9dd6;
  display: inline-block;
  width: 16px;
  text-align: center;
}

.formCol {
  float: left;
}
.formCol--xs {
  width: 10%;
}
.formCol--s {
  width: 25%;
}
.formCol--m {
  width: 35%;
}
.formCol--l {
  width: 55%;
}
.formCol--xl {
  width: 81.1%;
}
.formCol--full {
  width: 100%;
}
.formCol--dash {
  position: relative;
  padding-right: 20px;
}
.formCol--dash:after {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.formCol--space {
  margin-right: 10px;
}
.formCol input {
  line-height: 24px;
}
.formCol .transformSelect > li > span {
  background-color: #f9f9f9;
}
.formCol input[type="text"],
.formCol input[type="tel"],
.formCol input[type="email"],
.formCol input[type="number"],
.formCol textarea {
  background-color: #f9f9f9;
}
.formCol input[type="text"].error,
.formCol input[type="tel"].error,
.formCol input[type="email"].error,
.formCol input[type="number"].error,
.formCol textarea.error {
  border-color: #ff1e00;
}
.formCol .errorMsg label {
  color: #ff1e00;
  font-size: 14px;
  cursor: default;
}
.formCol label.checkbox {
  display: none;
}

.formList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.formList > li {
  float: left;
  display: block;
  margin-right: 30px;
  height: 36px;
  line-height: 36px;
}
.formList > li .trans-element-checkbox,
.formList > li .trans-element-radio {
  margin-top: 11px;
}
.formList > li .fill {
  display: inline-block;
  margin-left: 5px;
  width: 220px;
}

.searchBox {
  padding: 15px 0;
  text-align: center;
}
.searchBox__notFound {
  margin-bottom: 15px;
}
.searchBox__notFound img {
  width: 500px;
}
.searchBox__keyword {
  font-size: 26px;
  font-weight: bold;
}
.searchBox__relation {
  margin-top: 10px;
  line-height: 30px;
}
.searchBox__searchbar {
  margin: 25px 0 40px;
  padding: 0 375px;
}
.searchBox__searchbar input[type="text"] {
  padding-right: 30px;
}
.searchBox__searchbar a {
  position: absolute;
  right: 5px;
  top: 3px;
}

.searchPromo {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
}
.searchPromo__content {
  margin-top: 20px;
}

.bank__date {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.bank__date > li {
  margin-bottom: 5px;
}
.bank__date > li:last-of-type {
  margin-bottom: 0;
}

.bankBonusBox {
  padding: 20px;
  background-color: #f9f9f9;
  cursor: pointer;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.bankBonusBox__image {
  text-align: center;
}
.bankBonusBox__image > img {
  height: 50px;
}
.bankBonusBox__content {
  border-bottom: 1px dashed #e7e7e7;
  text-align: center;
  margin-top: 15px;
}
.bankBonusBox__content .rule {
  padding: 10px 0;
}
.bankBonusBox__content .rule > span {
  display: inline-block;
}
.bankBonusBox__content .limit {
  padding: 8px 0;
  background-color: #ffffff;
  font-size: 13px;
}
.bankBonusBox:hover {
  background-color: #efefef;
}

.introduceArea {
  margin-bottom: 10px;
}

.infoArea {
  padding: 20px 0;
}
.infoArea .bankDetailBox:last-of-type {
  margin-bottom: 0;
}

.bankBonus__link {
  padding: 15px 0;
  border: 1px solid #e7e7e7;
  color: #757575;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.bankBonus__link:hover {
  border: 1px solid #2e9dd6;
  color: #2e9dd6;
}
.bankBonus__target {
  text-decoration: underline;
  color: #757575;
  cursor: pointer;
}
.bankBonus__target:hover {
  color: #2e9dd6;
}
.bankBonus--activity {
  padding: 10px 0;
}
.bankBonus--award {
  padding-top: 10px;
}

.bankDetailBox {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.bankDetailBox__image {
  padding: 20px 0 30px;
  border-bottom: 1px dashed #e7e7e7;
  text-align: center;
}
.bankDetailBox__term {
  padding: 5px 0;
  border-bottom: 1px dashed #e7e7e7;
  text-align: center;
}
.bankDetailBox__activity {
  padding: 25px 0;
  border-bottom: 1px dashed #e7e7e7;
}
.bankDetailBox__activity:last-of-type {
  border-bottom: none;
}
.bankDetailBox__activity .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.bankDetailBox__illustrator {
  padding: 20px 10px;
  background-color: #f9f9f9;
  margin-left: -20px;
  margin-top: 10px;
}
.bankDetailBox__illustrator .image {
  padding: 0 10px;
  margin-top: 15px;
}
.bankDetailBox__notes {
  margin-top: 20px;
}
.bankDetailBox__slogen {
  padding-top: 20px;
  color: #757575;
}
.bankDetailBox__slogen .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.bankDetailBox__slogen .content {
  font-size: 14px;
  line-height: 24px;
}

.installmentNote {
  font-size: 14px;
  color: #757575;
}

.udsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.udsList > li {
  position: relative;
  margin-bottom: 8px;
}
.udsList > li:last-of-type {
  margin-bottom: 0;
}
.udsList--decimal > li {
  padding-left: 25px;
}
.udsList--decimal > li:before {
  content: attr(data-sequence);
  display: block;
  width: 25px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.udsList--brackets {
  margin-top: 8px;
}
.udsList--brackets > li {
  padding-left: 25px;
}
.udsList--brackets > li:before {
  content: attr(data-sequence);
  display: block;
  width: 25px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.udsList--disc > li {
  padding-left: 20px;
}
.udsList--disc > li:before {
  content: '';
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../images/rwd/deco/dot-solid-black.png);
  background-position: center;
  background-repeat: no-repeat;
}
.udsList--highLineHeight {
  margin-bottom: 20px;
}
.udsList--highLineHeight > li {
  line-height: 30px;
  margin-bottom: 0;
}

.staticTabs__wrap--tab {
  padding: 0 10px;
}
.staticTabs__wrap--content {
  padding: 30px 10px;
}
.staticTabs__belt {
  background-color: #f0f0f0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.staticTabs__tabs .tab {
  color: #757575;
  min-width: 200px;
  text-align: center;
  position: relative;
  display: block;
  float: left;
  padding: 14px 0;
  border-left: 1px solid #e7e7e7;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staticTabs__tabs .tab .amount {
  font-size: 14px;
}
.staticTabs__tabs .tab:hover {
  background-color: #f9f9f9;
}
.staticTabs__tabs .tab.active {
  background-color: #ffffff;
  font-weight: bold;
  color: #212121;
}
.staticTabs__tabs .tab.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #ffffff;
}
.staticTabs__tabs .tab.active .amount {
  color: #2e9dd6;
}
.staticTabs__tabs .tab:last-of-type {
  border-right: 1px solid #e7e7e7;
}

/*---------- icon - action ----------*/
.icon__action--unfavorite:before, .icon__action--favorite:before, .icon__action--social:before, .icon__action--socialBlack:before, .icon__action--unfavorite:after, .icon__action--favorite:after, .icon__action--social:after, .icon__action--socialBlack:after {
  width: 16px;
  height: 16px;
  background-image: url(../../images/rwd/icon/icon-action.png);
}

.icon__action--unfavorite:before, .icon__action--unfavorite:after {
  background-position: 0 0;
}

.icon__action--favorite:before, .icon__action--favorite:after {
  background-position: 0 -16px;
}

.icon__action--social:before, .icon__action--social:after {
  background-position: -16px 0;
  margin-top: -1px;
}

.icon__action--socialBlack:before, .icon__action--socialBlack:after {
  background-position: -32px 0;
  margin-top: -1px;
}

/*---------- icon - share produce ----------*/
.icon__shareProduct--fb:before, .icon__shareProduct--google:before, .icon__shareProduct--line:before, .icon__shareProduct--mail:before, .icon__shareProduct--fb:after, .icon__shareProduct--google:after, .icon__shareProduct--line:after, .icon__shareProduct--mail:after {
  width: 30px;
  height: 30px;
  background-image: url(../../images/rwd/icon/icon-shareProduct.png);
  margin-right: 5px;
}

.icon__shareProduct--fb:before, .icon__shareProduct--fb:after {
  background-position: 0 0;
}

.icon__shareProduct--google:before, .icon__shareProduct--google:after {
  background-position: 0 -30px;
}

.icon__shareProduct--line:before, .icon__shareProduct--line:after {
  background-position: 0 -60px;
}

.icon__shareProduct--mail:before, .icon__shareProduct--mail:after {
  background-position: 0 -90px;
}

/*---------- icon - action ----------*/
.icon__article--google:before, .icon__article--line:before, .icon__article--tweet:before, .icon__article--weibo:before, .icon__article--email:before, .icon__article--google:after, .icon__article--line:after, .icon__article--tweet:after, .icon__article--weibo:after, .icon__article--email:after {
  width: 20px;
  height: 20px;
  background-image: url(../../images/rwd/icon/icon-share-article.png);
  margin-right: 3px;
}

.icon__article--google:before, .icon__article--google:after {
  background-position: 0 0;
}

.icon__article--line:before, .icon__article--line:after {
  background-position: 0 -20px;
}

.icon__article--tweet:before, .icon__article--tweet:after {
  background-position: 0 -40px;
}

.icon__article--weibo:before, .icon__article--weibo:after {
  background-position: 0 -60px;
}

.icon__article--email:before, .icon__article--email:after {
  background-position: 0 -80px;
}

/*---------- icon - service ----------*/
.icon__service--member:before, .icon__service--shopping:before, .icon__service--safe:before, .icon__service--message:before, .icon__service--tel:before, .icon__service--announcement:before, .icon__service--member:after, .icon__service--shopping:after, .icon__service--safe:after, .icon__service--message:after, .icon__service--tel:after, .icon__service--announcement:after {
  width: 45px;
  height: 45px;
  background-image: url(../../images/rwd/icon/icon-service.png);
}

.icon__service--member:before, .icon__service--member:after {
  background-position: 0 0;
}

.icon__service--shopping:before, .icon__service--shopping:after {
  background-position: 0 -45px;
}

.icon__service--safe:before, .icon__service--safe:after {
  background-position: 0 -90px;
}

.icon__service--message:before, .icon__service--message:after {
  background-position: 0 -135px;
}

.icon__service--tel:before, .icon__service--tel:after {
  background-position: 0 -180px;
}

.icon__service--announcement:before, .icon__service--announcement:after {
  background-position: 0 -225px;
}

/*---------- icon - step ----------*/
.icon__buyTogetherStep--01:before, .icon__buyTogetherStep--02:before, .icon__buyTogetherStep--03:before, .icon__buyTogetherStep--04:before, .icon__buyTogetherStep--01:after, .icon__buyTogetherStep--02:after, .icon__buyTogetherStep--03:after, .icon__buyTogetherStep--04:after {
  width: 75px;
  height: 75px;
  background-image: url(../../images/rwd/icon/icon-projectRule.png);
}

.icon__buyTogetherStep--01:before, .icon__buyTogetherStep--01:after {
  background-position: 0 0;
}

.icon__buyTogetherStep--02:before, .icon__buyTogetherStep--02:after {
  background-position: 0 -75px;
}

.icon__buyTogetherStep--03:before, .icon__buyTogetherStep--03:after {
  background-position: 0 -150px;
}

.icon__buyTogetherStep--04:before, .icon__buyTogetherStep--04:after {
  background-position: 0 -225px;
}

/*---------- icon - single ----------*/
.icon__home:before, .icon__home:after {
  width: 15px;
  height: 20px;
  background-image: url(../../images/rwd/icon/icon-home.png);
}

.icon__thumb:before, .icon__thumb:after {
  width: 30px;
  height: 30px;
  background-image: url(../../images/rwd/icon/icon-thumb.png);
}

.icon__arrow--blue:before, .icon__arrow--blue:after {
  width: 15px;
  height: 15px;
  background-image: url(../../images/rwd/deco/arrow-qlmore.png);
}

.icon__product--quickView:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background-image: url(../../images/rwd/icon/icon-quickView.png);
  background-position: 0 0;
  background-size: 24px;
}

.icon__goDetail:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../../images/rwd/deco/arrow-qlmore.png);
  background-position: 0 0;
}

.icon__filter:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../../images/rwd/icon/icon-filter.png);
  background-position: 0 0;
  margin-right: 5px;
}

.icon__notice:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../../images/rwd/icon/icon-notice.png);
}

/*---------- other ----------*/
.divRow {
  margin: 0 -10px;
}
.divRow .divCol {
  float: left;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.divRow--threecopie {
  margin: 0 -5px;
}
.divRow--threecopie .divCol {
  padding: 0 5px;
}
.divRow--single {
  margin: 0;
}
.divRow--single .divCol {
  float: none;
  padding: 0;
}

.divCol--half {
  width: 50%;
}
.divCol--two {
  width: 66.6666666667%;
}
.divCol--one {
  width: 33.3333333333%;
}
.divCol--single {
  width: 100%;
}

/*---------- list ----------*/
.introList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.introList--buytogether > li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #ddd;
  padding-left: 15px;
  position: relative;
}
.introList--buytogether > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 3px;
  top: 8px;
  background-image: url(../../images/rwd/deco/dot-hallow-lightGray.png);
}
.introList--buytogether > li.special {
  color: #ffc800;
}
.introList--proFeatures > li {
  margin-bottom: 10px;
  color: #212121;
  padding-left: 15px;
  position: relative;
}
.introList--proFeatures > li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 3px;
  top: 8px;
  background-image: url(../../images/rwd/deco/dot-solid-black.png);
}
.introList--proEvent > li {
  font-size: 14px;
  color: #757575;
  margin-bottom: 5px;
}
.introList--proEvent > li:last-of-type {
  margin-bottom: 0;
}
.introList--proEvent > li .eventName {
  color: #ffc800;
  margin-right: 5px;
}
.introList--remind > li {
  margin-bottom: 5px;
  font-size: 14px;
  color: #757575;
  padding-left: 15px;
  position: relative;
}
.introList--remind > li:last-of-type {
  margin-bottom: 0;
}
.introList--remind > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 3px;
  position: absolute;
  left: 3px;
  top: 8px;
  background-image: url(../../images/rwd/deco/dot-hallow-darkGray.png);
}
.introList--remind > li.remindSP {
  color: #2e9dd6;
}
/*
.introList--remind.hasGift {
  margin-bottom: 15px;
}
*/
.introList--events {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height .5s ease;
  -o-transition: max-height .5s ease;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease;
}
.introList--events > li {
  font-size: 14px;
  color: #757575;
  margin-bottom: 5px;
}
.introList--events > li:last-of-type {
  margin-bottom: 0;
}
.introList--events.active {
  max-height: 999px;
}
.introList--installment > li {
  float: left;
  width: 33.3333333333%;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.brandDetail__cover > img {
  width: 100%;
}
.brandDetail__detail {
  padding: 20px 0 20px 180px;
}
.brandDetail__detail .detail__intro {
  display: inline-block;
  width: 180px;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -180px;
  vertical-align: top;
}
.brandDetail__detail .detail__text {
  display: inline-block;
  width: 100%;
  margin-left: -6px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.detail__intro .image {
  margin-bottom: 20px;
}
.detail__intro .image > img {
  width: 100%;
}
.detail__intro .social__fb {
  display: inline-block;
}
.detail__intro .social__action {
  display: inline-block;
  margin-left: 15px;
}

.detail__text .name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 15px;
}
.detail__text .intro {
  padding: 0 15px;
}
.detail__text .discount {
  color: #2e9dd6;
  font-size: 14px;
}
.detail__text .discount:after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #e7e7e7;
  display: inline-block;
  margin: 0 10px;
  vertical-align: sub;
}
.detail__text .location {
  color: #9e9e9e;
  font-size: 14px;
  font-style: italic;
}
.detail__text .introduce {
  padding: 30px 15px;
  line-height: 30px;
}

.experience {
  margin-bottom: 30px;
}
.experience__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.experience__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.experience__list > li {
  font-size: 14px;
  margin-bottom: 10px;
}
.experience__list > li:last-of-type {
  margin-bottom: 0;
}
.experience:last-of-type {
  margin-bottom: 0;
}

.projectPromo {
  padding: 50px 0;
  border-top: 1px solid #efefef;
}
.projectPromo__content {
  padding-top: 15px;
}

.reachedBox {
  border: 1px solid #efefef;
  background-color: transparent;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.reachedBox__image {
  overflow: hidden;
}
.reachedBox__image > img {
  width: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.reachedBox__info {
  padding: 10px;
}
.reachedBox__name {
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 10px;
  color: #212121;
}
.reachedBox__processing {
  margin-bottom: 5px;
}
.reachedBox__processing .progressbar > .ui-progressbar-value {
  background-color: #ffc800;
}
.reachedBox__processing .developing {
  margin-top: 10px;
  font-size: 14px;
}
.reachedBox__processing .developing__status {
  color: #9e9e9e;
}
.reachedBox__processing .developing__percent {
  float: right;
  color: #ffc800;
}
.reachedBox__date {
  padding: 10px 0;
  text-align: center;
  color: #2e9dd6;
  font-size: 14px;
  border-top: 1px dashed #efefef;
}
.reachedBox:hover {
  background-color: #efefef;
}
.reachedBox:hover .reachedBox__image > img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.projectInfo__link {
  display: table-cell;
  padding: 0 8px;
  vertical-align: middle;
  color: #565656;
}
.projectInfo__more {
  display: block;
  font-size: 16px;
  color: #9e9e9e;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.projectInfo__more:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  vertical-align: middle;
  background-image: url(../../images/rwd/deco/arrow-qlmore.png);
  background-position: 0 0;
}
.projectInfo__more:hover {
  color: #2e9dd6;
}
.projectInfo__more:hover:after {
  background-position: 0 -15px;
}
.projectInfo__step {
  display: table-cell;
  width: 88%;
  vertical-align: middle;
}
.projectInfo--pc {
  display: table;
  padding: 30px 20px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.projectInfo--mo {
  display: none;
}

.buyTogetherStep {
  margin: 0;
  padding: 0;
  list-style: none;
}
.buyTogetherStep > li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.buyTogetherStep > li:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -12px;
  background-image: url(../../images/rwd/deco/arrow-steps.png);
}
.buyTogetherStep > li:last-of-type:after {
  display: none;
}
.buyTogetherStep__text .number {
  color: #9e9e9e;
  margin-right: 5px;
}
.buyTogetherStep--inline > li {
  display: inline-block;
  padding: 0 40px;
}
.buyTogetherStep--inline > li .buyTogetherStep__text {
  display: inline-block;
  vertical-align: middle;
}
.buyTogetherStep--inline > li:first-of-type {
  padding-left: 0;
}
.buyTogetherStep--inline > li:last-of-type {
  padding-right: 0;
}
.buyTogetherStep--grid > li {
  display: block;
  padding: 0 25px;
  width: 25%;
  text-align: center;
}
.buyTogetherStep--grid > li .buyTogetherStep__text {
  display: block;
}
.buyTogetherStep--grid > li .buyTogetherStep__text .title {
  margin-bottom: 10px;
}

.buyInfo {
  padding-bottom: 50px;
}
.buyInfo__step {
  padding: 45px 0;
}
.buyInfo__action {
  padding: 0 470px;
}

/*---------- background ----------*/
.bg--yellow {
  background-color: #ffc800;
}
.bg--gray {
  background-color: #f3f3f3;
}
.bg--darkGray {
  background-color: #565656;
}
.bg--lightGray {
  background-color: #efefef;
}
.bg--lighterGray {
  background-color: #f9f9f9;
}

.hoverBG--yellow, .hoverBG--lightGray {
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.hoverBG--yellow {
  background-color: transparent;
}
.hoverBG--yellow:hover {
  background-color: #ffb400;
}
.hoverBG--lightGray {
  background-color: #ffffff;
}
.hoverBG--lightGray:hover {
  background-color: #efefef;
}

/*---------- border ----------*/
.border--lightGray {
  border: 1px solid #efefef;
}

/*---------- font & title ----------*/
.h1 {
  font-size: 30px;
}

.fontWhite {
  color: #ffffff;
}
.fontBlack {
  color: #212121;
}
.fontBlue {
  color: #2e9dd6;
}
.fontYellow {
  color: #ffc800;
}
.fontLightGray {
  color: #ddd;
}
.fontDarkGray {
  color: #757575;
}
.fontGray {
  color: #b3b3b3;
}
.fontpriceGray {
  color: #9e9e9e;
}
.fontLightestGray {
  color: #e7e7e7;
}
.fontBigger {
  font-size: 20px;
}
.fontSmall {
  font-size: 14px;
}
.fontBold {
  font-weight: bold;
}
.fontUnderline {
  text-decoration: underline;
}

::selection {
  background: #efefef;
}

::-moz-selection {
  background: #efefef;
}

/*---------- text align ----------*/
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

/*---------- margin ----------*/
.mr5 {
  margin-right: 5px;
}

.marginMinus {
  margin-left: -6px;
}

.mt5 {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

/*---------- padding ----------*/
/*---------- width ----------*/
.width25pct {
  width: 25%;
}

/*---------- height ----------*/
/*---------- line height ----------*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*---------- transform ----------*/
.transformSelect {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.transformSelect > li {
  position: relative;
  height: auto;
}
.transformSelect > li > span {
  border-radius: 3px;
  padding: 7px 30px 7px 10px;
  position: relative;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.transformSelect > li > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background-image: url(../../images/rwd/deco/control-arrow.png);
  background-position: 0 0;
}
.transformSelect > li.open > span {
  border-radius: 3px;
}
.transformSelect > li.open > span:after {
  background-position: 0 -24px;
}
.transformSelect .transformSelectDropdown {
  position: absolute;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transformSelect .transformSelectDropdown > li {
  border-bottom: 1px solid #ddd;
}
.transformSelect .transformSelectDropdown > li > span {
  background: #f0f0f0;
  color: #575757;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  padding: 15px 10px;
  top: 0;
  line-height: 16px;
  border-radius: 0;
}
.transformSelect .transformSelectDropdown > li > span:hover {
  background: #f9f9f9;
}
.transformSelect .transformSelectDropdown > li.selected > span {
  background: #f9f9f9;
}
.transformSelect .transformSelectDropdown > li:last-of-type {
  border-bottom: none;
}

.trans-element-checkbox {
  background-image: url(../../images/rwd/deco/icon_check.png);
}

.trans-element-radio {
  background-image: url(../../images/rwd/deco/icon_radio.png);
}

.trans-element-checkbox,
.trans-element-radio {
  margin-right: 5px;
}

/*---------- bxSlider ----------*/
[data-slider-name="pagerRwd"] .bx-wrapper {
  position: relative;
}

.bx-pager {
  position: absolute;
  z-index: 60;
  width: 100%;
  height: 12px;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  height: 12px;
  margin: 0 4px;
}
.bx-pager .bx-pager-item .bx-pager-link {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999px;
  color: transparent;
  background-color: transparent;
  border: 1px solid #ffffff;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.bx-pager .bx-pager-item .bx-pager-link:hover, .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}

.pager--white .bx-pager .bx-pager-item .bx-pager-link {
  border: 1px solid #ffffff;
}
.pager--white .bx-pager .bx-pager-item .bx-pager-link:hover {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.pager--white .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.pager--gray .bx-pager .bx-pager-item .bx-pager-link {
  border: 1px solid #9e9e9e;
}
.pager--gray .bx-pager .bx-pager-item .bx-pager-link:hover {
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
}
.pager--gray .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
}

/*---------- progress bar ----------*/
.barfiller {
  width: 100%;
  height: 8px;
  background: #dddddd;
  position: relative;
  border-radius: 4px;
}
.barfiller:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -10px;
  background-image: url(../../images/rwd/deco/deco-progressbar.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 10;
}
.barfiller.reached:after {
  background-position: -20px 0;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
  border-radius: 4px;
}
.barfiller .tipWrap {
  display: none;
}
.barfiller .tip {
  margin-top: -48px;
  padding: 2px 8px;
  border: 2px solid #dddddd;
  border-radius: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #9e9e9e;
  left: 0px;
  position: absolute;
  z-index: 2;
  white-space: nowrap;
  background-color: #ffffff;
}
.barfiller .tip:after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  background-image: url(../../images/rwd/deco/deco-dialog.png);
  left: 50%;
  margin-left: -6px;
  top: 100%;
  z-index: 9;
}

/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .buyTogetherBox {
    padding: 10px 10px 10px 210px;
  }
  .buyTogetherBox__image {
    width: 200px;
    margin-left: -200px;
  }
  .buyTogetherBox__processing {
    padding-left: 225px;
  }

  .brandBox--page .brandBox__brand {
    padding: 0 100px;
  }

  /*---------- product detail  ----------*/
  .information {
    padding-left: 420px;
  }
  .information__left {
    width: 420px;
    margin-left: -420px;
  }

  .promoList--KVpromo > li {
    margin-bottom: 15px;
  }

  .bankBox {
    padding: 10px 0;
  }
  .bankBox__info {
    font-size: 13px;
  }

  .page--LR .page__main {
    width: 72%;
  }
  .page--LR .page__promotion {
    width: 26%;
  }
  .page--filterTitle {
    padding-top: 0;
  }

  .pluralistic {
    padding: 30px 0 30px 480px;
  }
  .pluralistic__image {
    width: 480px;
    margin-left: -480px;
  }

  .oops {
    padding: 20px 230px 40px;
    text-align: center;
  }

  .serviceBox {
    min-height: 320px;
  }

  .searchBox__searchbar {
    padding: 0 300px;
  }

  .bankBonusBox__image > img {
    width: 100%;
    height: auto;
  }

  .form__action {
    padding: 0 180px;
  }

  .projectInfo__link {
    display: block;
    margin-bottom: 10px;
  }
  .projectInfo__more {
    float: right;
    margin-top: 3px;
  }
  .projectInfo__step {
    display: block;
    width: 100%;
  }

  .buyTogetherStep > li:after {
    background-image: url(../../images/rwd/deco/arrow-steps-landscape@3x.png);
    background-size: 25px;
  }
  .buyTogetherStep--inline > li {
    display: inline-block;
    padding: 0 30px;
  }

  .buyInfo__action {
    padding: 0 380px;
  }

  #filterToggle:after {
    background-image: url(../../images/rwd/icon/icon-filter@3x.png);
    background-size: 25px;
  }

  .pageList--group > li {
    width: 50%;
  }
  .pageList--group > li:nth-of-type(3n+1) {
    clear: none;
  }
  .pageList--group > li:nth-of-type(2n+1) {
    clear: left;
  }

  .filterSection__title {
    padding-right: 5px;
  }

  .conditionList > li {
    width: 14.2857142857%;
  }
  .conditionList > li:nth-of-type(9n+1) {
    clear: none;
  }
  .conditionList > li:nth-of-type(7n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 991px) {
  body.openFilter {
    position: fixed;
  }

  /*---------- productBox ----------*/
  .productBox--square:hover .productBox__text {
    display: none;
  }
  .productBox--today {
    padding: 15px;
  }
  .productBox--today .productBox__text .title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .productBox--today .productBox__text .name {
    font-size: 16px;
    margin-bottom: 5px;
    min-height: 24px;
    max-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .productBox--today .productBox__text .price {
    font-size: 16px;
  }
  .productBox--picked .productBox__action {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .productBox:hover .actionBox {
    display: none;
  }

  .actionBox__func {
    left: inherit;
    right: 0;
    margin-left: 0;
  }
  .actionBox__btn--social, .actionBox__btn--socialBlack {
    background-color: #ffffff;
  }
  .actionBox__btn--social:hover > .icon:before, .actionBox__btn--social:hover > .icon:after, .actionBox__btn--socialBlack:hover > .icon:before, .actionBox__btn--socialBlack:hover > .icon:after {
    background-position-y: 0;
  }
  .actionBox__btn--social.on > .icon:before, .actionBox__btn--social.on > .icon:after, .actionBox__btn--socialBlack.on > .icon:before, .actionBox__btn--socialBlack.on > .icon:after {
    background-position-y: -16px;
  }

  /*---------- buyTogether ----------*/
  .buyTogetherList {
    margin: 0;
  }
  .buyTogetherList > li {
    float: none;
    width: 100%;
    padding: 0;
  }

  .buyTogetherBox:hover {
    background-color: transparent;
  }
  .buyTogetherBox:hover .buyTogetherBox__image > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .buyTogetherBox:hover .buyTogetherBox__image > .buyTogetherBox__mask {
    visibility: hidden;
    opacity: 0;
  }
  .buyTogetherBox--detailpromo {
    padding: 10px 10px 10px 110px;
  }
  .buyTogetherBox--detailpromo .buyTogetherBox__image {
    width: 100px;
    margin-left: -100px;
    display: inline-block;
    vertical-align: top;
  }
  .buyTogetherBox--detailpromo .buyTogetherBox__text {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -6px;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
  }
  .buyTogetherBox--detailpromo .buyTogetherBox__processing {
    padding-left: 10px;
    padding-right: 0;
    position: static;
    margin-top: 10px;
  }

  /*---------- blog ----------*/
  .blogList--common > li {
    width: 50%;
  }
  .blogList--common > li:nth-of-type(2n+1) {
    clear: left;
  }
  .blogList--common > li:nth-of-type(4n+1) {
    clear: none;
  }

  .blogBox:hover {
    background-color: #ffffff;
  }
  .blogBox:hover .blogBox__image > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .blogBox:hover .blogBox__image > .blogBox__mask {
    visibility: hidden;
    opacity: 0;
  }
  .blogBox--articleDetail {
    position: relative;
    padding-left: 170px;
  }
  .blogBox--articleDetail .blogBox__image {
    display: inline-block;
    width: 160px;
    margin-left: -160px;
    vertical-align: top;
  }
  .blogBox--articleDetail .blogBox__info {
    width: 100%;
    display: inline-block;
    margin-left: -6px;
    vertical-align: top;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blogBox--articleDetail .blogBox__info .title {
    margin: 0 0 10px 0;
  }

  /*---------- brand ----------*/
  .brandList {
    margin: 0;
  }
  .brandList > li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .brandBox {
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .brandBox__brand {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
  .brandBox__product {
    display: table-cell;
    vertical-align: middle;
  }
  .brandBox:hover .brandBox__mask--product > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .brandBox:hover .brandBox__boxMask {
    visibility: hidden;
    opacity: 0;
  }
  .brandBox--page {
    display: block;
  }
  .brandBox--page .brandBox__brand {
    padding: 0 110px;
  }

  /*---------- bank ----------*/
  .bankList > li {
    width: 50%;
    margin-bottom: 20px;
  }
  .bankList > li:nth-of-type(2n+1) {
    clear: left;
  }

  .bankBox:hover {
    background-color: #ffffff;
  }

  /*---------- partner ----------*/
  .partnerImage:hover .partnerImage--wb {
    visibility: visible;
    opacity: 1;
  }
  .partnerImage:hover .partnerImage--color {
    visibility: hidden;
    opacity: 0;
  }

  /*---------- promoKV ----------*/
  .promoList--KVpromo > li {
    width: 50%;
    margin-bottom: 10px;
  }
  .promoList--KVpromo > li:nth-of-type(3) {
    display: none;
  }

  .sliderSquare:before {
    padding-top: 37.5%;
  }
  .sliderSquare__content {
    margin-top: -85px;
  }

  /*---------- bxSlider ----------*/
  .bxSlider__container--original {
    display: none;
  }
  .bxSlider__container--clone {
    display: block;
  }

  .bxSlider__controler {
    margin-top: 0;
    position: relative;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .popup--quickView {
    min-width: 720px;
    max-width: 720px;
  }
  .popup__login > a:hover {
    text-decoration: none;
  }

  .imageZoom {
    display: none;
  }

  .customPager {
    float: none;
  }
  .customPager > a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
    background-color: transparent;
    border: 1px solid #ffffff;
    float: none;
  }
  .customPager > a.active {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
  }
  .customPager > a img {
    display: none;
  }

  .pager--white .bx-pager .bx-pager-item .bx-pager-link:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
  }
  .pager--white .bx-pager .bx-pager-item .bx-pager-link.active {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
  .pager--gray .bx-pager .bx-pager-item .bx-pager-link:hover {
    background-color: transparent;
    border: 1px solid #9e9e9e;
  }
  .pager--gray .bx-pager .bx-pager-item .bx-pager-link.active {
    background-color: #9e9e9e;
    border: 1px solid #9e9e9e;
  }

  .fullSizeKV {
    padding: 0;
  }

  /*---------- listSection  ----------*/
  .filter {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    -webkit-transition: left 0.2s linear;
    transition: left 0.2s linear;
    z-index: 10000;
    overflow: auto;
  }
  .postDocking .filter {
    position: static;
  }
  .mobileOpen .filter {
    left: 0;
    bottom: 0 !important;
    top: 0;
    right: 0;
  }
  .filter__nav {
    display: none;
  }
  .filter__nav--mobile {
    display: block;
  }
  .filter__list > li {
    width: 50%;
    float: left;
  }
  .filterAction {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    bottom: 0;
    left: -100%;
    padding: 18px 20px;
    z-index: 2;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    -webkit-transition: left 0.2s linear;
    transition: left 0.2s linear;
  }
  .mobileOpen .filterAction {
    left: 0;
  }
  .filterAction input[type="submit"] {
    width: 48%;
    float: right;
    color: #212121;
    border: none;
    background: #ffc800;
  }
  .filterAction input[type="reset"] {
    width: 48%;
    float: left;
    padding: 12px 0;
    text-align: center;
    color: #ffc800;
    border: 1px solid #ffc800;
    background: transparent;
    border-radius: 10px;
    margin-top: 0;
    text-decoration: none;
    font-size: 16px;
  }
  .filterForm {
    padding-top: 70px;
    padding-bottom: 145px;
  }
  .filter__content:first-of-type {
    padding-top: 25px;
  }

  .productList {
    max-width: 100%;
    width: 100%;
  }
  .docking .productList, .postDocking .productList {
    margin-left: 0;
  }
  .productList__content {
    border-top: none;
  }
  .productList__amount {
    padding: 10px 20px;
  }
  .productList__theme {
    padding-left: 20px;
    padding-right: 20px;
  }
  .productList__searchResult {
    padding-left: 10px;
    padding-right: 10px;
  }

  .filterBar {
    padding: 0;
  }
  .filterBar__order {
    float: none;
    width: 100%;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f0f0;
    border-bottom: 1px solid #CCCCCC;
  }
  .filterBar__order .filterBar__sort {
    display: table-cell;
    width: 50%;
  }
  .filterBar__chips {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .filterBar__chips li:last-of-type {
    width: 100%;
  }

  .order__title {
    display: none;
  }
  .order__filterToggle {
    display: block;
    padding: 6px 10px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    color: #575757;
    position: relative;
    border-radius: 3px;
  }
  .order__filterToggle:after {
    content: '';
    background-image: url(../../images/rwd/icon/icon-filter@3x.png);
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .order__select {
    display: block;
  }

  .products {
    padding: 0 10px;
  }

  #filterToggle {
    display: none;
  }

  #filterClose {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 2;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    -webkit-transition: left 0.2s linear;
    transition: left 0.2s linear;
  }
  .mobileOpen #filterClose {
    left: 0;
  }

  .ui-slider .ui-slider-handle {
    z-index: 1;
  }

  .table--installment tbody th {
    width: 19%;
  }
  .table--award thead th .breakLine, .table--award thead td .breakLine {
    display: block;
  }
  .table--award thead th {
    width: 20%;
  }
  .table--award thead td {
    width: 16%;
  }
  .table--award tbody th, .table--award tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .table--award tbody th .breakLine, .table--award tbody td .breakLine {
    display: block;
  }
  .table--award tbody th {
    width: 20%;
  }
  .table--award tbody td {
    width: 16%;
  }

  /*---------- listSection  ----------*/
  .product, .productContainerOrphan {
    width: 25%;
    display: block;
    float: left;
    margin: 0;
    line-height: initial;
  }
  .product:nth-of-type(4n+1), .productContainerOrphan:nth-of-type(4n+1) {
    clear: left;
  }

  /*---------- product detail  ----------*/
  .productDetail__information {
    padding-top: 0;
    padding-bottom: 0;
  }

  .information,
  .informationQV {
    padding-left: 0;
  }
  .information__left,
  .informationQV__left {
    width: 100%;
    margin-left: 0;
    padding: 0;
    display: block;
  }
  .information__right,
  .informationQV__right {
    display: block;
    padding: 0;
    margin-left: 0;
  }

  .proDetail .image {
    padding: 15px 15px 0 15px;
  }
  .proDetail .image .actionBox {
    top: 25px;
    right: 25px;
  }
  .proDetail .image .actionBox__btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .proDetail .image .actionBox__btn .icon {
    opacity: .7;
  }
  .proDetail__section--moPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .proDetail .delivery {
    display: block;
  }
  .proDetail .brand {
    margin-top: 0;
  }
  .proDetail .brand--pc {
    display: none;
  }
  .proDetail .brand:hover .brand__image > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .proDetail .brand:hover .brand__name {
    color: #212121;
  }
  .proDetail.brand--mobile {
    display: block;
    padding: 20px;
  }
  .proDetail.brand--mobile .brand {
    position: relative;
    padding-right: 20px;
  }
  .proDetail.brand--mobile .brand:after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../../images/rwd/deco/arrow-qlmore@3x.png);
    background-size: 15px 30px;
    background-position: 0 0;
    top: 50%;
    margin-top: -7.5px;
    right: 0;
  }
  .proDetail .bonus--purchase:hover {
    background-color: #ffffff;
  }
  .proDetail .bonus__select a:hover .icon:before, .proDetail .bonus__select a:hover .icon:after {
    background-position: 0 0;
  }
  .proDetail .progress .notice .exp {
    float: none;
  }
  .proDetail .progress .notice .exp:before {
    background-image: url(../../images/rwd/deco/deco-exp@3x.png);
    background-size: 15px;
  }
  .proDetail .progress .notice .shipments {
    float: none;
    margin-top: 5px;
  }

  .collapse:last-of-type {
    border-bottom: none;
  }
  .collapse:hover {
    background-color: transparent;
  }
  .collapse--border:last-of-type {
    border-bottom: 1px solid #e7e7e7;
  }

  .accordion__tabs li {
    width: 180px;
  }

  .authorBox__link:hover .authorBox__info .author img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .authorBox__link:hover .authorBox__info .text__name {
    color: #212121;
  }
  .authorBox__articleList > a:hover {
    color: #212121;
  }

  .themeRule__title {
    padding: 10px 20px;
  }
  .themeRule__title .rule {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .themeRule__way .way {
    padding-right: 130px;
    position: relative;
  }
  .themeRule__way .way__amount {
    font-size: 14px;
  }
  .themeRule__way .way__action {
    width: 100px;
  }
  .themeRule__way .way__number {
    font-size: 20px;
    color: #2e9dd6;
  }
  .themeRule__way .way .discount {
    display: block;
  }
  .themeRule__way .way:after {
    background-image: url(../../images/rwd/deco/arrow-picked@3x.png);
    background-size: 24px 48px;
  }

  .brandFilter__switch {
    top: 10px;
  }
  .brandFilter__content {
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    -webkit-transition: left 0.2s linear;
    transition: left 0.2s linear;
    z-index: 10000;
    overflow: auto;
    display: block;
  }
  .brandFilter__content--moTitle {
    display: block;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
  }
  .brandFilter__content--moTitle:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../images/rwd/icon/icon-filterClose@3x.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .brandFilter__content--container {
    padding-bottom: 35px;
  }

  .filterSection {
    display: block;
  }
  .filterSection__title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .filterSection__option {
    display: block;
  }
  .filterSection__action {
    width: 100%;
    float: none;
    position: fixed;
    left: -100%;
    bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background-color: #ffffff;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    -webkit-transition: left 0.2s linear;
    transition: left 0.2s linear;
  }

  .conditionList > li {
    width: 33.3333333333%;
  }
  .conditionList > li:nth-of-type(3n+1) {
    clear: left;
  }

  .openFilter .brandFilter__content {
    left: 0;
    display: inherit;
  }
  .openFilter .filterSection__action {
    left: 0;
  }

  .brandDetail__cover > img {
    width: 100%;
  }
  .brandDetail__detail {
    padding: 20px 0;
  }
  .brandDetail__detail .detail__intro {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .brandDetail__detail .detail__text {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }

  .detail__intro .image {
    margin-bottom: 0;
    width: 70px;
    float: left;
  }
  .detail__intro .social {
    float: right;
  }

  .detail__text .name {
    font-size: 20px;
  }

  /*---------- illustratGroup editor -----------*/
  .illustratGroup {
    padding: 20px;
  }

  /*---------- promo tabs ----------*/
  .promoTabs__tabs {
    padding: 20px 0 40px;
  }
  .promoTabs__content {
    padding: 0 0 25px;
  }

  .divRow {
    margin: 0;
  }
  .divRow--threecopie > .divCol {
    margin-bottom: 10px;
    padding: 0;
  }
  .divRow--threecopie > .divCol:last-of-type {
    margin-bottom: 0;
  }

  .divCol--half:first-of-type {
    padding-left: 0;
  }
  .divCol--half:last-of-type {
    padding-right: 0;
  }
  .divCol--two {
    width: 100%;
  }
  .divCol--one {
    width: 100%;
  }

  .page--LR .page__main {
    width: 68%;
  }
  .page--LR .page__promotion {
    width: 30%;
  }
  .page--full .page__main {
    width: 100%;
  }
  .page--fullHeight {
    padding: 0;
  }

  .rwdKV,
  .staticKV {
    padding: 0;
  }

  .projectInfo__link {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
  .projectInfo__more {
    float: right;
    margin-top: 2px;
  }
  .projectInfo__step {
    display: block;
    width: 100%;
  }
  .projectInfo--pc {
    display: none;
  }
  .projectInfo--mo {
    display: block;
    padding: 20px;
  }

  .buyTogetherStep {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .buyTogetherStep > li {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .buyTogetherStep > li:after {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    margin-left: -12px;
    background-image: url(../../images/rwd/deco/arrow-steps@3x.png);
    background-size: 25px;
  }
  .buyTogetherStep > li:last-of-type {
    padding-bottom: 0;
  }
  .buyTogetherStep--inline > li {
    padding: 0 0 60px;
  }
  .buyTogetherStep--grid > li {
    padding: 0 0 60px 75px;
  }
  .buyTogetherStep--grid > li .icon {
    margin-left: -75px;
  }
  .buyTogetherStep--grid > li .buyTogetherStep__text {
    display: inline-block;
    padding: 0 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: -6px;
  }

  .buyInfo {
    padding-top: 10px;
  }
  .buyInfo__action {
    padding: 0 200px;
  }

  .reachedBox__date {
    font-size: 13px;
  }
  .reachedBox:hover {
    background-color: #ffffff;
  }
  .reachedBox:hover .reachedBox__image > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .pageList--3grid > li, .pageList--group > li {
    width: 50%;
  }
  .pageList--3grid > li:nth-of-type(3n+1), .pageList--group > li:nth-of-type(3n+1) {
    clear: none;
  }
  .pageList--3grid > li:nth-of-type(2n+1), .pageList--group > li:nth-of-type(2n+1) {
    clear: left;
  }
  .pageList--3gridLR > li {
    width: 100%;
  }
  .pageList--3gridLR > li:nth-of-type(3n+1) {
    clear: none;
  }
  .pageList--4grid > li {
    width: 50%;
  }
  .pageList--4grid > li:nth-of-type(4n+1) {
    clear: none;
  }
  .pageList--4grid > li:nth-of-type(2n+1) {
    clear: left;
  }
  .pageList--5grid > li {
    width: 25%;
  }
  .pageList--5grid > li:nth-of-type(5n+1) {
    clear: none;
  }
  .pageList--5grid > li:nth-of-type(4n+1) {
    clear: left;
  }
  .pageList--buytogether > li {
    display: none;
  }
  .pageList--buytogether > li:nth-of-type(1), .pageList--buytogether > li:nth-of-type(2), .pageList--buytogether > li:nth-of-type(3), .pageList--buytogether > li:nth-of-type(4) {
    display: list-item;
  }
  .pageList--6grid > li {
    width: 25%;
  }
  .pageList--6grid > li:nth-of-type(6n+1) {
    clear: none;
  }
  .pageList--6grid > li:nth-of-type(4n+1) {
    clear: left;
  }

  .pluralistic {
    padding: 10px 0;
  }
  .pluralistic__image {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .pluralistic__text {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }

  .award {
    padding: 10px 0;
  }

  .oops {
    padding: 20px 0 40px;
  }
  .oops .action {
    padding: 30px 260px;
  }

  .services__links .links--link {
    display: block;
  }
  .services__links .links--link:after {
    display: none;
  }
  .services__links .links--link:hover {
    color: #212121;
  }

  .serviceBox {
    min-height: 340px;
  }

  .searchBox {
    padding: 25px 0;
  }
  .searchBox__searchbar {
    margin: 25px 0 0;
    padding: 0 165px;
  }

  .bankBonusBox__image > img {
    width: 100%;
    height: auto;
  }

  .infoArea {
    padding: 30px 0;
  }

  .staticTabs__wrap--tab {
    padding: 0;
  }
  .staticTabs__wrap--content {
    padding: 0 20px;
  }
  .staticTabs__wrap--content.fullsection {
    padding: 0;
  }
  .staticTabs__tabs .tab:hover {
    background-color: #f0f0f0;
  }
  .staticTabs__tabs .tab.active {
    background-color: #ffffff;
  }
  .staticTabs__tabs--4tabs .tab {
    width: 25%;
    min-width: inherit;
  }
  .staticTabs__content {
    padding: 25px 0;
  }
  .staticTabs__content.moPb0 {
    padding-bottom: 0;
  }
  .staticTabs__content--filter {
    padding-bottom: 0;
  }

  .form {
    border: none;
    padding: 0;
  }
  .form__area {
    padding: 20px 0 0;
  }
  .form__action {
    padding: 0 100px;
  }

  .formRow {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .formRow__label {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .formRow__insert {
    display: block;
    padding: 0;
    margin-left: 0;
  }

  .formCol {
    float: left;
  }
  .formCol--xs {
    width: 15%;
  }
  .formCol--s.formCol--single {
    width: 100%;
    margin-bottom: 10px;
  }
  .formCol--m.formCol--tel, .formCol--m.formCol--fax {
    width: 50%;
  }
  .formCol--l {
    width: 100%;
  }
  .formCol--xl {
    width: 100%;
  }
  .formCol--space.lastSpace {
    margin-right: 0;
  }
  .formCol--example {
    float: none;
    clear: left;
  }

  .bx-pager {
    bottom: 10px;
  }

  .pcShow {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /*---------- productBox ----------*/
  .productBox--horizontal {
    padding: 10px 10px 10px 135px;
  }
  .productBox--horizontal .productBox__image {
    width: 125px;
    margin-left: -125px;
  }
  .productBox--today {
    padding: 15px 15px 15px 115px;
  }
  .productBox--today .productBox__image {
    display: inline-block;
    width: 100px;
    margin-left: -100px;
    vertical-align: top;
  }
  .productBox--today .productBox__text {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-left: -6px;
  }
  .productBox--today .productBox__text .title {
    background-color: transparent;
    text-align: left;
    padding: 0;
    color: #757575;
    margin-bottom: 5px;
  }
  .productBox--today .productBox__text .name {
    margin-bottom: 5px;
  }
  .productBox--promo {
    padding: 10px 10px 10px 130px;
    border-radius: 5px;
  }
  .productBox--promo .productBox__image {
    display: inline-block;
    width: 120px;
    margin-left: -120px;
    vertical-align: top;
    border-radius: 5px;
    vertical-align: middle;
  }
  .productBox--promo .productBox__text {
    display: inline-block;
    width: 100%;
    margin-left: -6px;
    vertical-align: middle;
    padding: 0 10px;
  }
  .productBox--promo .productBox__text .name {
    font-size: 18px;
    color: #212121;
    margin-bottom: 5px;
  }
  .productBox--promo .productBox__text .intro {
    color: #212121;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .productBox--sidepromo {
    padding: 0 0 0 100px;
  }
  .productBox--sidepromo .productBox__image {
    display: inline-block;
    width: 100px;
    margin-left: -100px;
    vertical-align: top;
  }
  .productBox--sidepromo .productBox__text {
    display: inline-block;
    width: 100%;
    margin-left: -6px;
    vertical-align: top;
  }
  .productBox--sidepromo .productBox__text .name {
    min-height: 50px;
    max-height: 50px;
  }

  /*---------- buyTogether ----------*/
  .buyTogetherList > li:last-of-type {
    margin-bottom: 0;
  }

  .buyTogetherBox {
    padding: 10px;
  }
  .buyTogetherBox__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .buyTogetherBox__text {
    display: block;
    margin-left: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .buyTogetherBox__text .desc {
    margin-bottom: 15px;
  }
  .buyTogetherBox__processing {
    position: static;
    left: 0;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .buyTogetherBox--sidepromo {
    padding-left: 110px;
    border-radius: 0;
  }
  .buyTogetherBox--sidepromo .buyTogetherBox__image {
    width: 100px;
    margin-left: -100px;
    display: inline-block;
    vertical-align: top;
  }
  .buyTogetherBox--sidepromo .buyTogetherBox__text {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -6px;
    width: 100%;
    vertical-align: top;
  }
  .buyTogetherBox--detailpromo {
    padding: 10px 0 10px 100px;
  }
  .buyTogetherBox--detailpromo .buytogetherBox__processing {
    padding-left: 10px;
    padding-right: 0;
  }

  /*---------- blog ----------*/
  .blogList--common > li {
    width: 100%;
  }
  .blogList--common > li:nth-of-type(2n+1) {
    clear: none;
  }

  .blogBox {
    position: relative;
    padding-left: 170px;
  }
  .blogBox__image {
    display: inline-block;
    width: 160px;
    margin-left: -160px;
    vertical-align: top;
  }
  .blogBox__info {
    width: 100%;
    display: inline-block;
    margin-left: -6px;
    vertical-align: top;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blogBox__info .title {
    margin: 0 0 10px 0;
  }
  .blogBox.blogBox--page {
    border: none;
    min-height: inherit;
  }
  .blogBox.blogBox--page.blogBox {
    padding: 10px;
    border: 1px solid #efefef;
  }
  .blogBox.blogBox--page.blogBox .blogBox__image {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .blogBox.blogBox--page.blogBox .blogBox__info {
    display: block;
    margin-left: 0;
    vertical-align: top;
    padding-left: 0;
  }
  .blogBox.blogBox--rwd {
    min-height: inherit;
    border: 1px solid #efefef;
  }

  /*---------- brand ----------*/
  .brandBox__brand {
    width: 33.3333333333%;
  }
  .brandBox__product {
    width: 66.6666666667%;
    padding-left: 5px;
  }
  .brandBox__product > li {
    width: 50%;
  }
  .brandBox__product > li:nth-of-type(3) {
    display: none;
  }
  .brandBox__mask--brand {
    width: 100%;
    height: 100%;
  }
  .brandBox__mask--product {
    width: 100%;
    height: 100%;
  }
  .brandBox--page .brandBox__product {
    width: 100%;
    padding-left: 0;
  }
  .brandBox--page .brandBox__product > li {
    width: 33.3333333333%;
  }
  .brandBox--page .brandBox__product > li:nth-of-type(3) {
    display: list-item;
  }

  /*---------- promoKV ----------*/
  .promo__KV > li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .promo__KV > li:last-of-type {
    margin-bottom: 0;
  }
  .promo__KV--blogList {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .promoList--KVpromo > li {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .promoList--KVpromo > li:nth-of-type(2) {
    display: none;
  }

  .sliderSquare__content {
    margin-top: -70px;
  }
  .sliderSquare__title {
    display: none;
  }

  /*---------- listSection  ----------*/
  .product, .productContainerOrphan {
    width: 50%;
  }
  .product:nth-of-type(2n+1), .productContainerOrphan:nth-of-type(2n+1) {
    clear: left;
  }

  /*---------- product detail -----------*/
  .proDetail .name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .proDetail .bonus--purchase .bonus__link {
    width: 93%;
  }
  .proDetail .bonus--purchase .bonus__select {
    margin-left: 0;
  }
  .proDetail .bonus__select {
    width: auto;
  }
  .proDetail .bonus__select label {
    display: none;
  }
  .proDetail .bonus__select a span {
    display: none;
  }
  .proDetail .price__promo {
    display: block;
  }
  .proDetail .price__staff {
    display: block;
  }
  .proDetail .price__staff:before {
    display: none;
  }
  .proDetail .price__eventLink {
    position: relative;
    text-align: right;
  }

  .moreDetail {
    display: block;
    text-align: center;
    background-image: url(../../images/rwd/deco/mask-prodetail.png);
    background-position: left top;
    background-repeat: repeat-x;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
  }
  .moreDetail.active {
    position: static;
  }

  .introList--proEvent > li .eventName {
    display: block;
  }

  .authorBox {
    min-height: inherit;
  }

  .articleControl__prev:before {
    background-image: url(../../images/rwd/deco/arrow-article@3x.png);
    background-size: 100px;
  }
  .articleControl__next:after {
    background-image: url(../../images/rwd/deco/arrow-article@3x.png);
    background-size: 100px;
  }
  .articleControl__title {
    margin-top: 13px;
  }
  .articleControl__content {
    display: none;
  }
  .articleControl__next:hover, .articleControl__prev:hover {
    color: #212121;
  }
  .articleControl__next:hover:before, .articleControl__next:hover:after, .articleControl__prev:hover:before, .articleControl__prev:hover:after {
    background-position-x: 0;
  }

  .articleDetail__info {
    padding: 0 20px;
  }
  .articleDetail__promo {
    padding: 0 20px;
  }
  .articleDetail__share {
    padding: 10px 20px;
  }

  .conditionList > li {
    width: 50%;
  }
  .conditionList > li:nth-of-type(3n+1) {
    clear: none;
  }
  .conditionList > li:nth-of-type(2n+1) {
    clear: left;
  }

  /*---------- illustratGroup editor -----------*/
  .illustratGroup {
    padding: 0 20px;
  }

  /*---------- accordion -----------*/
  .accordion {
    background-color: #f2f2f2;
  }
  
  .accordion iframe[src*="www.youtube.com"]{
  	width: 100%;
  	height: calc(90vw*0.5625);
  }
  
  .accordion iframe{
  	width: 100%;
  }
  
  .accordion__tabs {
    height: 45px;
    text-align: center;
  }
  .accordion__tabs li {
    display: inline-block;
    height: 45px;
    width: 200px;
    background-color: #f0f0f0;
    border-right: 1px solid #e7e7e7;
    color: #757575;
    text-align: center;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .accordion__tabs li:first-of-type {
    border-left: 1px solid #e7e7e7;
  }
  .accordion__tabs li:hover {
    background-color: #f9f9f9;
  }
  .accordion__tabs li.active {
    background-color: #ffffff;
    color: #212121;
    font-weight: bold;
    position: relative;
  }
  .accordion__tabs li.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #ffffff;
  }
  .accordion__tabs li .title {
    color: #757575;
    line-height: 45px;
    height: 45px;
    display: block;
  }
  .accordion__tabs.tabs--blue li.active {
    border-top: 3px solid #2e9dd6;
  }
  .accordion__title {
    display: block;
    padding: 15px 20px;
  }
  .accordion__title > span {
    position: relative;
    font-weight: bold;
    padding-left: 10px;
    color: #212121;
  }
  .accordion__title > span:before {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffc800;
    vertical-align: middle;
  }
  .accordion__title.accordion__title--always + .accordion__content .illustratGroup {
    max-height: 350px;
    overflow: hidden;
  }
  .accordion__title.accordion__title--always + .accordion__content .illustratGroup.active {
    max-height: 20000px;
    -moz-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
  }
  .accordion__title.accordion__title--notAlways + .accordion__content {
    max-height: 0;
  }
  .accordion__title.accordion__title--notAlways.active + .accordion__content {
    max-height: 99999px;
    -moz-transition: max-height 2.5s ease;
    -o-transition: max-height 2.5s ease;
    -webkit-transition: max-height 2.5s ease;
    transition: max-height 2.5s ease;
  }
  .accordion__title.accordion__title--notAlways.active > span {
    color: #ffae00;
  }
  .accordion__title.accordion__title--notAlways.active .commentAmount {
    color: #2e9dd6;
  }
  .accordion__content {
    display: block;
    overflow: hidden;
  }
  .accordion__group > li {
    display: list-item;
    border-bottom: 1px solid #e7e7e7;
  }
  .accordion__belt {
    display: none;
  }

  .showMore--productDetail {
    color: #757575;
    display: inline-block;
    padding: 10px;
  }
  .showMore--productDetail:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../../images/rwd/icon/icon-circlePlus-detail.png);
    background-position: 0 0;
    background-size: 24px 48px;
  }
  .showMore--productDetail.active:before {
    background-position: 0 -24px;
  }

  .page--LR .page__main {
    float: none;
    width: 100%;
  }
  .page--LR .page__promotion {
    float: none;
    width: 100%;
  }
  .page--full .page__main {
    width: 100%;
  }
  .page__sectionWrap--full {
    padding-left: 0;
  }
  .page__sectionWrap--promotion {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page--detail {
    padding: 0;
  }

  .promotions .sideFBAPI {
    display: none;
  }

  .pageList--3grid > li, .pageList--group > li {
    width: 100%;
  }
  .pageList--3grid > li:nth-of-type(2n+1), .pageList--group > li:nth-of-type(2n+1) {
    clear: none;
  }
  .pageList--3gridService > li {
    width: 100%;
  }
  .pageList--3gridService > li:nth-of-type(3n+1) {
    clear: none;
  }
  .pageList--4grid > li {
    width: 100%;
  }
  .pageList--4gridMO > li {
    width: 50%;
  }
  .pageList--4gridMO > li:nth-of-type(4n+1) {
    clear: none;
  }
  .pageList--4gridMO > li:nth-of-type(2n+1) {
    clear: left;
  }
  .pageList--2grid > li {
    width: 100%;
  }
  .pageList--5grid > li {
    width: 50%;
  }
  .pageList--6grid > li {
    width: 50%;
  }
  .pageList--6grid > li:nth-of-type(4n+1) {
    clear: none;
  }
  .pageList--6grid > li:nth-of-type(2n+1) {
    clear: left;
  }

  /*---------- bxSlider ----------*/
  .bxSlider--promo {
    padding: 0;
  }

  .popup--common, .popup--quickView, .popup--proImage {
    min-width: 360px;
    max-width: 360px;
  }

  .oops .action {
    padding: 30px 90px;
  }

  .services__links .links--link {
    display: inline;
  }
  .services__links .links--link:after {
    display: inline-block;
  }
  .services__links .links--link:last-of-type:after {
    display: none;
  }

  .serviceBox {
    min-height: inherit;
  }

  .searchBox__notFound {
    padding: 0 20px;
  }
  .searchBox__notFound img {
    width: 100%;
  }
  .searchBox__searchbar {
    padding: 0;
  }

  .staticTabs__tabs--3tabs .tab {
    width: 33.3333333333%;
    min-width: inherit;
  }

  .bankDetailBox__image > img {
    width: 100%;
  }
  .bankDetailBox__illustrator .image > img {
    width: 100%;
  }

  .faqBox {
    float: none;
    width: 100%;
    clear: none;
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
  }
  .faqBox:first-of-type {
    padding-top: 0;
    border-top: none;
  }
  .faqBox:last-of-type {
    padding-bottom: 0;
  }
  .faqBox:nth-of-type(2n+1) {
    clear: none;
    padding-right: 0;
    border-right: none;
  }
  .faqBox:nth-of-type(2n) {
    padding-left: 0;
  }

  .form__action {
    padding: 0;
  }

  .formCol {
    float: left;
  }
  .formCol--xs {
    width: 21%;
  }
  .formCol--m.formCol--tel {
    width: 49%;
  }
  .formCol--m.formCol--fax {
    width: 72%;
  }

  .formList > li {
    width: 33.3333333333%;
    margin-right: 0;
  }
  .formList > li:nth-of-type(3n+1) {
    clear: left;
  }
  .formList > li.single {
    width: 100%;
  }
  .formList > li .fill {
    width: 81%;
  }
  .formList > li .trans-element-checkbox,
  .formList > li .trans-element-radio {
    margin-right: 0;
  }

  .buyInfo__action {
    padding: 0 45px;
  }

  .table--installment tbody th {
    width: 30%;
    font-size: 16px;
  }
  .table--installment tbody td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .table--award thead th, .table--award thead td {
    padding: 10px 15px;
  }
  .table--award thead th .breakLine, .table--award thead td .breakLine {
    display: inline;
  }
  .table--award thead th {
    width: 25%;
  }
  .table--award thead td {
    width: 25%;
  }
  .table--award thead td.note3, .table--award thead td.note4 {
    display: none;
  }
  .table--award tbody th, .table--award tbody td {
    padding: 10px 5px;
  }
  .table--award tbody th {
    width: 25%;
  }
  .table--award tbody td {
    width: 25%;
  }
  .table--award tbody td.note3, .table--award tbody td.note4 {
    display: none;
  }

  .moHide {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /*---------- icon ----------*/
  .icon__action--unfavorite:before, .icon__action--favorite:before, .icon__action--social:before, .icon__action--socialBlack:before, .icon__action--unfavorite:after, .icon__action--favorite:after, .icon__action--social:after, .icon__action--socialBlack:after {
    background-image: url(../../images/rwd/icon/icon-action@3x.png);
    background-size: 48px 32px;
  }

  .icon__service--member:before, .icon__service--shopping:before, .icon__service--safe:before, .icon__service--message:before, .icon__service--tel:before, .icon__service--announcement:before, .icon__service--member:after, .icon__service--shopping:after, .icon__service--safe:after, .icon__service--message:after, .icon__service--tel:after, .icon__service--announcement:after {
    background-image: url(../../images/rwd/icon/icon-service@3x.png);
    background-size: 45px 270px;
  }

  .icon__shareProduct--fb:before, .icon__shareProduct--google:before, .icon__shareProduct--line:before, .icon__shareProduct--mail:before, .icon__shareProduct--fb:after, .icon__shareProduct--google:after, .icon__shareProduct--line:after, .icon__shareProduct--mail:after {
    background-image: url(../../images/rwd/icon/icon-shareProduct@3x.png);
    background-size: 30px 120px;
  }

  .icon__buyTogetherStep--01:before, .icon__buyTogetherStep--02:before, .icon__buyTogetherStep--03:before, .icon__buyTogetherStep--04:before, .icon__buyTogetherStep--01:after, .icon__buyTogetherStep--02:after, .icon__buyTogetherStep--03:after, .icon__buyTogetherStep--04:after {
    width: 75px;
    height: 75px;
    background-image: url(../../images/rwd/icon/icon-projectRule@3x.png);
    background-size: 75px 300px;
  }

  .icon__article--google:before, .icon__article--line:before, .icon__article--tweet:before, .icon__article--weibo:before, .icon__article--email:before, .icon__article--google:after, .icon__article--line:after, .icon__article--tweet:after, .icon__article--weibo:after, .icon__article--email:after {
    background-image: url(../../images/rwd/icon/icon-share-article@3x.png);
    background-size: 20px 100px;
  }

  .brandFilter__switch:hover .icon:before {
    background-position: 0 0;
  }
  .brandFilter__switch:hover > span {
    color: #212121;
  }

  .icon__filter:before {
    background-image: url(../../images/rwd/icon/icon-filter@3x.png);
    background-size: 25px;
  }

  .chip:after {
    background-image: url(../../images/rwd/icon/icon-cancelBlue@3x.png);
    background-size: 15px;
  }

  .brandBox:hover .brandBox__boxMask {
    visibility: hidden;
    opacity: 0;
  }

  .articleControl__prev:before {
    background-image: url(../../images/rwd/deco/arrow-article@3x.png);
    background-size: 100px;
  }
  .articleControl__next:after {
    background-image: url(../../images/rwd/deco/arrow-article@3x.png);
    background-size: 100px;
  }

  .showMore--product:before {
    background-image: url(../../images/rwd/icon/icon-circlePlus@3x.png);
    background-size: 25px;
  }
  .showMore--list:after {
    background-image: url(../../images/rwd/icon/icon-normalPlus-blue@3x.png);
    background-size: 15px;
  }
  .showMore--event:after {
    background-image: url(../../images/rwd/icon/icon-show-blue@3x.png);
    background-size: 15px 30px;
  }

  .bx-controls-direction .bx-prev,
  .bx-controls-direction .bx-next {
    font-size: 0;
    background-image: url(../../images/rwd/deco/control-slider@3x.png);
    background-size: 56px 112px;
  }

  .productBox--picked .productBox__delPicked {
    background-image: url(../../images/rwd/deco/deco-delItem@3x.png);
    background-size: 25px;
  }

  .barfiller:after {
    background-image: url(../../images/rwd/deco/deco-progressbar@3x.png);
    background-size: 40px 20px;
  }
  .barfiller .tip:after {
    background-image: url(../../images/rwd/deco/deco-dialog@3x.png);
    background-size: 12px 8px;
  }

  .collapse__title:after {
    background-image: url(../../images/rwd/deco/deco-collapse@3x.png);
    background-size: 15px 30px;
  }

  .faqBox .moreLink:after {
    background-image: url(../../images/rwd/deco/arrow-moreGray@3x.png);
    background-size: 15px 30px;
  }
  .faqBox .moreLink:hover:after {
    background-position: 0 0;
  }

  .projectInfo__more:after {
    background-image: url(../../images/rwd/deco/arrow-qlmore@3x.png);
    background-size: 15px 30px;
  }

  .table--group tbody > tr:after {
    background-image: url(../../images/rwd/deco/arrow-group@3x.png);
    background-size: 15px 30px;
  }

  .trans-element-checkbox {
    background-image: url(../../images/rwd/deco/icon_check@3x.png);
    background-size: 15px 30px;
  }

  .trans-element-radio {
    background-image: url(../../images/rwd/deco/icon_radio@3x.png);
    background-size: 15px 30px;
  }

  .transformSelect > li > span:after {
    background-image: url(../../images/rwd/deco/control-arrow@3x.png);
    background-size: 24px 48px;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
