@charset "utf-8";

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(font_smart/Pretendard-Bold.subset.woff2) format("woff2");
}
@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(font_smart/Pretendard-SemiBold.subset.woff2) format("woff2");
}
@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(font_smart/Pretendard-Medium.subset.woff2) format("woff2");
}
@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(font_smart/Pretendard-Regular.subset.woff2) format("woff2");
}

/******************************** S: reset ********************************/

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
        --notch-top: env(safe-area-inset-top);
        --notch-right: env(safe-area-inset-right);
        --notch-bottom: env(safe-area-inset-bottom);
        --notch-left: env(safe-area-inset-left);
    }
}

body {
    margin: 0;
    font-family: "Pretendard", -apple-system-font, Apple SD Gothic Neo, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
}
body.smt_CN,
[lang="zh"] body,
[lang="cn"] body {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, roboto, PingFangSC, NotoSansCJKjp, Microsoft YaHei, 微软雅黑, STXihei, 华文细黑, "Helvetica Neue", "Apple SD Gothic Neo", Arial, sans-serif;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #222;
    opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin: 0;
}

p {
    margin: 0;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 0;
    list-style: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
    font-family: inherit;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    color: #222;
    background-color: #222;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #333131;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #0b0909;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: #0b0909;
    background-color: #0b0909;
    border-radius: 0.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    /* padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(222, 226, 230, 0.75);
  text-align: left; */
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -99999em;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
}

.input-font,
.slect-font,
.optgroup-font,
.textarea-font,
.btn-font {
    font-family: "Pretendard", -apple-system-font, Apple SD Gothic Neo, Helvetica, sans-serif !important;
}
input:disabled {
    color: #7e7e7d;
    background-color: #f8f8f8;
    opacity: 1;
    -webkit-appearance: none;
}
input[type="text"]::-ms-clear {
    display: none !important;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b1b1b0;
    letter-spacing: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #b1b1b0;
    opacity: 1;
    letter-spacing: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #b1b1b0;
    opacity: 1;
    letter-spacing: 0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    line-height: normal;
    letter-spacing: -0.09em;
}
textarea::-webkit-input-placeholder {
    line-height: 18px;
    letter-spacing: 0;
}
textarea:-moz-placeholder {
    line-height: normal;
    letter-spacing: 0;
}
textarea:-ms-input-placeholder {
    line-height: normal;
    letter-spacing: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"] {
    display: inline-block;
    height: 39px;
    width: 100%;
    padding: 0 8px 1px 8px;
    border: 1px solid #dde0e5;
    border-width: 0 0 1px 0;
    font-size: 14px;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    line-height: 38px;
    color: #222;
    font-weight: 400;
    transition: border-color 0.2s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
    border-color: #000;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled {
    color: #7e7e7d;
    background-color: #f8f8f8;
    opacity: 1;
    -webkit-appearance: none;
}

