
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.mo {
  display: none !important;
}

@media (max-width: 767px) {
  .mo {
    display: block !important;
  }
}

@media all and (max-width: 991px) {
  .pc_991 {
    display: none !important;
  }
}

.mo_991 {
  display: none !important;
}

@media all and (max-width: 991px) {
  .mo_991 {
    display: block !important;
  }
}


.porel {
  position: relative;
}

/*************共吃頁面**************/
.fw500 {
  font-weight: 500;
}

.d-flex {
  display: flex;
  align-items: center;
}

.d_none {
  display: none !important;
}

.pageAll_btn {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.pageAll_btn .btn_xl {
  display: block;
  width: 250px;
  height: 60px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .pageAll_btn .btn_xl {
    width: 224px;
    height: 58px;
    border-radius: 4px;
  }
}

.pageAll_btn .btn_l {
  display: block;
  width: 250px;
  height: 56px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .pageAll_btn .btn_l {
    width: 225px;
    height: 58px;
    border-radius: 4px;
  }
}

.pageAll_btn .btn_m15 {
  display: block;
  padding: 0 15px;
  height: 36px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .pageAll_btn .btn_m15 {
    border-radius: 4px;
  }
}

.pageAll_btn .btn_m20 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 19px;
  height: 34px;
  border-radius: 3px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .pageAll_btn .btn_m20 {
    border-radius: 4px;
  }
}

.pageAll_btn .btn_m {
  display: block;
  width: 152px;
  height: 36px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
}

@media all and (max-width: 767px) {
  .pageAll_btn .btn_m {
    border-radius: 4px;
  }
}

.pageAll_btn .btn_lm {
  display: block;
  width: 92px;
  height: 34px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .pageAll_btn .btn_lm {
    border-radius: 4px;
  }
}

.pageAll_btn .btn_s {
  display: block;
  width: 60px;
  height: 36px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 5px;
  line-height: 36px;
}

@media all and (max-width: 767px) {
  .pageAll_btn .btn_s {
    border-radius: 4px;
  }
}

.pageAll_btn .blue {
  background: #37455E;
  color: #fff;
  border: 1px solid #37455E;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  .pageAll_btn .blue:hover {
    background: transparent;
    color: #37455E;
  }
}

.pageAll_btn .white {
  background: transparent;
  color: #37455E;
  border: 1px solid #37455E;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  .pageAll_btn .white:hover {
    background: #37455E;
    color: #fff;
  }
}

.pageAll_btn .green {
  background: #368B9D;
  color: #fff;
  border: 1px solid #368B9D;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  .pageAll_btn .green:hover {
    background: transparent;
    color: #368B9D;
  }
}

.pageAll_btn .trans {
  background: transparent;
  color: #37455E;
  border: 1px solid #37455E;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  .pageAll_btn .trans:hover {
    opacity: 0.6;
  }
}

.pageAll_btn .trans-blue {
  background: #37455E;
  color: #fff;
  border: 1px solid #37455E;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  .pageAll_btn .trans-blue:hover {
    opacity: 0.6;
  }
}

.pageAll_btn .delete_btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon/delete_btn.png") center/contain no-repeat;
  transition: opacity 0.75s;
}

@media all and (min-width: 768px) {
  .pageAll_btn .delete_btn:hover {
    opacity: 0.7;
  }
}

.pageAll_btn .cart_btn {
  display: block;
  width: 157px;
  height: 44px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .pageAll_btn .cart_btn {
    width: 140px;
  }
}

@media all and (max-width: 991px) {
  .pageAll_btn .cart_btn {
    max-width: 160px;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .pageAll_btn .cart_btn {
    border-radius: 4px;
    height: 40px;
    max-width: 144px;
  }
}

.pageAll_btn .cart_btn .img {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  width: 16px;
  height: 15px;
}

.pageAll_btn .cart_btn .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/cart_w.png") center/contain no-repeat;
}

.pageAll_btn .cart_btn .img::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/cart.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.75s;
}

.pageAll_btn .back {
  position: relative;
}

.pageAll_btn .back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../images/back.png") center/contain no-repeat;
}

.pageAll_btn .back_h {
  position: relative;
}

.pageAll_btn .back_h::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../images/back_w.png") center/contain no-repeat;
}

.pageAll_btn .back_h::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../../Contents/images/back.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}

@media all and (min-width: 768px) {
  .pageAll_btn .back_h:hover::after {
    opacity: 1;
  }
}

.pageAll_btn .memberIcon {
  position: relative;
  display: inline-block;
  margin: 0 15px 2px 0;
  width: 14px;
  height: 16px;
}

.pageAll_btn .memberIcon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../Contents/images/member.png") center/contain no-repeat;
}

.pageAll_btn .memberIcon::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../Contents/images/member_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.75s;
}

.mypage_container {
  padding-bottom: 9.3em;
}

@media all and (max-width: 767px) {
  .mypage_container {
    padding-bottom: 6em;
  }
}

.TitleName {
  font-size: 28px;
  font-weight: 500;
  line-height: 41px;
  text-align: center;
  color: #37455E;
  letter-spacing: 4px;
  padding: 103px 0 56px;
}

@media all and (max-width: 767px) {
  .TitleName {
    font-size: 20px;
    padding: 27px 0 19px;
    letter-spacing: 5.5px;
  }
}

.intro {
  background: #F6F7FA;
  font-size: 14px;
  letter-spacing: 2px;
  color: #3E3A39;
  padding: 23px 20px;
}

.intro .red {
  color: #DA0024;
}

.FltTitle {
  font-size: 20px;
  font-weight: 500;
  color: #37455E;
  border: none;
  padding: 0;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  .FltTitle {
    margin-bottom: 25px;
    font-size: 17px;
  }
}

.step_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 47px;
}

@media all and (max-width: 767px) {
  .step_box {
    margin-bottom: 35px;
  }
}

.step_box .step + .step {
  margin-left: 82px;
}

@media all and (max-width: 767px) {
  .step_box .step + .step {
    margin-left: 57px;
  }
}

.step_box .step + .step .num::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -105px;
  transform: translateY(-50%);
  width: 110px;
  height: 1px;
  background: #37455E;
}

@media all and (max-width: 767px) {
  .step_box .step + .step .num::after {
    left: -96px;
    width: 100px;
  }
}

.step_box .num {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 500;
  color: #37455E;
  line-height: 49px;
  text-align: center;
  margin: 0 auto 15px;
  border: 2px solid #37455E;
  background: #FFF;
  padding-left: 3px;
}

