.ar__rewrite{
    padding: 280px 0 160px;
}

.ar__rewrite > form{
    width: 100%;
    height: 100%;
}

.article__title{
    font-weight: 800;
}

.list__layout > li{
    align-items: center;
}

.list__layout > li:last-of-type{
    align-items: flex-start;
}

.list__layout > li:last-of-type label{
    padding-top: 10px;
}

.list__layout > li > label{
    color: #383838;
    font-weight: 500;
}

/* 로그인 동의 체크 박스 */
.chk__checked{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}

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

.chk__checked #personal_collection{
    display: none;
}

.chk__checked #personal_collection a{
    display: inline-block;
}

.chk__checked #personal_collection + label{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.chk__checked #personal_collection + label > span{
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #989898;
    position: relative;
    top: 1px;
}

.chk__checked #personal_collection + label > span + a{
    font-size: 16px;
    font-weight: 500;
    color: #989898;
}

.chk__checked #personal_collection + label:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    vertical-align: middle;
}

.chk__checked #personal_collection:checked + label:before{
    content: "";
    background-color: #fff;
    background-image: url("/image/img/img_chked.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.chk__checked a{
    font-size: 16px;
    font-weight: 500;
    color: #1e1b1b;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.place__inquire{
    margin: 24px auto 0;
}

.g-recaptcha{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1300px){
    .ar__rewrite{
        padding: 250px 0 140px;
    }
}

@media screen and (max-width: 980px){
    .list__layout > li{
        flex-direction: inherit;
    }

    .list__layout > li > label{
        min-width: 210px;
        width: inherit;
    }
}

@media screen and (max-width: 768px){
    .ar__rewrite{
        padding: 180px 0 140px;
    }

    .list__layout > li{
        flex-direction: column;
        padding: 14px;
    }

    .list__layout > li > label{
        width: 100%;
    }

    .list__layout > li input{
        max-width: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 680px){
    .ar__rewrite{
        padding: 160px 0 140px;
    }
}