input[type="file"] {
    line-height: 1;
    padding: 0 7px;
    border: 1px solid #ddd;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
input:focus,
option:focus {
    outline: none;
}
input[type="button"],
button {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: none;
}

select {
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #dde0e5;
    height: 39px;
    padding: 9px 34px 9px 8px;
    text-transform: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/API_M_KO/smart_duty/common/bg/bg_select_arrow.svg) no-repeat right 8px center / 14px 14px;
}
select::-ms-expand {
    display: none;
}
[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
button:focus {
    /* background: #8d8d8d; */
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.hide {
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -99999em;
}

.point-color01 {
    color: #2bb3bf !important;
}
.top-spacing {
    margin-top: 16px !important;
}
.bot-spacing {
    margin-bottom: 16px !important;
}
/******************************** E: reset ********************************/
/*
@media (min-width: 280px) {
  html {
      font-size: 46.6666666667%;
  }
}
@media (min-width: 320px) {
  html {
      font-size: 53.3333333333%;
  }
}
@media (min-width: 360px) {
  html {
      font-size: 60%;
  }
}
@media (min-width: 375px) {
  html {
      font-size: 62.5%;
  }
}
@media (min-width: 393px) {
  html {
      font-size: 65.5%;
  }
}
@media (min-width: 410px) {
  html {
      font-size: 68.3333333333%;
  }
}
@media (min-width: 412px) {
  html {
      font-size: 68.6666666667%;
  }
}
@media (min-width: 414px) {
  html {
      font-size: 69%;
  }
}
@media (min-width: 450px) {
  html {
      font-size: 75%;
  }
} */
/******************************** S: 레이아웃 ********************************/

.display-hidden {
    display: none !important;
}
.display-block {
    display: block !important;
}

/***** s: 기본레이아웃(회원가입,로그인) *****/
.smt-duty-wrap {
    position: relative;
}
/***  s: header ***********/
.smt-duty-wrap .smt-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding-top: calc(var(--notch-top));
}
.smt-header .header_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 48px;
    padding: 12px 16px;
}
.smt-header .header_top h2 {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.smt-header .header_top .history_back {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_arrow_left.svg) no-repeat center center / 16px 16px;
}

/* .smt-header + .smart-duty-wrap {
  padding-bottom: 82px;
} */

.smt-header.smt-header--center .header_top {
    position: relative;
}
.smt-header.smt-header--center .header_top > h2 {
    width: 100%;
    text-align: center;
}
.smt-header.smt-header--center .header_top .history_back {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
/***  s: header ***********/
/***  s: 컨텐츠 영역 .smart-duty-cont-wrap ***********/
.smart-duty-cont-wrap {
    position: relative;
}
/***  e: 컨텐츠 영역 .smart-duty-cont-wrap ***********/
/***** e: 기본레이아웃(회원가입,로그인) *****/

/***** s: 팝업형식 레이아웃(결제방법, 할인내역 페이지) *****/
.smt-duty-poptype-wrap {
    position: relative;
}
/***  s: header ***********/
.smt-duty-poptype-wrap .smt-poptype-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding-top: calc(var(--notch-top));
}
.smt-poptype-header .header_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    text-align: center;
}
.smt-poptype-header .header_top h2 {
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 69.067%;
    margin: 0 auto;
    color: #222;
}

.smt-poptype-header .btn-poptype-header-close {
    position: absolute;
    top: 0;
    right: 8px;
    width: 48px;
    height: 48px;
    /* padding-top: min(0,calc(var(--notch-top) - 10px)); */
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_pop_close.svg) no-repeat center center / 24px 24px;
}
.smt-poptype-header + .smart-duty-wrap {
    padding-bottom: 82px;
}
/***  s: header ***********/
/***  s: 컨텐츠 영역 .smt-poptype-cont-wrap ***********/
.smt-poptype-cont-wrap {
    position: relative;
}
/***  e: 컨텐츠 영역 .smt-poptype-cont-wrap ***********/
/***** e: 팝업형식 레이아웃(결제방법, 할인내역 페이지) *****/

/******************************** E: 레이아웃 ********************************/

/******************************** S: 공통 UI ********************************/
/* s: 로고 */
.logo-smart-duty {
    display: inline-block;
    width: 139px;
    height: 33px;
    background: url(../../images/API_M_KO/smart_duty/logo_smart_duty.png) no-repeat center center / cover;
}
/* e: 로고 */
/* s: 버튼 */
.smt-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 0 8px;
}
.smt-btn-wrap > a,
.smt-btn-wrap > button {
    flex: 1;
    gap: 4px;
}