@media all and (max-width: 767px) {
  .step_box .num {
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 46px;
    margin: 0 auto 14px;
    border: 1px solid #37455E;
  }
}

.step_box .num.active {
  background: #37455E;
  color: #fff;
}

.step_box .txt {
  font-size: 14px;
  font-weight: 500;
  color: #37455E;
  letter-spacing: 1.5px;
}

@media all and (max-width: 767px) {
  .step_box .txt {
    font-size: 12px;
  }
}

.pageList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 73px;
}

@media all and (max-width: 767px) {
  .pageList {
    margin-top: 42px;
  }
}

.pageList a {
  display: block;
  font-size: 14px;
  color: #37455E;
  line-height: 1.5;
  transition: color 0.5s;
}

@media all and (min-width: 768px) {
  .pageList a:hover {
    color: #DA0024;
  }
}

.pageList a.active {
  color: #DA0024;
}

.pageList a.active span {
  border-bottom: 2px solid #DA0024;
  display: inline-block;
  height: 100%;
  padding-left: 2px;
}

@media all and (max-width: 767px) {
  .pageList a.active span {
    border-bottom: 1px solid #DA0024;
  }
}

.pageList .prev_btn, .pageList .next_btn {
  position: relative;
  padding: 5px 15px;
  width: 14px;
  height: 14px;
}

@media all and (max-width: 767px) {
  .pageList .prev_btn, .pageList .next_btn {
    padding: 5px 12px;
  }
}

.pageList .prev_btn::before, .pageList .next_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageList .prev_btn::after, .pageList .next_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .pageList .prev_btn:hover::before, .pageList .next_btn:hover::before {
    opacity: 0;
  }
  .pageList .prev_btn:hover::after, .pageList .next_btn:hover::after {
    opacity: 1;
  }
}

.pageList .prev_btn.nopage, .pageList .next_btn.nopage {
  opacity: 0.3;
  pointer-events: none;
}

.pageList .prev_btn {
  margin-right: 9px;
}

@media all and (max-width: 767px) {
  .pageList .prev_btn {
    margin-right: 7px;
  }
}

.pageList .prev_btn::before {
  background: url("../../Contents/images/prev.png") center/contain no-repeat;
  opacity: 1;
  transition: opacity 0.5s;
}

.pageList .prev_btn::after {
  background: url("../../Contents/images/prev_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}

.pageList .next_btn {
  margin-left: 9px;
}

@media all and (max-width: 767px) {
  .pageList .next_btn {
    margin-left: 7px;
  }
}

.pageList .next_btn::before {
  background: url("../../Contents/images/next.png") center/contain no-repeat;
  opacity: 1;
  transition: opacity 0.5s;
}

.pageList .next_btn::after {
  background: url("../../Contents/images/next_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}

.pageList .numList {
  padding: 5px 15px;
  margin: 2px 5px 0;
}

@media all and (max-width: 767px) {
  .pageList .numList {
    padding: 5px 12px;
  }
}

#pagination_count {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.tableTitle {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #9E9E9E;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}

@media all and (max-width: 991px) {
  .tableTitle {
    display: none;
  }
}

.tableContain {
  font-size: 14px;
  color: #3E3A39;
  letter-spacing: 1px;
  padding-right: 20px;
  border-bottom: 1px solid #D9D9D9;
}

@media all and (max-width: 991px) {
  .tableContain {
    letter-spacing: 1.5px;
  }
}

.tableContain * {
  line-height: 1.428;
}

.tableContain .title_mo {
  font-size: 12px;
  font-weight: 500;
  color: #9E9E9E;
}

.errorTxt {
  color: #DA0024 !important;
}

/*************按鈕**************/
.pageBtn {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.pageBtn .btn_big {
  display: block;
  width: 250px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_big {
    width: 230px;
    height: 60px;
    border-radius: 4px;
  }
}

.pageBtn .btn_big .img {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  width: 15px;
  height: 15px;
}

.pageBtn .btn_big .img.editor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
  background: url("../../Contents/images/editor_h.png") center/contain no-repeat;
}

.pageBtn .btn_big .img.editor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  background: url("../../Contents/images/editor.png") center/contain no-repeat;
}

.pageBtn .btn_big.shop {
  position: relative;
  padding: 2px 0 0 15px;
}

@media all and (min-width: 768px) {
  .pageBtn .btn_big.shop:hover::after {
    opacity: 1;
  }
}

.pageBtn .btn_big.shop::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 18px;
  height: 16px;
  background: url("../Contents/images/shop_w.png") center/contain no-repeat;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_big.shop::before {
    left: 40px;
  }
}

.pageBtn .btn_big.shop::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 18px;
  height: 16px;
  background: url("../Contents/images/shop.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.75s;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_big.shop::after {
    left: 40px;
  }
}

.pageBtn .btn_midden {
  display: block;
  width: 249px;
  height: 56px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_midden {
    width: 230px;
    height: 60px;
    border-radius: 4px;
  }
}

.pageBtn .btn_midden span {
  display: inline-block;
  padding-top: 3px;
}

.pageBtn .btn_midden .img {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  width: 15px;
  height: 15px;
}

.pageBtn .btn_midden .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../Contents/images/editor_h.png") center/contain no-repeat;
  transition: opacity 0.5s;
}

.pageBtn .btn_midden .img.add::before {
  background: url("../../Contents/images/add.png") center/contain no-repeat;
}

.pageBtn .btn_midden .img.editor::before {
  background: url("../../Contents/images/editor.png") center/contain no-repeat;
}

.pageBtn .btn_midden .img.editor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../Contents/images/editor_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}

.pageBtn .btn_ms {
  display: block;
  width: 94px;
  height: 36px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_ms {
    width: 90px;
    height: 40px;
    border-radius: 4px;
  }
}

@media all and (min-width: 768px) {
  .pageBtn .btn_ms:hover .img::after {
    opacity: 1;
  }
}

.pageBtn .btn_ms span {
  display: inline-block;
  padding-top: 2px;
}

.pageBtn .btn_ms .img {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  width: 14px;
  height: 14px;
}

.pageBtn .btn_ms .img::before, .pageBtn .btn_ms .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageBtn .btn_ms .editorBtn::before {
  background: url("../../Contents/images/editor.png") center/contain no-repeat;
}

