/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

/*헤더*/
.header-wrap {
  border-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.header-title {
  background: #100200;
  border-bottom: 1px solid rgba(212, 202, 189, 0.4);
}
.navbar-nav a {
  color: #fff !important;
}
.header-title .header-title-btn {
  width: auto;
  right: 80px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.header-title .header-title-btn ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-title .header-title-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.header-title .navbar {
  margin-left: 100px;
}
.header-title .navbar-nav {
  gap: 50px;
  align-items: center;
  height: 100%;
}
.header-title .navbar-nav a {
  font-size: 17px;
  font-weight: 400;
}
.member_log {
  display: none;
}
.navbar-nav .dropdown-menu {
  top: 73px;
  border: 0;
  background: #100200;
  border: 1px solid rgba(212, 202, 189, 0.4);
}
.navbar-nav .dropdown-menu a {
  color: #fff !important;
  font-size: 15.5px;
  padding: 12px 15px !important;
  font-weight: 400;
}
.navbar-expand-lg .offcanvas {
  height: 100% !important;
  align-items: center;
  line-height: 100%;
  display: block;
}
.navbar-expand-lg .sidebar-left-content {
  height: 100%;
}
.header-title .dropdown-toggle::after {
  display: none;
}
.sidebar-left .navbar-nav > li {
  text-align: left;
  width: 100%;
}
/*레이아웃 공통*/
:root {
  scroll-behavior: auto;
}
body {
  color: #27180c;
  padding-right: 0 !important;
}
.wrapper {
  padding-top: 100px;
}
.basic-body.page-body {
  padding: 110px 0;
  max-width: 1500px;
  margin: 0 auto;
}
.basic-body.page-body .container {
  padding-left: 20px;
  padding-right: 20px;
}

/*메인페이지*/
.main_gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90vh;
  background-image: linear-gradient(
    to bottom,
    #100200 30%,
    #bcb0a3 70%,
    transparent
  );
  z-index: 0;
}

.main_section {
  padding-top: 60px;
}
.main_section.main_best {
  padding: 100px 0 90px;
}
.main_section .main_title {
  position: relative;
}
.main_section .main_title h3 {
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.main_section .main_title p {
  font-size: 22px;
  font-family: "Merriweather", serif;
  font-weight: 500;
}
.main_section .main_title .main_title_text {
  padding: 35px 0;
  font-size: 19px;
  line-height: 1.7;
}
.main_section .main_title .main_title_right {
  position: absolute;
  right: 0;
  bottom: 35px;
  font-family: "Noto Sans KR", serif;
  font-size: 19px;
}
.main_section .main_title a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 17px;
  color: #241300;
  line-height: 30px;
}
.main_section .main_title a img {
  height: 14px;
  width: auto;
  vertical-align: -1px;
  margin-left: 7px;
}
.main_introduce ul {
  display: flex;
  flex-wrap: wrap;
}
.main_introduce ul li {
  width: 33.33%;
  border: 1px solid #4a1d00;
  margin-left: -1px;
}
.main_introduce ul li:first-child {
  margin-left: 0;
}
.main_introduce ul li img {
  width: 100%;
  height: auto;
}
.main_introduce ul li p {
  font-size: 19px;
  text-align: center;
  padding: 25px 0;
  font-weight: 500;
}
.main_section.main_best .product-main-50 {
  padding-top: 35px;
}
.rating-selected {
  color: #f4c01e;
}

/*푸터*/
.footer-top .title-logo img {
  width: auto;
  height: 50px;
}

.footer {
  position: relative;
  border-top: 1px solid #e6e0dc;
}
.footer-top {
  padding: 45px 0 30px;
}
.footer-top:after {
  content: "";
  display: block;
  clear: both;
}
.footer-nav {
  position: absolute;
  width: auto;
  right: 530px;
  top: 125px;
}
.footer_customer {
  position: absolute;
  width: auto;
  right: 80px;
  top: 125px;
}
.footer_customer p {
  font-size: 16px;
  padding-bottom: 5px;
}
.footer_customer strong {
  font-size: 17px;
  font-weight: bold;
  display: block;
}
.footer_customer span {
  display: block;
  font-size: 14px;
  color: #3f2c16;
}
.footer-nav a {
  color: #353535;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-right-nav {
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
}
.footer-right-nav a {
  color: #241300;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.footer-right-nav a:hover {
  text-decoration: underline;
}
.footer-cont-info {
  position: relative;
  font-size: 15px;
  word-break: keep-all;
  text-align: left;
  line-height: 1.6;
  width: 490px;
}
.footer-cont-info strong {
  color: #241300;
  display: block;
}
.footer-cont-info span {
  color: #241300;
  opacity: 0.7;
}
.footer-cont-info span.info-divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #462e13;
}
.footer-cont-info a {
  color: #241300;
}
.footer-cont-info a:hover {
  color: #241300;
  text-decoration: underline;
}
.footer-copyright {
  color: #9b8c7c;
  font-size: 12.5px;
  text-align: left;
  padding: 20px 0 75px;
}
.bottom_nav {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 65px;
  padding-bottom: 5px;
  border-top: 1px solid #cec6c1;
  line-height: 60px;
  background: #fff;
  z-index: 2;
}
.bottom_nav a {
  width: 25%;
  padding: 10px 0;
  display: block;
}
.bottom_nav a img {
  display: block;
  margin: 3px auto 6px;
  height: 21px;
}
.bottom_nav a.active img {
  display: none;
}
.bottom_nav a span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 10.5px;
  color: #afa08f;
}
.bottom_nav a.active span {
  color: #241300;
}
.bottom_nav a .active_img {
  display: none;
}
.bottom_nav a.active .active_img {
  display: block;
  height: 21px;
  width: 100%;
  margin: 3px auto 6px;
}
.bottom_nav a:first-child.active .active_img {
  background: url(../../../img/f_button1_on.svg) no-repeat center center;
  background-size: auto 100%;
}
.bottom_nav a:nth-child(2).active .active_img {
  background: url(../../../img/f_button2_on.svg) no-repeat center center;
  background-size: auto 100%;
}
.bottom_nav a:nth-child(3).active .active_img {
  background: url(../../../img/f_button3_on.svg) no-repeat center center;
  background-size: auto 100%;
}
.bottom_nav a:nth-child(4).active .active_img {
  background: url(../../../img/f_button4_on.svg) no-repeat center center;
  background-size: auto 100%;
}
/*로그인*/
.eb-login .eyoom-form section label {
  font-size: 16px;
  margin-bottom: 8px;
}
.eb-login .eyoom-form .input input {
  font-size: 15px;
  color: #27180c;
}
.eb-login .eyoom-form .input input::placeholder {
  color: #8a8372;
}
.eb-login .login-btn {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 20px 0;
}
.eb-login .login-btn .btn-e-lg {
  width: 100%;
  padding: 0;
  height: 60px;
  border-radius: 0 !important;
  font-weight: bold;
  font-size: 18px;
  background: #27180c;
}

