@charset "utf-8";
.frame1000 {
  width: auto!important;
  max-width: 1400px;
  min-width: 1000px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.page-main {
  width: 100%!important;
}

@media screen and (max-width: 767px) {
  .frame1000,
  .page-main {
    width: 100%!important;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
}

.quantityList button:disabled,
.quantityList button[disabled] {
  opacity: 0.7;
  cursor: inherit;
}


/*-------------popup--------------*/

.eject_loginarea {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mB08 {
  margin-bottom: 8px;
}

.append_area {
  position: absolute;
  width: 276px;
  bottom: 69px;
  left: 12px;
  background: #fef3f3;
  border: 1px solid #e60012;
  border-radius: 4px;
  display: none;
  z-index: 100;
}

.append_box {
  padding: 28px 35px 24px 35px;
  position: relative;
}

.append_box:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 69%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid #e60012;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.append_box:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 69%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid #fef3f3;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.append_area .el_close {
  width: 26px;
  height: 26px;
  background: url(/html/template/default/assets/images/common/close_btn_01.png);
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.append_area .el_title {
  font-size: 0.9rem;
  text-align: center;
}

.mB_20 {
  margin-bottom: 20px !important;
}

.addcollection_area .login_btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1.00)), to(rgba(242, 242, 242, 1.00)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(242, 242, 242, 1.00) 100%);
  border: 1px solid #bbb;
  color: #333;
}

.el_button .login_btn {
  width: 100%;
  font-size: 0.7rem;
  border: 1px solid #298524;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51a34d), to(#2a8625));
  background-image: linear-gradient(180deg, #51a34d 0%, #2a8625 100%);
  display: block;
  border-radius: 4px;
  text-align: center;
  color: #FFFFFF;
  padding: 0.4rem 0;
  -webkit-box-shadow: 1px 2px #E5E5E5;
  box-shadow: 1px 2px #E5E5E5;
  position: relative;
}

.el_button .register_btn {
  width: 100%;
  font-size: 0.7rem;
  display: block;
  border-radius: 4px;
  text-align: center;
  color: #2d8929;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefffe), to(#f4f4f5));
  background-image: linear-gradient(180deg, #fefffe 0%, #f4f4f5 100%);
  border: 2px solid #2d8929;
  padding: 0.4rem 0;
  -webkit-box-shadow: 1px 2px #E5E5E5;
  box-shadow: 1px 2px #E5E5E5;
  position: relative;
}


/*------------toolGroup-----------*/

.ttlPage {
  margin-bottom: 45px;
}

.product_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 3px solid #c7c7c7
}

.product-tag {
  font-size: 13px;
  padding: 0 10px;
  line-height: 16px;
  border-style: solid;
  border-width: 2px;
  font-weight: normal;
}

.prod_l p {
  font-size: 0.8rem;
  padding-top: 8px;
}

.listBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 35px;
}

.list_item {
  background: url(/html/template/default/assets/images/common/line_r.jpg) right top 6px no-repeat;
}

.list_item:last-child {
  background: none;
}

.listLeft {
  width: 75%;
}

.listLeft .title,
.listCent .title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #373737;
}

.sortList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}

