@import url(./fonts.css);
@import url(./layout.css);
@import url(./animation.css);

:root {
    --base-height: 100vh;
    --footer-height: 0;
    --header-height: 81;
    --base-padding: 60px;
    --content-wrapper: 1290px;
    --layout-height: 0;
    --main-top-section: 0;
}

html,
body,
div,
ul,
li,
p,
h3,
h1,
h2,
h4,
h5 {
    padding: 0;
    margin: 0;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
optgroup,
select,
button {
    cursor: pointer;
}
input::-webkit-input-placeholder {
    color: #a3abb0;
    font-weight: 400;
}
textarea::-webkit-input-placeholder {
    color: #a3abb0;
    font-weight: 400;
}
input::-ms-input-placeholder {
    color: #a3abb0;
    font-weight: 400;
}
textarea::-ms-input-placeholder {
    color: #a3abb0;
    font-weight: 400;
}
input::-moz-placeholder {
    color: #a3abb0;
    font-weight: 400;
}
textarea::-moz-placeholder {
    color: #a3abb0;
    font-weight: 400;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
img {
    vertical-align: top;
}
body {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    overscroll-behavior-y: none;
}
caption {
    display: none;
}
button,
a {
    touch-action: manipulation;
}
font {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    outline: none;
}
* {
    font-family:
        'Josefin Sans',
        '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;
    line-height: normal;
    color: #1d222c;
    box-sizing: border-box;
    font-weight: normal;
    font-weight: normal;
    word-break: keep-all;
}
i,
em {
    line-height: inherit;
    font-style: normal;
}
.blind {
    font-size: 0 !important;
    color: transparent !important;
}
span,
i,
strong,
q {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}
q::before,
q::after {
    content: none;
}
b {
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    border: none;
    background-color: transparent;
}
#wrap {
    min-height: var(--base-height);
    position: relative;
    overflow: hidden;
}
.aos {
    opacity: 0;
}

.aos.action {
    opacity: 1;
}

a[href^='tel'],
a[href^='mailto'],
a[href^='geo'] {
    text-decoration: none;
    color: inherit;
    pointer-events: none;
    cursor: default;
}

section {
    padding: 0 var(--base-padding);
    position: relative;
    z-index: 1;
}

/* comm-wrapper */
.comm-wrapper {
    width: 100%;
    max-width: var(--content-wrapper);
    margin: 0 auto;
}

/* section padding */
.sec-recom__cont {
    padding-top: 84px;
    padding-bottom: 182px;
}

.sec-main-hot__cont {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec-main-news__cont {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec-partners__cont {
    padding-top: 86px;
    padding-bottom: 60px;
}

.sec-search-list__cont {
    padding-top: 180px;
    padding-bottom: 180px;
}

.sec-prd-detail__cont {
    padding-top: 80px;
    padding-bottom: 200px;
}

.sec-detail-related__cont {
    padding-bottom: 167px;
}

.sec-board-list__cont {
    padding-top: 100px;
    padding-bottom: 130px;
}

.sec-board-detail__cont {
    padding-top: 100px;
    padding-bottom: 130px;
}

.sec-customer__cont {
    padding-top: 100px;
    padding-bottom: 130px;
}

.sec-account__cont {
    padding-top: 100px;
    padding-bottom: 130px;
}

.sec-compnay-top__cont {
    padding-top: 120px;
    padding-bottom: 200px;
}

.sec-policy__cont {
    padding-top: 120px;
    padding-bottom: 200px;
}

.sec-recom,
.sec-main-news {
    background-color: #fff;
}

.sec-main-hot,
.sec-partners {
    background-color: #f7f7f7;
}

.sec-keyvisual {
    z-index: 2;
}

/* comm title */
.comm-title {
    text-align: center;
}

.comm-title--align-left {
    text-align: left;
}

.comm-title__sub {
    color: #ed2027;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.comm-title__title {
    color: #161e2d;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
}

/* comm-tab */
.comm-tab__cont {
    display: none;
    animation: showUp 0.6s forwards ease-in-out;
}

.comm-tab__cont.current {
    display: block;
}

/* btn */

.btn-wrap {
    text-align: center;
    font-size: 0;
}

.btn-wrap--flex {
    display: flex;
    align-items: center;
}

.btn-wrap--flex > * + * {
    margin-left: 20px;
}

.btn-wrap--flex-between {
    justify-content: space-between;
}

.btn-wrap__inner {
    display: flex;
}

.btn-wrap__inner > * + * {
    margin-left: 20px;
}

.btn-basic {
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    border: 1px solid transparent;
    background: transparent;
    line-height: 46px;
    padding: 0 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.btn-basic.btn-red {
    border-color: #ed2027;
    background: #ed2027;
    color: #fff;
}

.btn-basic.btn-red:hover {
    border-color: #c91117;
    background: #c91117;
}

.btn-basic.btn-gray {
    border-color: #5c6368;
    background: #5c6368;
    color: #fff;
}

.btn-basic.btn-gray:hover {
    border-color: #494e52;
    background: #494e52;
}

.btn-ico {
    padding-left: 28px;
    position: relative;
    color: #161e2d;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Pretendard';
}

.btn-ico::before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-ico--remove::before {
    background-image: url(../img/assets/ico-btn-remove.svg);
}

.btn-ico--write::before {
    background-image: url(../img/assets/ico-btn-write.svg);
}

.btn-wrap--align-right {
    text-align: right;
}

.btn-wrap--align-left {
    text-align: left;
}

/* paging */
.paging {
    display: flex;
    justify-content: center;
}

.paging a {
    display: inline-block;
    vertical-align: top;
    font-family: 'Pretendard';
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    color: #161e2d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.paging a.paging__prev {
    background-image: url(../img/assets/img-paging-prev.svg);
}

.paging a.paging__next {
    background-image: url(../img/assets/img-paging-next.svg);
}

.paging a.current {
    background: #656565;
    color: #fff;
}

.paging ul {
    font-size: 0;
    margin: 0 8px;
}

.paging ul li {
    display: inline-block;
    vertical-align: top;
}

.paging ul li + li {
    margin-left: 8px;
}

/* comm-clip */
.comm-clip {
    position: relative;
}

.comm-clip__wrapper {
    width: 100%;
    padding-top: 56.25%;
}

.comm-clip__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* form-basic */
.form-basic__row {
    display: flex;
}

.form-basic__row--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 20px;
    -ms-row-gap: 20px;
}

.form-basic__row--grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 20px;
    -ms-row-gap: 20px;
}

.form-basic__row--grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-template-columns: repeat(6, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 20px;
    -ms-row-gap: 20px;
}

.form-basic__row--grid .form-basic__col {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.form-basic__col.form-basic__col--grid2 {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
}

.form-basic__col.form-basic__col--grid3 {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
}

.form-basic__row + .form-basic__row {
    margin-top: 30px;
}

.form-basic__col {
    flex: 1;
    min-width: 0;
}

.form-basic__label {
    margin-bottom: 8px;
}

.form-basic__label p {
    color: #161e2d;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.form-basic__col.required .form-basic__label p::after {
    content: '*';
    color: #ed2027;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.form-basic__col + .form-basic__col {
    margin-left: 12px;
}

.form-basic__row--grid .form-basic__col + .form-basic__col,
.form-basic__row--grid5 .form-basic__col + .form-basic__col,
.form-basic__row--grid4 .form-basic__col + .form-basic__col,
.form-basic__row--grid6 .form-basic__col + .form-basic__col {
    margin-left: 0;
}

.form-basic__field--flex {
    display: flex;
}

.form-basic__field--flex .form-basic__field-select {
    flex: 0 0 170px;
    margin-right: 15px;
}

.form-basic__field--flex .form-basic__field-text {
    flex: 1;
}

.form-basic__field-text--flex {
    display: flex;
}

.form-basic__field-text--flex > * + * {
    margin-left: 20px;
}

.form-basic__field-text input[type='text'],
.form-basic__field-text input[type='password'],
.form-basic__field-text input[type='number'],
.form-basic__field-text input[type='date'] {
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    font-family: 'Pretendard';
    background: #fff;
    height: 48px;
    width: 100%;
    padding: 0 17px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.form-basic__field-text input[type='text']:read-only,
.form-basic__field-text input[type='password']:read-only,
.form-basic__field-text input[type='number']:read-only,
.form-basic__field-text input[type='date']:read-only {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 0;
}

.form-basic__field-text input[type='text']:disabled,
.form-basic__field-text input[type='password']:disabled,
.form-basic__field-text input[type='number']:disabled,
.form-basic__field-text input[type='date']:disabled {
    background-color: #f4f4f4;
    border-radius: 8px;
    border: none;
    border: 1px solid #e4e4e4;
    padding: 0 17px;
}

.form-basic__field-text input[type='text'] + label,
.form-basic__field-text input[type='password'] + label,
.form-basic__field-text input[type='number'] + label,
.form-basic__field-text input[type='date'] + label,
.form-basic__field-text input[type='hidden'] + label {
    display: none;
}

.form-basic__field-text textarea {
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    font-family: 'Pretendard';
    background: #fff;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 17px;
    height: 100px;
    resize: none;
}

.form-basic__field-text--password {
    position: relative;
}

.btn-show-password {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 20px;
    height: 20px;
    font-size: 0;
    color: transparent;
    background-image: url(../img/assets/ico-btn-password-hidden.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-show-password.showing {
    background-image: url(../img/assets/ico-btn-password-show.svg);
}

.form-basic__field-select select {
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    font-family: 'Pretendard';
    background: #fff;
    height: 48px;
    width: 100%;
    padding: 0 17px;
    padding-right: 45px;
    color: #a3abb0;
    font-size: 16px;
    font-weight: 400;
    background-image: url(../img/assets/ico-angle-filter.svg);
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.form-basic__field-select select.active {
    color: #000;
}

.form-basic__field-select select:disabled {
    background-color: #f4f4f4;
}

.form-basic__field--date {
    display: flex;
    align-items: center;
}

.form-basic__field--date .form-basic__field-text {
    flex: 1;
}

.form-basic__field-sep {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    font-family: 'Pretendard';
    flex: 0 0 20px;
}

.form-basic__tip {
    margin-top: 14px;
    color: #161e2d;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.form-basic__error {
    margin-top: 14px;
    color: #161e2d;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.form-basic__tip + .form-basic__error {
    margin-top: 0;
}

.form-basic__field-editor {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.form-basic__field-attach {
    display: flex;
}

.form-basic__attach-field {
    flex: 1;
}

.form-basic__attach-name {
    margin-right: 20px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 17px;
}

.form-basic__attach-name span {
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Pretendard';
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.form-basic__attach-name.active span {
    color: #000;
}

.form-basic__attach-name + .form-basic__attach-field {
    flex: none;
}

.form-basic__file-multiple {
    display: none;
}

.form-basic__file-single {
    display: none;
}

.form-basic__file-multiple + label {
    cursor: pointer;
}

.form-basic__thumbnails {
    margin-top: 12px;
}

.form-basic__attach-list {
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    background: #f7f7f7;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    -ms-grid-template-columns: repeat(8, 1fr);
    column-gap: 12px;
    -ms-column-gap: 12px;
    row-gap: 12px;
    -ms-row-gap: 12px;
    min-height: 124px;
    position: relative;
}

.form-basic__attach-list > p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #494e52;
    padding: 20px;
    text-align: center;
}

.form-basic__attach-item {
    width: 100%;
    padding-top: 59%;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.form-basic__attach-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-basic__attach-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background-image: url(../img/assets/ico-btn-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-color: #fff;
    font-size: 0;
    color: transparent;
}

.form-basic-foot {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-basic-foot__label {
    margin-right: 45px;
    max-width: 200px;
}

.form-basic-foot__label p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.form-basic-foot__field {
    display: flex;
    align-items: center;
}

.form-basic-foot__left {
    display: flex;
    align-items: center;
}

.form-basic-foot__checkbox + .form-basic-foot__checkbox {
    margin-left: 30px;
}

.form-basic-foot__checkbox input {
    display: none;
}

.form-basic-foot__checkbox input + label {
    padding-left: 30px;
    position: relative;
    color: #161e2d;
    font-size: 16px;
    font-weight: 400;
    height: 19px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.form-basic-foot__checkbox input + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(../img/assets/ico-option-checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-basic-foot__checkbox input:checked + label::before {
    background-image: url(../img/assets/ico-option-checkbox-checked.svg);
}

.form-basic__field-radio {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 48px;
}

.form-basic-foot__radio input {
    display: none;
}

.form-basic-foot__radio input + label {
    padding-left: 30px;
    position: relative;
    color: #161e2d;
    font-size: 16px;
    font-weight: 400;
    height: 19px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.form-basic-foot__radio input + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(../img/assets/ico-option-checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-basic-foot__radio input:checked + label::before {
    background-image: url(../img/assets/ico-option-checkbox-checked.svg);
}

/* comm-table */
.comm-table {
    border-radius: 16px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}
.col-auto {
    width: auto;
}
.col-id {
    width: 140px;
}
.col-btn {
    width: 100px;
}
.col-recom {
    width: 100px;
}
.col-state {
    width: 140px;
}
.col-state-select {
    width: 180px;
}
.col-checkbox {
    width: 75px;
}
.col-select {
    width: 135px;
}
.col-profile {
    width: 150px;
}
.col-mobile {
    width: 200px;
}
.col-email {
    width: 260px;
}
.col-date {
    width: 150px;
}
.col-status {
    width: 140px;
}
.comm-table thead th {
    height: 40px;
    color: #161e2d;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    background: #f7f7f7;
    padding: 0 20px;
}

.comm-table thead th:first-child {
    padding-left: 35px;
}

.comm-table thead th:last-child {
    padding-right: 35px;
}

.comm-table .th-left {
    text-align: left;
}

.comm-table .td-left {
    text-align: left;
}

.comm-table tbody td {
    height: 60px;
    color: #161e2d;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 20px;
}

.comm-table tbody td:first-child {
    padding-left: 35px;
}

.comm-table tbody td:last-child {
    padding-right: 35px;
}

.comm-table tbody td + td {
    border-left: 1px solid #e4e4e4;
}

.comm-table tbody tr + tr td {
    border-top: 1px solid #e4e4e4;
}

.comm-table-foot {
    padding: 20px;
    border-top: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
}

.comm-table-foot--algn-center {
    justify-content: center;
}

.comm-table-foot .btn-wrap--align-right {
    flex: 1;
}

.comm-table-foot .btn-wrap--align-right > * + * {
    margin-left: 10px;
}

.comm-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image: url(../img/assets/ico-option-checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.comm-checkbox + label {
    display: none;
}

.comm-checkbox:checked {
    background-image: url(../img/assets/ico-option-checkbox-checked.svg);
}

.comm-select {
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    background: #fff;
    height: 48px;
    line-height: 46px;
    width: 100%;
    padding: 0 17px;
    padding-right: 45px;
    font-family: 'Pretendard';
    font-size: 16px;
    background-image: url(../img/assets/ico-angle-filter.svg);
    background-position: calc(100% - 17px) center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.table-board {
    padding: 23px 0;
    display: inline-flex;
    flex-direction: column;
}

.table-board__title {
    color: #161e2d;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.table-board__title:hover {
    color: #c91117;
}

.table-board__desc {
    color: #5c6368;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.table-member {
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.table-member:hover {
    color: #c91117;
}

/* dialog */
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    padding: 50px;
    display: flex;
    animation: showOpacity 0.3s forwards;
}

.dialog__wrapper {
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 50px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    font-family: 'Pretendard';
    animation: showUp 0.3s forwards;
}

.dialog__title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    font-family: 'Pretendard';
}

.dialog__desc {
    margin-top: 10px;
    color: #171717;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}

.dialog .btn-wrap {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog .btn-wrap > * {
    flex: 1;
    justify-content: center;
    max-width: 160px;
}

.dialog .btn-wrap > * + * {
    margin-left: 12px;
}

/* 에디터 */

.note-editing-area ul,
.note-editing-area ol {
    padding-left: 30px;
}
.note-editing-area ul li,
.note-editing-area ol li {
    list-style-type: inherit;
}

.note-editing-area i,
.note-editing-area em {
    font-style: italic;
}

.note-editing-area em,
.note-editing-area b,
.note-editing-area strong {
    font-weight: bold;
}
.note-editing-area ul {
    list-style-type: disc;
}

.note-editing-area ol {
    list-style-type: decimal;
}

/* capitalize */
.search-filter__label,
.search-filter__field,
.search-type__input + label,
.gnb__link,
.gnb-sub,
.gnb-sub a,
.gnb-sub span,
.prd-tab__btn,
.contain-block__title,
.form-basic__label p,
.form-basic__field-select select {
    text-transform: capitalize;
}

.footer-contact__item a {
    all: inherit !important;
}
.ja *,
.zh-CN *,
.vi * {
    word-break: break-all;
}
