section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:1px solid #dfdfdf;
	margin-top:116px;
}

.contact__wrap {
    width: 100%;
    max-width: 1600px;
    height: 100%;
    color: #141516;
    display: flex;
    gap: 80px;
}

.contact__wrap h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact__wrap > p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 12px;
}

.form__area {
    width: 100%;
    height: auto;
}

.form__area > form {
    width: 100%;
    height: auto;
}

.contact__wrap input::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #aeaeae;
}

.contact__wrap input:focus {
    border: 1px solid #141516;
    color: #141516;
}

.contact__wrap input {
    width: 100%;
    height: 60px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: 600;
    color: #141516;
    padding: 20px;
}

.contact__wrap input + input {
    margin-top: 10px;
}

.contact__wrap textarea {
    width: 100%;
    height: 205px;
    resize: none;
    border: 1px solid #dbdbdb;
    padding: 20px;
    color: #141516;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}

.contact__wrap textarea::placeholder {
    color: #aeaeae;
}

.contact__wrap textarea:focus {
    border: 1px solid #141516;
}

/*
** select box
*/
.select {
    height: 60px;
    margin: 10px 0;
}

.select .cont__select {
    position: relative;
    width: 100%;
}

.select .cont__select .btn__select {
    height: 60px;
    width: 100%;
    border: 1px solid #dbdbdb;
    text-align: left;
    padding: 20px;
    position: relative;
}

.select .cont__select .btn__select span {
    font-size: 14px;
    font-weight: 600;
    color: #aeaeae;
    width: calc(100% - 10%);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select .cont__select .btn__select > div {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: ease 0.3s;
}

.select .cont__select .btn__select.on {
    border: 1px solid #141516;
}

.select .cont__select .btn__select.on span {
    color: #141516;
}

.select .cont__select .btn__select.on > div.on {
    transform: rotate(180deg);
}

.select.btn__order .cont__select .list.order__list {
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-top: 0;
    z-index: 1000;
}

.select.btn__order .cont__select .list.order__list li {
    height: auto;
    padding: 20px;
}

.select.btn__order .cont__select .list.order__list li button {
    font-size: 14px;
    font-weight: 600;
    color: #aeaeae;
    width: 100%;
    text-align: left;
}

.page__inner .pageChk__wrap ul.sub__round li {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border: none;
}
.select .cont__select .list li {
    margin-top: 0;
    width: 100%;
    transition: ease 0.3s;
}
.page__inner .pageChk__wrap ul li {
    text-align: center;
    width: auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: normal;
    position: relative;
    color: #868f90;
}

/*
** 개인정보취급방침
*/
.chk__checked {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 52px;
}

.chk__checked .check_wrap {
    display: flex;
    align-items: center;
}

.chk__checked #check_btn {
    display: none;
}

.chk__checked #check_btn + label {
    border: 0;
}
.chk__checked #check_btn + label {
    cursor: pointer;
}
input[type=checkbox]+label {
    display: inline-block;
    cursor: pointer;
    height: 100%;
    width: 100%;
    border: 1px solid #333;
    line-height: normal;
    text-align: center;
    font-size: 14px;
}

.chk__checked #check_btn:checked + label:before {
    content: "";
    background-color: #fff;
    background-image: url("/image/img/img_chk.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
.chk__checked #check_btn + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.chk__checked #check_btn + label > span {
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #aeaeae;
    font-weight: 600;
    position: relative;
}

.chk__checked #check_btn + label > a {
    font-size: 14px;
    color: #aeaeae;
    font-weight: 600;
}

.sub__btn {
    width: 100%;
    height: 62px;
    border: 1px solid #141516;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #141516;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.3s;
}

.sub__btn:hover {
    background-color: #141516;
    color: #fff;
    border: 1px solid #141516;
}
.contact-bg{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
    height:780px;
}
.form__area > form{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
    height:780px;
}
.contact-bg-area {
    width: 910px;
    height: 560px;
    background: url("/image/site/contact.png");
    background-size: 160%;
    background-position: center;
    background-repeat: no-repeat;
    display:flex;
    justify-content: center;
    align-items: center;
}
.contact-bg h2{
    font-family: "Pretendard";
    font-size: 38px;
    font-weight: 700;
    line-height: 45.35px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.contact-bg p{
    font-family: "Pretendard";
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

/*
** media
*/
@media screen and (max-width: 1600px) {
    .contact-bg{
        display:none;
    }
    .form__area{
        padding:0 30px;
    }
}
@media screen and (max-width: 1400px) {
    section {
        height: auto;
        padding: 150px 0;
    }
}

@media screen and (max-width: 1200px) {
    .contact__wrap h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .contact__wrap p {
        font-size: 18px;
        letter-spacing: 10px;
    }
}

@media screen and (max-width: 768px) {
    .contact__wrap h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 580px) {
    .form__area{
        padding:0;
    }
    .contact__wrap {
        width: 100%;
        padding: 0 30px;
    }

    .contact__wrap h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .contact__wrap p {
        font-size: 14px;
        letter-spacing: 6px;
    }

    .form__area {
        margin-top: 40px;
    }

    .contact__wrap input {
        height: 50px;
        padding: 15px;
    }

    .select {
        height: 50px;
    }

    .select .cont__select .btn__select {
        height: 50px;
        padding: 15px;
    }

    .select .cont__select .btn__select > div {
        width: 50px;
        height: 50px;
    }

    .select.btn__order .cont__select .list.order__list {
        top: 50px;
    }

    .select.btn__order .cont__select .list.order__list li {
        padding: 10px;
    }

    .sub__btn {
        height: 50px;
        font-size: 14px;
    }
}