.pageBtn .btn_ms .editorBtn::after {
  z-index: 2;
  background: url("../../Contents/images/editor_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.75s;
}

.pageBtn .btn_ms .deleteBtn::before {
  background: url("../../Contents/images/delete.png") center/contain no-repeat;
}

.pageBtn .btn_ms .deleteBtn::after {
  z-index: 2;
  background: url("../../Contents/images/delete_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.75s;
}

.pageBtn .btn_ms + .btn_ms {
  margin-top: 10px;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_ms + .btn_ms {
    margin: 0 0 0 10px;
  }
}

.pageBtn .btn_fixed {
  appearance: none;
  display: block;
  flex: 0 0 152px;
  height: 36px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "JINS_Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_fixed {
    flex: 0 0 auto;
    width: 157px;
    height: 40px;
    border-radius: 4px;
    margin-top: 10px;
  }
}

.pageBtn input[type="submit"].btn_fixed {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  font-weight: 400;
}

@media all and (max-width: 991px) {
  .pageBtn input[type="submit"].btn_fixed {
    border-radius: 4px;
  }
}

.pageBtn .btn_small {
  display: block;
  width: 60px;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .pageBtn .btn_small {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
  }
}

.pageBtn input[type="submit"].btn_small {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .pageBtn input[type="submit"].btn_small {
    border-radius: 4px;
  }
}

.pageBtn .blue {
  background: #37455E;
  color: #fff;
  border: 1px solid #37455E;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .pageBtn .blue:hover {
    background: transparent;
    color: #37455E;
  }
}

.pageBtn .memberIcon {
  position: relative;
  display: inline-block;
  margin: 0 15px 2px 0;
  width: 14px;
  height: 16px;
}

@media all and (max-width: 767px) {
  .pageBtn .memberIcon {
    width: 15px;
    height: 17px;
  }
}

.pageBtn .memberIcon::before, .pageBtn .memberIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageBtn .memberIcon::before {
  background: url("../../Contents/images/member.png") center/contain no-repeat;
}

.pageBtn .memberIcon::after {
  z-index: 2;
  background: url("../../Contents/images/member_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}

.pageBtn .trans {
  background: transparent;
  color: #37455E;
  border: 1px solid #37455E;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  .pageBtn .trans:hover {
    opacity: 0.6;
  }
}

.pageBtn .trans-blue {
  background: #37455E;
  color: #fff;
  border: 1px solid #37455E;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  .pageBtn .trans-blue:hover {
    opacity: 0.6;
  }
}

.pageBtn .back {
  position: relative;
}

.pageBtn .back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../../Contents/images/back.png") center/contain no-repeat;
}

.pageBtn .back_h {
  position: relative;
}

.pageBtn .back_h::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../../Contents/images/back_w.png") center/contain no-repeat;
}

.pageBtn .back_h::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../../Contents/images/back.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}

@media all and (min-width: 768px) {
  .pageBtn .back_h:hover::after {
    opacity: 1;
  }
}

.pageBtn .next {
  position: relative;
}

.pageBtn .next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../../Contents/images/arrow_w.png") center/contain no-repeat;
}

.pageBtn .next_h {
  position: relative;
}

.pageBtn .next_h::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../../Contents/images/arrow.png") center/contain no-repeat;
}

.pageBtn .next_h::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url("../../Contents/images/arrow_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}

@media all and (min-width: 768px) {
  .pageBtn .next_h:hover::after {
    opacity: 1;
  }
}

.pageBtn .cart_btn {
  display: block;
  width: 157px;
  height: 44px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .pageBtn .cart_btn {
    width: 140px;
  }
}

@media all and (max-width: 991px) {
  .pageBtn .cart_btn {
    max-width: 160px;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .pageBtn .cart_btn {
    border-radius: 4px;
    height: 40px;
    max-width: 144px;
  }
}

.pageBtn .cart_btn .img {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  width: 16px;
  height: 15px;
}

.pageBtn .cart_btn .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/cart_w.png") center/contain no-repeat;
}

.pageBtn .cart_btn .img::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/cart.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.75s;
}

.pageBtn .delete_btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.pageBtn .delete_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../Contents/images/delete_btn.png") center/contain no-repeat;
}

.pageBtn .delete_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../Contents/images/delete_btn_h.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.75s;
}

@media all and (min-width: 768px) {
  .pageBtn .delete_btn:hover::after {
    opacity: 1;
  }
}

.pageBtn .white {
  background: transparent;
  color: #37455E;
  border: 1px solid #37455E;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .pageBtn .white:hover {
    background: #37455E;
    color: #fff;
  }
}

.pageBtn .green {
  background: #368B9D;
  color: #fff;
  border: 1px solid #368B9D;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  .pageBtn .green:hover {
    opacity: 0.6;
  }
}

.pageBtn .btn_100 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  letter-spacing: 1px;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_100 {
    max-width: 100%;
  }
}

.pageBtn .btn_100 .txt {
  padding-top: 4px;
}

.pageBtn .btn_100.ml10 {
  margin-left: 10px;
}

@media all and (max-width: 991px) {
  .pageBtn .btn_100.ml10 {
    margin: 10px 0 0;
  }
}

.pageBtn .btn_49 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 49%;
  height: 60px;
  border-radius: 5px;
  letter-spacing: 1px;
}

@media all and (max-width: 767px) {
  .pageBtn .btn_49 {
    flex: 0 0 100%;
  }
}

.pageBtn .btn_49 .txt {
  padding-top: 4px;
}

.pageBtn .btn_49 .img {
  display: block;
  width: 14px;
  height: 16px;
  margin-right: 10px;
  background: url("../../Contents/images/bell.png") center/contain no-repeat;
}

@media all and (max-width: 767px) {
  .pageBtn .btn_49 + .btn_49 {
    margin-top: 10px;
  }
}

.pageBtn .gray {
  background: #C2C2C2;
  color: #fff;
}

.pageBtn .btn_product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 55px;
  margin: 0 auto;
  border-radius: 5px;
  transition: all 0.5s;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .pageBtn .btn_product {
    width: 180px;
  }
}

.pageBtn .btn_product.active {
  background: #37455E;
  color: #fff;
}

/*************會員中心/購物車共吃**************/
.InputPage .intro {
  margin-bottom: 40px;
}

@media all and (max-width: 991px) {
  .InputPage .intro {
    line-height: 1.5;
    padding: 22px 20px 14px;
    margin-bottom: 36px;
  }
}

.InputPage .InputMain {
  margin-bottom: 80px;
}

@media all and (max-width: 991px) {
  .InputPage .InputMain {
    margin-bottom: 48px;
  }
}

