body.theme03 {
  background: #ffffff;
  color: #1a1a1a;
}

#wrap {
  min-height: 100vh;
}

#aside {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 82vw;
  max-width: 360px;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 10001;
  overflow-y: auto;
}

body.ez-nav-open #aside {
  transform: translateX(0);
}

#layoutDimmed {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10000;
}

body.ez-nav-open #layoutDimmed,
body.ez-search-open #layoutDimmed {
  display: block;
}

#searchBarForm {
  display: none;
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 10002;
  overflow: auto;
}

body.ez-search-open #searchBarForm {
  display: block;
}

.icon__box form {
  display: inline;
}

.icon__box button.cart,
.icon__box button.option,
.icon__box button.wish,
.icon__box a.option {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
}

.icon__box button.cart,
.icon__box button.option,
.icon__box button.wish,
.icon__box span.cart,
.icon__box span.option,
.icon__box span.wish {
  display: inline-block;
}

.formworkedu-option-select {
  width: 100%;
  min-width: 160px;
  padding: 6px 8px;
  border: 1px solid #ddd;
  background: #fff;
}

.xans-product-additional .tab {
  display: flex;
  gap: 12px;
  margin: 24px 0 16px;
  padding: 0;
  list-style: none;
}

.xans-product-additional .tab .button {
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.xans-product-additional .detail-content {
  padding: 12px 0;
}

.review-summary {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}

.review-list,
.qna-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.review-list li,
.qna-list li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.review-meta,
.qna-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #777;
  margin-bottom: 6px;
}

.review-title,
.qna-title {
  font-weight: 600;
  margin-bottom: 6px;
}

.review-content,
.qna-content {
  font-size: 13px;
  color: #444;
}

.qna-answer {
  margin-top: 8px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 6px;
  font-size: 13px;
}

.review-form .inputTypeText,
.qna-form .inputTypeText {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.review-form button,
.qna-form button {
  margin-top: 8px;
}

.login-required {
  margin-top: 12px;
}

.formworkedu-faq {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

.formworkedu-faq--cms .store-cms {
  display: grid;
  gap: 16px;
}

.formworkedu-faq--cms h1,
.formworkedu-faq--cms h2,
.formworkedu-faq--cms h3 {
  margin: 0 0 8px;
  font-weight: 700;
  color: #222;
}

.formworkedu-faq--cms h1 {
  font-size: 26px;
}

.formworkedu-faq--cms h2 {
  font-size: 22px;
}

.formworkedu-faq--cms h3 {
  font-size: 18px;
}

.formworkedu-faq--cms p,
.formworkedu-faq--cms li {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.formworkedu-faq--cms ul,
.formworkedu-faq--cms ol {
  padding-left: 18px;
  margin: 8px 0;
}

.formworkedu-faq--cms a {
  color: #1f6864;
  text-decoration: underline;
}

.formworkedu-faq .section.path {
  margin: 24px 0 12px;
  font-size: 12px;
  color: #888;
}

.formworkedu-faq .section.path ol {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #999;
}

.formworkedu-faq .section.path li::after {
  content: ">";
  margin-left: 6px;
  color: #ccc;
}

.formworkedu-faq .section.path li:last-child::after {
  content: "";
}

.formworkedu-faq .section.titleArea {
  margin: 8px 0 16px;
}

.formworkedu-faq .section.titleArea h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.formworkedu-faq .xans-mall-faq {
  margin-top: 12px;
}

.formworkedu-faq .ec-base-fold {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 0;
}

.formworkedu-faq .ec-base-fold .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}

.formworkedu-faq .ec-base-fold .title h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.formworkedu-faq .ec-base-fold .title::after {
  content: "+";
  font-size: 18px;
  color: #999;
}

.formworkedu-faq .ec-base-fold.selected .title::after {
  content: "-";
}

.formworkedu-faq .ec-base-fold .contents {
  margin-top: 10px;
  padding-left: 18px;
  color: #444;
  font-size: 13px;
}

.formworkedu-faq .ec-base-fold .contents li {
  margin: 6px 0;
  list-style: disc;
}

.formworkedu-checkout-panel {
  display: none;
}

.formworkedu-checkout-panel.is-open {
  display: block;
}

.formworkeduInquiryFloating {
  position: fixed;
  left: 16px;
  bottom: 96px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--store-primary, #1f6864);
  color: var(--store-primary-text, #ffffff);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  appearance: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  z-index: 10010;
}

.formworkeduInquiryFloating__line {
  display: block;
}

.formworkeduInquiryFloating:hover {
  filter: brightness(0.96);
}

.formworkeduInquiryFloating:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.formworkedu-inquiry-alert {
  position: relative;
}

.formworkedu-inquiry-alert::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff4b4b;
  box-shadow: 0 0 0 0 rgba(255, 75, 75, 0.4);
}

@keyframes formworkeduInquiryBlink {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 75, 75, 0.45);
    transform: translateZ(0);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(255, 75, 75, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 75, 75, 0);
  }
}

