/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */
/* UniGift 서브 페이지 보정: 메인 스킨은 /jung/css를 사용하므로 영향 없음 */
.header-nav.nav-wrap {
  display: none !important;
}

.page-title-wrap {
  background: linear-gradient(90deg, #e80109 0%, #c90007 100%) !important;
}

.page-title-wrap h2,
.page-title-wrap h2 i,
.page-title-wrap .sub-breadcrumb,
.page-title-wrap .sub-breadcrumb a {
  color: #fff !important;
}

/* template2 / UniGift point color bridge for member, login, cart and order pages */
:root {
  --unigift-red: #e80109;
  --unigift-red-dark: #c90007;
}

.member-skin .member-logo img,
.register-form .member-logo img,
.login-skin .member-logo img,
.password-lost .member-logo img {
  max-height: 58px;
}

.member-skin .btn-e.btn-e-dark,
.member-skin .btn-e.btn-dark,
.member-skin .btn-e.btn-e-navy,
.login-skin .btn-e.btn-e-dark,
.register-form .btn-e.btn-e-dark,
.register-form .btn-e.btn-e-navy,
.register-form .btn-phone-auth,
.register-form .btn-account-auth,
.shop-product #sit_btn_buy,
.shop-order-form .btn_submit,
.shop-cart .btn_submit {
  border-color: var(--unigift-red) !important;
  background: var(--unigift-red) !important;
  color: #fff !important;
}

.member-skin .btn-e.btn-e-dark:hover,
.member-skin .btn-e.btn-dark:hover,
.member-skin .btn-e.btn-e-navy:hover,
.login-skin .btn-e.btn-e-dark:hover,
.register-form .btn-phone-auth:hover,
.register-form .btn-account-auth:hover,
.shop-product #sit_btn_buy:hover {
  border-color: var(--unigift-red-dark) !important;
  background: var(--unigift-red-dark) !important;
}

.member-skin input:focus,
.member-skin select:focus,
.member-skin textarea:focus,
.register-form input:focus,
.register-form select:focus,
.register-form textarea:focus,
.login-skin input:focus {
  border-color: var(--unigift-red) !important;
  box-shadow: 0 0 0 2px rgba(232, 1, 9, .08) !important;
}

.headline h4 strong,
.member-skin .headline h4 strong,
.shop-product .product-title strong {
  color: #1e1e1e;
}

.headline h4:after,
.headline h5:after {
  background: var(--unigift-red) !important;
}

/* template2 header/footer bridge for Eyoom pages */
.wrapper {
  background: #fff;
  color: #1e1e1e;
  font-family: Pretendard, "Pretendard-Regular", Arial, sans-serif;
}

.wrapper-inner {
  background: #fff;
}

.top-header {
  min-height: 40px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9 !important;
}

.top-header .container,
.header .container,
.footer .container,
.basic-body .container {
  max-width: 1200px;
}

.top-header-nav {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 40px;
  margin: 0;
}

.top-header-nav > li > a,
.top-header-nav > li .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: #555 !important;
  font-size: 14px;
  text-decoration: none;
}

.top-header-nav > li + li > a,
.top-header-nav > li + li .dropdown-toggle {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d6d6d6;
}

.header {
  border-bottom: 1px solid #eee;
  background: #fff !important;
}

