.body-section {
    min-width: 1000px;
    padding-top: 86px;
    padding-bottom: 116px;
    background-color: #fffef7;
    text-align: center;
}
.body-section .body-section-title {
    display: block;
    font-weight: 500;
    font-size: 44px;
    color: #00C666;
}
.body-section .body-section-subtitle {
    margin-top: 18px;
    margin-bottom: 60px;
    display: block;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
}
.section-content-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-content-area .input-area {
    margin: 0 auto;
    width: 750px;
    text-align: left;
}
.section-content-area .input-area span {
    font-weight: 400;
    font-size: 26px;
    color: #000000;
}
.section-content-area .input-area input {
    box-sizing: border-box;
    margin-left: 37px;
    padding-left: 21px;
    width: 500px;
    height: 75px;
    font-size: 24px;
    border-radius: 5px;
    border: 2px solid #ACACAC;
}
.section-content-area .input-area div:first-child {
    margin-bottom: 30px;
}
.section-content-area .privacypolicy-area {
    display: flex;
    margin: 70px auto 0 auto;
    padding: 26px 0 18px 30px;
    width: 750px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #C8C8C8;
    background-color: #FFFFFF;
}
.section-content-area .privacypolicy-checked {
    border-color: #00C666;
}
.section-content-area .privacypolicy-area > div {
    margin-top: -5px;
    margin-left: 13px;
    white-space: pre-line;
    text-align: left;
    line-height: 25px;
}
.section-content-area .privacypolicy-area .policy-title {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
}
.section-content-area .privacypolicy-area .policy-content {
    font-weight: 400;
    font-size: 16px;
    color: #434343;
}
.section-content-area .terms-item {
    margin: 0 auto;
    margin-top:25px;
    width: 700px;
    box-sizing: border-box;
}
.section-content-area .terms-item .terms-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-content-area .terms-item .terms-content {
    margin-top:18px;
    padding: 15px;
    width: 690px;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #575757;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    white-space: pre-line;
    line-height: 22px;
    transition: height 1s;
}
.section-content-area .terms-item .content-open {
    height: 170px;
    visibility: visible;
}
.body-section .apply-button {
    margin-top: 60px;
}