.formworkeduInquiryFloating.formworkedu-inquiry-alert {
  animation: formworkeduInquiryBlink 1.6s ease-out infinite;
}

@media (min-width: 768px) {
  .top_category a.formworkedu-inquiry-alert {
    color: #d63d3d;
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .formworkeduInquiryFloating {
    left: 20px;
    bottom: 120px;
    width: 70px;
    height: 70px;
    font-size: 13px;
  }
}

.bt_notice {
  margin-bottom: 8px;
  font-size: 12px;
  color: #666666;
}

.memberArea,
.xans-member-login {
  float: none;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

.xans-member-login {
  display: flex;
  justify-content: center;
  text-align: left !important;
}

#contents .memberArea,
#contents .xans-member-login {
  float: none;
}

#contents .xans-member-login .form,
#contents .xans-member-login .login {
  float: none;
}

#contents .xans-member-login .form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

#contents .xans-member-login .login {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.xans-member-login .login label {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.xans-member-login .login .id,
.xans-member-login .login .password {
  width: 100% !important;
  max-width: 100% !important;
}

.xans-member-login .inputTypeText {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.xans-member-login .login input[type="text"],
.xans-member-login .login input[type="password"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 8px 0;
}

.xans-member-login .login__button .btnSubmit {
  width: 100%;
}

.xans-member-login .wrap_find {
  width: 100%;
  max-width: 400px;
  margin: 8px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xans-member-login .wrap_find a {
  text-decoration: none;
}

.xans-member-login .wrap_find a:hover {
  text-decoration: underline;
}

.xans-member-login .login__button,
.xans-member-login .login__sns {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.xans-member-login .wrap_sns_log a {
  display: block;
  width: 100%;
}

.memberArea .ec-base-table,
.memberArea table {
  width: 100%;
  box-sizing: border-box;
}

.memberArea .inputTypeText {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#formworkedu-join-form .ec-base-table.typeWrite table {
  table-layout: fixed;
  border-collapse: collapse;
}

#formworkedu-join-form .ec-base-table.typeWrite th {
  width: 190px;
}

#formworkedu-join-form .ec-base-table.typeWrite td {
  width: auto;
}

#formworkedu-join-form .ec-base-table.typeWrite .inputTypeText {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#formworkedu-join-form .ec-base-table.typeWrite td input,
#formworkedu-join-form .ec-base-table.typeWrite td select,
#formworkedu-join-form .ec-base-table.typeWrite td textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  display: block;
}

#formworkedu-join-form .ec-base-table.typeWrite td input[type="text"],
#formworkedu-join-form .ec-base-table.typeWrite td input[type="password"],
#formworkedu-join-form .ec-base-table.typeWrite td input[type="email"],
#formworkedu-join-form .ec-base-table.typeWrite td input[type="tel"] {
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
  color: #222;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.memberArea .ec-base-button {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.memberArea .ec-base-button .btnNormalFix,
.memberArea .ec-base-button .btnSubmitFix {
  min-width: 180px;
}

.formworkedu-image-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 12000;
}

.formworkedu-image-popup.is-open {
  display: flex;
}

.formworkedu-image-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.formworkedu-image-popup__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 720px);
  max-height: 88vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.formworkedu-image-popup__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.formworkedu-image-popup__content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.formworkedu-image-popup__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.formworkedu-image-popup__today {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #222;
}

.formworkedu-image-popup__today input {
  width: 14px;
  height: 14px;
}

.formworkedu-image-popup__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #111;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}

