/* #63b02d */

.text-left {
  text-align: left;
}
.paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.paginator ul {
  display: flex;
}
.paginator ul li a {
  color: #2F5FD9;
}
.paginator button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.paginator button,
.paginator ul li {
  width: 50px;
  border: 1px solid #2F5FD9;
  color: #2F5FD9;
  background-color: #fff;
  border-radius: 50px;
  height: 50px;
  font-size: 16px;
  margin: 0 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginator ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginator button:hover,
.paginator ul li:hover {
  background-color: #e6ffd0;
}
@media screen and (max-width: 480px) {
  .paginator button,
  .paginator ul li {
    width: 37px;
    height: 37px;
    font-size: 14px;
    margin: 0 5px;
  }
}
.ec-borderedDefs {
  border-top: none transparent;
}
.gray-table table {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #eee;
}
.gray-table table th {
  width: 165px;
}
.gray-table table th,
.gray-table table td {
  box-sizing: border-box;
  padding: 18px;
  font-size: 16px;
}
.gray-table table th,
.product-box table th {
  border-bottom: 1px solid #fff;
}
.gray-table table tr:last-child th,
.product-box table tr:last-child th {
  border-bottom: 0 solid #fff;
}
.gray-table table td,
.product-box table td {
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1024px) {
  .gray-table table th {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .gray-table table th,
  .gray-table table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .gray-table {
    margin-top: 30px;
  }
}
.field-content .img-box {
  width: 70%;
  margin: 0 auto;
}
.field-content .text-box {
  text-align: left;
  margin-top: 30px;
  line-height: 1.7;
}
.privacy-head {
  line-height: 1.5;
  margin-bottom: 15px;
}
.statement-block {
  line-height: 1.5;
  margin-bottom: 30px;
}
.statement-block .head {
  margin-bottom: 15px;
}
.statement-block .pre-head {
  margin-bottom: 9px;
}
.statement-block ol {
  list-style-type: decimal;
  padding-left: 25px;
}
.statement-block ol li {
  margin-bottom: 7px;
}
.statement-block ol li ol {
  margin-top: 6px;
}
.statement-block ol li ol li:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .statement-block .head {
    margin-bottom: 12px;
  }
  .statement-block ol {
    padding-left: 20px;
  }
}
.ec-pageHeader h1 {
  color: #6dcb2b;
}
.ec-blockTopBtn {
  display: none !important;
}
.item-zone .big-right .shopping-box .cart-box {
  background-color: #bf0000 !important;
}
@media screen and (max-width: 768px) {
  .br768off {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ec-pageHeader {
    margin-top: 5%;
  }
  .ec-pageHeader h1 {
    border-top: none;
  }
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 84.33333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 85.3333%;
  }
}
@media screen and (max-width: 480px) {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
  }
}
.ec-borderedDefs {
  border-top: none transparent;
}
.guide-box {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.guide-box .left {
  width: 210px;
}
.guide-box .right {
  width: calc(100% - 190px);
}
@media screen and (max-width: 768px) {
  .guide-box {
    flex-direction: column;
  }
  .guide-box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .guide-box .right {
    width: 100%;
  }
}
.qa {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .qa {
    margin-bottom: 40px;
  }
}
.qa .q-box {
  display: flex;
  margin-bottom: 12px;
}
.qa .a-box {
  display: flex;
}
.qa .q {
  font-size: 24px;
}
.qa .q-head,
.qa .a-head {
  font-size: 28px;
  margin-right: 10px;
  margin-top: -7px;
}
@media (max-width: 768px) {
  .qa .q-head,
  .qa .a-head {
    font-size: 22px;
  }
}
.qa .a {
  font-size: 22px;
}
.qa .q-head {
  color: #2F5FD9;
}
.qa .a-head {
  color: #b01212;
}
@media screen and (max-width: 768px) {
  .qa .q {
    font-size: 21px;
  }
  .qa .q span,
  .qa .a span {
    font-size: 26px;
  }
  .qa .a {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  .qa .q {
    font-size: 20px;
  }
  .qa .q span,
  .qa .a span {
    font-size: 25px;
  }
  .qa .a {
    font-size: 18px;
  }
}
.news-field .news-group .news-box .text-box .detail {
  color: #2F5FD9 !important;
}
.news-field .news-group .news-box .text-box .detail::after {
  background-image: url(/shop/html/template/default/assets/img/common/green-arrow.png) !important;
  top: 0 !important;
  bottom: 0;
  margin: auto;
}
.ec-login .ec-blockBtn--cancel,
.ec-guest .ec-blockBtn--cancel {
  background-color: #2F5FD9;
  border: 1px solid #2F5FD9;
}
.ec-login .ec-blockBtn--cancel:hover,
.ec-guest .ec-blockBtn--cancel:hover {
  opacity: 0.6;
  background-color: #2F5FD9;
  border: 1px solid #2F5FD9;
}
@media screen and (max-width: 768px) {
  .ec-guest {
    padding: 7%;
  }
  .ec-login {
    padding: 30px 9% 60px;
  }
}
.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  right: 0;
  left: 0;
  margin: auto;
}
.ec-registerRole .ec-blockBtn--action {
  background-color: #2F5FD9;
  border: 1px solid #2F5FD9;
}
.ec-registerRole .ec-blockBtn--action:active {
  opacity: 0.8;
  background-color: #2F5FD9;
  border: 1px solid #2F5FD9;
}
@media screen and (max-width: 1024px) {
  .ec-registerCompleteRole .ec-off3Grid .ec-off3Grid__cell {
    width: 58%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .ec-registerCompleteRole .ec-off3Grid .ec-off3Grid__cell {
    width: 77%;
  }
}
@media screen and (max-width: 480px) {
  .ec-registerCompleteRole .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
  }
  .ec-registerCompleteRole
    .ec-off3Grid
    .ec-off3Grid__cell
    .ec-reportHeading
    h2 {
    font-size: 22px;
  }
}
.ec-forgotRole .ec-blockBtn--action {
  background-color: #2F5FD9;
  border: 1px solid #2F5FD9;
}
.ec-forgotRole .ec-blockBtn--action:hover {
  opacity: 0.8;
  background-color: #2F5FD9;
  border: 1px solid #2F5FD9;
}
.ec-mypageRole .ec-navlistRole .active a {
  color: #6dcb2b;
}
.ec-cartRole .ec-cartRole .ec-blockBtn--action,
.ec-orderRole .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action,
.ec-customerRole .ec-blockBtn--action {
  background-color: #2F5FD9;
  border: 1px solid #2F5FD9;
}
.ec-cartRole .ec-cartRole .ec-blockBtn--action:hover,
.ec-orderRole .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action:hover,
.ec-customerRole .ec-blockBtn--action:hover {
  opacity: 0.8;
  background-color: #2F5FD9;
  border: 1px solid #2F5FD9;
}
.ec-orderAccount .ec-orderAccount__change {
  margin-top: 2%;
}
.ec-orderRole .ec-orderAccount .ec-orderAccount__account {
  margin-top: 3%;
}
.ec-orderRole .ec-orderDelivery .ec-orderDelivery__change {
  top: 10%;
}
.ec-orderRole .ec-orderDelivery {
  margin-bottom: 3%;
}
.ec-orderRole .ec-orderPayment .ec-radio,
.ec-orderRole .ec-orderPayment .ec-input {
  margin: 2% 0;
}
.ec-cartCompleteRole .ec-off3Grid .ec-off3Grid__cell {
  width: 53%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ec-cartRole .ec-cartHeader .ec-cartHeader__label {
    padding: 16px 10px;
  }
  .ec-cartCompleteRole .ec-off3Grid .ec-off3Grid__cell {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {

  form.ec-cartRole .overflow {
    overflow-x: auto;
  }
  form.ec-cartRole .ec-cartRole__cart {
    margin: 0 4%;
    white-space: nowrap;
  }
  .ec-orderRole .ec-orderRole__summary {
    padding: 0 10px;
  }
  .ec-cartCompleteRole .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  form.ec-cartRole .ec-cartRole__cart {
    margin: 0;
  }
  form.ec-cartRole,
  .ec-orderRole .ec-orderRole__summary {
    padding: 0;
  }
  .ec-cartCompleteRole .ec-off3Grid .ec-off3Grid__cell .ec-reportHeading h2 {
    font-size: 22px;
  }
}
#page_product_list pre.sf-dump {
  display: none;
}
.breadcrumb ul li a {
  color: #2f5fd9 !important;
}
#page_product_detail .item-zone .big-right .shopping-box .cart-box {
  background-color: #2F5FD9 !important;
}
#page_product_detail .item-zone .big-left .item-slick .img-box {
}
#page_product_detail .item-zone .big-right .shopping-box .img-box.sale {
  position: absolute;
  top: 8px;
  right: 20px;
  background-color: #d8201f;
  width: auto;
}
#page_product_detail .item-zone .big-right .shopping-box .img-box.sale .inner {
  color: #fff;
  font-size: 14px;
  padding: 5px 5px 12px 5px;
  position: relative;
  line-height: 1.3;
}
#page_product_detail
  .item-zone
  .big-right
  .shopping-box
  .img-box.sale
  .inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 10px 34px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#page_product_detail .item-zone .big-left .detail-table .line .left,