.login-box {
  position: relative;
  padding: 30px 20px;
}
.login-box a:hover {
  text-decoration: underline;
}
.login-box .login-box-in {
  margin: 0 auto;
  width: 500px;
  height: auto;
  padding: 0;
}
.login-box .login-box-in .login-form {
  padding: 70px 0;
  color: #27180c;
}
.login-box .login-box-in .login-form-margin-bottom {
  margin-bottom: 20px;
}
.login-box .login-box-in .login-form h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  font-family: "Merriweather", serif;
}
.login-box .login-box-in .login-form .input input::placeholder {
  color: #b5b5b5;
}
.login-box .login-box-in .login-form .input .pv-icon {
  position: absolute;
  top: 8px;
  right: 45px;
  cursor: pointer;
}
.login-box .login-box-in .login-form .input .pv-icon.is-active i {
  display: none;
}
.login-box .login-box-in .login-form .input .pv-icon.is-active:after {
  font-family: "Font Awesome\ 5 Free";
  content: "\f070";
  font-weight: 900;
}
.login-box .login-box-in .login-link {
  text-align: right;
}
.login-box .login-box-in .login-link a {
  font-size: 0.9375rem;
}
.login-box .login-box-in .login-link a:hover {
  text-decoration: underline;
  color: #000;
}
.login-box .login-box-in .login-link a:before {
  content: "|";
  margin-left: 4px;
  margin-right: 7px;
  color: #d5d5d5;
}
.login-box .login-box-in .login-link a:first-child:before {
  display: none;
}
.login-box .login-box-in #sns_login h5 {
  text-align: center;
  color: #353535;
  font-size: 0.9375rem;
  margin-bottom: 15px;
}
.login-box .login-box-in .non-members {
  padding: 30px 50px;
  color: #171c29;
}
.login-box .login-box-in .non-members .scroll-box-login {
  position: relative;
  overflow: hidden;
  border: 1px solid #b5b5b5;
  padding: 10px;
  height: 150px;
}
.login-box .login-box-in .non-member-order {
  padding: 30px 50px;
  color: #171c29;
}
.eyoom-form .btn-e {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eyoom-form .login_find {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eyoom-form .login_find .checkbox {
  font-size: 14px;
}
.eyoom-form .login_find .login-link a {
  color: #746c58;
  font-size: 14px;
}
.eyoom-form .login_member_join {
  text-align: center;
  color: #655c46;
  font-size: 15px;
  padding: 20px 0 30px;
  border-bottom: 1px solid #d9d3c4;
}
.eyoom-form .login_member_join a {
  color: #27180c;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 5px;
  display: inline-block;
}
.login-box .login-box-in #sns_login h5 {
  color: #9b8c7c;
  font-size: 14px;
  font-weight: 400;
}

/*회원가입*/
.register-form .register-box {
  border: 1px solid #cec6c1;
}
.register-form .register-box .input input {
  font-size: 14.5px;
}
.register-form .register-box .input input::placeholder {
  color: #8a8372;
}
.register-form .eyoom-form header {
  margin: 20px 30px;
  background: #fff;
  border-bottom: 1px solid #241300;
  font-size: 24px;
  color: #27180c;
  padding: 15px 20px 20px;
}

.register-form .eyoom-form .label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.register-form .eyoom-form footer {
  padding: 15px 30px;
}
.register-form .eyoom-form fieldset {
  padding: 15px 30px;
}
.register-form .eyoom-form .vc-captcha fieldset {
  padding: 0;
}
.register-form .border-top {
  border-top: 1px solid #ddd;
}
.register-form .security-display {
  display: none;
}
.register-form .security_0 .security-display,
.register-form .security_1 .security-display,
.register-form .security_2 .security-display,
.register-form .security_3 .security-display,
.register-form .security_4 .security-display {
  display: block;
}
.register-form .progress-xxs {
  height: 3px;
  float: none;
}
.register-form .security_0 .progress-bar {
  width: 10%;
}
.register-form .security_1 .progress-bar {
  width: 25%;
}
.register-form .security_2 .progress-bar {
  width: 50%;
}
.register-form .security_3 .progress-bar {
  width: 75%;
}
.register-form .security_4 .progress-bar {
  width: 100%;
}
.register-form .security_0 .progress-e .progress-bar {
  background: #000;
}
.register-form .security_1 .progress-e .progress-bar {
  background: #ff4848;
}
.register-form .security_2 .progress-e .progress-bar {
  background: #ff6f42;
}
.register-form .security_3 .progress-e .progress-bar {
  background: #fdab29;
}
.register-form .security_4 .progress-e .progress-bar {
  background: #73b852;
}
.register-form .security_0 .security-heading .float-end:after {
  content: "매우약함";
}
.register-form .security_1 .security-heading .float-end:after {
  content: "약함";
}
.register-form .security_2 .security-heading .float-end:after {
  content: "보통";
}
.register-form .security_3 .security-heading .float-end:after {
  content: "강함";
}
.register-form .security_4 .security-heading .float-end:after {
  content: "아주강함";
}
.register-form .btn-e-cert {
  padding: 7px 12px;
}
.register-form .frm_label {
  font-weight: 700;
}
.register-form .sns-wrap-reg {
  margin-bottom: 20px;
}
.register-form .sns-wrap {
  text-align: left;
}
.register-form #reg_mb_icon,
.register-form #reg_mb_img {
  float: inherit;
}
.register-status-box {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
}
.register-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.register-step {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.register-steps img {
  height: 12px;
  width: auto;
  opacity: 0.5;
}
.step-item {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.step-item.active {
  color: #241300;
  font-weight: 700;
}
.step-item.inactive {
  color: #241300;
  opacity: 0.5;
}
.identity-verification-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 40px 30px;
  margin: 20px auto;
  max-width: 700px;
  text-align: center;
}
.identity-verification-title {
  font-size: 24px;
  font-weight: 600;
  color: #27180c;
  margin-bottom: 20px;
}
.identity-verification-divider {
  width: 100%;
  height: 1px;
  background: #27180c;
  margin-bottom: 30px;
}
.phone-icon {
  width: 100%;
  height: 70px;
  margin: 0 auto 20px;
  background: url(../../../img/phone_icon.svg) no-repeat center center;
  background-size: 36px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.verification-main-text {
  font-size: 17px;
  font-weight: 600;
  color: #27180c;
  margin-bottom: 5px;
}
.verification-sub-text {
  font-size: 15px;
  color: #27180c;
  margin-bottom: 30px;
  line-height: 1.3;
}
.verification-button {
  background: #241300;
  color: white;
  border: none;
  padding: 16px 56px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.main-title {
  text-align: center;
}
.register-form {
  max-width: 700px;
  margin: 0 auto;
}
.register-form-fieldset {
  border: 0 !important;
}
.agree-text {
  font-size: 15px;
  font-weight: 500;
  color: #27180c;
}
.terms-all-agree-box {
  background-color: #f6f6f4;
  padding: 13px 18px;
  border-radius: 0;
  margin-bottom: 8px;
}
.terms-all-checkbox-wrapper {
  display: flex;
  align-items: center;
}
/* .terms-all-checkbox {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
} */
.terms-all-text {
  font-weight: 500;
  font-size: 15px;
}
.terms-individual-box {
  background-color: #f6f6f4;
  padding: 12px 18px;
  border-radius: 0;
}
.terms-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}
.terms-item:last-child {
  border-bottom: none;
}
.terms-checkbox-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}
.terms-checkbox {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.terms-text {
  font-size: 14px;
}
.terms-view-link {
  color: #9a9180;
  font-size: 14px;
  padding: 0 2px;
  cursor: pointer;
}
/* 약관 모달 */
/* #register_scroll_1 {
    position:relative;
    overflow:auto;
    height:250px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #e9ecef;
} */
/* #register_scroll_2 {position:relative;overflow:auto;height:250px;padding: 20px;background-color: #f8f9fa;border-radius: 5px;border: 1px solid #e9ecef;} */
#register_scroll_1 {
  position: relative;
  overflow-y: auto; /* 세로 스크롤 활성화 */
  height: 250px;
  padding: 20px;
  background-color: #f7f7f5;
  border-radius: 0;
  border: 1px solid #d8d5d1;
  -webkit-overflow-scrolling: touch; /* 모바일 부드러운 스크롤 */
}
#register_scroll_2 {
  position: relative;
  overflow-y: auto; /* 세로 스크롤 활성화 */
  height: 250px;
  padding: 20px;
  background-color: #f7f7f5;
  border-radius: 0;
  border: 1px solid #d8d5d1;
  -webkit-overflow-scrolling: touch; /* 모바일 부드러운 스크롤 */
}
#register_scroll_3 {
  position: relative;
  overflow-y: auto; /* 세로 스크롤 활성화 */
  height: 250px;
  padding: 20px;
  background-color: #f7f7f5;
  border-radius: 0;
  border: 1px solid #d8d5d1;
  -webkit-overflow-scrolling: touch; /* 모바일 부드러운 스크롤 */
}
.modal-dialog.modal-lg {
  max-width: 600px;
}
.modal-body {
  max-height: 70vh; /* 화면 높이의 70%까지만 표시 */
  overflow: hidden; /* 모달 본문 자체는 스크롤 안 함 (내부 요소만 스크롤) */
  background-color: #fff;
  padding: 15px 20px;
}
body.modal-open {
  overflow: hidden !important;
  height: 100%;
  padding-right: 0 !important; /* 스크롤바 공간 제거 */
}
.modal-footer .btn-secondary {
  background-color: #27180c;
  border-color: #27180c;
  color: #fff;
  border-radius: 0;
  padding: 6px 18px;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.modal-header .close {
  background: none;
  border: none;
  font-size: 20px;
  padding: 0;
  margin: 0;
  opacity: 1;
  cursor: pointer;
}
.register-btn {
  background-color: #27180c;
}
.register-btn:hover {
  background-color: #27180c;
}
.register-cancle-btn:hover {
  background-color: #757575;
}
.register-btn-footer {
  border: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.register-remove-btn,
.register-cancle-btn,
.register-btn {
  flex: 1;
  height: 58px;
  line-height: 58px;
  font-size: 16.5px;
  font-weight: 600;
  padding: 0;
  border-color: #27180c;
}
.register-btn-footer .register-cancle-btn {
  border: 1px solid #27180c;
  color: #27180c !important;
  background: #fff;
}
.eyoom-form .register-btn-footer:after {
  display: none;
}
.register-form .register-box section {
  margin-bottom: 10px;
}
.register-result {
  max-width: 500px;
  margin: 0 auto;
}
.register-icon-box {
  text-align: center;
  line-height: 1;
  padding: 25px 0 15px;
}
.register-icon-box img {
  width: 50px;
  height: auto;
}
.result_top_text {
  font-size: 22px;
  font-weight: bold;
}
.result_bottom_text {
  margin: 10px 0;
  font-size: 17px;
}
.result_bottom_text span {
  font-weight: 500;
}
.register-info-box {
  border: 1px solid #757575;
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 20px;
}
.register-result-box {
  border: 1px solid #d5d5d5;
  padding: 20px;
  margin-bottom: 30px;
}
.register-status-box {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
}
.register-status-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}
.home-btn {
  width: 340px;
  padding: 0;
  height: 54px;
  line-height: 52px;
  background-color: #241300;
  border-color: #241300;
  font-size: 16.5px;
  font-weight: 600;
  margin-top: 10px;
}

/*마이페이지 개인정보수정*/
.profile-edit-container {
  flex: 1;
  background: white;
  padding: 0;
  margin-top: 53px;
  margin-bottom: 40px;
}
.my_edit_container.without-sidebar .profile-edit-container {
  max-width: 100%;
  margin: 0;
  padding: 20px;
}
.profile-edit-container .profile-edit-form {
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #e1dad8;
}
.profile-edit-container .profile-edit-title {
  font-size: 20px;
  font-weight: bold;
  color: #27180c;
  margin: 0 0 20px 0;
  text-align: left;
  border-bottom: 1px solid #27180c;
  padding-bottom: 15px;
}
.profile-edit-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 620px;
  margin: 0 auto 25px;
}
.profile-edit-container .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #27180c;
  margin-bottom: 0;
}
.profile-edit-container .form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #27180c;
  background: white;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.profile-edit-container .form-input::placeholder {
  color: #8a8372 !important;
}
.profile-edit-container .form-input:focus {
  outline: none;
  border-color: #27180c;
}
.profile-edit-container .form-input[readonly] {
  background: #f5f3f2;
  color: #58452e;
  border-color: #e1dad8;
}
.profile-edit-container .form-input::placeholder {
  color: #999;
  font-size: 14px;
}
.profile-edit-container .form-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.profile-edit-container .btn-cancel {
  padding: 12px 0;
  width: 160px;
  background: white;
  color: #27180c;
  border: 1px solid #27180c;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
  min-width: 100px;
}
.profile-edit-container .btn-submit {
  padding: 12px 0;
  width: 160px;
  background: #27180c;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 100px;
}
.profile-edit-container .btn-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.profile-edit-container .form-input.error {
  border-color: #dc3545;
}
.profile-edit-container .form-input.error:focus {
  border-color: #dc3545;
}
.profile-edit-container .error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
.profile-edit-container .error-message.show {
  display: block;
}