body.formworkedu-popup-open {
  overflow: hidden;
}

.formworkedu-inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: none;
}

.formworkedu-inquiry-modal.is-open {
  display: block;
}

.formworkedu-inquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.formworkedu-inquiry-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92vw, 920px);
  height: min(82vh, 720px);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.formworkedu-inquiry-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}

.formworkedu-inquiry-modal__close {
  border: 0;
  background: #111;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}

.formworkedu-inquiry-modal__body {
  flex: 1;
  background: #fff;
}

.formworkedu-inquiry-modal__body iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

body.formworkedu-inquiry-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .memberArea,
  .xans-member-login {
    padding: 0 12px;
  }

  .memberArea .ec-base-button {
    flex-direction: column;
  }

  .memberArea .ec-base-button .btnNormalFix,
  .memberArea .ec-base-button .btnSubmitFix {
    width: 100%;
  }
}

.formworkedu-detail-thumbs {
  overflow: hidden;
  --detail-thumb-size: 80px;
}

@media (min-width: 1025px) {
  .formworkedu-detail-thumbs {
    --detail-thumb-size: 94px;
  }
}

.formworkedu-detail-thumbs .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}

.formworkedu-detail-thumbs .swiper-slide {
  width: var(--detail-thumb-size) !important;
  height: var(--detail-thumb-size) !important;
  margin-right: 8px;
  flex-shrink: 0;
}

.formworkedu-detail-thumbs .swiper-slide:last-child {
  margin-right: 0;
}

.xans-product-detail .imgArea .listImg .formworkedu-detail-thumbs .swiper-slide {
  width: var(--detail-thumb-size) !important;
  height: var(--detail-thumb-size) !important;
  margin: 0 8px 0 0;
}

.xans-product-detail .imgArea .listImg .formworkedu-detail-thumbs .swiper-slide:last-child {
  margin-right: 0;
}

.formworkedu-detail-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--detail-thumb-size) !important;
  height: var(--detail-thumb-size) !important;
  padding: 0;
  border: 1px solid transparent;
  background: none;
  line-height: 0;
  cursor: pointer;
  overflow: hidden;
}

.xans-product-detail .imgArea .listImg .formworkedu-detail-thumb {
  position: static;
  border: 1px solid transparent;
  background: none;
  opacity: 1;
  padding: 0;
  font-size: 0;
  line-height: 0;
  box-sizing: border-box;
}

.xans-product-detail .imgArea .listImg .formworkedu-detail-thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.formworkedu-detail-thumb.is-active {
  border-color: #1b2a4a;
}

.formworkedu-detail-thumb:focus-visible {
  outline: 2px solid #275cab;
  outline-offset: 2px;
}

.formworkedu-detail-thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.xans-product-detail .imgArea .prdImg .thumbnail,
.xans-product-detail .imgArea .prdImg .thumbnail > a.thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
}

.xans-product-detail .imgArea .RTMB .prdImg,
.xans-product-detail .imgArea .RTMB .prdImg > a.thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
}