.InputPage .InputMain li {
  margin-bottom: 33px;
}

@media all and (min-width: 992px) {
  .InputPage .InputMain li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}

.InputPage .InputMain li.mb9 {
  margin-bottom: 20px;
}

.InputPage .InputMain .m_title {
  font-size: 14px;
  font-weight: 500;
  color: #37455E;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

@media all and (min-width: 992px) {
  .InputPage .InputMain .m_title {
    flex: 0 0 140px;
    margin-bottom: 0;
  }
}

.InputPage .InputMain .necessary {
  color: #DA0024;
  display: inline-block;
  margin-left: 2px;
}

.InputPage .InputMain .m_info {
  flex: 1;
  font-size: 14px;
  color: #3E3A39;
}

.InputPage .InputMain .fname, .InputPage .InputMain .lname {
  flex: 0 0 32px;
  color: #37455E;
  font-weight: 500;
}

@media all and (min-width: 992px) {
  .InputPage .InputMain .mr50 {
    margin-right: 50px;
  }
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .mr50 {
    margin-bottom: 24px;
  }
}

@media all and (min-width: 992px) {
  .InputPage .InputMain .city, .InputPage .InputMain .country {
    flex: 0 0 calc(50% - 25px);
  }
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .city, .InputPage .InputMain .country {
    width: 100%;
  }
}

.InputPage .InputMain .s_title {
  flex: 0 0 48px;
  color: #37455E;
  font-weight: 500;
}

.InputPage .InputMain .s_info {
  flex: 1;
}

.InputPage .InputMain .country .s_title {
  flex: 0 0 79px;
  color: #37455E;
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .country .s_title {
    flex: 0 0 48px;
  }
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .country .s_title .mo_991 {
    display: inline-block !important;
  }
}

.InputPage .InputMain input:not([type="radio"]):not([type="checkbox"]), .InputPage .InputMain select {
  appearance: none;
  width: 100%;
  height: 40px;
  border: 1px solid #37455E;
  border-radius: 5px;
  padding: 2px 10px 0;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: "JINS_Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background-color: #fff;
  color: #37455E;
  font-family: "JINS_Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

@media all and (max-width: 991px) {
  .InputPage .InputMain input:not([type="radio"]):not([type="checkbox"]), .InputPage .InputMain select {
    height: 50px;
  }
}

.InputPage .InputMain input:not([type="radio"]):not([type="checkbox"])::placeholder, .InputPage .InputMain select::placeholder {
  font-size: 14px;
  color: #9E9E9E;
}

.InputPage .InputMain select {
  background: url("../../Contents/images/arrow_select.png") center right 11px / 14px 8px no-repeat;
}

@media all and (min-width: 992px) {
  .InputPage .InputMain .addr {
    display: flex;
  }
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .addr {
    margin-bottom: 24px;
  }
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .addr .m_title {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .addr .m_info {
    display: flex;
    align-items: center;
  }
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .addr_2 {
    margin-bottom: 24px;
  }
}

@media all and (max-width: 991px) {
  .InputPage .InputMain .addr_2 .m_info {
    flex-direction: column;
    align-items: baseline;
  }
}

.InputPage .pageBtn {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 991px) {
  .InputPage .pageBtn {
    flex-direction: column-reverse;
  }
}

.InputPage .pageBtn .btn_big {
  margin: 0 15px;
}

@media all and (max-width: 991px) {
  .InputPage .pageBtn .btn_big {
    margin: 0 auto 10px;
  }
}

.modifyComplate_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F7FA;
  border-radius: 5px;
  padding: 55px 0;
  margin-bottom: 60px;
}

@media all and (max-width: 991px) {
  .modifyComplate_box {
    padding: 32px 0 24px;
    flex-direction: column;
    margin-bottom: 48px;
  }
}

.modifyComplate_box img {
  max-width: 80px;
}

@media all and (max-width: 991px) {
  .modifyComplate_box img {
    max-width: 56px;
  }
}

.modifyComplate_box .completeInfo {
  margin-left: 40px;
  font-size: 14px;
  color: #3E3A39;
  line-height: 2.15;
  text-align: left;
  letter-spacing: 1.5px;
}

@media all and (max-width: 991px) {
  .modifyComplate_box .completeInfo {
    margin: 16px 0 0;
    text-align: center;
    line-height: 1.5;
  }
  .modifyComplate_box .completeInfo i {
    display: block;
  }
  .modifyComplate_box .completeInfo b {
    display: block;
    margin-top: 12px;
  }
}

.orderSumBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 30px 0 50px;
}

.orderSumBox .historySum {
  width: 100%;
}

@media all and (min-width: 992px) {
  .orderSumBox .historySum {
    display: flex;
    justify-content: space-between;
  }
}

.orderSumBox .orderSum {
  flex: 0 0 275px;
}

@media all and (max-width: 991px) {
  .orderSumBox .orderSum {
    margin: 0 auto;
  }
}

@media all and (max-width: 991px) {
  .orderSumBox .orderSum:first-child {
    border-radius: 8px;
    background: #F6F7FA;
    padding: 20px 20px 6px;
    margin-bottom: 30px;
  }
}

.orderSumBox .orderSum li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 1px;
  color: #37455E;
  margin-bottom: 14px;
}

@media all and (max-width: 991px) {
  .orderSumBox .orderSum li {
    margin-bottom: 16px;
  }
}

@media all and (min-width: 992px) {
  .orderSumBox .orderTotal {
    display: flex;
    justify-content: flex-end;
  }
}

@media all and (max-width: 991px) {
  .orderSumBox .orderTotal {
    margin: 0 auto;
    width: 100%;
  }
}

.orderSumBox .orderTotal li {
  flex: 0 0 275px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 1px;
  color: #37455E;
  margin-bottom: 14px;
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
}

@media all and (max-width: 991px) {
  .orderSumBox .orderTotal li {
    width: 100%;
    font-size: 17px;
    padding-top: 30px;
  }
}

.historyInfo {
  background: #F6F7FA;
  border-radius: 10px;
  padding: 40px 0;
  margin-bottom: 80px;
}

@media all and (min-width: 992px) {
  .historyInfo {
    display: flex;
  }
}

@media all and (max-width: 991px) {
  .historyInfo {
    padding: 20px;
  }
}

.historyInfo .orderHistroty {
  flex: 0 0 50%;
}

@media all and (min-width: 992px) and (max-width: 1440px) {
  .historyInfo .orderHistroty {
    padding: 0 20px;
  }
}