.header-inner {
  position: relative;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-left,
.header-right {
  display: none !important;
}

.header-logo {
  margin: 0 !important;
  text-align: center;
}

.header-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header-logo img {
  width: auto;
  max-width: 260px;
  max-height: 88px;
}

.header-title-mobile-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header-title-mobile-btn .navbar-toggler {
  width: 40px;
  height: 40px;
  border: 1px solid #dedfe2;
  border-radius: 0 !important;
  color: #333;
}

.top-header-right .header-title-search .input,
.top-header-right .list-btns a {
  border-radius: 0 !important;
}

.top-header-right .list-btns a {
  background: #e80109 !important;
}

.page-title-wrap {
  margin-bottom: 0 !important;
  padding: 22px 0 !important;
  background: #e80109 !important;
}

.page-title-wrap h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.basic-body {
  border-top: 1px solid #ddd;
  background: #f9f9f9 !important;
}

.basic-body .basic-body-main,
.contents-box-inner,
.member-skin,
.register-form,
.eb-login,
.shop-cart {
  background: #fff;
}

.basic-body .basic-body-main {
  padding-top: 52px;
  padding-bottom: 64px;
}

.footer {
  border-top: 1px solid #eee !important;
  background: #fff !important;
  color: #555;
  font-size: 14px;
}

.footer-top {
  border-bottom: 1px solid #eee;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 18px 0;
}

.footer-menu li + li a {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #d6d6d6;
}

.footer-menu a {
  color: #333 !important;
  text-decoration: none;
}

.footer-mid {
  background: #fff !important;
}

.footer-info-content address {
  color: #555;
  line-height: 1.9;
}

.footer .ebc-bank-account,
.footer .footer-box:has(.ebc-bank-account) {
  display: none !important;
}

.footer-bottom {
  border-top: 1px solid #eee;
  background: #f9f9f9 !important;
}

.footer-bottom .copyright {
  color: #909090;
}

/* template2 cart bridge: keep YoungCart form/action intact */
.shop-steps {
  display: none !important;
}

.shop-cart {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 12px;
}

.shop-cart:before {
  content: "장바구니";
  display: block;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dedfe2;
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 700;
}

.shop-cart:after {
  content: "상품을 확인하고 주문하기로 이동합니다.";
  position: absolute;
  top: 8px;
  right: 0;
  color: #909090;
  font-size: 15px;
}

.shop-cart .table-list-eb {
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #dedfe2;
}

.shop-cart .table-list-eb .table {
  margin-bottom: 0 !important;
  border-collapse: collapse;
}

.shop-cart .table-list-eb thead th {
  padding: 14px 10px;
  border-bottom: 1px solid #dedfe2 !important;
  background: #f9f9f9;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.shop-cart .table-list-eb tbody td {
  padding: 20px 10px;
  border-bottom: 1px solid #eee !important;
  color: #333;
  vertical-align: middle;
}

.shop-cart .table-list-eb .td-image {
  border: 1px solid #dedfe2;
  background: #fff;
}

.shop-cart .table-list-eb .td-item-name strong {
  color: #1e1e1e;
  font-size: 16px;
}

.shop-cart .mod_options {
  height: 34px;
  padding: 0 14px !important;
  border-color: #333 !important;
  background: #333 !important;
  color: #fff !important;
  line-height: 32px !important;
}

.shop-cart .shop-cart-all-select,
.shop-cart .shop-cart-li {
  border-color: #dedfe2 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.shop-cart .shop-cart-all-select:before {
  content: "장바구니";
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dedfe2;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
}

.shop-cart .shop-cart-li-wrap .li-name,
.shop-cart .shop-cart-li-wrap .li-prqty {
  border-color: #dedfe2 !important;
}

.shop-cart .shop-cart-total {
  display: flex;
  border: 1px solid #dedfe2 !important;
  border-top: 1px solid #1e1e1e !important;
  background: #fff !important;
}

.shop-cart .shop-cart-total .cart-total-box {
  float: none !important;
  flex: 1 1 0;
  height: auto !important;
  min-height: 94px;
  padding: 22px 12px !important;
}

.shop-cart .shop-cart-total .cart-total-box span {
  color: #555;
  font-size: 14px;
}

.shop-cart .shop-cart-total .cart-total-box strong {
  color: #1e1e1e !important;
  font-size: 18px;
}

.shop-cart .shop-cart-total .cart-total-box .cart-total-price {
  color: #e80109 !important;
  font-size: 22px;
}

.shop-cart .cart-act-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px !important;
}

.shop-cart .cart-act-btn .btn-e,
.shop-cart .m-b-30 .btn-e {
  min-width: 128px;
  height: 48px;
  padding: 0 18px !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  line-height: 46px !important;
}

.shop-cart .cart-act-btn .btn-e-navy {
  border-color: #333 !important;
  background: #333 !important;
  color: #fff !important;
}

.shop-cart .cart-act-btn .btn-e-dark,
.shop-cart .cart-act-btn .btn-e-brd,
.shop-cart .m-b-30 .btn-e-dark,
.shop-cart .m-b-30 .btn-e-crimson {
  border-color: #333 !important;
  background: #fff !important;
  color: #333 !important;
}

/* template2 member/content bridge */
.contents-box-inner,
.member-skin.contents-box-inner,
.register-form,
.eb-login {
  max-width: 1100px;
  margin: 0 auto;
}

.member-skin .unigift-eyoom-head,
.register-form .unigift-eyoom-head,
.eb-login .unigift-eyoom-logo {
  margin-bottom: 24px !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #dedfe2 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left !important;
}