.xans-product-detail .imgArea .prdImg .thumbnail > a.thumbnail > img,
.xans-product-detail .imgArea .bigImage {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.xans-order-basketpackage .cart-container {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.xans-order-basketpackage .cart-product {
  flex: 1;
  min-width: 0;
}

.xans-order-basketpackage .cart-total {
  flex: 0 0 360px;
}

.xans-order-basketpackage .cart-total .sticky {
  position: sticky;
  top: 100px;
}

@media (max-width: 1024px) {
  .xans-order-basketpackage .cart-container {
    flex-direction: column;
    gap: 24px;
  }

  .xans-order-basketpackage .cart-total {
    width: 100%;
    flex-basis: auto;
  }
}

.xans-myshop-orderhistorylistitem .contents-wrapper.mypage-myorder,
.xans-myshop-orderhistorydetail .contents-wrapper.mypage-myorder,
.xans-order-form.payment-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.xans-myshop-orderhistorylistitem .prod-order-wrapper .prod-order,
.xans-myshop-orderhistorydetail .prod-order-wrapper .prod-order {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 20px;
  background: #ffffff;
}

.xans-myshop-orderhistorylistitem .prod-order .panel-heading,
.xans-myshop-orderhistorydetail .prod-order .panel-heading {
  padding: 0 0 12px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}

.xans-myshop-orderhistorylistitem .prod-order .panel-heading > div,
.xans-myshop-orderhistorydetail .prod-order .panel-heading > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.xans-myshop-orderhistorylistitem .prod-order .panel-heading p,
.xans-myshop-orderhistorydetail .prod-order .panel-heading p {
  margin: 0;
  font-size: 14px;
  color: #2b2b2b;
}

.xans-myshop-orderhistorylistitem .prod-order .panel-heading .date,
.xans-myshop-orderhistorydetail .prod-order .panel-heading .date {
  margin-left: 8px;
  color: #888888;
  font-size: 12px;
}

.xans-myshop-orderhistorylistitem .prod-order .panel-body.order,
.xans-myshop-orderhistorydetail .prod-order .panel-body.body_pane_orderdetail {
  padding: 0;
}

.xans-myshop-orderhistorylistitem .prod-order .price-wrapper,
.xans-myshop-orderhistorydetail .prod-order .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 16px;
}

.xans-myshop-orderhistorylistitem .prod-order .price-wrapper .price,
.xans-myshop-orderhistorydetail .prod-order .price-wrapper .price {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
}

.xans-myshop-orderhistorylistitem .prod-order .price-wrapper .status,
.xans-myshop-orderhistorydetail .prod-order .price-wrapper .status {
  font-size: 13px;
  color: #777777;
}

.xans-myshop-orderhistorylistitem .prod-order .panel,
.xans-myshop-orderhistorydetail .prod-order .panel {
  border: 0;
  margin: 0 0 14px;
}

.xans-myshop-orderhistorylistitem .my-order-item,
.xans-myshop-orderhistorydetail .media_body_chgrq .media {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.xans-myshop-orderhistorylistitem .my-order-item .media-left,
.xans-myshop-orderhistorydetail .media_body_chgrq .media-left {
  flex: 0 0 120px;
}

.xans-myshop-orderhistorylistitem .my-order-item .media-object,
.xans-myshop-orderhistorydetail .media_body_chgrq .media-left img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  background: #f5f5f5;
}

.xans-myshop-orderhistorylistitem .my-order-item .media-body,
.xans-myshop-orderhistorydetail .media_body_chgrq .media-body {
  flex: 1;
}

.xans-myshop-orderhistorylistitem .my-order-item .subject,
.xans-myshop-orderhistorydetail .media_body_chgrq .subject {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #222222;
}

.xans-myshop-orderhistorylistitem .my-order-item .option,
.xans-myshop-orderhistorydetail .media_body_chgrq .option {
  font-size: 13px;
  color: #666666;
  margin: 0 0 4px;
}

.xans-myshop-orderhistorylistitem .my-order-item .price,
.xans-myshop-orderhistorydetail .media_body_chgrq .price {
  font-size: 13px;
  color: #222222;
  font-weight: 600;
  margin: 0;
}

.xans-myshop-orderhistorylistitem .panel-footer.orderfooterhr {
  border-top: 1px solid #eeeeee;
  margin-top: 12px;
  padding-top: 10px;
  color: #888888;
  font-size: 12px;
}

.xans-myshop-orderhistorydetail .info-wrapper,
.xans-myshop-orderhistorydetail .orderdetail-wrap {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #ffffff;
  margin-top: 16px;
  overflow: hidden;
}

.xans-myshop-orderhistorydetail .info-wrapper .panel-heading {
  padding: 14px 16px;
  border-bottom: 1px solid #eeeeee;
}

.xans-myshop-orderhistorydetail .info-wrapper .panel-heading h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
}

.xans-myshop-orderhistorydetail .info-wrapper .panel-body {
  padding: 12px 16px;
}

.xans-myshop-orderhistorydetail .info-wrapper .table,
.xans-myshop-orderhistorydetail .orderdetail-wrap .table,
.xans-order-form.payment-wrapper .table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.xans-myshop-orderhistorydetail .info-wrapper .table th,
.xans-myshop-orderhistorydetail .info-wrapper .table td,
.xans-order-form.payment-wrapper .table th,
.xans-order-form.payment-wrapper .table td {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
  vertical-align: top;
}