@media all and (min-width: 992px) {
  .historyInfo .orderHistroty {
    padding: 0 60px;
  }
}

@media all and (min-width: 992px) {
  .historyInfo .orderHistroty.bdr {
    border-right: 1px solid #D9D9D9;
  }
}

.historyInfo .orderHistroty li {
  display: flex;
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .historyInfo .orderHistroty li {
    margin-bottom: 30px;
  }
}

@media all and (min-width: 992px) {
  .historyInfo .orderHistroty li:last-child {
    margin-bottom: 0;
  }
}

.historyInfo .orderHistroty li .m_title {
  flex: 0 0 121px;
  font-size: 14px;
  font-weight: 500;
  color: #3E3A39;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

@media all and (min-width: 992px) and (max-width: 1440px) {
  .historyInfo .orderHistroty li .m_title {
    flex: 0 0 100px;
  }
}

@media all and (max-width: 991px) {
  .historyInfo .orderHistroty li .m_title {
    flex: 0 0 103px;
  }
}

.historyInfo .orderHistroty li .m_info {
  font-size: 14px;
  color: #3E3A39;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

#hgcCouponList {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 92%;
  height: 82.2vh;
  margin: 0 auto;
  background: #fff;
  padding: 60px 48px 60px 100px;
  border: 1px solid #37455E;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  #hgcCouponList {
    padding: 40px 24px 40px 40px;
  }
}

@media all and (max-width: 767px) {
  #hgcCouponList {
    width: calc(100% - 48px);
    padding: 40px 12px 40px 30px;
  }
}

#hgcCouponList .closeBtnCoupon {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 40px;
  height: 40px;
}

#hgcCouponList .FltTitle {
  margin-bottom: 29px;
}

@media all and (max-width: 991px) {
  #hgcCouponList .FltTitle {
    margin-bottom: 20px;
  }
}

#hgcCouponList .couponBoxContain {
  flex: 1;
  overflow: hidden auto;
}

@media all and (max-width: 991px) {
  #hgcCouponList .couponBoxContain {
    padding-right: 17px;
  }
}

#hgcCouponList .couponBoxContain .titleCoupon {
  font-size: 12px;
  font-weight: 500;
  color: #9E9E9E;
  display: flex;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #D9D9D9;
}

#hgcCouponList .couponBoxContain .titleCoupon li {
  margin: 0;
  line-height: 1.5;
}

#hgcCouponList .couponBoxContain .titleCoupon li:nth-child(1) {
  flex: 0 0 14%;
}

#hgcCouponList .couponBoxContain .titleCoupon li:nth-child(2) {
  flex: 0 0 26%;
}

#hgcCouponList .couponBoxContain .titleCoupon li:nth-child(3) {
  flex: 0 0 22%;
}

#hgcCouponList .couponBoxContain .titleCoupon li:nth-child(4) {
  flex: 0 0 10%;
}

#hgcCouponList .couponBoxContain .titleCoupon li:nth-child(5) {
  flex: 0 0 14%;
}

#hgcCouponList .couponBoxContain .titleCoupon li:nth-child(6) {
  flex: 0 0 60px;
}

#hgcCouponList .couponBoxContain .containCoupon {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3E3A39;
  border-bottom: 1px solid #D9D9D9;
  padding: 25px 0;
  letter-spacing: 1px;
}

@media all and (max-width: 991px) {
  #hgcCouponList .couponBoxContain .containCoupon {
    flex-direction: column;
    align-items: baseline;
    padding: 0 0 25px;
    margin-bottom: 25px;
  }
}

#hgcCouponList .couponBoxContain .containCoupon li {
  line-height: 1.4;
  padding: 0 10px 0 0;
  margin: 0;
}

@media all and (max-width: 991px) {
  #hgcCouponList .couponBoxContain .containCoupon li {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    align-items: baseline;
  }
  #hgcCouponList .couponBoxContain .containCoupon li .mo_991 {
    flex: 0 0 100px;
    font-size: 12px;
    font-weight: 500;
    color: #9E9E9E;
  }
}

#hgcCouponList .couponBoxContain .containCoupon li:nth-child(1) {
  flex: 0 0 14%;
}

#hgcCouponList .couponBoxContain .containCoupon li:nth-child(2) {
  flex: 0 0 26%;
}

#hgcCouponList .couponBoxContain .containCoupon li:nth-child(3) {
  flex: 0 0 22%;
}

#hgcCouponList .couponBoxContain .containCoupon li:nth-child(4) {
  flex: 0 0 10%;
}

#hgcCouponList .couponBoxContain .containCoupon li:nth-child(5) {
  flex: 1 0 14%;
}

#hgcCouponList .couponBoxContain .containCoupon li:nth-child(6) {
  flex: 0 0 60px;
}

@media all and (max-width: 991px) {
  #hgcCouponList .couponBoxContain .containCoupon li:nth-child(6) {
    justify-content: center;
    flex: 0 0 auto;
    margin: 0;
  }
}

#hgcCouponList .couponBoxContain .containCoupon li:nth-child(6) .btn_s {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #37455E;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background: #37455E;
  color: #fff;
  border: 1px solid #37455E;
  transition: all 0.75s;
}

@media all and (min-width: 768px) {
  #hgcCouponList .couponBoxContain .containCoupon li:nth-child(6) .btn_s:hover {
    background: transparent;
    color: #37455E;
  }
}

@media all and (max-width: 767px) {
  #hgcCouponList .couponBoxContain .containCoupon li:nth-child(6) .btn_s {
    border-radius: 4px;
  }
}

#hgcCouponList .pageBtn {
  margin-top: 72px;
}

@media all and (max-width: 991px) {
  #hgcCouponList .pageBtn {
    margin-top: 50px;
  }
}

/*************input框**************/
.YNBox input {
  width: 18px;
  height: 18px;
  opacity: 0;
  pointer-events: none;
  margin: 0 12px 0 0;
}

.YNBox input:checked + label::after {
  opacity: 1;
}

.YNBox label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #37455E;
  margin-right: 62px;
}

.YNBox label::after, .YNBox label::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.YNBox label::before {
  left: -30px;
  width: 18px;
  height: 18px;
  border: 1px solid #37455E;
  border-radius: 50%;
}

.YNBox label::after {
  left: -27px;
  width: 14px;
  height: 14px;
  background-color: #37455E;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s;
}

.checkBox input {
  opacity: 0;
  pointer-events: none;
}