#page_product_detail .item-zone .big-left .detail-table .line .right {
  text-align: left;
}
.ec-blockBtn--action {
  background-color: #2F5FD9;
  border-color: #2F5FD9;
}
.ec-blockBtn--action:hover {
  background-color: #2F5FD9;
  border-color: #2F5FD9;
  opacity: 0.6;
}
@media screen and (max-width: 1280px) {
  #page_product_detail .item-zone .big-right .shopping-box .img-box.sale {
    right: 8px;
  }
}
.mv-slick .item-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 475px;
  height: 475px;
  width: 33.3333%;
  position: relative;
}
.mv-slick .item-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: linear-gradient(transparent 0%, #000 80%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
}
.mv-slick .item-box .text-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .mv-slick .item-box {
    height: 320px;
  }
  .mv-slick .item-box .text-box {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-slick .item-box {
    height: 300px;
  }
}
.listBox {
  display: flex;
  flex-wrap: wrap;
}
.listBox span {
  width: 50%;
  display: block;
  margin-bottom: 10px;
}
.pageCompany .gray-table table th {
  width: 200px;
  color: #fff;
}
.pageCompany .gray-table table th,
.pageCompany .gray-table table td {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .pageCompany .gray-table table th {
    width: 100%;
  }
  .gray-table table td.listBox {
    display: flex;
  }
  .listBox span {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-pageHeader h1 {
    padding: 30px 8px;
  }
}

.description.add-cart-simple:hover {
  opacity: 0.7;
}