.smt-pop-fixed-btns .btn-border-smt,
.poptype-bot-btn-wrap .btn-border-smt,
.bot-no-fixed-btn-wrap .btn-border-smt,
.bot-fixed-btn-wrap .btn-border-smt {
    min-height: 52px;
    text-align: center;
    padding: 14px 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.smt-pop-fixed-btns .btn-bg-smt,
.poptype-bot-btn-wrap .btn-bg-smt,
.bot-no-fixed-btn-wrap .btn-bg-smt,
.bot-fixed-btn-wrap .btn-bg-smt {
    min-height: 52px;
    text-align: center;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.btn-bg-smt {
    display: inline-block;
    min-height: 40px;
    text-align: center;
    padding: 9px 10px;
    border-radius: 4px;
    background: #2bb3bf;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: inherit;
    transition: background-color 0.2s;
}

.btn-bg-smt:active {
    background: #007782;
}
button.btn-bg-smt:disabled {
    background: #e5e5e5;
}
/* .btn-basic-smt {
  display: inline-block;
  min-width: 49px;
  padding: 9px 10px;
  height: 40px;
  border: 1px solid #e5e5e5;;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #626261;
  line-height: 21px;
  font-family: inherit;
} */
.btn-border-smt {
    display: inline-block;
    min-width: 49px;
    min-height: 40px;
    text-align: center;
    padding: 9px 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #626261;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: inherit;
    transition: background-color 0.2s;
}
.btn-border-smt02 {
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 9px 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #2bb3bf;
    color: #2bb3bf;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: inherit;
}

/* a.btn-bg-smt,
a.btn-border-smt {
  text-decoration: none;
} */
a.btn-bg-smt:hover {
    color: #fff;
}
a.btn-border-sm.btn-disaled,
button.btn-border-smt:disabled {
    background: #f8f8f8;
    color: #d3d3d3;
    border-color: #eee;
}

a.btn-border-sm:active,
button.btn-border-smt:active {
    background: #eee;
}

/* 비밀번호(view) 버튼 */
.btn-psw-view-status {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff url(../../images/API_M_KO/smart_duty/common/icon/icon_password_secreat.svg) no-repeat 50% 50% / 24px 24px;
}
.btn-psw-view-status.psw-view {
    background-image: url(../../images/API_M_KO/smart_duty/common/icon/icon_password_view.svg);
}
/* 비밀번호 삭제 버튼 */
.btn-psw-remove {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_input_remove.svg) no-repeat 50% 50% / 20px 20px;
}
/* e: 버튼 */
/* s: 체크박스 */
.smt-checkbox {
    position: relative;
    display: inline-block;
}
.smt-checkbox label {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding-left: 28px;
    font-size: 14px;
    line-height: 21px;
    color: #222;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 500;
}
.smt-checkbox label span {
    color: #1b1e23;
}
.smt-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    isolation: isolate;
    overflow: hidden;
    background: #fff url(../../images/API_M_KO/smart_duty/common/icon/icon_smart_duty_check.svg) no-repeat center center / 12px 12px;
    transform: translateY(-50%);
    /* transition: all  0.2s; */
    /* -webkit-transition:border 0.15s ease-in-out, color 0.15s ease-in-out;-o-transition:border 0.15s ease-in-out, color 0.15s ease-in-out;transition:border 0.15s ease-in-out, color 0.15s ease-in-out; */
}
.smt-checkbox.round label:before {
    border-radius: 50%;
}
.smt-checkbox.round label:before {
    background-color: #dadada;
}
.smt-checkbox.round label:after {
    content: "";
}
.smt-checkbox label:after {
    position: absolute;
    top: 6px;
    left: 5px;
    display: none;
    width: 12px;
    height: 8px;
    background-position: 0 -90px;
}
.smt-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    opacity: 0 !important;
    outline: 0;
}
.smt-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #2bb3bf;
    border-color: #2bb3bf;
    background-image: url(../../images/API_M_KO/smart_duty/common/icon/icon_smart_duty_check_white.svg);
}
.smt-checkbox input[type="checkbox"]:checked + label:after {
    display: block;
}
.smt-checkbox input[type="checkbox"]:disabled + label {
    color: #d3d3d3;
}
.smt-checkbox input[type="checkbox"]:disabled + label:before {
    background-color: #ffffff;
    cursor: not-allowed;
    background-image: url(../../images/API_M_KO/smart_duty/common/icon/icon_smart_duty_check.svg);
    /* background-image: url(../../images/API_M_KO/smart_duty/common/icon/icon_smart_duty_check_disabled.svg); */
    border-color: #dadada;
}
.smt-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background-color: #ddd;
    border-color: #ddd;
    cursor: not-allowed;
}
.smt-checkbox.no_label label {
    min-height: 23px;
    font-size: 0;
    line-height: 0;
}
.smt-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 36px;
}
.smt-termbox-row .smt-checkbox-list {
    margin-top: 14px;
}
/* e: 체크박스 */