.checkBox input:checked + label::before {
  background-color: #37455E;
}

.checkBox input:checked + label::after {
  opacity: 1;
}

.checkBox label {
  position: relative;
  display: inline-block;
  margin: 3px 0 0 5px;
}

.checkBox label::after, .checkBox label::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -25px;
  transform: translateY(-50%);
}

.checkBox label::before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #37455E;
  background-color: #fff;
  transition: background-color 0.5s;
}

.checkBox label::after {
  width: 10px;
  height: 8px;
  left: -21px;
  background: url("../../Contents/images/check.png") center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.5s;
}

/*************錯誤/維修頁面**************/
.errorBox .errorContain {
  padding: 60px;
  border-radius: 5px;
  background: #fff;
}

@media all and (max-width: 767px) {
  .errorBox .errorContain {
    border-radius: 7px;
    padding: 30px;
  }
}

.errorBox .errorIntro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}

@media all and (max-width: 767px) {
  .errorBox .errorIntro {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.errorBox .errorIntro img {
  display: block;
  flex: 0 0 107px;
  margin-right: 40px;
}

@media all and (max-width: 767px) {
  .errorBox .errorIntro img {
    flex: 0 0 auto;
    margin: 0 0 20px;
    width: 94px;
  }
}

.errorBox .errorIntro .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 2px;
  color: #3E3A39;
}

@media all and (max-width: 767px) {
  .errorBox .errorIntro .txt {
    font-size: 16px;
    text-align: center;
  }
  .errorBox .errorIntro .txt i {
    display: block;
  }
}

/*************會員註冊完成**************/
.completeMember {
  width: 100%;
  padding: 20px 60px 60px;
  background: #fff;
  border-radius: 5px;
}

@media all and (max-width: 767px) {
  .completeMember {
    border-radius: 7px;
    padding: 12px 30px 30px;
  }
}

.completeMember .top {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #D9D9D9;
}

@media all and (max-width: 767px) {
  .completeMember .top {
    flex-direction: column;
    padding: 20px 0;
  }
}

.completeMember .top img {
  display: block;
  width: 75px;
  margin-right: 42px;
}

@media all and (max-width: 767px) {
  .completeMember .top img {
    margin: 0 0 22px;
    width: 66px;
  }
}

.completeMember p {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 1px;
  color: #3E3A39;
}

@media all and (max-width: 767px) {
  .completeMember p {
    text-align: center;
  }
}

.completeMember p i {
  font-style: normal;
}

@media all and (max-width: 767px) {
  .completeMember p i {
    display: block;
  }
}

.completeMember p.bottom {
  text-align: center;
  padding: 40px 0;
}

@media all and (max-width: 767px) {
  .completeMember p.bottom {
    padding: 20px 0;
  }
}

.completeMember p.bottom a {
  position: relative;
  color: #37455E;
}

.completeMember p.bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #37455E;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #37455E !important;
  color: #fff !important;
}

.select2-results__option--selectable {
  color: #37455E !important;
  padding: 13px 15px 10px !important;
  font-size: 14px !important;
}

.select2-container *:focus {
  outline: none !important;
}

.select2-search--dropdown, .select2-selection__arrow {
  display: none !important;
}

.select2-selection__rendered {
  line-height: 50px !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #37455E !important;
}

@media all and (max-width: 767px) {
  .select2-selection {
    width: 100% !important;
    height: 50px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    color: #37455E !important;
    background-color: #F6F7FA !important;
    border: 1px solid #9e9e9e !important;
    padding: 0 30px 0 14px !important;
    background-image: url("../../Contents/images/arrow_select.png") !important;
    background-position: center right 14px !important;
    background-size: 14px 9px !important;
    background-repeat: no-repeat !important;
  }
}

@media all and (max-width: 767px) {
  .select2-container--open .select2-selection {
    border-radius: 4px 4px 0 0 !important;
  }
}

.select2 {
  display: none !important;
}

@media all and (max-width: 767px) {
  .select2 {
    display: block !important;
    width: 100% !important;
  }
}


.menu-ham,
.menu-ham span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.menu-ham {
  position: relative;
  appearance: none;
  width: 27px;
  height: 30px;
  border: 1px solid transparent;
  overflow: hidden;
}

.menu-ham span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 1px;
  text-align: center;
  transition: transform 0.5s;
  background-color: #37455E;
}

.menu-ham span:nth-of-type(1) {
  top: 6px;
}

.menu-ham span:nth-of-type(2) {
  top: 13px;
  transition: transform 0.25s;
}

.menu-ham span:nth-of-type(3) {
  top: 20px;
}

#menu-ham.hamActive span:nth-of-type(1) {
  transform: translate(-14px, 7px) rotate(-45deg);
}

#menu-ham.hamActive span:nth-of-type(2) {
  transform: translateX(150%);
}

#menu-ham.hamActive span:nth-of-type(3) {
  transform: translate(-14px, -7px) rotate(45deg);
}

.openMenu {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.openMenu .container-menu .menu {
  opacity: 1;
  pointer-events: all;
}

.openMenu #search_bar {
  opacity: 1;
  pointer-events: all;
}

.openMenu .link_icon_mo {
  opacity: 1;
  pointer-events: all;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  #header_nav {
    padding: 0 20px;
  }
}

@media all and (max-width: 767px) {
  #header_nav {
    padding: 0 22px 0 23px;
    height: 56px;
  }
}

.container-logo {
  flex: 0 0 100px;
  width: 100px;
}

