#app {
  background-color: white;
}

body {
  overscroll-behavior-y: contain !important;
  min-height: calc(100% + env(safe-area-inset-top));
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif !important;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif !important;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: normal;
  font-stretch: normal;
}

body,
html {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  transform: skew(-0.1deg);
}

.scrolldiv {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch !important;
  padding-top: 0px;
  height: 100vh !important;
}

.scrolldiv .ios {
  padding-top: 60px;
}

.clickable {
  cursor: pointer;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}

::-webkit-scrollbar {
  height: 0;
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #126bf7;
}

.bold {
  font-weight: 600;
}
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.font-7 {
  font-size: 7px;
}

.font-8 {
  font-size: 8px;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-33 {
  font-size: 33px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-50 {
  font-size: 50px;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.d-flex {
  display: flex;
}

.d-wrap {
  flex-wrap: wrap;
}

.d-fit {
  justify-content: space-between;
}

.d-end {
  justify-content: flex-end;
}

.d-start {
  justify-content: flex-start;
}

.d-center {
  justify-content: center;
}

.d-even {
  justify-content: space-evenly;
}

.d-around {
  justify-content: space-around;
}

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

.c-white {
  color: white;
}

.c-red {
  color: #ff3232;
}

.c-red2 {
  color: #f33131;
}

.c-black0 {
  color: #000000;
}
.c-black1 {
  color: #101010;
}

.c-black2 {
  color: #303030;
}

.c-black3 {
  color: #3f3f3f;
}

.c-black4 {
  color: #141414;
}

.c-black5 {
  color: #303030;
}

.c-black6 {
  color: #707070;
}

.c-black7 {
  color: #060606;
}

.c-black8 {
  color: #1c1c1c;
}
.c-black9 {
  color: #0f0f0f;
}
.c-black10 {
  color: #565656;
}
.c-black11 {
  color: #333333;
}

.c-black12 {
  color: #272d37;
}

.c-black13 {
  color: #595959;
}

.c-black14{
  color:#606060;
}
.c-gray1 {
  color: #9a9eaf;
}

.c-gray2 {
  color: #c5c5c5;
}

.c-gray3 {
  color: #9f9f9f;
}

.c-gray4 {
  color: #8e8e8e;
}

.c-gray5 {
  color: #656565;
}

.c-gray6 {
  color: #919ba7;
}

.c-gray7 {
  color: #8f8f8f;
}

.c-gray8 {
  color: #aeaeae;
}
.c-gray9 {
  color: #5f6d7e;
}

.c-gray10 {
  color: #d8d8d8;
}

.c-gray11 {
  color: #bcbcbc;
}

.c-gray12 {
  color: #d0d0d0;
}

.c-gray13 {
  color: #8d8d8d;
}

.c-gray14 {
  color: #a3a3a3;
}

.c-gray15 {
  color: #8b8b8b;
}

.c-gray16 {
  color: #b7b7b7;
}

.c-gray17 {
  color: #b0b0b0;
}

.c-purple {
  color: #7a58e0;
}

.c-purple2 {
  color: #42165f;
}

.c-purple3 {
  color: #9479aa;
}

.c-purple4 {
  color: #914BE2;
}

.c-purple-bg {
  background-color: #9978ae;
}
.c-blue {
  color: #437ef7;
}

.c-blue2 {
  color: #9978ae;
}

.c-green {
  color: #08c051;
}

.center-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* Override */
.ant-checkbox-checked::after {
  border: 1px solid #9978ae !important;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #9978ae !important;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background: #9978ae !important;
  border: 1px solid #9978ae !important;
}

.ant-select-open .ant-select-selection,
.ant-select-selection:hover {
  border-color: #947eec !important;
}

.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #947eec !important;
}
.ant-select-dropdown-menu-item-active:not(
    .ant-select-dropdown-menu-item-disabled
  ) {
  background-color: #eae5fc !important;
}

.vs-notification__content__header h4 {
  color: white !important;
}

.vs-notification-parent--bottom-center {
  left: 52% !important;
  right: auto;
  -webkit-transform: translate(-52%) !important;
  transform: translate(-52%) !important;
}

.ant-tooltip-inner,
.ant-tooltip-arrow::before {
  background-color: white !important;
}

.ant-radio-inner::after {
  top: 3px !important;
  left: 4px !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #9978ae !important;
  margin-left: -1px;
}

.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #9978ae !important;
}

.ant-radio-checked .ant-radio-inner {
  border-color: #9978ae !important;
}

.ant-radio-inner {
  height: 20px !important;
  width: 20px !important;
}

.ant-radio-checked::after {
  border: 1px solid #9978ae !important;
}
/*======*/
/*Custom*/
/*======*/

.land-div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.header {
  transition: all 0.3s;
  visibility: visible;
  height: 37px;
  padding-top: 8px;
}

.header.active {
  visibility: hidden;
  height: 0;
  padding-top: 0;
}

.land-div1.pc {
  background-image: url("https://firebasestorage.googleapis.com/v0/b/eli-green.appspot.com/o/assets%2Fb1.webp?alt=media&token=eb825e03-5720-432f-836f-47690912a29f");
  object-position: center center;
  object-fit: cover;
  background-size: 100% 357px;
}

.land-div1.mobile {
  background-image: url("https://firebasestorage.googleapis.com/v0/b/eli-green.appspot.com/o/assets%2Fb1-m.webp?alt=media&token=225c41f8-a11f-448e-b1ed-e17ffc65ec05");
  object-position: center center;
  object-fit: cover;
  background-size: 100% 251px;
}

.land-div4.pc {
  background-image: url("https://firebasestorage.googleapis.com/v0/b/eli-green.appspot.com/o/assets%2Flanding5-p.webp?alt=media&token=715b831c-083a-4cb6-98a3-e077460f3ebb");
  object-position: center center;
  object-fit: cover;
  background-size: 100% 1230px;
}

.land-div4.mobile {
  background-image: url("https://firebasestorage.googleapis.com/v0/b/eli-green.appspot.com/o/assets%2Flanding5.webp?alt=media&token=b45aec36-f653-4746-b21a-5b566878b207");
  object-position: center center;
  object-fit: cover;
  background-size: 100% 701px;
}

.card {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  padding: 24px;
  cursor: pointer;
}

.card:hover {
  border: 1px solid #f5f5f5;
  box-shadow: 20px 30px 50px -8px rgba(200, 200, 200, 0.3);
  border-radius: 20px;
}

.intro-btn-type1 {
  padding-top: 12px;
  height: 46px;
  background: #9978ae;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 5px;
  cursor: pointer;
  color: white;
}

.intro-btn-type2 {
  padding-top: 12px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #dae0e6;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
  border-radius: 5px;
  cursor: pointer;
  color: black;
}

.custom-btn1 {
  width: 100%;
  height: 44px;
  background: #9978ae;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
}

.custom-btn1.deactive {
  border: 1px solid #dae0e6;
  font-size: 14px;
  color: #919ba7;
  background: white;
  font-weight: 400;
}

.custom-btn2 {
  max-width: 277px;
  width: 100%;
  height: 44px;
  background: #9978ae;
  margin: 30px auto 10px;
  padding-top: 10px;
  border-radius: 5px;
}

.custom-btn3 {
  width: 100%;
  height: 44px;
  color: #9978ae;
  border: 1px solid #9978ae;
  border-radius: 5px;
  background: white;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
}

.custom-btn4 {
  width: 100%;
  height: 58px;
  background: #9978ae;
  border-radius: 0px;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding-top: 17px;
}

.custom-btn5 {
  width: 100%;
  height: 44px;
  background: white;
  border: 1px solid #dae0e6;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  color: #9978ae;
}

.custom-btn5.deactive {
  color: #919ba7;
}

.custom-btn6 {
  width: 100%;
  height: 40px;

  text-align: center;
  font-size: 12px;
  padding-top: 11px;
  color: #272d37;
  font-weight: 500;

  border-radius: 5px;
  border: 1px solid #dadada;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(201, 201, 201, 0.2),
    0px -1px 9px 0px rgba(214, 214, 214, 0.2);
}

.custom-btn7 {
  width: 100%;
  height: 29px;
  background: #9978ae;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  padding-top: 7px;
  box-shadow: 0px 1px 9px 0px rgba(169, 169, 169, 0.25);
}

.custom-btn8 {
  width: 100%;
  height: 40px;
  color: white;
  text-align: center;
  padding-top: 10px;
  border-radius: 5px;
  background: #9978ae;
  box-shadow: 0px -4px 8px 0px rgba(169, 169, 169, 0.25);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.custom-btn8-2 {
  width: 100%;
  height: 40px;
  color: #9978ae;
  text-align: center;
  padding-top: 10px;
  border-radius: 5px;
  border: 1px solid #9978ae;
  background: #fff;
  box-shadow: 0px -4px 8px 0px rgba(169, 169, 169, 0.25);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.custom-btn9 {
  width: 100%;
  height: auto;
  background: white;
  border-radius: 2px;
  border: 1px solid black;
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
  padding-right: 2px;
}

.custom-bottom-div {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  margin: 20px auto 0;
  padding-bottom: 35px;
}

.custom .ant-input:focus,
.custom .ant-input:hover {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom input,
.custom input:focus,
.custom input:hover {
  background-color: white !important;
  border-radius: 5px !important;
  border: 1px solid #dae0e6 !important;
  height: 46px !important;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px;
  color: #333333;
  padding-left: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom.top input,
.custom.top input:focus,
.custom.top input:hover {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.custom.bottom input,
.custom.bottom input:focus,
.custom.bottom input:hover {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.c-div-btn {
  width: fit-content;
  height: 52px;
  border: 1px solid #dadada;
  padding: 14px 30px;
  border-radius: 5px;
  margin: 13px auto 0;
  color: black;
  background: white;
}

.c-div-btn.active {
  color: white;
  background: #9978ae;
}

.c-toggle-btn {
  width: auto;
  height: 52px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin: 10px 10px 5px;
  padding: 15px 23px 10px;
  font-weight: 600;
  cursor: pointer;
  color: black;
}

.c-toggle-btn.active {
  background: #9978ae;
  color: white;
}

.c-toggle-btn2 {
  width: auto;
  height: 37px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin: 10px 10px 5px;
  padding: 7px 10px 0px;
  font-weight: 600;
  cursor: pointer;
  color: #272d37;
  font-size: 14px;
}

.c-toggle-btn2.active {
  background: #9978ae;
  color: white;
}

.v-lazy-image {
  filter: blur(10px);
  transition: filter 0.7s;
}

.v-lazy-image-loaded {
  filter: blur(0);
}

.vdp-datepicker__calendar {
  width: 100% !important;
  border: none !important;
}

.vdp-datepicker__calendar .cell.day-header {
  font-size: 14px !important;
}

.day__month_btn.up {
  font-weight: 600;
  text-decoration: underline;
}

.cell.day {
  color: black;
  font-size: 14px;
}

.vdp-datepicker__calendar .cell.selected {
  background-color: #9978ae !important;
  border-radius: 5px !important;
  color: white;
  font-weight: 600;
  outline: none;
}

.vdp-datepicker__calendar header .prev:after {
  border-right: 10px solid #9978ae !important;
}
.vdp-datepicker__calendar header .next:after {
  border-left: 10px solid #9978ae !important;
}

.vdp-datepicker__calendar .cell.selected {
  background: #9978ae !important;
}

.d-dot > .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 6px;
}

.d-dot.B > .dot {
  background-color: #426cfe;
}

.d-dot.B > .text {
  color: #426cfe;
}

.d-dot.A > .dot {
  background-color: #f33131;
}

.d-dot.A > .text {
  color: #f33131;
  font-weight: 600;
}

.d-dot.I > .dot {
  background-color: #109b26;
}

.d-dot.I > .text {
  color: #109b26;
  font-weight: 600;
}

.d-button {
  width: 100%;
  height: 35px;
  padding-top: 8px;
  padding-left: 19px;
  padding-right: 19px;
  text-align: center;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}

.mobile .ant-drawer-content {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.fit .ant-drawer-body {
  padding: 0px;
}

.new-card-div {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(201, 201, 201, 0.2),
    0px -1px 9px 0px rgba(214, 214, 214, 0.2);
}

.mobile-bottom-button {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #9978ae;
  height: 58px;
  padding-top: 14px;
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  z-index: 10;
}

.wrap-oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.time-div {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #f6f6f6;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
#JSTARTDATE {
  border: none !important;
  width: 100% !important;
  font-weight: 600;
  text-decoration: underline;
}

.distance-radio {
  border-radius: 5px;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  width: 32%;
  margin-bottom: 12px;
  padding: 12px;
}

.distance-radio.active,
.insurance-radio.active {
  box-shadow: 0px 0px 10.3px 0px #f1dbff;
}

.insurance-radio {
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 27px;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.full-without-footer {
  height: calc(100vh - 70px);
  overflow-y: scroll;
  width: 100%;
  background-color: white;
  padding-bottom: 70px;
}

.full-without-footer.with-button {
  padding-bottom: 50px;
}

.transparent .ant-drawer-mask {
  background-color: #ffffff00 !important;
}

.info .ant-modal-footer {
  display: none;
}

.fit .ant-modal-body {
  padding: 0px !important;
}

.info .ant-modal-content {
  border-radius: 15px !important;
}

.info2 .ant-modal-footer {
  display: none;
}

.el-drawer__header {
  display: none !important;
}

.mobile .el-drawer.btt {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.ant-modal-wrap {
  z-index: 2024 !important;
}

.vc-container.vc-blue {
  border: none !important;
  padding: 15px !important;
}

.car-tag {
  padding-top: 2px;
  border-radius: 5px;
  height: 25px;
  font-size: 13px;
  text-align: center;
  color: white;
  width: 88px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ctag {
  width: 55px;
  text-align: center;
  font-size: 8px;
  border-radius: 2px;
  padding: 2px;
}

.ctag.m0 {
  background-color: #10fe1a;
}

.ctag.m1 {
  background-color: #fff500;
}

.ctag.m2 {
  background-color: #a4ffe9;
}

.ctag.m3 {
  background-color: #b8fe22;
}

.ctag.m4 {
  background-color: #333333;
}

.rtl {
  direction: ltr !important;
}

.slider-duration-item {
  color: #5f6d7e;
  font-size: 11px;
  font-weight: 400;
  margin: 5px;
  padding-top: 17px;
}

.slider-duration-item.selected {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background: #9978ae;
  padding-top: 15px;
  box-shadow: 0px 0px 10.3px 0px #f1dbff;
}

.vue-scroll-picker-item {
  text-align: center;
  height: 40px;
  line-height: 1.2em;
  font-size: 30px;
}

.vue-scroll-picker-layer .middle {
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  bottom: calc(50% - 40px);
}
.vue-scroll-picker-layer .top {
  border-bottom: 1px solid #f5f5f6;
  height: calc(50% - 20px) !important;
}

.vue-scroll-picker-layer .bottom {
  border-top: 1px solid #f5f5f6;
  height: calc(50% - 20px) !important;
}

/*.ant-modal-mask {*/
/*  z-index: 2003 !important;*/
/*}*/

.v-modal {
  z-index: 2000 !important;
  display: none !important;
}

.main-title {
  font-size: 13px;
  font-weight: 700;
}

.sub-title {
  font-size: 11px;
  font-weight: 600;
  margin-top: 27px;
}

.contents {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 23px;
  letter-spacing: -0.1px;
}

.contents-table,
.contents-table2 {
  margin-top: 21px;
  background: #ffffff;
  width: 100%;
}
.contents-table .col-1,
.contents-table2 .col-1 {
  font-size: 10px;
  font-weight: 400;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 7px;
}

.contents-table .col-1 {
  width: 150px;
}

.contents-table2 .col-1 {
  width: 150px;
}

.contents-table .first .col-1,
.contents-table .first .col-2,
.contents-table2 .first .col-1,
.contents-table2 .first .col-2,
.contents-table2 .first .col-3 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  background: #f8f8f8;
}

.contents-table .first,
.contents-table2 .first {
  background: #f8f8f8;
}

.contents-table .highlight .col-1 {
  background: #f8f8f8;
}

.contents-table .primary .col-1,
.contents-table .primary .col-2 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.contents-table .col-2,
.contents-table2 .col-2 {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #eee;
  background: #fff;
  width: 100%;
  padding: 5px 5px 5px 10px;
}

.contents-table2 .col-2 {
  border-right: 1px solid #eee;
}

.contents-table2 .col-3 {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #eee;
  background: #fff;
  width: 150px;
  padding: 5px 5px 5px 10px;
}

.no-wrap textarea,
.no-wrap textarea:focus,
.no-wrap textarea:hover {
  border: none !important;
  outline: none;
  -webkit-box-shadow: none !important;
  padding: 20px;
}


.coupon-force-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.wrap .el-drawer__body{
  overflow: hidden;
}
