body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-top: 30px;
    background-color: #fff;
    overflow: hidden;
}

.policy-types {
    background-color: #f8f9fa;
}

.policy-types h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.policy-types ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: auto;
}

.policy-types li {
    font-weight: 500;
    white-space: nowrap;
    padding: 12px;
    color: #949494;
    cursor: pointer;
    flex: 1;
    font-size: 14px;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.policy-types li:hover {
    background-color: #e2e6ea;
}

.policy-types li.active {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #fcfcfc;
}

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

.toastui-editor-contents h2 {
    font-size: 22px;
    border: none;
    margin-bottom: 20px;
}

.policies img {
    width: 120px;
}

.version {
    margin-left: 30px;
    margin-bottom: 15px;
}

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