@charset "UTF-8";
.sub-header {
    display: flex;
    height: 76px;
    justify-content: center;
    align-items: center;
    background-color: var(--color-neu-00);
    width: 100%;
    border-bottom: 1px solid var(--color-neu-20);
    margin-bottom: 40px;
}
.sub-header svg {
    margin-top: 4px;
}

.sub-footer {
    display: flex;
    height: 58px;
    justify-content: center;
    align-items: center;
    background-color: var(--color-neu-00);
    width: 100%;
    border-top: 1px solid var(--color-neu-20);
    margin-top: 56px;
    color: var(--color-neu-300);
    font-size: 14px;
    line-height: 18px;
}

.content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1 0 auto;
    width: 100%;
}

.policies {
    padding: 40px 30px;
}

.toastui-editor-contents {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-neu-900);
    word-break: break-all;
}

.toastui-editor-contents :not(table) {
    line-height: 1.3 !important;
    font-size: 14px;
}

.policies .toastui-editor-contents h1 {
    font-size: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.policies .toastui-editor-contents h2 {
    font-size: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.policies .toastui-editor-contents {
    font-family: "Pretendard", sans-serif;
}

.policies .toastui-editor-contents > div > div:first-of-type h1,
.policies .toastui-editor-contents > h1:first-of-type {
    font-weight: 700;
}

.policies .toastui-editor-contents ul > li:before {
    background-color: var(--color-neu-500);
}

.policies .toastui-editor-contents p {
    color: var(--color-neu-900);
}

.policies .toastui-editor-contents a {
    color: var(--color-pri-500);
}

.policies .toastui-editor-contents table td,
.toastui-editor-contents table th {
    border: 1px solid #ebebeb !important;
    height: 32px;
    padding: 16px !important;
    color: var(--color-neu-500) !important;
}

.policies .toastui-editor-contents table th {
    font-weight: 300;
    padding: 0 16px !important;
    height: 48px !important;
    color: var(--color-neu-900) !important;
    background: var(--color-neu-10) !important;
    font-weight: 500 !important;
}

.policies .toastui-editor-contents hr {
    border: 0;
}

.policies .toastui-editor-contents h1,
.policies .toastui-editor-contents h2,
.policies .toastui-editor-contents h3,
.policies .toastui-editor-contents h4,
.policies .toastui-editor-contents h5,
.policies .toastui-editor-contents h6 {
    color: var(--color-neu-900) !important;
    font-weight: 500;
}

.policies .toastui-editor-contents b,
.policies .toastui-editor-contents strong {
    font-weight: 500;
}

.policies img {
    width: 120px;
}

.version {
    margin-left: 30px;
}

.form-select {
    appearance: none;
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 30px 0 12px;
    border: 1px solid var(--color-neu-30);
    border-radius: 6px;
    background-color: var(--color-neu-00);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.72217 5.05523L6.99995 9.33301L11.2777 5.05704' stroke='%23757575' stroke-width='0.972222' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-neu-500);
    cursor: pointer;
    box-sizing: border-box;
}
.form-select:focus {
    outline: none;
    border-color: var(--color-neu-500);
}

.isms-content img {
    width: 120px;
}

.isms-content {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#overlay {
    display: none; /* 초기에는 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.isms_pop {
    display: none; /* 초기에는 숨김 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 446px; /* 원하는 너비 설정 */
    border-radius: 8px;
}
.btn-close-popup {
    float: right;
    text-decoration: none;
    color: #999;
    font-size: 18px;
}
.btn-close-popup:hover {
    color: #000; /* 호버 시 색상 변경 */
}

.isms_pop .pop_title {
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 0 !important;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.isms_pop img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    overflow-clip-margin: content-box;
    overflow: clip;
    width: 160px;
    padding: 30px;
}

.cert {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cert__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cert__title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    color: var(--color-neu-900);
}

.cert__subtitle {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-neu-500);
}

.cert__sections {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cert__section {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cert__label-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cert__label {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: var(--color-neu-900);
}

.cert__body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-neu-500);
}

.cert__card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 28px;
    background: var(--color-neu-10);
    border: 1px solid var(--color-neu-20);
    border-radius: 10px;
}

.cert__card-img {
    width: 100px;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
}

.cert__card-info {
    display: flex;
    flex-direction: column;
}

.cert__card-text {
    margin: 0;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--color-neu-500);
}

.cert__links {
    margin: 0;
    padding: 0;
    list-style: disc;
    padding-left: 18px;
}
.cert__links li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 2px;
}
.cert__links li::marker {
    color: var(--color-pri-500);
}
.cert__links a {
    color: var(--color-pri-500);
    text-decoration: underline;
}

.pop_title .btn-close-popup span {
    content: "";
    text-indent: -999px;
    background: url(https://cdn1.munpia.com/assets/legacy/www/bullet_p/img/btn_close2.png?v1607396846?v1653972688) no-repeat;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-position: 0 0;
    padding: 0;
}