.xans-myshop-orderhistorydetail .info-wrapper .table th,
.xans-order-form.payment-wrapper .table th {
  width: 120px;
  color: #666666;
  font-weight: 600;
}

.xans-myshop-orderhistorydetail .orderdetail-wrap {
  background: #fafafa;
}

.xans-myshop-orderhistorydetail .orderdetail-wrap .table td,
.xans-myshop-orderhistorydetail .orderdetail-wrap .table th {
  padding: 10px 16px;
  border-bottom: 1px solid #eeeeee;
}

.xans-myshop-orderhistorydetail .orderdetail-totatable td {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

.xans-order-form.payment-wrapper .panel.order-payment-info {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #ffffff;
  margin-bottom: 18px;
  overflow: hidden;
}

.xans-order-form.payment-wrapper .panel-heading .info-title {
  font-size: 15px;
  font-weight: 700;
  padding: 14px 16px;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}

.xans-order-form.payment-wrapper .panel-body {
  padding: 12px 16px;
}

.xans-order-form.payment-wrapper .order-info.media-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xans-order-form.payment-wrapper .order-info .media {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
}

.xans-order-form.payment-wrapper .order-info .media:last-child {
  border-bottom: 0;
}

.xans-order-form.payment-wrapper .order-info .media-left {
  flex: 0 0 120px;
}

.xans-order-form.payment-wrapper .order-info .media-object {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  background: #f5f5f5;
}

.xans-order-form.payment-wrapper .order-info .media-body p {
  margin: 0 0 6px;
  font-size: 13px;
  color: #666666;
}

.xans-order-form.payment-wrapper .order-info .media-body p.order_title {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}

.xans-order-form.payment-wrapper .inputTypeText {
  width: 100%;
  max-width: 320px;
  padding: 8px 10px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
  font-size: 14px;
}

.xans-order-form.payment-wrapper .order-pricewrap {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  overflow: hidden;
  background: #fafafa;
  margin: 16px 0;
}

.xans-order-form.payment-wrapper .order-pricewrap .table th,
.xans-order-form.payment-wrapper .order-pricewrap .table td {
  padding: 10px 16px;
  border-bottom: 1px solid #eeeeee;
}

.xans-order-form.payment-wrapper .order-pricewrap .order-totalline td {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

@media (max-width: 640px) {
  .xans-myshop-orderhistorylistitem .my-order-item .media-left,
  .xans-myshop-orderhistorydetail .media_body_chgrq .media-left,
  .xans-order-form.payment-wrapper .order-info .media-left {
    flex-basis: 88px;
  }

  .xans-myshop-orderhistorylistitem .my-order-item .media-object,
  .xans-myshop-orderhistorydetail .media_body_chgrq .media-left img,
  .xans-order-form.payment-wrapper .order-info .media-object {
    width: 88px;
    height: 88px;
  }

  .xans-order-form.payment-wrapper .inputTypeText {
    max-width: 100%;
  }
}

.contents-wrapper.view.listcontents .Goods_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

.contents-wrapper.view.listcontents .list-page-container {
  max-width: 1100px;
  margin: 0 auto;
}

.contents-wrapper.view.listcontents .prod-wrapper.fixtype3.row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin: 0;
}

.contents-wrapper.view.listcontents .prod-wrapper.fixtype3.row > .col-xs-4 {
  width: auto;
  padding: 0;
  float: none;
  position: relative;
}

.contents-wrapper.view.listcontents .col-xs-4 .allWrap {
  position: absolute;
  inset: 0;
  z-index: 5;
  cursor: pointer;
}

.contents-wrapper.view.listcontents .panel.prod.type1 {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none;
}

.contents-wrapper.view.listcontents .panel.prod.type1 .panel-heading {
  padding: 0;
}

.contents-wrapper.view.listcontents .panel.prod.type1 .panel-heading img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-wrapper.view.listcontents .panel.prod.type1 .panel-body {
  padding: 12px 14px 16px;
}

.contents-wrapper.view.listcontents .panel.prod.type1 .prod-title {
  margin: 0 0 8px;
}

.contents-wrapper.view.listcontents .panel.prod.type1 .org-price {
  margin: 0 0 6px;
}

@media (max-width: 640px) {
  .contents-wrapper.view.listcontents .prod-wrapper.fixtype3.row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