/* s: 페이지 상단 인사말 .smt-duty-greeting */
.smt-duty-greeting {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    color: #626261;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.smt-duty-greeting .logo-smart-duty {
    margin-bottom: 10px;
}
.smt-duty-greeting__text {
    text-align: left;
}
.smart-duty-join-wrap img {
    width: auto;
    max-width: 100%;
}
.smart-duty-cont-wrap .bot-fixed-btn-wrap {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    padding: 12px 20px 20px 20px;
    /* padding-bottom: calc( env(safe-area-inset-bottom) + 20px); */
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
}
.smart-duty-cont-wrap .bot-fixed-btn-wrap.no-shadow-type {
    padding-top: 0;
    padding-bottom: 22px;
    box-shadow: none;
    height: auto;
}
.bot-no-fixed-btn-wrap {
    padding: 12px 20px 20px 20px;
    width: 100%;
}
.smt-pop-fixed-btns > button,
.smt-pop-fixed-btns > a,
.bot-no-fixed-btn-wrap > button,
.bot-no-fixed-btn-wrap > a,
.bot-fixed-btn-wrap > button,
.bot-fixed-btn-wrap > a {
    width: 100%;
}

/* e: 페이지 상단 인사말 .smt-duty-greeting */
/* s: 가입,로그인폼(.smart-join-form-wrap) */
.smart-join-form-wrap {
    padding: 28px 20px 0 20px;
}
.smart-duty-form .join-row {
    position: relative;
}
.smart-duty-form .join-row.mail_type {
    border-top-color: #e6e6e6 !important;
}
.smart-duty-form .join-row + .join-row {
    margin-top: 36px;
}
.smart-duty-form .join-row input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b0;
    line-height: 21px;
}
.smart-duty-form .join-row input[disabled="disabled"],
.smart-duty-form .join-row input[disabled],
.smart-duty-form .sel select:disabled {
    background-color: #f7f7f7 !important;
    color: #999 !important;
    opacity: 1;
}
.smart-duty-form .join-row input.datepicker[disabled="disabled"],
.smart-duty-form .join-row input.datepicker[disabled] {
    background-color: #fff !important;
}
.input-error-msg {
    position: relative;
    top: -1px;
    z-index: 1;
    padding-left: 8px;
    padding-top: 8px;
    line-height: 17px;
    color: #ff754a;
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #ff754a;
}
.join-row.tb_block {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.join-row__tit {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #222;
}
.join-input-wrap {
    position: relative;
}
.join-input-wrap .btn-psw-remove {
    position: absolute;
    bottom: 8px;
    right: 38px;
}
.join-input-wrap .btn-psw-view-status {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.join-input-wrap input:focus {
    border-color: #000;
}
.phone-input-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 8px;
}
.phone-custom-select {
    width: 116px;
}
.wrap-add-dropdown .fake-dropdown::before,
.wrap-add-dropdown .btn-dropdown::before {
    background-image: url(../../images/API_M_KO/smart_duty/common/bg/bg_select_arrow.svg);
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    transition: all 0.4s;
}
.wrap-pos-add-dropdown .list-dropdown {
    max-height: 230px;
}
.wrap-pos-add-dropdown .wrap-list-dropdown {
    border-color: #e5e5e5;
}
.wrap-add-dropdown .fake-dropdown.active,
.wrap-add-dropdown .btn-dropdown.active {
    font-size: 14px;
    font-weight: 400;
    color: #222;
}
.wrap-pos-add-dropdown .list-dropdown > li button {
    color: #222;
    padding: 12px 8px;
    font-weight: 400;
}
.wrap-pos-add-dropdown .list-dropdown > li.is-selected button {
    font-size: 14px;
    font-weight: 400;
    background: #f8f8f8;
}
.wrap-pos-add-dropdown.wrap-pos-add-dropdown--phone-custom-select {
    right: 20px;
    width: auto!important
}
.phone-input-wrap > select {
    margin-right: auto;
}
.phone-input-wrap > .phon-input {
    flex: 1;
}
/* e: 가입,로그인폼(.smart-join-form-wrap) */

/* s: 아이디 비번찾기 링크 버튼(.find-link-wrap) */
.find-link-wrap {
    text-align: right;
    margin-top: 32px;
}
.find-link-wrap .find-link-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
/* .find-link-wrap .find-link-list > li {
} */
.find-link-wrap .find-link-list > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #222;
    text-decoration: none;
}
.find-link-wrap .find-link-list > li:first-child > a {
    padding-right: 6px;
}
.find-link-wrap .find-link-list > li:not(:first-child) > a {
    padding-left: 6px;
}
.find-link-wrap .find-link-list > li:not(:first-child) > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #e1e1e0;
}
/* e: 아이디 비번찾기 링크 버튼(.find-link-wrap) */

