* {
    font-family: "NotoSans-Medium";
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

p {
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
}

h3 {
    margin-bottom: 10px;
}

table {
    width: 100%;
    margin-top: 16px;
}

table, th, td {
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
}

table td, table th {
    font-size: 14px;
    padding: 10px;
}

table th {
    text-align: center;
    background-color: #f2f2f2;
    border-top-width: 2px;
    border-top-color: #c7c7c7;
    font-weight: 500;
}

table td {
    text-align: start;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 10px;
}

.close-btn {
    position: absolute;
    right: 10%;
    top: 40px;
    font-size: 40px;
    cursor: pointer;
}

.policy-wrap {
    width: 1200px;
    margin: 0 auto;
}

.policy-header {
    text-align: center;
    margin-top: 120px;
}

.policy-tab {
    width: 100%;
    height: 60px;
    background-color: #303540;
    border-radius: 30px;
    margin: 90px 0;
}

.policy-tab-container {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

.policy-tab-container .active {
    background-color: #303540;
    color: white;
}

.policy-tab-container li {
    flex: 1;
    background-color: #FFFFFF;
    color: black;
    height: 56px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 2px;
    cursor: pointer;
}

.border-container {
    border: 2px solid #e4e4e4;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.notice-container {
    text-align: center;
    border: 4px solid #e4e4e4;
    line-height: 2.5;
    font-weight: 600;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.notice-container > p {
    line-height: 2.6;
}

.notice-container-border-top-left {
    width: 7%;
    aspect-ratio: 1 / 1;
    position: absolute;
    transform: translate(-4px, -4px);
    border-left: 4px solid #2c3b7e;
    border-top: 4px solid #2c3b7e;
    top: 0;
    left: 0;
}

.notice-container-border-bottom-right {
    width: 7%;
    aspect-ratio: 1 / 1;
    position: absolute;
    transform: translate(4px, 4px);
    border-right: 4px solid #2c3b7e;
    border-bottom: 4px solid #2c3b7e;
    bottom: 0;
    right: 0;
}

.content-header {
    margin-top: 16px;
}

.policy-effective-date {
    text-align: end;
    font-weight: bold;
    margin-bottom: 12px;
}

.policy-container {
    display: none;
}

.policy-container.show {
    display: block;
}

#policy-1 > h3, #policy-1 > .border-container {
    margin-left: 16px;
    margin-right: 16px;
}