@media all and (max-width: 767px) {
  .container-logo {
    flex: 0 0 78px;
    width: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.container-logo a {
  display: block;
}

.container-logo a img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}


.container-menu .menu {
  display: flex;
  margin-left: 14px;
}

@media all and (min-width: 768px) {
  .container-menu .menu {
    height: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .container-menu .menu {
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  .container-menu .menu {
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    position: absolute;
    top: 192px;
    left: 0;
    width: calc(100% - 48px);
    height: calc(100vh - 192px);
    margin-left: 0;
    flex-direction: column;
    padding: 3px 24px 0;
    overflow: hidden auto;
  }
}

.container-menu .menu > li {
  position: relative;
  letter-spacing: 1.5px;
  line-height: 1;
}

/* .container-menu .menu > li:first-child {
  margin-left: 22px;
} */

@media all and (min-width: 992px) and (max-width: 1200px) {
  .container-menu .menu > li:first-child {
    margin-left: 16px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .container-menu .menu > li:first-child {
    margin-left: 10px;
  }
}
/* 
@media all and (max-width: 767px) {
  .container-menu .menu > li:first-child {
    margin-left: 0;
  }
} */

.container-menu .menu > li::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
}

@media all and (min-width: 768px) {
  .container-menu .menu > li:hover .menu-box {
    opacity: 1;
    pointer-events: all;
  }
}

.container-menu .menu > li:last-child .menu-list {
  border: none;
}

.container-menu .menu > li.active .menu-list.haschild::after {
  transform: translateY(-50%) rotate(180deg);
}

.container-menu .menu > li .menu-list {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #37455E;
  line-height: 2;
  transition: opacity 0.5s;
}

@media all and (min-width: 768px) {
  .container-menu .menu > li .menu-list {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 22px;
  }
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .container-menu .menu > li .menu-list {
    padding: 0 16px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .container-menu .menu > li .menu-list {
    padding: 0 10px;
  }
}

@media all and (max-width: 767px) {
  .container-menu .menu > li .menu-list {
    position: relative;
    padding: 18px 0;
    font-size: 20px;
    color: #DA0024;
    border-bottom: 1px solid #D9D9D9;
    line-height: 1.55;
    letter-spacing: 5px;
  }
  .container-menu .menu > li .menu-list span.mo {
    font-size: 15px;
    letter-spacing: 3px;
  }
  .container-menu .menu > li .menu-list.haschild::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    width: 18px;
    height: 18px;
    background: url("../images/icon/down-blue.svg") center/contain no-repeat;
    transition: transform 0.5s;
  }
}

.container-menu .menu > li .menu-list .active {
  opacity: 0.7;
}

@media all and (min-width: 768px) {
  .container-menu .menu > li .menu-list:hover {
    opacity: 0.7;
  }
}

@media all and (min-width: 768px) {
  .container-menu .menu > li .menu-box {
    display: block;
    opacity: 0;
    pointer-events: none;
    padding: 25px 40px 10px;
    z-index: 100;
    display: flex;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-26%);
    box-shadow: 0px 0px 5px rgba(55, 69, 94, 0.3);
    background-color: #fff;
    transition: opacity 0.75s;
  }
}

@media all and (max-width: 767px) {
  .container-menu .menu > li .menu-box {
    display: none;
  }
}

.container-menu .menu > li .menu-box > div > div {
  display: flex;
  align-items: center;
}

@media all and (min-width: 768px) {
  .container-menu .menu > li .menu-box > div > div {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
}

@media all and (max-width: 767px) {
  .container-menu .menu > li .menu-box > div > div {
    margin: 20px 0 20px;
  }
}

.container-menu .menu > li .menu-box > div > div .menu-box-icon-lens,.container-menu .menu > li .menu-box > div > div .menu-box-icon-glass {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.container-menu .menu > li .menu-box > div > div .menu-box-icon-glass{
  background: url("../images/icon/glasses_header.png") center/contain no-repeat;
}
.container-menu .menu > li .menu-box > div > div .menu-box-icon-lens{
  background: url("../images/icon/contact_lens_header.png") center/contain no-repeat;
}

@media all and (max-width: 767px) {
  .container-menu .menu > li .menu-box > div > div .menu-box-icon-lens,.container-menu .menu > li .menu-box > div > div .menu-box-icon-glass {
    width: 25px;
    margin-right: 8px;
  }
}

.container-menu .menu > li .menu-box > div > div p {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #3E3A39;
}

@media all and (max-width: 767px) {
  .container-menu .menu > li .menu-box > div > div p {
    font-size: 18px;
    letter-spacing: 0.15em;
  }
}

@media all and (min-width: 768px) {
  .container-menu .menu > li .menu-box > div + div {
    margin-left: 60px;
  }
}

.container-menu .menu > li .menu-child {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: max-content;
}

@media all and (max-width: 767px) {
  .container-menu .menu > li .menu-child {
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .container-menu .menu > li .menu-child > li {
    flex: 0 0 50%;
  }
}

@media all and (min-width: 768px) {
  .container-menu .menu > li .menu-child > li + li {
    margin-left: 50px;
  }
}

.container-menu .menu > li .menu-child ul li {
  margin-bottom: 20px;
}

.container-menu .menu > li .menu-child ul li a {
  color: #37455E;
  transition: opacity 0.75s;
}
.container-menu .menu > li .menu-child ul li a.menu-img {
  font-size: 0;
}
.container-menu .menu > li .menu-child ul li a img {
  height: 11px;
  width: auto;
}

@media all and (min-width: 768px) {
  .container-menu .menu > li .menu-child ul li a:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 767px) {
  .container-menu .menu > li .menu-child ul li a img {
    height: 14px;
    width: auto;
  }
}

.link_icon {
  display: flex;
  align-items: center;
}

.link_icon li {
  margin-left: 39px;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .link_icon li {
    margin-left: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .link_icon li {
    margin-left: 14px;
  }
}

@media all and (max-width: 767px) {
  .link_icon li {
    margin-left: 5px;
  }
}

.link_icon li.active > a::after {
  opacity: 1;
}

.link_icon li.active > a::before {
  opacity: 0;
}

.link_icon li.isLogIn {
  position: relative;
}

.link_icon li.isLogIn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #DA0024;
}

@media all and (max-width: 767px) {
  .link_icon li.isLogIn::after {
    bottom: -8px;
    width: 4px;
    height: 4px;
  }
}

@media all and (min-width: 768px) {
  .link_icon li.isLogIn:hover p {
    opacity: 1;
    pointer-events: all;
  }
}

.link_icon li.isLogIn p {
  position: absolute;
  z-index: 101;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  text-align: center;
  padding: 0 10px;
  height: 34px;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #37455E;
  line-height: 34px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s;
}

.link_icon li:nth-child(4) {
  position: relative;
}

.link_icon li:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DA0024;
  opacity: 0;
}

@media all and (max-width: 767px) {
  .link_icon li:nth-child(4)::after {
    right: 2px;
    width: 6px;
    height: 6px;
  }
}

.link_icon li:nth-child(4).open::after {
  opacity: 1;
}

.link_icon li > a {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  .link_icon li > a {
    height: 22px;
  }
}

@media all and (max-width: 767px) {
  .link_icon li > a {
    height: 20px;
  }
}

@media all and (min-width: 768px) {
  .link_icon li > a:hover::after {
    opacity: 1;
  }
  .link_icon li > a:hover::before {
    opacity: 0;
  }
}

.link_icon li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
}

.link_icon li > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.link_icon li .shop_icon::before {
  background: url("../images/icon/shop.png") center/contain no-repeat;
}

.link_icon li .shop_icon::after {
  background: url("../images/icon/shop_h.png") center/contain no-repeat;
}

.link_icon li .like_icon::before {
  background: url("../images/icon/like.png") center/contain no-repeat;
}

.link_icon li .like_icon::after {
  background: url("../images/icon/like_h.png") center/contain no-repeat;
}

.link_icon li .member_icon::before {
  background: url("../images/icon/member.png") center/contain no-repeat;
}

.link_icon li .member_icon::after {
  background: url("../images/icon/member_h.png") center/contain no-repeat;
}

.link_icon li .cart_icon::before {
  background: url("../images/icon/cart.png") center/contain no-repeat;
}

.link_icon li .cart_icon::after {
  background: url("../images/icon/cart_h.png") center/contain no-repeat;
}

.link_icon li .cart_icon span {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  pointer-events: none;
}

.link_icon li .search_icon::before {
  background: url("../images/icon/search.png") center/contain no-repeat;
}

.link_icon li .search_icon::after {
  background: url("../images/icon/search_h.png") center/contain no-repeat;
}

@media all and (max-width: 767px) {
  .link_icon li.nav_member {
    margin-left: 0;
  }
}

.link_icon_mo > li .shop_icon::before {
  background: url("../images/icon/shop.png") center/contain no-repeat;
}

.link_icon_mo > li .shop_icon::after {
  background: url("../images/icon/shop_h.png") center/contain no-repeat;
}

.link_icon_mo > li .like_icon::before {
  background: url("../images/icon/like.png") center/contain no-repeat;
}

.link_icon_mo > li .like_icon::after {
  background: url("../images/icon/like_h.png") center/contain no-repeat;
}

.link_icon_mo > li .member_icon::before {
  background: url("../images/icon/member.png") center/contain no-repeat;
}

.link_icon_mo > li .member_icon::after {
  background: url("../images/icon/member_h.png") center/contain no-repeat;
}

.link_icon_mo > li .txt {
  font-size: 14px;
  color: #37455E;
  letter-spacing: 1.7px;
}


@media all and (max-width: 767px) {
  #search_bar {
    top: 56px;
    height: 68px;
  }
}

#search_bar.active {
  opacity: 1;
  pointer-events: all;
}

#search_bar .wrapSearch {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

#search_bar .input {
  position: relative;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  #search_bar .input {
    margin-right: 5px;
  }
}