/* s: 약관 박스 */
.smt-duty-term-wrap .smt-duty-termbox {
    padding: 24px 20px;
    background: #f8f8f8;
    overflow: hidden;
    border-radius: 8px;
}
.smt-termbox-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #626261;
    font-size: 14px;
    font-weight: 500;
}
.smt-termbox-row:not(.all-checkbox-wrap) .smt-termbox-row__left {
    flex: 1;
}
.smt-termbox-row__left {
    margin-right: auto;
    word-break: keep-all;
    /* width: 53%; */
    flex: 1;
}
.smt-termbox-row__cont {
    width: 100%;
    line-height: 21px;
}
.smt-termbox-row button,
.smt-termbox-row a {
    margin-left: auto;
}
.smt-termbox-row .all-checkbox-wrap {
}
.all-checkbox-wrap .allcheck-label {
    color: #0c9dab;
    font-weight: 600;
    padding-left: 28px;
}
.smt-termbox-row .smt-checkbox label span {
    color: #626261;
    padding-right: 2px;
}
.smt-termbox-row .btn-link-style {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding-right: 18px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_arrow_term_right.svg) no-repeat right center / 12px 12px;
    color: #626261;
    width: 68px;
    text-align: right;
}
.smt-termbox-row.first-checkbox-wrap,
.smt-termbox-row.all-checkbox-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e0;
    margin-bottom: 20px;
}
.smt-termbox-row + .smt-termbox-row {
    margin-top: 14px;
}

/* @media (max-width: 350px) {
  .essential-agree-termbox  .smt-termbox-row .btn-link-style {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    width: 22px;
    height: 18px;
  }
} */

/* e: 약관 박스 */
/* s: 약관 하단 노트 */
.smt-duty-term-note {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 21px;
}
/* e: 약관 하단 노트 */