/*마이페이지 쿠폰관리*/
.coupon-management-container {
  flex: 1;
  background: white;
  padding: 0;
  margin-top: 53px;
  margin-bottom: 40px;
}
.mypage-wrapper.without-sidebar .coupon-management-container {
  max-width: 100%;
  margin: 0;
  padding: 20px;
}
.coupon-management-container .coupon-management-form {
  width: 100%;
}
.coupon-management-container .coupon-management-title {
  font-size: 20px;
  font-weight: bold;
  color: #27180c;
  margin: 0 0 20px 0;
  text-align: left;
  border-bottom: 1px solid #27180c;
  padding-bottom: 15px;
}
.coupon-management-container .coupon-guide-box {
  background: #fbf9f8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.coupon-management-container .coupon-guide-title {
  font-size: 16px;
  font-weight: bold;
  color: #27180c;
  margin-bottom: 12px;
}
.coupon-management-container .guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}
.coupon-management-container .guide-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
  color: #5e5641;
  font-size: 14px;
}
.coupon-management-container .coupon-register-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d5ceca;
}
.coupon-management-container .coupon-register-title {
  font-size: 16px;
  font-weight: bold;
  color: #27180c;
  margin-bottom: 6px;
  text-align: center;
}
.coupon-management-container .coupon-register-subtitle {
  font-size: 14px;
  color: #5e5641;
  margin-bottom: 20px;
  text-align: center;
}
.coupon-management-container .coupon-form {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.coupon-management-container .coupon-form label {
  font-weight: 500;
  color: #27180c;
  white-space: nowrap;
}
.coupon-management-container .coupon-input {
  width: 350px;
  padding: 0 15px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #b9b4a6;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  color: #27180c;
  transition: border-color 0.3s;
}
.coupon-management-container .coupon-input:focus {
  border-color: #27180c;
}
.coupon-management-container .coupon-input::placeholder {
  color: #948b73;
}
.coupon-management-container .coupon-btn {
  background: #27180c;
  color: white;
  border: none;
  padding: 0;
  width: 110px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  height: 48px;
}
.coupon-management-container .coupon-list-section {
  padding-top: 20px;
}
.coupon-management-container .coupon-list-title {
  font-size: 16px;
  font-weight: bold;
  color: #27180c;
  margin-bottom: 20px;
  text-align: left;
}
.coupon-management-container .coupon-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.coupon-management-container .coupon-table th,
.coupon-management-container .coupon-table td {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #d5ceca;
}
.coupon-management-container .coupon-table th {
  background: #fff;
  font-weight: 600;
  color: #5d4f3f;
  font-size: 14px;
  border-top: 1px solid #d5ceca;
}
.coupon-management-container .coupon-table td {
  color: #27180c;
  font-size: 14px;
  padding: 25px 10px;
}
.coupon-management-container .coupon-number {
  font-weight: 500;
  color: #333;
}
.coupon-management-container .coupon-title {
  color: #555;
}
.coupon-management-container .discount-rate {
  color: #007bff;
  font-weight: 500;
}
.coupon-management-container .validity-period {
  color: #666;
}

/*브랜드소개*/
.brand_page .content_header h1 {
  letter-spacing: 0.3px;
}
.brand_box {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f4;
  padding: 40px 50px;
  gap: 4%;
  margin-bottom: 90px;
  align-items: center;
}
.brand_box .brand_left {
  width: 48%;
  padding: 35px 0;
}
.brand_box .brand_left img {
  width: 54px;
  height: auto;
  margin-bottom: 20px;
}
.brand_box div p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.brand_box .brand_right {
  width: 48%;
}
.brand_box .brand_right img {
  width: 100%;
}
.brand_box.brand2 {
  background: #fff;
  border-top: 2px solid #27180c;
  border-bottom: 1px solid #27180c;
  padding: 50px 0;
}
.brand_box.brand2 .brand_left {
  width: 52%;
  padding: 0;
}
.brand_box.brand2 .brand_left img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.brand_box.brand2 .brand_right {
  width: 44%;
}
.brand_box.brand2 .brand_right h4 {
  font-size: 26px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin-bottom: 18px;
  padding-top: 20px;
}

/*반응형*/
@media (max-width: 1750px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer_customer {
    right: 30px;
  }
  .header-title .header-title-btn {
    right: 30px;
  }
  .header-title .navbar {
    margin-left: 70px;
  }
}
@media (max-width: 1500px) {
  .header-title .navbar {
    margin-left: 60px;
  }
  .header-title .navbar-nav {
    gap: 35px;
  }
  .header-title .header-title-btn ul {
    gap: 30px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-title .header-title-btn {
    right: 20px;
  }
  .footer-nav {
    right: 330px;
  }
  .main_section {
    padding-top: 45px;
  }
  .main_section .main_title h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .main_section .main_title p {
    font-size: 21px;
  }
  .main_section.main_best .product-main-50 {
    padding-top: 30px;
  }
  .main_section .main_title a {
    font-size: 16px;
  }
  .main_section .main_title a img {
    height: 12px;
    vertical-align: 0;
    margin-left: 5px;
  }
  .main_introduce ul li p {
    padding: 20px 0;
    font-size: 17px;
  }
  .main_gradient {
    height: 600px;
  }
}

@media (max-width: 1300px) {
  .header-title .navbar-nav a {
    font-size: 16px;
  }
  .wrapper {
    padding-top: 86px;
  }
  .header-title .navbar {
    margin-left: 30px;
  }
  .header-title .navbar-nav {
    gap: 20px;
  }
  .header-title .header-title-btn ul {
    gap: 23px;
  }
  .header-title .header-title-btn a {
    font-size: 15px;
  }
  .footer-top .title-logo img {
    height: 46px;
  }
  .footer-cont-info {
    font-size: 14px;
  }
  .footer-copyright {
    font-size: 12px;
    padding: 10px 0 60px;
  }
  .footer-nav a {
    font-size: 13.5px;
  }
  .footer_customer p {
    font-size: 13.5px;
  }
  .footer_customer strong {
    font-size: 16px;
  }
  .footer_customer span {
    font-size: 13.5px;
  }

  .main_section.main_best {
    padding: 90px 0;
  }
  .main_section .main_title .main_title_text {
    font-size: 17px;
    padding: 25px 0;
  }
  .main_section .main_title .main_title_right {
    font-size: 18px;
    bottom: 25px;
  }
  .main_section.main_best .product-main-50 {
    padding-top: 25px;
  }

  .main_gradient {
    display: none;
  }
  .main_section {
    padding-top: 35px;
  }
  .main_introduce ul li p {
    font-size: 16px;
  }
  .main_section .main_title p {
    font-size: 20px;
  }
  .navbar-nav .dropdown-menu {
    top: 66px;
  }
  .navbar-nav .dropdown-menu a {
    font-size: 14.5px !important;
  }
  .brand_box {
    padding: 30px 35px;
  }
  .brand_box .brand_left img {
    margin-bottom: 10px;
    width: 48px;
  }
  .brand_box div p {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 16px;
  }
  .brand_box.brand2 .brand_left {
    width: 48%;
  }
  .brand_box.brand2 .brand_right {
    width: 48%;
  }
  .brand_box.brand2 .brand_right h4 {
    padding-top: 5px;
    font-size: 24px;
  }
}

@media (max-width: 1150px) {
  .main_section .main_title h3 {
    font-size: 26px;
  }
  .main_introduce ul li p {
    font-size: 15px;
  }
  .main_section .main_title .main_title_text {
    padding: 20px 0 10px;
  }
  .main_section .main_title .main_title_right {
    position: initial;
    font-size: 17px;
    margin-bottom: 30px;
  }
  .main_introduce ul li p {
    padding: 15px 10px;
    line-height: 1.4;
  }
  .footer-nav {
    right: 220px;
  }
  .my_edit_container {
    display: block;
  }
  .brand_box .brand_left img {
    width: 42px;
  }
  .brand_box div p br {
    display: none;
  }
  .brand_box.brand2 .brand_right h4 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .basic-body.page-body {
    padding: 70px 0;
  }
  .header-title {
    background: #fff;
  }
  .header-title .title-logo {
    background: url(../../../img/mobile_logo.png) no-repeat center left;
    width: 32px;
    height: 42px;
    background-size: cover;
  }
  .header-title .title-logo img {
    display: none;
  }
  .sidebar-left .navbar-nav {
    gap: 0;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer-top {
    width: 100px;
  }
  .footer-top .title-logo img {
    height: 38px;
  }
  .footer-nav {
    top: 53px;
    right: 18px;
  }
  .footer-nav a {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 13px;
  }
  .footer_customer {
    position: initial;
    margin-bottom: 20px;
  }
  .footer_customer p {
    font-weight: 500;
  }
  .footer-cont-info {
    width: 100%;
    font-size: 13px;
  }
  .footer-cont-info strong {
    margin-bottom: 5px;
  }
  .wrapper {
    padding-top: 70px;
  }
  .main_section .main_title h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .main_section .main_title p {
    font-size: 18px;
  }
  .main_section .main_title .main_title_text {
    font-size: 16px;
    padding: 15px 0 8px;
  }
  .main_introduce ul li {
    width: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
  .main_introduce ul li p {
    font-size: 16px;
    padding: 25px 15px;
  }
  .main_section.main_best {
    padding: 90px 0 110px;
  }
  .main_section .main_title a {
    font-size: 14.5px;
    line-height: 27px;
    bottom: 1px;
  }
  .main_section .main_title a img {
    height: 11px;
  }

  .login-box .login-box-in .login-form {
    padding: 30px 50px;
  }
  .login-box .login-box-in .non-members {
    padding: 30px 50px;
  }
  .login-box .login-box-in .non-member-order {
    padding: 90px 60px;
  }
  .sidebar-left.offcanvas {
    background: linear-gradient(
      to bottom right,
      rgba(250, 255, 255, 0.9),
      rgba(232, 225, 217, 0.9)
    );
    border: 0;
    backdrop-filter: blur(10px);
  }
  .sidebar-left .offcanvas-header a {
    color: #27180c;
    margin-right: 7px;
  }
  .sidebar-left .offcanvas-header a img {
    height: 38px;
    width: auto;
  }
  .sidebar-left .offcanvas-header button {
    color: #27180c !important;
    opacity: 1;
  }
  .sidebar-left .member_log {
    padding: 5px 15px 20px;
    border-bottom: 0;
  }
  .sidebar-left .member_log a {
    display: inline-block;
    margin-right: 5px;
    opacity: 0.7;
    font-size: 14.5px;
  }
  .sidebar-left .member_log a.mobile_join {
    position: relative;
    padding-left: 8px;
  }
  .sidebar-left .member_log a.mobile_join:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #655c46;
    width: 1px;
    height: 70%;
  }
  .sidebar-left .sidebar-member-menu {
    background: #27180c;
    border-top: 0;
    padding: 0;
  }
  .sidebar-left .sidebar-member-menu .sidebar-member-btn {
    background: transparent;
    border: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    color: #fff;
    width: auto;
    font-weight: 400;
    opacity: 0.8;
    font-size: 14px;
  }
  .sidebar-left .sidebar-member-menu .sidebar-member-btn-box:nth-child(2) {
    border-left: 1px solid #4b3624;
  }
  .sidebar-left .sidebar-member-menu .sidebar-member-btn img {
    height: 16px;
    vertical-align: -3px;
    margin-right: 5px;
    filter: grayscale(5) brightness(100);
    opacity: 0.9;
  }
  .sidebar-left .navbar-nav {
    border-bottom: 0;
    margin-top: 10px;
  }
  .sidebar-left .navbar-nav > li > a {
    font-size: 15px;
    border-top: 0 !important;
    font-weight: 500;
    line-height: 46px;
  }
  .member_log {
    display: block;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open {
    position: absolute;
    top: 1px;
    right: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    z-index: 1;
    padding: 0;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open:before {
    content: "";
    background: url(../../../img/down_arrow.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open:hover {
    border-top: 0;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open.show:before {
    transform: rotate(180deg);
  }
  .sidebar-left .navbar-nav .dropdown > a:after {
    display: none;
  }
  .sidebar-left .navbar-nav .dropdown-menu {
    position: initial;
    border: 0;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    display: none;
    top: auto;
  }

  .sidebar-left .navbar-nav .dropdown-menu > li > a {
    color: #555555;
    line-height: 26px;
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-menu > li:first-child > a {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #dad3cc;
    border-bottom: 1px solid #dad3cc;
    padding: 5px 0;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a {
    position: relative;
    color: #555555;
    font-size: 0.9375rem;
    background: transparent !important;
    line-height: 26px;
    padding: 6px 15px !important;
    border-top: 0;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a.active {
    font-weight: 700;
  }
  .navbar-expand-lg .sidebar-left-content {
    height: auto;
  }
  .profile-edit-container .profile-edit-title {
    font-size: 18px;
  }
  .coupon-management-container .coupon-management-title {
    font-size: 18px;
  }
  .brand_box {
    display: block;
  }
  .brand_box .brand_left,
  .brand_box .brand_right,
  .brand_box.brand2 .brand_left,
  .brand_box.brand2 .brand_right {
    width: 100%;
  }
  .brand_box {
    padding: 35px 30px;
  }
  .brand_box .brand_left {
    padding: 0 0 20px;
  }
  .brand_box.brand2 {
    padding: 35px 0;
  }
  .brand_box.brand2 .brand_right {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .main_section {
    padding-top: 25px;
  }
  .wrapper {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .main_section .main_title h3 {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
  .bottom_nav {
    display: flex;
    flex-wrap: wrap;
  }
  .login-box .login-box-in {
    height: auto;
    width: 100%;
  }
  .login-box .login-box-in .login-form {
    padding: 30px 20px;
    margin-right: 0;
  }
  .login-box .login-box-in .login-form-margin-bottom {
    margin-bottom: 10px;
  }
  .login-box .login-box-in .login-form h1 {
    font-size: 26px;
  }
  .login-box .login-box-in .login-sidebar {
    display: none;
  }
  .login-box .login-box-in .non-members {
    padding: 30px 20px;
  }
  .login-box .login-box-in .non-member-order {
    padding: 40px 0;
  }
  .eb-login .eyoom-form section label {
    font-size: 15px;
  }
  .eb-login .login-btn .btn-e-lg {
    height: 52px;
    font-size: 16px;
  }
  .basic-body.page-body {
    padding: 50px 0;
  }
  .register-steps {
    gap: 7px;
  }
  .step-item {
    font-size: 15px;
    padding: 5px 12px;
  }
  .register-steps img {
    height: 10px;
  }
  .identity-verification-box {
    margin: 0 auto 70px;
    padding: 30px 20px;
  }
  .identity-verification-title {
    font-size: 20px;
  }
  .phone-icon {
    background-size: 30px auto;
    margin: 0 auto 10px;
  }
  .verification-main-text {
    font-size: 16px;
  }
  .verification-sub-text {
    font-size: 14px;
  }
  .verification-button {
    margin-bottom: 15px;
    padding: 14px 50px;
    font-size: 15px;
  }
  .result_top_text {
    font-size: 20px;
  }
  .result_bottom_text {
    font-size: 16px;
    margin: 8px 0;
  }
  .register-form {
    max-width: 100%;
  }
  .register-form .register-box {
    border: 0;
  }
  .register-form .eyoom-form header {
    display: none;
  }
  .register-form .eyoom-form fieldset {
    padding: 10px 0;
  }
  .register-form .eyoom-form .label {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .register-form .register-box .input input {
    height: 42px;
    font-size: 14px;
    padding: 0 12px;
  }
  .terms-all-agree-box {
    margin-top: 0;
    padding: 9px 15px;
  }
  .terms-individual-box {
    padding: 8px 15px;
  }
  .agree-text {
    font-size: 14px;
  }
  .terms-item {
    padding: 3px 0;
  }
  .register-form .eyoom-form footer {
    padding: 15px 0;
  }
  .register-remove-btn,
  .register-cancle-btn,
  .register-btn {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
  .profile-edit-container .profile-edit-form {
    border: 0;
    padding: 0;
  }
  .profile-edit-container .profile-edit-title {
    font-size: 17px;
  }
  .profile-edit-container .form-group {
    width: 100%;
  }
  .profile-edit-container {
    margin-top: 30px;
  }
  .profile-edit-container .btn-submit,
  .profile-edit-container .btn-cancel {
    padding: 10px 0;
    font-size: 15.5px;
  }
  .profile-edit-container .form-input {
    padding: 10px 13px;
    font-size: 13.5px;
  }
  .coupon-management-container {
    margin-top: 30px;
  }
  .coupon-management-container .coupon-management-title {
    font-size: 17px;
  }
  .coupon-management-container .coupon-form label {
    display: none;
  }
  .coupon-management-container .coupon-input {
    width: 320px;
  }
  .brand_box div p {
    font-size: 15px;
  }
  .brand_box {
    padding: 30px 25px;
    margin-bottom: 60px;
  }
  .brand_box .brand_left img {
    width: 38px;
  }
  .brand_box.brand2 {
    padding: 30px 0 20px;
  }
  .brand_box.brand2 .brand_right {
    padding-top: 25px;
  }
  .brand_box.brand2 .brand_right h4 {
    font-size: 21px;
    margin-bottom: 13px;
  }
}

@media (max-width: 499px) {
  .header-title .title-logo {
    height: 38px;
    background-size: auto 100%;
  }
  .main_section {
    padding-top: 0;
  }
  .main_section .main_title h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .main_section .main_title p {
    font-size: 17px;
  }
  .main_section .main_title .main_title_text {
    font-size: 15px;
  }
  .main_section .main_title .main_title_right {
    font-size: 15.5px;
    margin-bottom: 20px;
  }
  .main_introduce ul li p {
    padding: 17px 12px;
  }
  .footer-nav {
    position: initial;
    margin-bottom: 10px;
  }
  .footer-top {
    padding: 35px 0 15px;
  }
  .footer-nav a {
    margin-left: 0;
    margin-right: 6px;
  }
  .main_section.main_best {
    padding: 70px 0 80px;
  }
  .wrapper {
    padding-top: 58px;
  }
  .bottom_nav {
    height: 62px;
    line-height: 57px;
  }
  .bottom_nav a img {
    height: 19px;
  }
  .bottom_nav a.active .active_img {
    height: 19px;
  }
  .login-box {
    width: 100%;
    padding: 20px 0;
  }
  .login-box .login-box-in {
    width: 100%;
  }
  .login-box .login-box-in .login-form {
    padding: 20px 0;
  }
  .eb-login .eyoom-form .input input {
    height: 42px;
  }
  .login-box .login-box-in .login-form h1 {
    font-size: 24px;
  }
  .eyoom-form .login_find .checkbox {
    font-size: 13px;
  }
  .eyoom-form .login_find .login-link a {
    font-size: 13px;
  }
  .eyoom-form .login_member_join {
    font-size: 13.5px;
    padding: 10px 0 20px;
  }
  .login-box .login-box-in #sns_login h5 {
    font-size: 13px;
  }
  .login-box #sns_login {
    margin-top: 10px;
  }
  .register-steps {
    gap: 3px;
  }
  .step-item {
    padding: 0 5px;
    font-size: 14px;
  }
  .identity-verification-box {
    padding: 0;
    border: 0;
  }
  .identity-verification-title {
    display: none;
  }
  .identity-verification-divider {
    display: none;
  }
  .verification-sub-text {
    width: 200px;
    margin: 0 auto 20px;
  }
  .register-icon-box {
    padding: 25px 0 0;
  }
  .register-icon-box img {
    width: 42px;
  }
  .result_top_text {
    font-size: 18px;
  }
  .result_bottom_text {
    font-size: 14.5px;
    margin: 6px 0;
  }
  .home-btn {
    width: 85%;
    margin-top: -5px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
  .register-form .eyoom-form fieldset {
    padding: 0;
  }
  .register-form .eyoom-form .label {
    font-size: 14.5px;
  }
  .register-form .register-box section {
    margin-bottom: 5px;
  }
  .terms-all-agree-box {
    padding: 7px 13px;
  }
  .terms-view-link {
    font-size: 13px;
  }
  .register-btn-footer {
    margin-top: 10px;
  }
  .register-btn-footer .register-cancle-btn {
    display: none;
  }
  .register-remove-btn,
  .register-cancle-btn,
  .register-btn {
    height: 50px;
    line-height: 50px;
    font-size: 15.5px;
  }
  .profile-edit-container .form-group {
    margin: 0 auto 20px;
  }
  .coupon-management-container .coupon-management-title {
    margin-bottom: 15px;
  }
  .coupon-management-container .coupon-guide-title {
    font-size: 15px;
  }
  .coupon-management-container .coupon-register-title {
    font-size: 15px;
  }
  .coupon-management-container .coupon-input {
    width: calc(100% - 100px);
    font-size: 13.5px;
    height: 42px;
    line-height: 40px;
  }
  .coupon-management-container .coupon-btn {
    width: 90px;
    height: 42px;
    font-size: 13.5px;
  }
  .coupon-management-container .coupon-register-subtitle {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .coupon-management-container .coupon-register-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .coupon-management-container .coupon-table colgroup {
    display: none;
  }
  .coupon-management-container .coupon-table thead {
    display: none;
  }
  .coupon-management-container .coupon-table td {
    display: block;
    width: 100%;
    border-bottom: 0;
    text-align: left;
    padding: 2px 0;
  }
  .coupon-management-container .coupon-table tr {
    border-top: 1px solid #d5ceca;
    display: block;
    padding: 7px 0;
  }
  .coupon-management-container .coupon-table tr td:first-child {
    font-weight: bold;
  }
  .coupon-management-container .coupon-list-title {
    margin-bottom: 12px;
  }
  .coupon-management-container .coupon-table {
    margin-top: 0;
    border-bottom: 1px solid #d5ceca;
  }
  .coupon-management-container .guide-list li {
    font-size: 13px;
  }
  .brand_box {
    padding: 25px 20px;
    text-align: center;
  }
  .brand_box .brand_left img {
    width: 36px;
    display: block;
    margin: 0 auto 10px;
  }
  .brand_box div p {
    font-size: 14.5px;
  }
  .brand_box.brand2 .brand_right h4 {
    font-size: 20px;
    line-height: 1.6;
  }
}
