/* =========================================================
   Dplaza 이용안내
   ========================================================= */

.infos-page,
.infos-page * {
    box-sizing: border-box;
}

.infos-page {
    width: 100%;
    color: #333840;
    font-family: "Malgun Gothic", "맑은 고딕", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: -0.35px;
}

.infos-page a {
    color: inherit;
    text-decoration: none;
}

.infos-header {
    margin-bottom: 28px;
    padding: 22px 24px;
    border: 1px solid #e7e9ed;
    border-radius: 7px;
    background: #fff;
}

.infos-header__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #ef2448;
    font-size: 13px;
    font-weight: 700;
}

.infos-header h1 {
    margin: 0;
    color: #22272f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1px;
}

.infos-header p {
    margin: 8px 0 0;
    color: #747b85;
    font-size: 15px;
}

.infos-section {
    margin-top: 22px;
    padding: 24px;
    border: 1px solid #e5e8ec;
    border-radius: 7px;
    background: #fff;
}

.infos-section:first-of-type {
    margin-top: 0;
}

.infos-section__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.infos-section__number {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff0f3;
    color: #ef2448;
    font-size: 15px;
    font-weight: 700;
}

.infos-section__title {
    margin: 1px 0 0;
    color: #22272f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.7px;
}

.infos-section__desc {
    margin: 3px 0 0;
    color: #737a84;
    font-size: 15px;
}

.infos-subsection {
    margin-top: 24px;
}

.infos-subsection:first-child {
    margin-top: 0;
}

.infos-subtitle {
    position: relative;
    margin: 0 0 10px;
    padding-left: 13px;
    color: #2f343b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.infos-subtitle:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ef2448;
    content: "";
}

.infos-text {
    margin: 0;
    color: #646b75;
    font-size: 15px;
}

.infos-note {
    margin: 10px 0 0;
    color: #ef2448;
    font-size: 13px;
    font-weight: 700;
}

.infos-caption {
    margin: 8px 0 0;
    color: #737a84;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

/* 표 */
.infos-table-wrap {
    overflow-x: auto;
    margin-top: 14px;
    border: 1px solid #e2e5e9;
    border-radius: 7px;
    background: #fff;
}

.infos-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 15px;
}

.infos-table th,
.infos-table td {
    padding: 14px 16px;
    border-right: 1px solid #e4e7eb;
    border-bottom: 1px solid #e4e7eb;
    vertical-align: middle;
}

.infos-table tr:last-child th,
.infos-table tr:last-child td {
    border-bottom: 0;
}

.infos-table th:last-child,
.infos-table td:last-child {
    border-right: 0;
}

.infos-table thead th {
    background: #f5f6f8;
    color: #353a42;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.infos-table tbody th {
    width: 145px;
    background: #fafafa;
    color: #3d434b;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.infos-table td {
    color: #646b75;
    text-align: center;
}

.infos-table .text-left {
    text-align: left;
}

.infos-table .accent {
    color: #ef2448;
    font-weight: 700;
}

/* Shop 회원가입 절차 */
.infos-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.infos-step {
    position: relative;
    min-height: 126px;
    padding: 16px 12px;
    border: 1px solid #e2e5e9;
    border-radius: 7px;
    background: #fafbfc;
    text-align: center;
}

.infos-step:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: -9px;
    z-index: 2;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 2px solid #aeb4bc;
    border-right: 2px solid #aeb4bc;
    background: #fff;
    transform: rotate(45deg);
    content: "";
}

.infos-step__label {
    display: block;
    margin-bottom: 8px;
    color: #969da6;
    font-size: 13px;
    font-weight: 700;
}

.infos-step strong {
    display: block;
    color: #ef2448;
    font-size: 15px;
    line-height: 1.45;
}

.infos-step p {
    margin: 9px 0 0;
    color: #777e88;
    font-size: 13px;
    line-height: 1.55;
}

/* 설명 목록 */
.infos-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.infos-list li {
    position: relative;
    margin-top: 5px;
    padding-left: 13px;
    color: #646b75;
    font-size: 15px;
}

.infos-list li:first-child {
    margin-top: 0;
}

.infos-list li:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9ca3ad;
    content: "";
}

.infos-guide-box {
    margin-top: 14px;
    padding: 15px 17px;
    border-radius: 7px;
    background: #f7f8fa;
}

.infos-guide-box p {
    margin: 0;
    color: #626a74;
    font-size: 15px;
}

@media screen and (max-width: 900px) {
    .infos-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .infos-step:not(:last-child):after {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .infos-header,
    .infos-section {
        padding: 18px;
    }

    .infos-steps {
        grid-template-columns: 1fr;
    }

    .infos-table th,
    .infos-table td {
        padding: 12px;
    }
}