/* s: bullit 리스트(포인트 사용금액 에서 사용중)  */
.smt-lst-wrap {
    position: relative;
}
.smt-lst-wrap .smt-lst-tit {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.smt-bullit-lst > li {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #999898;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_bullet_list.svg) no-repeat 0 -1px / 16px 16px;
}
/* e: bullit 리스트 */

/* s: 아코디언(디폴트 할인내역 스타일) */
.smt-accordion__tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 24px;
    position: relative;
    font-size: 16px;
}
.smt-accordion__tit .accordion-btn {
    overflow: hidden;
    width: 100%;
    z-index: 1;
    text-align: right;
    position: relative;
}
.smt-accordion__tit .accordion-btn.js-accordion-btn {
    padding-right: 16px;
}
.smt-accordion__tit .accordion-btn.js-accordion-btn::after {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 12px;
    height: 12px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/ico_accordion_arrow.svg) no-repeat center center / 12px 12px;
    content: "";
}
.smt-accordion__tit [aria-expanded="true"].accordion-btn::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    z-index: -1;
}
.smt-accordion__tit + .smt-accordion__cont {
    padding-top: 16px;
}
.smt-accordion__cont[role="region"] {
    display: none;
    color: #788497;
    line-height: 1.75;
}
.smt-accordion__cont[role="region"] .payment_tab + .odform.type-1 {
    margin-top: 40px;
}
.smt-accordion__cont[role="region"].is-active {
    display: block;
}
.smt-accordion__label {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #222;
}
.smt-accordion__dollar {
    display: inline-block;
    vertical-align: middle;
    color: #ff754a;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    word-wrap: break-word;
    word-break: break-all;
}
.smt-accordion__money {
    display: inline-block;
    vertical-align: middle;
    color: #7e7e7d;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    word-wrap: break-word;
    word-break: break-all;
}
/* e: 아코디언(디폴트 할인내역 스타일) */
/* s: .smt-detail-list */
.smt-detail-list-wrap {
    overflow: hidden;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 4px;
}
.smt-detail-list > li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #7e7e7d;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
}
.smt-detail-list > li:not(:first-child) {
    margin-top: 8px;
}
.smt-detail-list__left {
    position: relative;
    padding-left: 13px;
    padding-right: 4px;
    margin-right: auto;
    max-width: 47%;
    word-wrap: break-word;
    word-break: keep-all;
}
.smt-detail-list__left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 17px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_sub_list_bullit.svg) no-repeat 0 0 / 11px 16px;
}
.smt-detail-list__right {
    margin-left: auto;
    text-align: right;
    max-width: 53%;
}
.smt-detail-list__right p {
    word-wrap: break-word;
    word-break: keep-all;
}
.smt-detail-list__right p > span {
    display: inline;
}
/* e: .smt-detail-list */

/* s: 유의사항 리스트 */
.smt-attention {
    overflow: hidden;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 4px;
    margin-top: 14px;
}
.smt-attention__lst > li {
    position: relative;
    padding-left: 16px;
    color: #7e7e7d;
    font-size: 12px;
    font-weight: 400;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_bullet_list.svg) no-repeat 0 -1px / 16px 16px;
    line-height: normal;
    word-break: keep-all;
}

.smt-attention__lst > li .reference-txt {
    margin-left: -16px;
    margin-top: 5px;
}
.smt-attention__tit {
    margin-bottom: 8px;
    padding: 2px 0 2px 0;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}
.smt-attention__lst > li:not(:first-child) {
    margin-top: 5px;
}
/* e: 유의사항 리스트 */

/* s: 뱃지 */
.smt-badge {
    overflow: hidden;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 19px;
    padding: 0 6px;
    color: #2bb3bf;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.55px;
    background: #eaf8f9;
}
/* e: 뱃지 */

/* s: 커스텀 셀렉트 - 옵션 체크박스 있을때 */
.smt-select-wrap {
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}
.smt-select-btn {
    text-align: left;
    width: 100%;
    position: relative;
    height: 40px;
    padding: 9px 16px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_select_arrow_bot.svg) no-repeat 97% 14px / 14px 14px;
}

.smt-select-btn.js-smt-select-btn--open {
    background-image: url(../../images/API_M_KO/smart_duty/common/icon/icon_select_arrow_top.svg);
}
.smt-select-options {
    border-top: 1px solid #e5e5e5;
}
.smt-select-options {
    padding: 10px 16px;
}
.smt-select-options > li:not(:first-child) {
    margin-top: 11px;
}
/* e: 커스텀 셀렉트 - 옵션 체크박스 있을때 */
/* 페이 아이콘 */
.icon-alipay {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_alipayx4.png) no-repeat center center / 100% 100%;
    vertical-align: middle;
}
.icon-wechatpay {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_wechatpay.svg) no-repeat center center / 100% 100%;
    vertical-align: middle;
}

