.cs {
    position: relative;
    padding: 40px 100px 100px;
    gap: 60px;
}
.cs .inner {
    padding: 0;
}
.cs .sticky {
    position: absolute;
    top: 370px;
    right: 100px;
    width: auto;
    height: 75%;
}
.cs .sticky .box {
    gap: 10px;
    position: sticky;
    top: 30px;
}
.cs .sticky .box > a {
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}
.cs .sticky .box > a.tel_box {
    background: var(--point);
    color: var(--white);
    gap: 10px;
}
.cs .sticky .box > a.tel_box h4 {
    font-size: 24px;
    line-height: 1.1;
}
.cs .sticky .box > a.tel_box > div {
    gap: 4px;
}
.cs .sticky .box > a.tel_box > div p {
    font-weight: 500;
}
.cs .sticky .box > a.tel_box > div strong {
    font-size: 20px;
}
.cs .sticky .box > a.kakao_box {
    background: #FAE300;
    color: #391B1B;
    font-size: 20px;
    font-weight: 700;
    gap: 10px;
}
.cs_center .form {
    gap: 30px 10px;
    max-width: 1020px;
    margin: 0 auto;
}
.cs_center .form > div {
    width: calc(50% - 5px);
    gap: 14px;
}
.cs_center .form > div > p {
    font-weight: 500;
    letter-spacing: 0.4px;
    gap: 10px;
}
.cs_center .form > div > p button {
    padding: 6px 10px;
    border-radius: 10px;
    background: #F8F8F8;
    color: var(--key-color);
    font-size: 14px;
    letter-spacing: 0.35px;
    box-sizing: border-box;
}
.cs_center .form > div input[type=text] {
    width: 100%;
    height: 64px;
    font-size: 16px;
    border: 1px solid var(--black);
    padding: 0 20px;
    border-radius: 15px;
    box-sizing: border-box;
}
.cs_center .form > div .radio {
    gap: 20px;
    border: 1px solid var(--black);
    padding: 24px 20px;
    box-sizing: border-box;
}
.cs_center .form > div .radio > div {
    position: relative;
}
.cs_center .form > div .radio > div input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.cs_center .form > div .radio > div input[type=radio] + label {
    position: relative;
    padding-left: 27px;
    color: var(--text);
    min-height: auto;
    box-sizing: border-box;
}
.cs_center .form > div .radio > div input[type=radio] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--text);
    box-sizing: border-box;
}
.cs_center .form > div .radio > div input[type=radio]:checked + label:before {
    border: 6px solid var(--key-color);
}
.cs_center .form > div .radio > div.etc input[type=text] {
    flex: 1;
    width: 100%;
    max-width: 160px;
    height: 20px;
    border: 0;
    border-bottom: 1px solid var(--text);
    padding: 0;
    margin-left: 10px;
}
.cs_center .form > div textarea {
    width: 100%;
}
.cs_center .form > div .note-editor {
    width: 100%;
}
.cs_center .form > div.file_box {
    position: relative;
    border: 1px dashed var(--black);
}
.cs_center .form > div.file_box input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.cs_center .form > div.file_box label {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.cs_center .form > div.file_box label img {
    vertical-align: middle;
    margin-left: 10px;
}
.cs_center .form > div.file_box .box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    justify-content: center;
    gap: 10px;
}
.cs_center .form > div.file_box .box.on {
    display: flex;
}
.cs_center .form > div.file_box .upload_name {
    max-width: calc(100% - 110px);
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cs_center .form > div.file_box .del_btn {
	width: 25px;
	height: 25px;
	background: url("../images/ic_close.svg")no-repeat 50% 50% / 11px;
    border-radius: 50%;
}
.cs_center .form > div.agree {
    position: relative;
    justify-content: center;
    gap: 60px;
}
.cs_center .form > div.agree input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.cs_center .form > div.agree input + label {
    position: relative;
    display: inline-block;
    padding: 3px 0 3px 32px;
    box-sizing: border-box;
    font-weight: 400;
    margin-bottom: 0;
}
.cs_center .form > div.agree input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid var(--black);
    box-sizing: border-box;
}
.cs_center .form > div.agree input:checked + label:before {
    background: var(--point) url("../images/ic_check.svg")no-repeat 50% 50% / 14px;
    border: 1px solid var(--point);
}
.cs_center .form > div.btn_area button {
    height: 56px;
    padding: 0 40px;
    font-size: 24px;
    border-radius: 5px;
}



@media screen and (max-width: 1680px) {
    .cs {
        padding: 40px 20px 60px;
    }
    .cs .sticky {
        right: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .cs {
        padding: 40px 20px 100px;
    }
    .cs .sticky .box > a {
    padding: 15px 20px;
    }
}
@media screen and (max-width: 1240px) {
    .cs_center .form > div.btn_area button {
        font-size: 20px;
    }


    .cs .sticky {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: auto;
        background: var(--white);
        padding: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
        box-sizing: border-box;
    }
    .cs .sticky .box {
        gap: 10px;
        flex-direction: row;
    }
    .cs .sticky .box > a {
        position: relative;
        flex: 1;
        padding: 12px 20px;
    }
    .cs .sticky .box > a.tel_box {
        gap: 4px;
        text-align: center;
    }
    .cs .sticky .box > a.tel_box:after {
        content: '';
        position: absolute;
        top: 13px;
        right: 20px;
        display: block;
        width: 32px;
        height: 32px;
        background: url("../images/call.svg")no-repeat 50% 50% / 100%;
    }
    .cs .sticky .box > a.tel_box h4 {
        font-size: 16px;
    }
    .cs .sticky .box > a.tel_box h4 br {
        display: none;
    }
    .cs .sticky .box > a.tel_box > div p {
        font-size: 14px;
    }
    .cs .sticky .box > a.tel_box > div {
        display: none;
    }
    .cs .sticky .box > a.kakao_box {
        font-size: 16px;
        justify-content: center;
    }
}
@media screen and (max-width: 1024px) {
    .cs {
        padding: 20px 20px 100px;
        gap: 40px;
    }
    .cs .top img {
        width: 20px;
    }
    .cs_center .form > div > p {
        font-size: 14px;
    }
    .cs_center .form > div.agree {
        gap: 10px 30px;
    }
}
@media screen and (max-width: 768px) {
    .cs_center .form {
        gap: 20px 10px;
    }
    .cs_center .form > div {
        width: 100%;
    }
    .cs_center .form > div input[type=text] {
        height: 46px;
        font-size: 14px;
        border-radius: 10px;
        padding: 0 10px;
    }
    .cs_center .form > div .radio {
        padding: 16px 20px;
    }
    .cs_center .form > div.btn_area button {
        height: 48px;
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
    .cs_center .form > div {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .cs .sticky .box > a {
        padding: 12px 10px;
    }
    .cs .sticky .box > a.kakao_box img {
        width: 28px;
    }
}