@charset "utf-8";
/* 기본 스타일 */
.toastui-editor-contents {
    font-size: 14px; /* 모바일에서의 텍스트 크기 */
    text-align: left;
}

.toastui-editor-toolbar {
    padding: 10px; /* 툴바 패딩 */
    margin: 0; /* 툴바 마진 */
}

.toastui-editor-toolbar button {
    min-width: 40px; /* 버튼 최소 너비 */
    padding: 10px; /* 버튼 패딩 */
}

img {
    max-width: 100%; /* 이미지 반응형 설정 */
    height: auto; /* 비율 유지 */
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#viewer {
    padding: 15px !important;
}
.container {
    width: 100%;
    background-color: var(--bg--neu--00-1);
    text-align: left;
    overflow: hidden;
}

.policies h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.toastui-editor-contents h2 {
    font-size: 22px;
    border: none;
    text-align: center;
    color: var(--txt--neu--900) !important;
}
.toastui-editor-contents p,
.toastui-editor-contents ol > li:before {
    color: var(--txt--neu--900) !important;
}
.toastui-editor-contents table {
    border: 1px solid var(--bor--neu--30-2);
    color: var(--txt--neu--900) !important;
}
.toastui-editor-contents table th,
.toastui-editor-contents table th {
    background-color: var(--bg--neu--20-2) !important;
    color: var(--txt--neu--900) !important;
    font-weight: bold;
}
.toastui-editor-contents table td,
.toastui-editor-contents table th {
    border-color: var(--bor--neu--30-2);
}
.policies img {
    width: 120px;
}

.form-select {
    padding: 10px;
}

.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;
}

.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;
}

.privacy-history {
    padding: 15px;
}

.privacy-history select {
    padding: 10px 30px 10px 10px;
    border: 1px solid var(--bor--neu--30-2);
    color: var(--txt--neu--500);
    border-radius: 3px;
    width: auto;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.toastui-editor-contents :not(table) {
    line-height: 1.5;
}