/* s: 상품 리스트 */

.smt-prd-lst > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 16px;
}
.orderable-prd .smt-prd-lst > li:not(:first-child) {
    padding-top: 16px;
    border-top: 1px dashed #e5e5e5;
}
.smt-prd-lst__thumb {
    position: relative;
    overflow: hidden;
    margin-right: auto;
    display: block;
    border-radius: 4px;
    width: 52px;
    height: 52px;
    text-align: center;
    padding: 4px;
}
.smt-prd-lst__thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(12, 54, 122, 0.04);
}
.smt-prd-lst__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.smt-prd-lst__cont {
    padding-left: 12px;
    width: calc(100% - 52px);
}
.smt-prd-lst__label {
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    color: #222;
}

.smt-prd-lst__name {
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 상품 개수, 가격 정보 */
.smt-prd-info-lst {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.smt-prd-info-lst > li {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    font-size: 13px;
}
.smt-prd-info-lst__num {
    font-size: 13px;
    color: #7e7e70;
    font-weight: 500;
    line-height: 19px;
}
.smt-prd-info-lst__dolor {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    color: #222;
}
.smt-prd-info-lst__dolor em {
    font-style: normal;
}
.smt-prd-info-lst__won {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #7e7e7d;
    font-weight: 500;
    line-height: 18px;
    margin-left: 3px;
}
.smt-prd-info-lst__won em {
    font-style: normal;
}
.smt-prd-info-lst > li:not(:first-child) {
    padding-left: 8px;
}
.smt-prd-info-lst > li:not(:first-child):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background: #d9d9d9;
}
/* e: 상품 리스트 */
/* 당구장 텍스트 */
.reference-txt {
    position: relative;
    font-weight: 700;
    line-height: 19px;
    word-wrap: break-word;
    word-break: break-all;
    padding-left: 16px;
}
.reference-txt::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    margin-right: 3px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_reference_mark.svg) no-repeat center center / 100% 100%;
}
/******************************** E: 공통 UI ********************************/

/******************************** S: 팝업 ********************************/
/* s: full 팝업 */
.smt-pop {
    display: none;
}
.smt-pop.smt-pop-open {
    display: block;
}
body.popup-open {
    height: 100vh;
    overflow: hidden;
}
.smt-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    background: rgba(0, 0, 0, 0.7);
}
/* s: .smt-pop 디폴트(full 팝업이 아닐 때) */
.smt-pop:not(.smt-pop--full) .smtpop-body {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    width: auto;
    height: 88%;
    transform: translateY(-50%);
    overflow: hidden;
}

.smt-pop:not(.smt-pop--full) .smtpop-body .smt-pop-cont {
    max-height: calc(100% - 48px);
    overflow-y: auto;
}
/* e: .smt-pop 디폴트(full 팝업이 아닐 때) */

.smt-pop.smt-pop--full {
    background: #fff;
}
.smt-pop--full .smt-pop__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding-top: calc(var(--notch-top));
    z-index: 10;
    background: #fff;
}

.smt-pop--full .smtpop-body {
    height: 100%;
}
.smt-pop__inner {
    position: relative;
    width: 100%;
    height: 100%;
    /* padding: 0 0 65px; */
}

.smt-pop--full .smt-pop-cont {
    height: 100%;
    height: calc(100vh - 20px);
    padding-top: 48px;
    padding-top: calc(var(--notch-top) + 48px);
}
.smt-pop__inner.bg-gray {
    background: #f8f8f8;
}
.smt-pop__inner.bg-gray .smt-pop__header {
    background: #fff;
}
.smt-pop__header {
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
}
.smt-pop__tit {
    overflow: hidden;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 23px;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 69.067%;
    margin: 0 auto;
}