.sortList li a {
  font-size: 0.75rem;
  color: #373737;
  padding: 4px 8px;
  display: block;
  margin-right: 25px;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.sortList li:last-child a {
  margin-right: 0;
}

.sortList li a:hover {
  border: 1px solid #9ab6df;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #e7f6ff;
  color: #1a4b73;
}

.sortList li a.active {
  border: 1px solid #9ab6df;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #e7f6ff;
  color: #1a4b73;
}

.listCent {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.listInner {
  width: 175px;
  margin: 0 auto;
}

.tb_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 0;
}

.tb_right a {
  font-size: 0.75rem;
  color: #373737;
  padding: 4px 8px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.tb_right a.active,
.tb_right a:hover {
  border: 1px solid #9ab6df;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #e7f6ff;
  color: #1a4b73;
}

.tb_right a:last-child {
  margin-right: 0;
}

.listRight {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
}

.btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btnGroup li {
  margin: 0 5px;
}

.btnGroup li a {
  display: block;
  padding: 5px 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.btnGroup a:hover {
  background: #e7f6ff;
  border: 1px solid #9ab6df;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.btnGroup a.active {
  background: #e7f6ff;
  border: 1px solid #9ab6df;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}


/* ---------------filter------------- */

.filterInner {
  margin-top: 3px;
}

.filter_title {
  padding: 8px 0 8px 8px;
  font-weight: bold;
  /* #19128 */
  /*background: #daf0fd;*/
  background: #e6e6e6;
  margin-bottom: 10px;
}

.filter_title p {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  /* #19128 */
  /*color: #1a4b73;*/
}

.filter_title .zoom {
  padding-left: 30px;
  position: relative;
}

.filter_title .zoom:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(/html/template/default/assets/images/common/ico_zoom.png) no-repeat;
  background-size: cover;
  left: 0;
  top: -4px;
}

.ttlPage {
  font-size: 1.2rem;
  border-bottom: 3px solid #c7c7c7;
  padding-bottom: 5px;
}

.textPage_area {
  margin: 5px 0 50px;
}

.textPage_area p {
  margin-bottom: 20px;
  word-break: break-all;
}

.listLeft a {
  position: relative;
  color: #1a4b73;
  font-size: 2.0rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btnZoom a {
  padding: 2px 0 1px 32px;
  margin-bottom: 6px;
}

.btnZoom a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("/html/template/default/assets/images/common/ico_zoom.png") no-repeat;
  background-size: cover;
  left: 0;
}

.btnZoom.active a:after {
  width: 15px;
  height: 15px;
  background: url(/html/template/default/assets/images/common/ico_close.png) no-repeat;
  background-size: cover;
}

.sidebarTtl {
  border-bottom: 3px solid #bebebe;
}

.ttlBlock {
  font-size: 1.0rem;
  padding: 8px 0 8px 20px;
  line-height: 1;
  font-weight: bold;
  /*#19128*/
  background: #e6e6e6;
  color: #333;
}

.filterBlock .itemCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.9rem;
  padding: 15px 10px 16px;
  /*#19128*/
  /*border-bottom: 1px solid #acacac;*/
}

.filterBlockInner fieldset:last-child .itemCheck:last-child,
.filterBlockInner>.itemCheck:last-child {
  border-bottom: 0;
}

.filterBlockInner input[type="checkbox"] {
  display: none;
}

.filterBlockInner input[type="text"] {
  width: 277px;
  border: 1px solid #b7b7b7;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.filterBlockInner label {
  position: relative;
  width: 100%;
  margin-left: 15px;
  word-break: break-all;
}

.filterBlockInner label:before {
  margin-right: 0;
}

.filterBlockInner label span.checkbox-custom {
  position: relative;
  text-indent: -2em;
}

.filterBlockInner label span.checkbox-custom:before, .filterBlockInner label span.checkbox-custom:after {
  content: '';
  margin: 0 5px;
  left: -27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: absolute;
  vertical-align: top;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filterBlockInner label span.checkbox-custom:before {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #a1a1a1;
  border-radius: 3px;
}

.filterBlockInner input:checked + span.checkbox-custom:after {
  width: 19px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/html/template/default/assets/images/common/ico_check_pc.png") no-repeat;
  background-size: cover;
}

.keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  margin: 22px 0 20px;
}

.listCate {
  margin-bottom: 40px;
  margin-left: 10px;
  word-break: break-all;
}

.listCate li a {
  display: block;
  margin: 5px 0;
  font-size: 0.9rem;
}

.related {
  padding: 20px 0 20px 10px;
  margin-bottom: 0;
}

.relate_item {
  margin-bottom: 10px;
}

.relate_item img {
  width: 25%;
}

.relate_item span {
  font-size: 0.75rem;
  font-weight: bold;
  color: #111111;
  padding-left: 12px;
}

.relat_title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #1a4b73;
}
.relat_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.relat_list li a {
  font-size: 1rem;
  color: #1a4b73;
  text-decoration: underline;
}

.filter_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 0;
}

.filter_btn button.btn_w {
  font-size: 0.65rem;
  color: #111111;
  border: 1px solid #bbbbbb;
  padding: 5px 10px;
  border-radius: 30px;
  margin: 0 10px 0 0;
  width: auto;
  white-space: nowrap;
}

.filter_btn button.btn_b {
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  background: #1a4b73;
  border-radius: 30px;
  padding: 10px 20px;
  width: auto;
  white-space: nowrap;
}

.btnDown {
  width: 20px;
  height: 9px;
  position: relative;
  margin: auto 0;
}

.btnDown::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
  right: 3%;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.btnDown.active::before {
  background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.subList {
  display: none;
  background: #ffffff;
}

.subList02 {
  display: none;
}

.subList .itemCheck {
  padding-left: 30px;
}

.subList02 .itemCheck {
  padding-left: 60px;
}

.filter_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 22px 0 30px;
}

.priceSelect {
  border: 1px solid #bbbbbb;
  width: 122px;
  overflow: hidden;
  background: #fff url(/html/template/default/assets/images/common/icon_select_down.png) right center no-repeat;
  background-size: 25px auto;
  line-height: 1;
}

