.custom-page {
}
.custom-page button,
.custom-page input {
  outline: none;
}
.custom-page .btn.btn-gray {
  width: 100%;
  background-color: #4A4A4A;
  border: none;
  background-image: none;
  border-radius: 0;
  color: white;
  padding: 6px 12px;
}
.custom-page p {
  margin: 0;
  align-self: center;
  word-break: keep-all;
}
.custom-page p,
.custom-page a {
  font-family: 'noto sans TC', sans-serif;
  margin-bottom: 0;
  padding: 2px 0;
}
.custom-page p.text-left {
  text-align: left;
}
.custom-page p.f-bold {
  font-weight: bold;
}
.custom-page p.f-normal {
  font-weight: normal!important;
}
.custom-page p.subtitle {
  font-weight: bold;
  font-size: 18px;
}
.custom-page p.fifteen {
  font-size: 15px;
}
.custom-page p.eighteen {
  font-size: 18px;
}
.custom-page p.fourteen {
  font-size: 14px !important;
}
.custom-page p.sixteen {
  font-size: 16px;
}
.custom-page p.twelve {
  font-size: 12px;
}
.custom-page p.twenty {
  font-size: 20px;
}
.custom-page .d-flex {
  display: flex;
}
.custom-page .clearfix {
  clear: both;
}
.custom-page .flex-wrap {
  flex-wrap: wrap;
  display: flex;
}
.custom-page .flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.custom-page .flex-column {
  display: flex;
  flex-direction: column;
}
.custom-page .flex-1 {
  flex: 1;
}
.custom-page .mr-auto {
  margin-right: auto;
}
.custom-page .ml-auto {
  margin-left: auto;
}
.custom-page .m-0 {
  margin: 0 !important;
}
.custom-page .p-0 {
  padding: 0 !important;
}
.custom-page .col-auto {
  width: fit-content;
  padding: 0 8px;
  display: flex;
  flex-wrap: nowrap;
}
.custom-page .d-block {
  display: block !important;
}
.custom-page .d-none {
  display: none!important;
}
.custom-page .justify-content-center {
  justify-content: center;
}
.custom-page .justify-content-between {
  justify-content: space-between;
}
.custom-page .justify-content-start {
  justify-content: flex-start;
}
.custom-page .justify-content-end {
  justify-content: flex-end;
}
.custom-page .align-items-end {
  align-items: flex-end;
}
.custom-page .w-100 {
  width: 100%!important;
}
.custom-page .h-100 {
  height: 100%;
}
.custom-page .fit-height {
  height: fit-content !important;
}
.custom-page .mt-0 {
  margin-top: 0!important;
}
.custom-page .pt-0 {
  padding-top: 0!important;
}
@media (max-width: 480px) {
  .custom-page .hidden-xxs {
    display: none !important;
  }
  .custom-page .w-100-xxs {
    width: 100%;
  }
  .custom-page .flex-xxs {
    display: flex !important;
  }
  .custom-page .col-xxs-12 {
    width: 100% !important;
  }
  .custom-page .col-xxs-6 {
    width: 50% !important;
  }
}
@media (min-width: 481px) {
  .custom-page .show-xxs {
    display: none!important;
  }
}
@media (max-width: 766px) {
  .custom-page .w-100-xs {
    width: 100%;
  }
  .custom-page .flex-xs {
    display: flex!important;
  }
  .custom-page .container-fluid.xs {
    display: block;
  }
  .custom-page .container-fluid.lg {
    display: none;
  }
  .custom-page .hidden-xs {
    display: none;
  }
}
@media (min-width: 767px) {
  .custom-page .container-fluid.xs {
    display: none;
  }
  .custom-page .container-fluid.lg {
    display: block;
  }
  .custom-page .show-xs {
    display: none!important;
  }
}
.custom-page body > div:first-child {
  min-height: calc(100vh - 232px);
}
.custom-page span,
.custom-page strong {
  word-break: break-all !important;
}
@media (min-width: 1466px) {
  .custom-page .container {
    width: 1366px;
  }
}
@media (min-width: 1100px) {
  .custom-page .main-container {
    width: 100% !important;
    padding: 0 200px !important;
  }
}
.custom-page .member-edit-form {
  margin-bottom: 40px;
  /*border: 1px solid #aaa;*/
  box-shadow: 0 3px 8px #efefef;
  border-top: 6px solid #000;
  padding-bottom: 10px;
}
.custom-page .member-edit-row > .row {
  padding-top: 20px !important;
}
.custom-page .member-edit-row .form-title-row {
  background-color: #fff;
  margin: 0;
}
.custom-page .member-edit-form .form-title-row p {
  font-weight: bolder;
  font-size: 30px;
  padding: 10px 10px 5px 20px;
}
.custom-page .favorite-item-row {
  border: 1px solid #EFEFEF;
  margin: 20px;
}
.custom-page .favorite-item-row {
  margin: 20px;
}
.custom-page .favorite-item-row .total-row {
  background-color: #F7F7F9;
  border-radius: 4px;
  padding: 5px 20px;
}
.custom-page .favorite-item {
  margin: 10px;
}
.custom-page .favorite-item-row.order p:nth-last-child(2):not(:first-child),
.custom-page .discount-row > div.d-flex p:nth-last-child(2) {
  margin-left: auto;
}
.custom-page .pic-col img {
  width: 100%;
  height: auto;
  padding-right: 20px;
}
.custom-page .pic-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
}
.custom-page .pic-container > img {
  width: 100%;
  height: auto;
}
.custom-page .content-col {
  pointer-events: none;
}
.custom-page .content-col input,
.custom-page .content-col button,
.custom-page .content-col a,
.custom-page .content-col .button,
.custom-page .content-col select {
  pointer-events: auto;
}
.custom-page .content-col .row {
  display: flex;
  text-align: left;
}
.custom-page .content-title > .row:first-child:not(.toolbar):not(.toolbar-banner) {
  margin-top: 0;
}
.custom-page .content-title .product-name {
  display: flex;
  align-items: center;
}
.custom-page .content-col > div > .row > div:first-child {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .custom-page .content-col > div > .row > div.achieve-col:first-child {
    margin-right: 0px;
  }
}
.custom-page .discount-tag {
  background-color: red;
  position: absolute;
  width: 72px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
}
.custom-page .discount-tag p {
  color: white;
  font-size: 16px;
  margin: 0;
  line-height: initial;
}
.custom-page .discount-wrapper:not(.pre) {
  display: inline-flex;
  width: 100%!important;
  margin: 0;
  padding: 0;
}
.custom-page .discount-row.row {
  display: flex!important;
}
.custom-page .discount-row.row .achieve-col {
  background-color: #FCE8E8;
}
.custom-page .discount-row.row .discount-achieve {
  color: #DC0000;
}
.custom-page .discount-row.row .discount-title {
  color: red;
}
.custom-page .discount-row.achieve .achieve-col {
  background-color: #E8F5EE;
}
.custom-page .discount-row.achieve .discount-achieve {
  color: #44BC7F;
}
.custom-page .discount-row.achieve .discount-title {
  color: #333;
}
.custom-page .discount-row > div.d-flex p:last-child:not(:first-child) {
  margin-left: 20px;
  width: 60px;
  text-align: right;
}
.custom-page .discount-row,
.custom-page .total-price-row {
  padding: 5px 20px !important;
}
.custom-page .discount-row > div.d-flex {
  width: 100%;
}
.custom-page .btn.cart.circle,
.custom-page .btn.favorite.circle {
  position: absolute;
  bottom: 20px;
  background-color: white;
  border-radius: 500px;
  right: 20px;
  padding: 5px;
}
.custom-page .btn.cart.square {
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
}
.custom-page .separator {
  min-width: 1px;
  width: 1px;
  margin: 0 2px;
  background-color: #ddd;
  min-height: 24px !important;
  height: 24px !important;
}
.custom-page .underline {
  min-height: 1px;
  height: 1px;
  margin: 0 15px;
  width: calc(100% - 15px);
  background-color: #EFEFEF;
}
.custom-page .listData > .col-xs-12.underline {
  min-height: 1px;
  height: 1px;
  margin: 0 15px;
  width: calc(100% - 30px);
  background-color: #EFEFEF;
}
.custom-page .out-of-stock-label,
.custom-page .pre-order-label {
  background-color: #3C93E2;
  position: absolute;
  bottom: 25px;
  width: 90%;
  height: 35px;
  display: flex;
  justify-content: center;
}
.custom-page .pre-order-label {
  background-color: #1DAD58;
}
.custom-page .out-of-stock-label p,
.custom-page .pre-order-label p {
  color: white;
}
@media (max-width: 400px) {
  .custom-page .member-edit-form.receiver > .row > div .open-receiver-edit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .custom-page .member-edit-form.receiver .receiver-title {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .custom-page .member-edit-form {
    border: 1px solid #EFEFEF;
    box-shadow: none;
    padding-bottom: 0;
  }
  .custom-page .member-edit-form.receiver > .row > div {
    padding: 0!important;
  }
  .custom-page .member-edit-form.receiver > .row > div > p {
    padding-bottom: 0!important;
    padding-left: 10px!important;
  }
  .custom-page .member-edit-form.receiver > .row > div .open-receiver-edit {
    padding: 0 10px 0 0!important;
  }
  .custom-page .member-edit-row {
    margin: 0 15px 15px 15px !important;
  }
  .custom-page .member-edit-row > .row {
    margin: 0 30px !important;
  }
  .custom-page .content-container {
    width: 100%;
  }
  .custom-page .promote-label {
    width: 100%;
  }
  .custom-page .btn.cart.circle {
    display: none;
  }
  .custom-page .content-container {
    height: 220px;
    display: flex;
    flex-direction: column;
  }
  .custom-page .content-container > .row-fluid:last-child {
    margin-top: auto;
  }
}
@media (min-width: 481px) {
  .custom-page .btn.favorite.circle {
    right: 80px;
  }
  .custom-page .btn.cart.square {
    display: none;
  }
}
@media (max-width: 1100px) and (min-width: 481px) {
  .custom-page .member-edit-row {
    margin: 0 100px 15px 100px !important;
  }
  .custom-page .content-info {
    position: absolute;
  }
}
@media (max-width: 480px) {
  .custom-page .favorite-item-row {
    background-color: #fff;
    margin: 10px !important;
  }
  .custom-page .coupons .favorite-item-row {
    margin: 0!important;
  }
  .custom-page .favorite-item-row.order {
    padding: 10px;
  }
  .custom-page .favorite-item-row.order .content-col .row:not(:first-child) {
    margin: 4px 0 0 0;
  }
  .custom-page .discount-row {
    background-color: #FFF !important;
  }
  .custom-page .flex-xxs .default-label {
    margin-right: 20px;
  }
  .custom-page .button-row {
    justify-content: space-between;
  }
}
.custom-page .total-row p {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.custom-page p.old-price {
  text-decoration: line-through;
  margin-left: 0;
  color: #424242;
  font-size: 14px;
}
.custom-page p.new-price {
  color: red;
}
.custom-page p.new-price.default-label {
  margin-left: 15px;
}
.custom-page .content-title > .row > div:first-child {
  flex: 0 0 32px;
}
.custom-page .product-content-info > .row:not(:last-child) > div:first-child:not(.achieve-col) {
  flex: 0 0 80px;
}
.custom-page .content-col p,
.custom-page .content-col a {
  font-size: 16px;
  font-weight: bold;
}
.custom-page .row:not(.toolbar):not(.toolbar-banner).select-all-row {
  display: flex;
  align-items: center;
  background-color: #f7f7f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px;
  padding: 5px 0!important;
}
.custom-page .select-all-row p {
  line-height: normal;
}
.custom-page .total-select {
  display: flex;
  flex-wrap: nowrap;
  padding: 5px;
  margin: 20px;
  background-color: #EFEFEF;
}
.custom-page .total-select.xs {
  display: none;
}
.custom-page .total-select > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.custom-page .total-select > .button {
  min-width: 120px;
  min-height: 40px;
}
.custom-page .total-select > div.button > p {
  color: white;
}
@media (max-width: 480px) {
  .custom-page .total-select:not(.xs):not(.spec) {
    margin: 0 !important;
    justify-content: center;
    background-color: transparent;
  }
  .custom-page .total-select:not(.xs):not(.spec) > .col {
    margin: 0 !important;
  }
  .custom-page .total-select:not(.xs):not(.spec) > .button {
    display: none;
  }
  .custom-page .total-select.spec {
    margin: 0 10px!important;
  }
  .custom-page .total-select.xs {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin: 0 !important;
  }
  .custom-page .total-select.xs > .button {
    width: 49%;
  }
  .custom-page .content-title > .row > div:first-child {
    display: none;
  }
  .custom-page .product-content-info > .row:not(:last-child) > div:last-child {
    margin-left: auto;
  }
  .custom-page .product-content-info > .row:last-child > div:first-child {
    margin: 0 0 12px 0;
  }
  .custom-page .favorite-list:not(.receiver) {
    background-color: #F7F7F9;
  }
  .custom-page .select-all-row {
    background-color: #fff !important;
    margin: 10px !important;
  }
  .custom-page .subtotal > .row,
  .custom-page .row.collapse {
    flex-wrap: wrap !important;
  }
  .custom-page .subtotal .amount,
  .custom-page .subtotal .to-cart,
  .custom-page .subtotal .to-notice,
  .custom-page .row.collapse .to-cart,
  .custom-page row.collapse .to-notice {
    width: calc(100% - 40px);
  }
  .custom-page .subtotal .amount p {
    margin: 0 0 10px 0 !important;
  }
  .custom-page .remove-favorite.bottom {
    display: block !important;
  }
  .custom-page .remove-favorite.top {
    display: none;
  }
}
@media (max-width: 362px) {
  .custom-page .xs-circle-btn-row {
    flex-wrap: wrap;
  }
  .custom-page .xs-circle-btn-row > button {
    margin-bottom: 15px;
  }
  .custom-page .xs-circle-btn-row > .remove-favorite {
    padding: 0;
  }
}
.custom-page .remove-favorite {
  margin-bottom: -30px;
  height: fit-content;
  border: none;
  padding: 0 0 0 10px;
}
.custom-page .remove-favorite img {
  height: 30px;
  width: auto;
}
.custom-page .remove-favorite.bottom {
  margin-top: 6px;
}
.custom-page .button-row {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  background: #EFEFEF;
  width: calc(100% + 20px);
  padding: 0;
  margin: 10px -10px -10px -10px;
}
.custom-page .button-row .button {
  padding: 10px;
}
@media (min-width: 767px) {
  .custom-page .button-row:not(.modal-button-row) .button {
    padding: 10px 30px;
  }
}
.custom-page .button-row.footer-row {
  justify-content: center;
  background-color: transparent;
  margin: -40px 0 60px 0;
  width: 100%;
}
.custom-page .button-row.footer-row .button {
  width: 170px;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.custom-page .button-row.footer-row .button:first-child {
  margin-right: 20px;
}
@media (max-width: 766px) {
  .custom-page .product-content-info {
    position: absolute;
    margin-left: 10px;
    margin-right: 10px;
  }
  .custom-page .button-row {
    margin-top: 0;
    padding: 10px;
    background-color: #fff;
    justify-content: space-between;
  }
  .custom-page .button-row .button {
    text-align: center;
    width: 48%;
  }
  .custom-page .button-row.footer-row {
    margin: -80px 0 56px 0;
  }
  .custom-page .button-row.footer-row .button {
    width: 50%;
  }
  .custom-page .button-row.footer-row .button:first-child {
    margin-right: 0;
  }
}
.custom-page .product-amount {
  height: 36px;
  width: 70px;
  border: 0;
  text-align: center;
  margin: 0;
}
.custom-page .product-amount-add,
.custom-page .product-amount-sub {
  min-width: 36px;
  height: 36px;
  border: 0;
  margin: 0;
}
.custom-page .gray-border {
  border: 1px solid #EFEFEF;
  margin: 10px;
  padding: 15px;
}
.custom-page .gray-border .listData {
  background-color: transparent;
}
.custom-page .gray-border > .row {
  display: grid;
}
.custom-page .gray-border .row .underline:first-child {
  display: none;
}
.custom-page .button {
  cursor: pointer;
}
.custom-page .minor-title {
  font-weight: bold;
}
.custom-page .product-list p {
  text-align: center;
}
.custom-page .product-list > div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-page .product-list .row-fluid {
  margin-top: 10px;
}
.custom-page .product-list .row-fluid.clearfix {
  padding: 0 5px;
}
.custom-page .coupons .favorite-item-row {
  margin: 0;
  border: none;
}
.custom-page .coupons .pic-col {
  background-color: #DC0000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-page .coupons .pic-col img {
  padding: 0 10px!important;
}
.custom-page .coupons .content-col > div > .row > div:first-child {
  margin-right: 0;
  width: 60px;
  min-width: 60px;
}
.custom-page .coupons .pic-col,
.custom-page .coupons .content-col {
  height: 170px;
}
.custom-page .coupons .new-coupon .pic-col {
  background-color: #FCE8E9;
}
.custom-page .coupons .new-coupon .content-col {
  height: 170px;
}
.custom-page .coupon-row .pic-col > img {
  margin-top: auto;
}
.custom-page .coupon-row .pic-col > div {
  margin-bottom: auto;
}
.custom-page .coupon-pic-title {
  margin-top: 20px;
}
.custom-page .coupon-pic-title p {
  color: white;
  margin-top: auto;
}
.custom-page .coupon-pic-title p:first-child {
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}
.custom-page .coupon-pic-title p:last-child {
  font-size: 30px;
  line-height: 20px;
}
.custom-page .coupon-row > .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
@media (max-width: 480px) {
  .custom-page .coupon-row .pic-col > img {
    margin-bottom: auto;
  }
  .custom-page .coupon-row .pic-col > div {
    margin-top: auto;
  }
  .custom-page .coupons .pic-col {
    height: 80px;
  }
  .custom-page .coupons .content-col {
    height: auto;
  }
}
@media (max-width: 766px) {
  .custom-page .member-edit-form .coupons .gray-border {
    background-color: transparent;
  }
}
.custom-page .expiration-label {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #FCE8E9;
  color: #DC0000;
}
.custom-page .expiration-label p {
  width: fit-content;
}
.custom-page .favorite-item-row.order {
  padding: 20px;
}
.custom-page .flaps-goodsList > div.product.favorite-item-row {
  display: block!important;
  width: initial!important;
  border: 0;
}
.custom-page .flaps-goodsList > div.product.favorite-item-row .favorite-item {
  width: 100vw!important;
}
@media (min-width: 767px) {
  .custom-page .order-list .collapse-row {
    display: block!important;
  }
}
.custom-page .order-list-option {
  width: 200px;
  background: #fff;
  position: absolute;
  padding: 10px;
  box-shadow: 0 3px 8px #efefef;
  right: 0;
  top: 30px;
  z-index: 10;
  display: none;
}
.custom-page .order-list-option a {
  padding: 5px;
  display: block;
}
.custom-page .order-detail {
  width: calc(100% - 20px);
  display: inline-flex;
  justify-content: space-between;
  margin: 0 10px;
}
.custom-page .order-detail > div {
  display: block;
}
.custom-page .order-detail > div:last-child p {
  text-align: right;
}
@media (max-width: 766px) {
  .custom-page .order-detail {
    margin: 0;
  }
  .custom-page .order-title-row .col-auto {
    padding: 0;
  }
  .custom-page .order-list .underline {
    margin: 15px 0!important;
    width: 100%!important;
  }
  .custom-page .order .underline {
    margin: 10px 0!important;
  }
  .custom-page .order-detail {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-page .order-detail-col {
    width: 100%;
  }
  .custom-page .order-title-row {
    flex-wrap: wrap;
  }
  .custom-page .order-title-row > div {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .custom-page .shopping-cart.coupons .new-coupon .pic-col {
    max-width: 186px;
  }
  .custom-page .shopping-cart.coupons .new-coupon .content-col {
    width: calc(100% - 186px);
  }
}
.custom-page .bonus-point-row > div > .row > div {
  height: 40px;
  display: flex;
  align-items: center;
}
.custom-page .promo {
  display: flex;
  flex-wrap: nowrap;
  height: 100px;
  border: 1px solid #F0F0F0;
  padding: 10px;
}
.custom-page .promo .pic-col {
  height: inherit;
  width: fit-content;
}
.custom-page .promo .pic-col img {
  height: calc(100% - 20px);
  width: auto;
}
.custom-page .promo .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}
.custom-page .promote-item .pic-container > img {
  border: 2px solid #e2e2e2;
}
.custom-page .promote-item .select-corner-label {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  z-index: 2;
  right: 0;
  bottom: 0;
  border-color: transparent transparent #e2e2e2 transparent;
}
.custom-page .promote-item:not(.selected) .pic-container > .discount-tag {
  background-color: #e2e2e2;
}
.custom-page .promote-item:not(.selected) .pic-container > img {
  border-color: #e2e2e2;
}
.custom-page .promote-item:not(.selected) .select-corner-label {
  border-color: transparent transparent #e2e2e2 transparent;
}
.custom-page .promote-item.selected .pic-container > .discount-tag {
  background-color: #DC0000;
}
.custom-page .promote-item.selected .pic-container > img {
  border-color: #DC0000;
}
.custom-page .promote-item.selected .select-corner-label {
  border-color: transparent transparent #DC0000 transparent;
}
.custom-page .select-corner-label img {
  position: absolute;
  left: -24px;
  top: 17px;
}
.custom-page .promotion-select-btn {
  width: 100%;
  padding: 5px;
  border: 1px solid #3F3F3F;
  background-color: #FFF;
  border-radius: 3px;
}
.custom-page .promotion-select-btn p {
  text-align: center;
  color: #000;
}
.custom-page .promotion-select-btn.disable {
  border-color: #F7F7F7;
  background-color: #FFF;
}
.custom-page .promotion-select-btn.disable p {
  color: #595959;
}
.custom-page .promotion-select-btn.selected {
  border-color: #DC0000;
  background-color: #DC0000;
}
.custom-page .promotion-select-btn.selected p {
  color: #FFF;
}
.custom-page .promotion-tag {
  padding: 5px 20px;
  border: 1px solid #EFEFEF;
  margin-right: 20px;
  cursor: pointer;
}
.custom-page .promotion-tag.selected {
  border: 1px solid #DC0000;
  background-color: #FCE8E9;
}
.custom-page .promotion-tag.selected p {
  color: #DC0000;
}
.custom-page .password-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.custom-page .password-area .show-password {
  position: absolute;
  padding-right: 10px;
  cursor: pointer;
}
@media (min-width: 481px) {
  .custom-page .modal-spec-lg {
    width: 560px;
    margin-top: 40px;
  }
}
@media (max-width: 766px) {
  .custom-page .flex-xs .default-label {
    margin-right: 20px;
  }
}
@media (max-width: 766px) {
  .custom-page .sm-text-right {
    text-align: left;
  }
  .custom-page .member-edit-form .gray-border {
    margin: 0;
    background-color: #EFEFEF;
    padding: 5px;
  }
  .custom-page .gray-border .col-xs-12.listData {
    border-bottom: 5px solid #EFEFEF;
  }
}
.custom-page .light-box {
  width: 80%;
  height: 50%;
  background-color: #fff;
}
.custom-page .center {
  display: block;
  margin: auto;
}
.custom-page .sm-text-right {
  text-align: right;
}
.custom-page .member-edit-form select.form-control {
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
.custom-page .row,
.custom-page .col,
.custom-page .container,
.custom-page #frameStyle1_1 {
  padding: 0 !important;
}
.custom-page .row::before,
.custom-page .row::after {
  content: none;
}
.custom-page .subtotal {
  height: auto!important;
}
.custom-page .member-edit-row input.form-control {
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-page .btn.btn-danger {
  width: 100%;
  background-color: #DC0000;
  border: none;
  background-image: none;
  border-radius: 0;
}
.custom-page .pic-col img {
  max-width: 1000px !important;
}
.custom-page .flaps-goodsList {
  border-collapse: collapse;
}
.custom-page .flaps-goodsList > div:first-child > div.text-left {
  text-align: left !important;
}
.custom-page .flaps-goodsList > div.underline {
  display: block !important;
  margin: 20px 0;
  width: 100% !important;
}
.custom-page .flaps-goodsList > div.underline:first-of-type {
  display: none !important;
}
@media (min-width: 767px) {
  .custom-page .flaps-goodsList > div.underline {
    background-color: transparent;
    display: table-row !important;
  }
  .custom-page .flaps-goodsList > div.underline > div {
    padding: 1px 0 0 0;
    margin-bottom: 10px;
    content: '-';
    background-color: #EFEFEF;
  }
}
.custom-page .flaps-goodsList > div.underline:first-child {
  display: none !important;
}
.custom-page div .flaps-goodsList > div:not(.total-row):not(.discount-area) > div:first-child {
  overflow: auto;
  padding-left: 15px;
  max-width: 280px;
  min-width: 280px;
}
.custom-page div .flaps-goodsList > div:not(.total-row) > div:first-child > p {
  word-break: break-word;
}
@media (max-width: 766px) {
  .custom-page div .flaps-goodsList > div:not(.total-row):not(.discount-area) > div:first-child {
    padding-left: 0;
    min-width: 200px;
  }
}
.custom-page .flaps-goodsList > div:first-child > div.text-left {
  padding-left: 15px;
}
.custom-page .flaps-goodsList > div.discount-area div.discount-row {
  display: flex!important;
  height: fit-content;
  width: 100%!important;
}
.custom-page footer img.img-thumbnail {
  background-color: transparent;
  border: none;
  padding: 0 50px 0 0;
  box-shadow: none;
}
.custom-page .SMBRSCTagStyle2 > * .nav.search > li > form {
  border: none;
  border-bottom: 1px solid #ccc;
}
.custom-page .mySlick-1 .thumbnail {
  margin-top: 0;
}
.custom-page .promote-title-col {
  width: fit-content;
}
.custom-page .promote-title-col p {
  font-weight: bold;
  margin: 10px 10px 10px 0;
  font-size: 16px;
}
.custom-page .promote-label {
  align-self: center;
  display: flex;
}
.custom-page .promote-label p {
  background-color: #FCE8E9;
  color: #DC0000;
  font-weight: bold;
  margin: 10px;
  padding: 0 20px;
}
@media (max-width: 766px) {
  .custom-page .promote-label p {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .custom-page footer {
    position: fixed;
    width: 100%;
    bottom: 0;
  }
  .custom-page .flaps-goodsList > div.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 766px) {
  .custom-page .modal-content.member-edit-form {
    width: calc(100vw - 20px);
  }
}
@media (min-width: 767px) {
  .custom-page .flaps-goodsList div.show-xs {
    display: none !important;
  }
}
.custom-page .border-slick .slick-next:before {
  content: url(/images/EC/chevron-right-white.svg);
  font-size: 30px;
  padding: 5px 2px 0 2px;
  margin-left: -7px;
}
.custom-page .border-slick .slick-prev:before {
  content: url(/images/EC/chevron-left-white.svg);
  font-size: 30px;
  padding: 5px 2px 0 2px;
  margin-left: -7px;
}
.custom-page .border-slick .slick-list {
  margin-left: 20px;
  margin-right: 10px;
}
.custom-page .boder-slick .slick-track {
  /*margin-left: 20px;*/
}
.custom-page #internetName {
  padding-bottom: 20px;
}
.custom-page .default-label-col {
  width: 17%;
  display: flex;
  align-items: center;
}
.custom-page .default-label-col p {
  font-weight: bold;
}
.custom-page .product-content-col {
  width: 83%;
}
.custom-page footer p.title {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.custom-page footer > div.lg > div > .col {
  width: 13%;
}
.custom-page footer .row-fluid {
  padding-bottom: 10px;
}
.custom-page footer > div > .row-fluid {
  padding-top: 40px;
  padding-bottom: 30px;
}
.custom-page footer > div > .row-fluid.bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-page .a-btn {
  color: white;
  line-height: 24px;
}
.custom-page .listData > div {
  min-height: 50px;
  height: 50px;
}
.custom-page .flex-group {
  margin-bottom: 15px;
}
.custom-page .flex-group > .row:last-child {
  margin-bottom: 0;
}
.custom-page .nav-tabs {
  border-bottom: 0;
}
.custom-page .nav-tabs > li > a {
  border: 0 !important;
}
.custom-page .tab-content.panel.panel-default {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  padding: 15px;
}
.custom-page .nav > li.active > a {
  background-color: #eee !important;
}
.custom-page a:focus {
  outline: none !important;
}
.custom-page a.thumbnail-slick:focus,
.custom-page a.thumbnail-slick:hover {
  border: none !important;
}
.custom-page .flex-data .colorTagSpan {
  padding: 0;
}
.custom-page .flex-data {
  padding-left: 0;
}
@media (min-width: 767px) {
  .custom-page .SMBRSCTagStyle2-lg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-page .SMBRSCTagStyle2-lg > div {
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
  }
  .custom-page .SMBRSCTagStyle2-lg > div:not(:first-child) {
    border-top: none !important;
  }
  .custom-page .SMBRSCTagStyle2-lg .navbar {
    min-height: auto !important;
  }
  .custom-page .SMBRSCTagStyle2-lg .navbar-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.custom-page .mySlick-2 {
  padding: 0 !important;
  width: auto !important;
}
.custom-page .mySlick-2 .slick-slide img {
  min-width: 0 !important;
}
.custom-page .mySlick-2.slick-vertical .slick-next::before {
  content: url(/images/EC/chevron-bottom.svg);
  display: block;
}
.custom-page .mySlick-2.slick-vertical .slick-prev::before {
  content: url(/images/EC/chevron-top.svg);
  display: block;
}
.custom-page .mySlick-2.slick-vertical .slick-next,
.custom-page .mySlick-2.slick-vertical .slick-prev {
  position: relative;
  background-color: #EFEFEF;
  width: 100%;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
}
.custom-page .mySlick-2:not(.slick-vertical) .slick-next::before {
  content: url(/images/EC/chevron-right.svg);
  display: block;
}
.custom-page .mySlick-2:not(.slick-vertical) .slick-prev::before {
  content: url(/images/EC/chevron-left.svg);
  display: block;
}
.custom-page .mySlick-2:not(.slick-vertical) .slick-next,
.custom-page .mySlick-2:not(.slick-vertical) .slick-prev {
  background-color: #EFEFEF;
  height: 100px;
  height: 30px;
}
.custom-page .mySlick-2:not(.slick-vertical) {
  height: auto;
}
.custom-page .mySlick-2:not(.slick-vertical) .slick-list {
  left: 30px;
}
.custom-page .mySlick-2.slick-vertical {
  height: auto;
}
.custom-page .mySlick-2.slick-vertical .slick-prev {
  top: 0;
}
.custom-page .mySlick-2.slick-vertical .slick-list {
  top: 20px;
}
.custom-page .slick-section.red .slick-row {
  border: 2px solid #FDF3F2;
}
.custom-page .slick-section.red .promote-title-col p {
  color: #DC0000;
}
.custom-page .slick-section.red .slick-next:before,
.custom-page .slick-section.red .slick-prev:before {
  background-color: red;
}
.custom-page .slick-section.black .slick-row {
  border: 2px solid #F7F7F7;
}
.custom-page .slick-section.black .promote-title-col p {
  color: #000;
}
.custom-page .slick-section.black .slick-next:before,
.custom-page .slick-section.black .slick-prev:before {
  background-color: black;
}
@media (min-width: 767px) and (max-width: 992px) {
  .custom-page #mySlick-2-col {
    position: absolute;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .custom-page #mySlick-2-col {
    right: 34.5%;
  }
}
@media (min-width: 1200px) {
  .custom-page #mySlick-2-col {
    width: 8%;
    padding: 0;
  }
  .custom-page #mySlick-1-col {
    width: 42%;
    left: 8%;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .custom-page #mySlick-2-col {
    right: 36%;
    width: 12%;
  }
  .custom-page #mySlick-1-col {
    left: 12%;
    width: 38%;
  }
}
.custom-page .toolbar-banner {
  height: 50px;
}
.custom-page .toolbar {
  height: 100%;
  background-color: #DC0000;
}
.custom-page .header-announce {
  background-color: #DC0000;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-page .row:not(.toolbar):not(.toolbar-banner) {
  padding: 0 20px;
  margin: 12px 0 0 0;
}
.custom-page #footer {
  padding: 5px 0px 2px 0px;
  background-color: #EDEDED;
}
.custom-page #footer .col-auto {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.custom-page #footer p {
  color: #000;
}
.custom-page #footer svg {
  border: 2px solid #000;
}
.custom-page html {
  font-size: 10px;
}
.custom-page .modal {
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .custom-page .modal {
    background-color: white;
  }
}
.custom-page .modal-area .notify {
  background-color: #FCE8E9;
  padding: 10px;
}
.custom-page .modal-area .notify p {
  color: #DC0000;
  font-weight: bold;
}
.custom-page .modal-header:before,
.custom-page .modal-header:after {
  content: none;
}
.custom-page .modal-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px 20px 0 30px;
}
.custom-page .modal-header .modal-title {
  font-weight: bolder;
  font-size: 30px;
}
.custom-page .modal-header .close {
  opacity: 1;
}
.custom-page .modal-body .modal-area .row.form-group:first-child {
  margin-top: 0;
}
.custom-page .modal-body .modal-area .row.form-group.info {
  display: flex;
  padding: 10px!important;
  width: 100%;
  background-color: white;
}
.custom-page .modal-body .modal-area .row.form-group.info p:first-child {
  min-width: 120px;
}
.custom-page .modal-body .modal-area input[type='text'] {
  width: 100%;
  padding: 20px 10px;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 0;
}
.custom-page .change-spec {
  margin-left: 100px;
}
.custom-page #changeSpecForm .outline {
  padding: 2px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.custom-page #changeSpecForm .outline button {
  outline: none!important;
}
.custom-page #changeSpecForm .outline.active {
  border: 1px solid #000;
}
.custom-page #changeSpecForm .outline button {
  background-color: #EFEFEF;
  color: #000;
}
.custom-page .modal .close.button {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  opacity: inherit;
  text-shadow: none;
}
.custom-page .modal-content #buyAgainName .visible-xs {
  display: none!important;
}
.custom-page .modal-header {
  border-bottom: 0;
}
.custom-page .modal-body {
  padding: 0 30px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.custom-page .modal-body .flaps-goodsList .subTitle {
  display: none!important;
}
.custom-page .modal-body::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.custom-page #buyAgainModalForm .modal-body {
  padding: 0;
}
.custom-page .modal-footer {
  border-top: 0;
}
.custom-page .modal-area {
  padding: 15px 20px;
  background: #EFEFEF;
}
.custom-page .modal select {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 0;
}
.custom-page .member-edit-form.modal-content {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.custom-page .modal .select-all-row {
  margin-bottom: 0!important;
}
.custom-page .button-row.modal-button-row {
  width: 100%!important;
  justify-content: space-between !important;
  padding: 0!important;
  background: #fff !important;
  margin: 10px 0 0 0!important;
}
.custom-page .button-row.modal-button-row .button {
  width: 48%!important;
  text-align: center!important;
}
.custom-page .button-row.modal-button-row .button:first-child:last-child {
  width: 100%!important;
}
@media (max-width: 480px) {
  .custom-page .modal-content.member-edit-form > div {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .custom-page .modal-dialog {
    margin: 0;
    height: 100%;
  }
  .custom-page .modal-content.member-edit-form {
    height: 100%;
  }
  .custom-page .modal-header {
    background-color: #DC0000;
    color: #fff;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .custom-page .modal-header:before,
  .custom-page .modal-header:after {
    content: none;
  }
  .custom-page .modal-header .modal-title {
    padding: 10px 0 !important;
    font-size: 24px !important;
  }
  .custom-page .modal-header button.close {
    opacity: 1;
  }
  .custom-page .modal-header button.close span {
    color: #E5E5E5;
    font-size: 20px;
    font-weight: 100;
  }
  .custom-page .modal-body {
    padding: 10px!important;
    border: 1px solid #EFEFEF;
    margin: 10px!important;
  }
  .custom-page .modal-body .favorite-item-row {
    margin: 0!important;
  }
  .custom-page .modal-body .select-btn {
    position: absolute;
  }
  .custom-page #buyAgainModalThumbnail #buyAgainPicture {
    width: 100%!important;
  }
  .custom-page #buyAgainModalThumbnail .modal-content {
    background-color: #EFEFEF;
  }
  .custom-page #buyAgainModalThumbnail .modal-body {
    margin: 0 !important;
  }
  .custom-page #buyAgainModalThumbnail .modal-body .product.favorite-item-row {
    padding: 10px;
    margin-bottom: 10px !important;
  }
  .custom-page #buyAgainModalThumbnail .modal-body .favorite-item {
    padding-left: 0!important;
  }
  .custom-page #buyAgainModalThumbnail .modal-footer {
    position: fixed;
    width: 100%;
    padding: 0;
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media (max-width: 766px) {
  .custom-page .change-spec {
    margin-left: 0;
    padding-top: 15px;
  }
}
@media (min-width: 767px) {
  .custom-page #buyAgainModalThumbnail .content-title > div.row:first-child {
    width: calc(100% - 70px);
  }
}
.custom-page #talkRecordForm {
  background-color: #EFEFEF;
}
.custom-page #talkRecordForm .form-group {
  margin-bottom: 0;
  padding: 20px;
}
.custom-page #newContent {
  height: 46px !important;
  padding: 12px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.custom-page #talkRecordForm input.btn {
  background-image: url(/images/EC/send.svg);
  background-repeat: no-repeat;
  transform: rotate(90deg);
  width: 36px;
  height: 36px;
}
.custom-page .balloon {
  border-radius: 10px;
  padding: 12px;
}
.custom-page .balloon:not(.balloon-ans) {
  margin-left: 60px;
  background: #fff;
  border: 2px solid #5EC7FF;
}
.custom-page .balloon:not(.balloon-ans) .bot {
  border-color: transparent !important;
  background-image: url("/images/EC/member-QA.svg");
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  border-width: 0 !important;
  top: 0 !important;
  left: -60px !important;
}
.custom-page .balloon-ans {
  margin-right: 70px;
  background-color: #5EC7FF;
  color: #fff;
}
.custom-page .balloon-ans .bot {
  border-color: transparent !important;
  background-image: url("/images/EC/customer-service.svg");
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  border-width: 0 !important;
  top: 0 !important;
  right: -60px !important;
}
.custom-page .balloon p {
  word-break: break-word;
}
.custom-page .balloon .top {
  display: none !important;
}