/* .smt-pop .smt-pop-cont {
  height: calc(100vh - 48px);
} */
.smt-pop__header .btn-close-smt-pop {
    position: absolute;
    top: 0;
    right: 8px;
    width: 48px;
    height: 48px;
    margin-top: clamp(0px, 60px, calc(var(--notch-top) - 10px));
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_pop_close.svg) no-repeat center center / 24px 24px;
}
.smt-pop-cont__inner {
    height: 100%;
    overflow-y: auto;
    font-size: 13px;
    color: #7e7e7d;
    font-weight: 400;
    line-height: 19px;
}
.smt-pop-cont .smt-pop-fixed-btns {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    padding: 12px 20px 20px 20px;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
}
.smt-pop--full {
    /* padding-bottom: 65px; */
}

/* e: full 팝업*/

/* s: alert 팝업 */
.smt-alert-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    background: rgba(0, 0, 0, 0.7);
}
.smt-alert-pop.smt-pop-open {
    display: block;
}
.smt-alert-pop__inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.smt-alert {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    border-radius: 6px;
}
.smt-alert__inner {
    background: #fff;
    padding: 32px 20px 20px;
}
.sms-alert-pop .smt-alert__inner {
    padding: 32px 20px;
}
.smt-alert .btn-close-alert {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: url(../../images/API_M_KO/smart_duty/common/icon/icon_pop_close_small.svg) no-repeat center center / 32px 32px;
}

.smt-alert__header {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding-bottom: 12px;
}
.smt-alert__cont {
    /* padding-bottom: 24px; */
    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
}
.smt-alert__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
    margin-top: 24px;
}
.smt-alert__btns .btn-basic-smt,
.smt-alert__btns .btn-bg-smt,
.smt-alert__btns .btn-border-smt {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    line-height: 23px;
}
.smt-alert__btns > a,
.smt-alert__btns > button {
    flex: 1;
}
.smt-pop-notice {
    text-align: center;
}
.smt-pop-noticbox {
    overflow: hidden;
    margin-top: 12px;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 16px 6px;
    line-height: 23px;
}
.smt-pop-noticbox__spot {
    color: #222;
    font-weight: 700;
}
/* e: alert 팝업 */

/******************************** E: 팝업 ********************************/

/********************** S: 영문(.smt_EN)  **********************/
.smt_EN .poptype-bot-btn-wrap .btn-bg-smt,
.smt_EN .bot-no-fixed-btn-wrap .btn-bg-smt,
.smt_EN .bot-fixed-btn-wrap .btn-bg-smt {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}
[lang="en"] .join-input-wrap input[type="password"],
.smt_EN .join-input-wrap input[type="password"] {
    padding-right: 38px;
}

/********************** E: 영문(.smt_CN)  **********************/

/********************** S: 중문(.smt_CN)  **********************/
.smt_CN .smt-termbox-row__left .smt-checkbox {
    word-wrap: break-word;
    word-break: break-all;
}
/********************** E: 중문(.smt_CN)  **********************/

/* 겔럭시 폴드 대응 */
@media (max-width: 350px) {
    .smt-alert__btns {
        flex-direction: column;
        gap: 8px;
    }
    .smt-alert__btns > a,
    .smt-alert__btns > button {
        width: 100%;
    }
    .smt-termbox-row:not(.all-checkbox-wrap) .smt-termbox-row__left {
        max-width: 72.322%;
    }

    .smt-detail-list__right {
        max-width: 50%;
    }
}
@media (max-width: 290px) {
    .smt-header .header_top .history_back {
        margin-right: 6px;
    }
    .smt-header .header_top h2 {
        font-size: 16px;
    }

    .smt-termbox-row:not(.all-checkbox-wrap) .smt-termbox-row__left {
        max-width: 64%;
    }
}
@media (max-width: 310px) {
    .smt-alert {
        width: calc(100% - 76px);
    }
}