.member-skin .unigift-eyoom-head:before,
.register-form .unigift-eyoom-head:before {
  content: "회원가입";
  display: block;
  margin-bottom: 14px;
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 700;
}

.register-form .unigift-eyoom-head:before {
  content: "회원정보 입력";
}

.member-skin .unigift-eyoom-head img,
.register-form .unigift-eyoom-head img {
  max-width: 190px !important;
}

.member-skin .unigift-eyoom-head span,
.register-form .unigift-eyoom-head span {
  margin-top: 10px !important;
  color: #909090 !important;
  font-size: 15px !important;
}

.member-skin .content-box,
.register-form .register-box,
.login-box .login-box-in {
  border: 1px solid #dedfe2 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.member-skin .content-box-header,
.member-skin .eyoom-form header,
.register-form .eyoom-form header {
  border-bottom: 1px solid #dedfe2 !important;
  background: #f9f9f9 !important;
}

.member-skin .eyoom-form header h5,
.register-form .eyoom-form header h5 {
  color: #1e1e1e !important;
  font-size: 18px;
}

.member-skin .content-box-body,
.member-skin .member-agree,
.register-form fieldset {
  padding: 22px !important;
}

.register-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.register-form [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.member-skin .panel-body,
.register-form fieldset,
.login-box .login-box-in .login-form {
  background: #fff;
}

.member-skin label.checkbox i,
.register-form label.checkbox i,
.eb-login label.checkbox i {
  border-radius: 0 !important;
}

.member-skin .register-btn-box .btn-e,
.register-form #btn_submit,
.eb-login .login-btn .btn-e-lg {
  height: 48px;
  border-radius: 0 !important;
  line-height: 46px;
}

.eyoom-form .input input,
.eyoom-form .select select,
.eyoom-form textarea,
.form-control {
  min-height: 42px;
  border: 1px solid #dedfe2 !important;
  border-radius: 0 !important;
}

.page-content,
.page-content-body,
.privacy-content,
.provision-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid #dedfe2;
  background: #fff;
  line-height: 1.8;
}

.page-content h3,
.privacy-content h3,
.provision-content h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e80109;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .top-header .container,
  .header .container,
  .footer .container,
  .basic-body .container {
    width: 100%;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-inner {
    min-height: 84px;
  }

  .header-logo img {
    max-width: 190px;
    max-height: 58px;
  }

  .basic-body .basic-body-main {
    padding-top: 30px;
    padding-bottom: 42px;
  }

  .shop-cart .shop-cart-total {
    display: block;
  }

  .shop-cart .shop-cart-total .cart-total-box {
    width: 100% !important;
    min-height: auto;
    border-bottom: 1px solid #eee;
  }

  .shop-cart .cart-act-btn .btn-e,
  .shop-cart .m-b-30 .btn-e {
    width: 100%;
  }

  .page-content,
  .page-content-body,
  .privacy-content,
  .provision-content {
    padding: 22px 18px;
  }
}


/* jungmall.shop 20260714: red title bar alignment and content spacing */
.page-title-wrap {
  height: 70px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  background: #e80109 !important;
}
.page-title-wrap > .container {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-title-wrap h2 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-title-wrap .sub-breadcrumb-wrap {
  position: static !important;
  top: auto !important;
  right: auto !important;
}
.basic-body .basic-body-main,
.contents-box-inner,
.member-skin,
.register-form,
.eb-login,
.shop-cart,
.shop-product,
.shop-mypage,
#sit,
#smb_my {
  padding-left: 28px !important;
  padding-right: 28px !important;
}
#sit_info,
#sit_rel,
#sit_inf,
#sit_use,
#sit_qa,
#sit_dvr,
#sit_ex { margin-top: 30px; }
.jung-item-guide {
  margin: 22px 0 10px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.jung-item-guide-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 2px solid #111;
}
.jung-item-guide-head strong {font-size: 20px;color:#111;}
.jung-item-guide-head span {font-size: 18px;font-weight:700;color:#e80109;white-space:nowrap;}
.jung-item-guide-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 0;}
.jung-item-guide-grid > div {min-height: 120px;padding: 22px;border-right: 1px solid #eee;}
.jung-item-guide-grid > div:last-child {border-right:0;}
.jung-item-guide-grid h4 {margin:0 0 10px;font-size:16px;color:#111;}
.jung-item-guide-grid p {margin:0;color:#555;line-height:1.65;}
@media (max-width: 768px) {
  .page-title-wrap {height: 58px !important;}
  .page-title-wrap > .container {min-height: 58px;}
  .page-title-wrap .sub-breadcrumb-wrap {display:none !important;}
  .basic-body .basic-body-main,
  .contents-box-inner,
  .member-skin,
  .register-form,
  .eb-login,
  .shop-cart,
  .shop-product,
  .shop-mypage,
  #sit,
  #smb_my {padding-left: 16px !important;padding-right: 16px !important;}
  .jung-item-guide-head {align-items:flex-start;flex-direction:column;}
  .jung-item-guide-grid {grid-template-columns:1fr;}
  .jung-item-guide-grid > div {border-right:0;border-bottom:1px solid #eee;}
  .jung-item-guide-grid > div:last-child {border-bottom:0;}
}


/* jungmall.shop 20260714 polish: real page spacing, title centering, item detail */
.page-title-wrap {
  min-height: 70px !important;
  height: 70px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-title-wrap > .container {
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.page-title-wrap h2 {
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.page-title-wrap .sub-breadcrumb-wrap {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  min-height: 70px !important;
}
.basic-body.sub-basic-body > .container {
  background: #fff !important;
}
.basic-body.sub-basic-body .basic-body-main {
  padding: 52px 42px 64px !important;
}
.shop-mypage,
#sod_v,
.shop-order-inquiry-view,
.shop-cart,
.shop-product,
#sit {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.shop-mypage .text-end.m-b-20,
.shop-mypage .panel-group,
.shop-mypage .m-b-50,
.shop-mypage .mypage-wishlist-wrap,
#sod_v,
.shop-order-inquiry-view {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.shop-mypage .panel.panel-default,
.shop-mypage .m-b-50,
.shop-mypage .mypage-wishlist-wrap,
#sod_v .table-list-eb,
.shop-order-inquiry-view .table-list-eb,
.shop-order-inquiry-view .order-view-payment {
  border: 1px solid #e5e5e5;
  background: #fff;
}
.shop-mypage .m-b-50,
.shop-mypage .mypage-wishlist-wrap,
#sod_v .table-list-eb,
.shop-order-inquiry-view .table-list-eb {
  padding: 28px !important;
}
.shop-mypage .headline-short,
#sod_v .headline-short,
.shop-order-inquiry-view .headline-short {
  margin-bottom: 22px !important;
}
.shop-mypage .panel-heading {
  padding: 28px !important;
  background: #fafafa !important;
}
.shop-mypage .panel-body {
  padding: 26px 28px !important;
}
.shop-mypage .panel-body .op_area {
  margin: 0;
}
.shop-mypage .panel-body dt,
.shop-mypage .panel-body dd {
  padding: 7px 0;
}
.jung-section-head {
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 2px solid #111;
}
.jung-section-head span {
  display: block;
  margin-bottom: 7px;
  color: #e80109;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}
.jung-section-head h3 {
  margin: 0;
  color: #111;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}
.jung-section-head p {
  margin: 8px 0 0;
  color: #666;
  font-size: 15px;
}
#sit_inf,
.jung-related-section {
  padding: 34px !important;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.jung-item-guide {
  margin: 0 !important;
  border: 0 !important;
}
.jung-item-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #111;
  border-bottom: 1px solid #ddd;
}
.jung-item-summary dl {
  margin: 0;
  padding: 18px 20px;
  border-right: 1px solid #eee;
}
.jung-item-summary dl:last-child {border-right: 0;}
.jung-item-summary dt {
  margin-bottom: 8px;
  color: #777;
  font-size: 13px;
  font-weight: 700;
}
.jung-item-summary dd {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 800;
}
.jung-item-guide-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  margin-top: 26px;
  border: 1px solid #e7e7e7;
}
.jung-item-guide-grid > div {
  min-height: 170px !important;
  padding: 26px !important;
  border-right: 1px solid #eee !important;
  background: #fff;
}
.jung-item-guide-grid > div:last-child {border-right: 0 !important;}
.jung-item-guide-grid em {
  display: inline-block;
  margin-bottom: 18px;
  color: #e80109;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}
.jung-item-guide-grid h4 {
  margin: 0 0 12px !important;
  color: #111;
  font-size: 18px !important;
  font-weight: 800;
}
.jung-item-guide-grid p {
  margin: 0 !important;
  color: #555;
  font-size: 15px;
  line-height: 1.7 !important;
}
.jung-item-notice {
  margin-top: 22px;
  padding: 22px 24px;
  border-left: 4px solid #e80109;
  background: #fafafa;
}
.jung-item-notice strong {
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-size: 16px;
}
.jung-item-notice ul {
  margin: 0;
  padding-left: 18px;
}
.jung-item-notice li {
  margin: 5px 0;
  color: #555;
  line-height: 1.65;
}
.jung-related-section {
  margin-bottom: 34px !important;
}
.jung-related-section > h2 {
  display: none;
}
.jung-related-body .relation-10-in,
.jung-related-body .sct,
.jung-related-body ul {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.jung-related-body .item-relation-10-in,
.jung-related-body li {
  border: 1px solid #eee;
  background: #fff;
}
@media (max-width: 768px) {
  .page-title-wrap,
  .page-title-wrap > .container,
  .page-title-wrap h2,
  .page-title-wrap .sub-breadcrumb-wrap {
    min-height: 58px !important;
    height: 58px !important;
  }
  .page-title-wrap .sub-breadcrumb-wrap {display:none !important;}
  .basic-body.sub-basic-body .basic-body-main {
    padding: 28px 16px 42px !important;
  }
  .shop-mypage .text-end.m-b-20,
  .shop-mypage .panel-group,
  .shop-mypage .m-b-50,
  .shop-mypage .mypage-wishlist-wrap,
  #sod_v,
  .shop-order-inquiry-view {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .shop-mypage .m-b-50,
  .shop-mypage .mypage-wishlist-wrap,
  #sod_v .table-list-eb,
  .shop-order-inquiry-view .table-list-eb,
  #sit_inf,
  .jung-related-section {
    padding: 20px !important;
  }
  .jung-item-summary,
  .jung-item-guide-grid {
    grid-template-columns: 1fr !important;
  }
  .jung-item-summary dl,
  .jung-item-guide-grid > div {
    border-right: 0 !important;
    border-bottom: 1px solid #eee;
  }
  .jung-item-summary dl:last-child,
  .jung-item-guide-grid > div:last-child {
    border-bottom: 0;
  }
}


/* jungmall.shop 20260714: plain policy/member agreement layout */
.unigift-policy {
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 36px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #222;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}
.unigift-policy h3 {
  margin: 0 0 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid #222;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
.unigift-policy h4 {
  margin: 28px 0 10px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.unigift-policy p {
  margin: 0 0 12px;
}
.unigift-policy ul {
  margin: 0 0 12px;
  padding-left: 19px;
}
.unigift-policy li {
  margin: 4px 0;
}
.member-skin.contents-box-inner {
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: 30px 36px !important;
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
}
.member-skin .unigift-eyoom-head {
  display: none !important;
}
.member-skin .unigift-eyoom-head:before {
  display: none !important;
  content: none !important;
}
.member-skin .member-box,
.member-skin .content-box {
  margin-bottom: 24px !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.member-skin .eyoom-form header,
.member-skin .content-box-header {
  padding: 14px 18px !important;
  border-bottom: 1px solid #e2e2e2 !important;
  background: #f7f7f7 !important;
}
.member-skin .eyoom-form header h5,
.member-skin .content-box-header h5 {
  margin: 0 !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
.member-skin .member-agree,
.member-skin .content-box-body {
  padding: 18px !important;
}
.member-skin #register_scroll_1,
.member-skin #register_scroll_2 {
  height: 230px !important;
  border: 1px solid #eee;
  background: #fff;
}
.member-skin #register_scroll_1 .unigift-policy,
.member-skin #register_scroll_2 .unigift-policy {
  max-width: none;
  margin: 0;
  padding: 18px 20px;
  border: 0;
  font-size: 14px;
  line-height: 1.7;
}
.member-skin #register_scroll_1 .unigift-policy h3,
.member-skin #register_scroll_2 .unigift-policy h3 {
  margin-bottom: 14px;
  padding-bottom: 10px;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
}
.member-skin #register_scroll_1 .unigift-policy h4,
.member-skin #register_scroll_2 .unigift-policy h4 {
  margin: 18px 0 8px;
  font-size: 15px;
}
.member-skin .fregister-agree {
  padding: 12px 18px !important;
  border-top: 1px solid #eee;
  background: #fafafa;
}
.member-skin .register-btn-box .btn-e {
  height: 46px !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  background: #333 !important;
  color: #fff !important;
  line-height: 44px !important;
}
@media (max-width: 768px) {
  .unigift-policy,
  .member-skin.contents-box-inner {
    padding: 22px 18px !important;
  }
  .unigift-policy h3 {
    font-size: 20px;
  }
}