#search_bar .input input {
  appearance: none;
  width: 722px;
  height: 40px;
  padding: 0 20px 0 55px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #37455E;
  color: #37455E;
  font-size: 14px;
  letter-spacing: 1px;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  #search_bar .input input {
    width: 50vw;
  }
}

@media all and (max-width: 767px) {
  #search_bar .input input {
    width: 70vw;
    height: 38px;
    padding: 0 10px 0 30px;
    letter-spacing: 1.75px;
  }
}

#search_bar .input input::placeholder {
  color: #9E9E9E;
}

#search_bar .input img {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 25px;
}

@media all and (max-width: 767px) {
  #search_bar .input img {
    width: 17px;
    left: 10px;
  }
}

#search_bar .search_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.5px;
  width: 90px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background: #37455E;
  border-radius: 5px;
  border: 1px solid #37455E;
}

@media all and (max-width: 767px) {
  #search_bar .search_btn {
    width: 60px;
    height: 38px;
  }
}

.marquee {
  width: 100%;
  height: 60px;
}

@media all and (max-width: 400px) {
  .marquee {
    height: 55px;
  }
}

.marquee img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media all and (max-width: 400px) {
  .marquee img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.marquee .pc {
  display: block !important;
}

@media all and (max-width: 400px) {
  .marquee .pc {
    display: none !important;
  }
}

.marquee .mo {
  display: none !important;
}

@media all and (max-width: 400px) {
  .marquee .mo {
    display: block !important;
  }
}

.section_information.topNews {
  width: 100%;
  min-height: 40px;
  height: auto;
  background: #DA0024;
}

.section_information.topNews .information_box {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding: 0 75px;
  max-width: 1920px;
}

@media all and (min-width: 992px) and (max-width: 1440px) {
  .section_information.topNews .information_box {
    padding: 0 60px;
  }
}

@media all and (max-width: 991px) {
  .section_information.topNews .information_box {
    padding: 0 23px;
  }
}

@media all and (max-width: 767px) {
  .section_information.topNews .information_box {
    padding: 10px 23px;
  }
}

.section_information.topNews .information_fixed {
  width: 100%;
  min-height: 40px;
  background: #DA0024;
  position: relative;
}

.section_information.topNews .newsTitle {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  width: max-content;
  margin-right: 70px;
}

@media all and (min-width: 768px) and (max-width: 1440px) {
  .section_information.topNews .newsTitle {
    margin-right: 25px;
  }
}

@media all and (max-width: 767px) {
  .section_information.topNews .newsTitle {
    font-size: 12px;
    letter-spacing: 1.8px;
    margin-right: 15px;
  }
}

.section_information.topNews .info_btn {
  display: none;
}

.section_information.topNews ul.news {
  flex: 1;
}

.section_information.topNews ul.news li {
  padding: 0;
  min-height: 40px;
  line-height: 1.42;
  font-weight: 400;
  border-bottom: none;
  display: flex;
  align-items: baseline;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 400;
  padding: 9px 0 4px;
}

@media all and (max-width: 767px) {
  .section_information.topNews ul.news li {
    font-size: 12px;
    letter-spacing: 1.8px;
    padding: 0;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .section_information.topNews ul.news li:last-child {
    margin-bottom: 0;
  }
}

.section_information.topNews ul.news li a, .section_information.topNews ul.news li p, .section_information.topNews ul.news li span {
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .section_information.topNews ul.news li a, .section_information.topNews ul.news li p, .section_information.topNews ul.news li span {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
}

.section_information.topNews ul.news li .date {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  width: max-content;
  font-weight: 400;
  margin-right: 57px;
  flex: 0 0 130px;
}

@media all and (min-width: 768px) and (max-width: 1440px) {
  .section_information.topNews ul.news li .date {
    margin-right: 30px;
  }
}

@media all and (max-width: 767px) {
  .section_information.topNews ul.news li .date {
    flex: 0 0 auto;
    font-size: 12px;
    letter-spacing: 1.8px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