.priceSelect select {
  height: 25px;
  padding: 1px 5px 0;
  width: 100%;
  font-size: 0.8rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.filter_price span {
  font-weight: bold;
  font-size: 1.5rem;
  color: #9e9e9e;
}

.cate li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.cate li a.active {
  background-color: #fff4e4 !important;
}

.cate li a.active::before {
  background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.cate>ul>li>a {
  position: relative;
}

.cate li a.fashion {
  background: url(/html/template/default/assets/images/common/img_product_fashion.png) 0 center no-repeat;
  background-size: 12%
}

.cate li a.health {
  background: url(/html/template/default/assets/images/common/img_product_health.png) 0 center no-repeat;
  background-size: 12%
}

.cate li a.beauty {
  background: url(/html/template/default/assets/images/common/img_product_beauty.png) 0 center no-repeat;
  background-size: 12%
}

.cate li a.food {
  background: url(/html/template/default/assets/images/common/img_product_food.png) 0 center no-repeat;
  background-size: 12%
}

.cate li a.living {
  background: url(/html/template/default/assets/images/common/img_product_living.png) 0 center no-repeat;
  background-size: 12%
}

.media {
  margin-left: 0;
}

.media li a {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  padding: 18px 0 19px 40px;
  border-bottom: 1px solid #acacac;
}

.media li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
  right: 2%;
  top: 50%;
  margin-top: -5px;
}

.media li a.active {
  background-color: #fff4e4 !important;
}

.media li a.active::before {
  background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.media>ul>li>a {
  position: relative;
}

.media li a.radio {
  background: url(/html/template/default/assets/images/common/img_product_radio.png) 4px center no-repeat;
  background-size: 11%;
}

.media li a.tv {
  background: url(/html/template/default/assets/images/common/img_product_tv.png) 4px center no-repeat;
  background-size: 11%;
}

.media li a.news {
  background: url(/html/template/default/assets/images/common/img_product_newspaper.png) 4px center no-repeat;
  background-size: 11%;
}

.media li a.catalog {
  background: url(/html/template/default/assets/images/common/img_product_catalog.png) 4px center no-repeat;
  background-size: 11%;
}

.subLink {
  display: none;
}

.subLink li a {
  position: relative;
  padding-left: 65px;
}

.subLink li a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 20px;
  background: url(/html/template/default/assets/images/common/ico_link_02.png) no-repeat;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.subLink li a .dot {
  position: absolute;
  font-size: 2.5rem;
  color: #1a4b73;
  bottom: 35%;
  left: 50px;
}

.btn-scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.btn-scroll ul li button {
  border-radius: 30px;
  background: #ffffff;
}

.btn-scroll ul .filterCondition button {
  font-size: 0.8rem;
  padding: 10px 15px;
  line-height: 1;
  /*#19128*/
  background: #e6e6e6;
  color: #333;
}

.btn-scroll ul .conditionClear button {
  font-size: 0.65rem;
  line-height: 1;
  padding: 8px 15px;
  border: 1px solid #bbbbbb;
}


/* -----------products list---------- */
.item_list {
  display: flex;
  flex-wrap: wrap;
}

.item {
  position: relative;
  flex: 0 0 24%;
  margin: 0 1.31% 50px 0;
}

@media screen and (min-width: 678px) {
  .item:nth-child(4n) {
    margin-right: 0;
  }
}

.item a {
  display: block;
}

.item a:hover .cont_text {
  text-decoration: underline;
}

.item a:hover .price {
  text-decoration: underline;
}
.item .discount_text {
  color: #c9004b;
  line-height: 1;
}

.pc_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.category_list li {
  font-size: 0.65rem;
  font-weight: bold;
  margin-bottom: 1px;
  margin-right: 1px;
  line-height: 1;
  border: 1px solid transparent;
}

.item_img {
  max-width: 100%;
  object-fit: cover;
  position: relative;
  border: 1px solid #dfdfdf;
}

/*auto image in one frame*/
.item_img img {
  max-width: 100%;
}

.item_img .tagblock {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.item_img .tag {
  width: 100px;
  color: #c9004b;
  border: 1px solid #c9004b;
  padding: 6px 6px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.item_contain {
  position: relative;
}

.cont_text {
  font-size: 0.75rem;
  margin-bottom: 10px;
  word-break: break-all;
}

.price {
  color: #c9004b;
  line-height: 1;
}

.price .tax-text,
.discount .tax-text {
  font-size: 0.5rem;
}

.item .discount_text span {
  font-size: 0.5rem;
}

.like {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 35px;
  height: 35px;
  background: url(/html/template/default/assets/images/common/ico_like.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.like.active {
  background: url(/html/template/default/assets/images/common/ico_like_active.png) no-repeat;
  background-size: cover;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  opacity: 1;
}


/*----------- pagination -----------*/

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0 5px;
}

.pagination li {
  margin-right: 6px;
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination li.arrow_l {
  margin-right: 35px;
}

.pagination li.arrow_r {
  margin-right: 0;
  margin-left: 35px;
}

.pagination a {
  color: #323433;
  line-height: 1;
  padding: 5px 7px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #f8f8f8;
  cursor: pointer;
}

.pagination li a:hover {
  background: #e7f6ff;
  border: 1px solid #9ab6df;
}

.pagination li a.active {
  background: #e7f6ff;
  border: 1px solid #9ab6df;
}

.pagination .arr {
  width: 24px;
  height: 24px;
  border: none;
  position: relative;
  padding: 10px 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5e5e5;
}

.pagination .arr:hover {
  background: #bbbbbb;
  border: none;
}

.pagination .arr_r:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  background: url(/html/template/default/assets/images/common/arr_right_pc.png) no-repeat;
  top: 6px;
  right: 8px;
}

.pagination .arr_l:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  background: url(/html/template/default/assets/images/common/arr_left_pc.png) no-repeat;
  top: 6px;
  left: 8px;
}

.pagination .end {
  background: none;
}


/* ------------------------- */

.recentview,
.recommend,
.favoritesList {
  background: #f3f6f8;
  padding: 11px 0 15px;
  position: relative;
  margin-bottom: 23px;
}

.recentview .title,
.recommend .title,
.favoritesList .title {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #1a4b73;
}

.recentview .title p,
.recommend .title p,
.favoritesList .title p {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 50px;
  font-weight: bold;
  font-size: 1rem;
}
.recommend .title p{
  padding: 5px 0;
}

.recentview .title p:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(/html/template/default/assets/images/common/time_ico.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 4px;
}

.favoritesList .title p:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 27px;
  background: url("/html/template/default/assets/images/common/favorites_ico.png") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 4px;
}

.recommend .recent_text,
.recentview .recent_text,
.favoritesList .recent_text {
  text-decoration: underline;
}

.recommend .recent_text p,
.recentview .recent_text p,
.favoritesList .recent_text p {
  font-size: 0.8rem;
  word-break: break-all;
}

.recommend .recent_price,
.recentview .recent_price,
.favoritesList .recent_price {
  font-size: 0.75rem;
  font-weight: bold;
  color: #333;
}

.recommend .recent_price span,
.recentview .recent_price span,
.favoritesList .recent_price span {
  font-size: 0.45rem;
  font-weight: normal;
}

.swip_container {
  padding: 0 60px;
}

.swip_container .owl-stage-outer {
  position: relative;
  z-index: 10;
}

.top-rc .owl-next span{
  position: absolute;
  right: -58px;
  top: 50%;
  width: 50px;
  height: 50px;
  background: url(../../images/common/arrow_rightB.svg) no-repeat;
  background-size: 50px 50px;

}
.top-rc .owl-prev span{
  position: absolute;
  right: -58px;
  top: 50%;
  width: 50px;
  height: 50px;
  background: url(../../images/common/arrow_leftB.svg) no-repeat;
  background-size: 50px 50px;
}

.owl-next span {
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  color: #ffffff;
  background: #1a4b73;
  padding: 7px 0px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -khtml-border-radius: 30px;
  position: absolute;
  right: -58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.owl-prev span {
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  color: #ffffff;
  background: #1a4b73;
  padding: 7px 0px;
  border-radius: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -khtml-border-radius: 30px;
  position: absolute;
  left: -58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.owl-carousel .owl-stage {
  padding-left: 0 !important;
}

.swip_slide a {
  display: block;
}

.owl-nav {
  z-index: 5;
}

.owl-nav button.disabled>span {
  display: none;
}

.swip_slide {
  width: 100%;
}

.contact_box .cb_title {
  font-size: 1.4rem;
  font-weight: bold;
  /*Task #19128*/
  color: #f57f17;
}
.contact_box {
  text-align: center;
  /*Task #19128*/
  background: #fff8e7;
  margin-bottom: 13px;
  margin-top: 50px;
  padding: 37px 0;
}
.contact_box .cb_cont {
  font-size: 0.9rem;
  /*Task #19128*/
  color: #333;
  margin: 16px 0 35px;
}

.contact_box .cb_btn {
  font-size: 1rem;
  font-weight: bold;
  /*Task #19128*/
  background: #f57f17;
  color: #ffffff;
  padding: 13px 36px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.contact_box .cb_btn::after {
  content: "";
  background: url("../../icon/icn_arrow_right_white.png") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 45%;
  margin-left: 14px;
  margin-top: 3px;
  position: absolute;
  right: 0;
}


.box_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.red_box {
  text-align: center;
  padding: 25px 0;
  width: calc(50% - 9px);
  border: 1px solid #e60012;
  border-radius: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.red_box span {
  font-size: 1.4rem;
  color: #c9004b;
  padding-left: 70px;
  position: relative;
}

.red_box span::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 50px;
  background: #c9004b;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.favoritesList .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.favoritesList .title .linkFavorites:after {
  height: 16px !important;
}

.favoritesList .title .linkFavorites {
  display: block;
  background: #1a4b73;
  color: #ffffff;
  border-radius: 50px;
  font-size: 0.85rem;
  padding: 4px 24px;
}

.noteProduct {
  position: absolute;
  font-size: 0.6rem;
  bottom: 5px;
  left: 10px;
}

.blue_text {
  background: #9ee3ff;
  color: #010b8e;
}

.yellow_text {
  background: #ffecc2;
  color: #4a4949;
  margin-top: 3px;
}

.noteProduct p {
  padding: 0 5px;
  font-size: 0.6rem;
  line-height: 1.5;
}

.message.info>*:first-child:before {
  content: "";
  background: url(../../images/common/warningicon.png) no-repeat;
  background-size: cover;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  speak: none;
  left: 1%;
  top: 0;
  bottom: 0;
  width: 21px;
  height: 18px;
  position: absolute;
  text-align: center;
}

.message.info {
  display: block !important;
}

.item .discount {
  margin-bottom: 5px;
  line-height: 0.5rem;
}

.product-tag {
  font-size: 13px;
  padding: 0 10px;
  line-height: 16px;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
}

.wrap-rc{
  padding: 0 16px;
}

.custom-content-center .container {
  justify-content: center;
}
/*#19128*/
#footer .footer-tel {
  position: relative !important;
  text-align: center;
  vertical-align: middle;
  height: 200px;
}

#footer .footer-tel img {
  position: absolute;
  margin: auto;
  width: 1000px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-header {
  position: relative;
  margin: auto;
}

.item_list .item .sold-out {
  position: absolute;
  text-align: center;
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.item_list .item .sold-out::before {
  position: absolute;
  opacity: 0.5;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.item_list .item .sold-out::after {
  content: 'SOLD OUT';
  width: 100%;
  text-align: center;
  position: absolute;
  top: 48%;
  left: 0;
  font-size: 30px;
}

.item_list .item .filter-sold-out {
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
  .item_list {
    grid-column-gap: 3%;
  }
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
  .item_list .item {
    width: 200px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .item_list .item {
    width: 185px;
  }
  .item_list {
    grid-column-gap: 3%;
  }
}

@media screen and (min-width: 768px) {
  .like:hover {
    background: url(/html/template/default/assets/images/common/ico_like_active.png) no-repeat;
    background-size: cover;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  .relat_list li {
    margin: 0 60px;
  }
  .item_img {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  /* #32766 fix sp */
  .item_list .item .sold-out::after {
    top: 35%;
    font-size: 18px;
  }
  .ttlPage {
    font-size: 1.785rem;
    font-weight: bold;
    color: #1a4b73;
    margin-bottom: 0;
    border: none;
  }
  .radio_group {
    padding: 5px 0;
    background: #FCFAF2;
  }
  .radio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .radio_list li {
    margin-right: 3%;
    margin-bottom: 5px;
  }
  .radio_list li a {
    font-size: 1.53rem;
    color: #1a4b73;
    text-decoration: underline;
    color: #01a3b0;
  }
  /* -----------filter---------------- */
  .filterInner {
    display: block;
  }

  .filter_title p {
    font-size: 1.5rem;
  }
  .filter_title .zoom:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/html/template/default/assets/images/common/ico_zoom.png) no-repeat;
    background-size: cover;
    left: 5px;
  }
  .filterBlock {
    margin-bottom: 0;
  }
  .ttlBlock {
    font-size: 1.28rem;
    padding: 5px 8px;
    margin-bottom: 0;
  }
  .filterBlockInner label {
    font-weight: normal;
  }
  .filterBlockInner label:before {
    content: '';
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }
  .filterBlockInner input:checked+label:after {
    width: 15px;
    height: 12px;
    left: 0;
    background: url(/html/template/default/assets/images/common/ico_check.png) no-repeat;
    background-size: cover;
  }
  .filterBlockInner input[type="text"] {
    border-radius: 5px;
  }
  .filterBlockInner {
    background: #ffffff;
    margin-left: 0;
  }
  .filterBlockInner .itemCheck {
    font-size: 1.658rem;
    margin-bottom: 2px;
    background: #ffffff;
    padding: 5px 10px;
  }
  .filterBlockInner>.itemCheck:last-child {
    margin-bottom: 0;
  }
  .filterBlockInner li a {
    font-size: 1.658rem;
  }
  .subList .itemCheck {
    padding-left: 35px;
  }
  .keyword {
    padding: 11px 0;
    background: #ffffff;
    margin: 0;
  }
  .btnDown {
    width: 17px;
    height: 8px;
  }
  .btnDown::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 8px;
    background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
    background-size: cover;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .btnDown.active::before {
    background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .subList02 .itemCheck {
    padding-left: 60px;
  }
  .filter_price {
    padding: 11px 0;
    background: #ffffff;
    margin: 0;
  }
  .priceSelect {
    width: 123px;
    background: #fff url(/html/template/default/assets/images/common/icon_select_down.png) right center no-repeat;
    background-size: 22px auto;
  }
  .priceSelect select {
    font-size: 21px;
    padding: 1px 5px 0;
    font-weight: normal;
    height: initial;
  }
  .priceSelect select:focus {
    outline: none;
  }
  .btn-scroll {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(26, 75, 115, 0.6);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn-scroll.active {
    display: block;
  }
  .btn-scroll ul {
    margin: 5px 0;
  }
  .btn-scroll ul .conditionClear {
    border: 0;
  }
  .btn-scroll ul .conditionClear button {
    height: 21px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 12px 24px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }
  .btn-scroll ul .filterCondition button {
    color: #333333;
    font-size: 1.3rem;
    padding: 15px 24px;
    background: #ffffff;
    font-weight: normal;
  }
  /* -----------toolgroup----------- */
  .container {
    margin-bottom: 0;
  }
  .tool_group {
    width: 100%;
    position: relative;
  }
  .content {
    padding-top: 0;
  }
  .ttlPage {
    font-size: 1.785rem;
    color: #373737;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #464646;
  }
  .listBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 4px;
  }
  .list_item {
    background: none;
  }
  .listLeft {
    margin-bottom: -1px;
    width: 50%;
  }
  .listLeft ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listLeft li {
    margin: 5px 0 0;
    border-right: 1px solid #acacac;
  }
  .listLeft li:last-child {
    border: none;
  }
  .listLeft a {
    width: 63px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    font-size: 1.148rem;
    color: #1a4b73;
    text-align: center;
    padding: 0 0 5px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .is-sp .listLeft a {
    width: initial;
    height: 56px;
  }
  .listLeft li.active a {
    background: #eee;
  }
  .btnZoom a:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 22px;
    background: url(/html/template/default/assets/images/common/ico_zoom.png) no-repeat;
    background-size: contain;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .btnSelect a:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 22px;
    background: url(/html/template/default/assets/images/common/ico_select.png) no-repeat;
    background-size: contain;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .btnSelect.active a::after {
    width: 15px;
    height: 15px;
    background: url(/html/template/default/assets/images/common/ico_close.png) no-repeat;
    background-size: contain;
  }
  .listLeft a span {
    display: block;
    width: 100%;
  }
  .btnList img {
    width: 24px;
    height: 23px;
  }
  .btnThumb img {
    width: 23px;
    height: 23px;
  }
  .listRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    padding: 0;
  }
  .btnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btnGroup li {
    margin: 0 5px;
  }
  .btnGroup li a {
    display: block;
    padding: 5px 5px;
  }
  .btnGroup li a.active {
    background: #e7f6ff;
    border: 1px solid #9ab6df;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
  }
  .tool_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3px;
    margin-top: 6px;
    border-top: 1px solid #464646;
  }
  .tool_box.active {
    display: none;
  }
  .tb_left {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tb_left p {
    margin-bottom: 0;
    font-size: 1.28rem;
  }
  .tb_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tb_right a {
    font-size: 1.28rem;
    padding: 2px 6px;
    border-radius: 2px;
    line-height: 1;
  }
  .tb_right a.active {
    border: 1px solid #9ab6df;
    border-radius: 2px;
    background: #e7f6ff;
    color: #1a4b73;
    font-weight: bold;
  }
  .sortList_sp {
    display: none;
    margin-top: 3px;
  }
  .sortList_sp li {
    background: #f6f6f6;
    margin-bottom: 2px;
  }
  .sortList_sp li.active {
    /*background: #e6e6e6;*/
  }
  .sortList_sp li a {
    display: block;
    font-size: 1.658rem;
    padding: 3px 0 3px 33px;
  }
  .sortList_sp li a.active {
    background: url(/html/template/default/assets/images/common/ico_check.png) 7px center no-repeat;
    background-size: 15px 12px;
    background-color: #e6e6e6;
  }
  .itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .related {
    background: #e5e5e5;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
  }
  .relat_title {
    font-size: 1.785rem;
    color: #505050;
  }
  .relat_list {
    display: inline-block;
  }
  .relat_list li {
    float: left;
    margin-right: 8px;
  }
  .relat_list .ico {
    margin-left: 17px;
  }
  .relat_list .ico a {
    position: relative;
  }
  .relat_list .ico a::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(/html/template/default/assets/images/common/ico_zoom_02.png) no-repeat;
    background-size: 100% auto;
    left: -17px;
    top: -3px;
  }
  .relat_list li a {
    font-size: 1.275rem;
    color: #1a4b73;
    text-decoration: underline;
  }
  .back_top {
    padding: 15px 0 12px;
    text-align: center;
  }
  .back_top a {
    font-size: 1.9rem;
    position: relative;
    color: #01a3b0;
  }
  .contact .title {
    text-align: center;
    padding: 10px 0 7px;
  }
  .contact .title p {
    font-size: 1.785rem;
  }
  .btn_area a {
    font-size: 1.785rem;
  }
  /* ----------products list---------- */
  .item_img .tag {
    width: 50%;
    font-size: 0.8928rem;
    padding: 3px;
    bottom: 5px;
  }
  .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .item {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 11px;
    margin-right: 0;
    flex-basis: auto;
  }
  .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item_img {
    height: 108px;
    width: 108px;
    position: relative;
  }

  .item_img *{
    max-width: 100%;
  }

  .item_img img {
    /*vertical-align: top;*/
  }
  .item_contain {
    padding-left: 2%;
    width: 68%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .like {
    width: 35px;
    height:35px;
    position: relative;
    align-self:flex-end;
  }
  .like img {
    vertical-align: top;
  }
  .item_contain .product-price-info {
    position: absolute;
    bottom: 0;
    width: 98%;
    align-items:center;
    display: flex;
    align-content:center;
    justify-content: space-between;
    height: 35px;
  }
  .item_contain .product-item-price {
  }
  .price_discount_text {
    position: absolute;
    bottom: 30px;
  }
  .cont_text {
    align-self:flex-start;
  }
  .pc_category {
    display: none;
  }
  .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category li {
    margin-right: 4px;
    margin-bottom: 2px;
    line-height: 1;
    max-height: 2em;
  }
  .category li img {
    max-height: 1.539rem;
  }
  .cont_text {
    font-size: 1.5306rem;
    margin-bottom: 0.5rem;
  }

  /*text text*/
  .price .tax-text,
  .discount .tax-text {
    font-size: 1.020rem;
  }
  /*--------------------*/
  .recentview,
  .recommend,
  .favoritesList {
    background: #f3f6f8;
    padding: 11px 0 5px;
    position: relative;
    margin-bottom: 23px;
  }
  .recentview,
  .favoritesList {
    padding-bottom: 20px;
  }
  .recentview .title,
  .recommend .title,
  .favoritesList .title {
    margin-bottom: 10px;
    color: #1a4b73;
  }
  .recentview .title p,
  .recommend .title p,
  .favoritesList .title p {
    /*font-size: 1.913rem;*/
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding-left: 23px;
  }
  .recommend .recent_text p,
  .recentview .recent_text p,
  .favoritesList .recent_text p {
    font-size: 1.1rem;
    word-break: break-all;
  }

  .recentview .title p:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(/html/template/default/assets/images/common/time_ico.png) no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 0;
  }
  .recommend .title p:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(/html/template/default/assets/images/common/square_ico.png) no-repeat;
    background-size: 100% auto;
    left: 0;
  }
  .favoritesList .title p:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 18px;
    background: url(/html/template/default/assets/images/common/favorites_ico.png) no-repeat;
    background-size: contain;
    left: 0;
  }
  .recommend .recent_price,
  .recentview .recent_price,
  .favoritesList .recent_price {
    font-size: 1.148rem;
  }
  .recommend .recent_price span,
  .recentview .recent_price span,
  .favoritesList .recent_price span {
    font-size: 0.6377rem;
  }
  .swip_container {
    padding: 0;
  }
  .swip_slide {
    display: inline-block;
  }
  .contact .title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 13px;
  }
  .mail {
    color: #4c7abb;
    text-align: center;
    border: 1px solid #4c7abb;
    padding: 8px 11px 10px;
    margin-right: 10px;
  }
  .line {
    color: #00b900;
    text-align: center;
    border: 1px solid #00b900;
    padding: 8px 11px 10px;
  }
  .contact_box {
    text-align: center;
    /*#19128*/
    /*background: #01a3b0;*/
    margin-bottom: 13px;
    margin-top: 13px;
    padding: 15px 0 14px;
  }
  .contact_box_line {
    /*#19128*/
    background: #e6fbd0;
  }
  .contact_box .cb_title {
    font-size: 2.3rem;
    font-weight: bold;
    /*#19128*/
    /*color: #fff8e7;*/
  }
  .contact_box_line .cb_title {
    /*#19128*/
    color: #00bb00;
  }

  .contact_box .cb_cont {
    /*#19128*/
    font-size: 1.413rem;
    /*color: #333;*/
    margin-bottom: 5px;
  }
  .contact_box .cb_btn {
    font-size: 1.785rem;
    /*#19128*/
    /*background: #fff8e7;*/
    /*color: #ffffff;*/
    /* Fix width on iphone X*/
    width: 55%;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
  }
  .box_group {
    margin-top: 0;
    display: block;
  }
  .red_box {
    padding: 8px 0;
    padding-left: 30%;
    margin-bottom: 7px;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    display: block;
  }
  .red_box span {
    font-size: 1.785rem;
    padding-left: 0;
  }
  .red_box span:after {
    content: "";
    position: absolute;
    width: 29px;
    height: 22px;
    left: -35px;
  }
  .noteProduct {
    font-size: 0.5rem;
    left: 4px;
    bottom: 5px;
  }
  .back_top {
    padding: 15px 0 12px;
    text-align: center;
  }
  .back_top a {
    font-size: 2.3rem;
    position: relative;
    text-decoration: underline;
  }
  .abbreviation p {
    font-size: 3.443rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 11px 0;
  }
  .pagination li {
    margin-right: 5px;
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pagination li.arrow_l {
    margin-right: 15px;
  }
  .pagination li.arrow_r {
    margin-right: 0;
    margin-left: 15px;
  }
  .pagination a {
    padding: 3px 7px;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
  }
  .pagination a.active {
    background: #e7f6ff;
    border: 1px solid #9ab6df;
  }
  .pagination .arr {
    width: 20px;
    height: 20px;
    border: none;
    position: relative;
    padding: 0;
    background: #bbbbbb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagination .arr_r:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 9px;
    background: url(/html/template/default/assets/images/common/arr_right.png) no-repeat;
    background-size: 100% auto;
    top: 6px;
    right: 7px;
  }
  .pagination .arr_l:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 9px;
    background: url(/html/template/default/assets/images/common/arr_left.png) no-repeat;
    background-size: 100% auto;
    top: 7px;
    left: 8px;
  }
  .cate li a {
    font-size: 1.658rem;
    padding: 8px 0 9px 40px;
  }
  .cate li a::before {
    width: 17px;
    height: 8px;
    background: url(/html/template/default/assets/images/common/ico_link.png) no-repeat;
    background-size: contain;
  }
  .subLink li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 14px;
    background: url(/html/template/default/assets/images/common/ico_link_02.png) no-repeat;
    background-size: contain;
    right: 3%;
  }
  .item .discount {
    bottom: 1em;
    line-height: 0.5rem;
  }
  .product-tag {
    font-size: 1rem;
    padding: 0px 4px 0;
    line-height: 1;
    height: 100%;
  }
  .owl-dots {
    display: none;
  }
  .favoritesList .title .linkFavorites {
    font-size: 1.2rem;
    padding: 4px 15px;
  }

  .filterBlockInner .keyword {
    width: 90% !important;
  }

  .contact_box .cb_btn::after {
    margin-top: 2px;
  }
}

@media screen and (max-width: 360px) {
  .product-tag {
    padding: 1px 3px;
  }
}
/* New 20191004 */
.color-red {
  color: red;
}

.recent_img {
  background-color: #ffffff;
}
/* Loading*/

.item_list .item {
  position: relative;
}
.item_list .item>div.item-loading {
  height: 100%;
  width: 100%;
  min-height: 100px;
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #fbfbfb;
}
.item_list .item>div.item-loading:before {
  background: transparent url("../../images/common/loader-2.gif") no-repeat 50% 50%;
  height: 100%;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.item_contain .price_discount_text {
  color: #c9004b;
}
@media screen and (min-width: 768px) {
  .item_list .item>div.item-loading {
    top: 1px;
  }
  .item_list .item_contain .price_discount_text {
    padding-right: 35px;
  }
  .product-price-info {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .item_list .item>div.item-loading {
    top: -1px;
  }
  .product-price-info {
    display: block;
  }

  .item_list .item .price_discount_text {
  }
}
