/* 예약전화 신청완료 popup */
.sub8_3_pop {
    width: 430px;
    height: 430px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub8_3_pop>p {
    font-size: 35px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    margin-top: 25px;
}

.sub8_3_pop>p span {
    color: #386dd8;
}

.sub8_3_pop>span {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #111;
    display: block;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 20px;
}

/* // 예약전화 신청완료 popup */


/* 개인정보 자세히보기 popup */
.agree_popbox {
    width: 430px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.agree_popbox>p {
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    background-color: #222;
    font-size: 24px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.agree_pop_inner {
    width: 100%;
    padding: 60px 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #555;
    line-height: 35px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.agree_popbox i {
    color: #fff;
    top: 15px;
    right: 25px;
}

/* // 개인정보 자세히보기 popup */


/* 회원탈퇴 poup */
.secession_popbox {
    width: 530px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 45px 35px;
    box-sizing: border-box;
}

.secession_popbox>p {
    text-align: center;
    font-size: 38px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.secession_con {
    width: 100%;
    margin: 30px 0 40px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #d7d7d7;
    padding: 35px 10px;
    box-sizing: border-box;
}

.secession_con>p {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.secession_con>p i {
    color: #111;
    font-size: 22px;
    margin-right: 7px;
}

.secession_con ul {
    width: 100%;
    margin-top: 20px;
}

.secession_con ul li {
    width: 100%;
    display: flex;
    align-items: baseline;
    font-size: 15px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 23px;
}

.secession_con ul li span {
    margin-right: 5px;
}

.secession_con ul li:first-child {
    margin-bottom: 15px;
}

.secession_popbox>span {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.secession_popbox .amend_btn {
    margin-top: 30px;
}

.secession_popbox button.pop_close {
    background-color: #fff;
    border: 1px solid #111;
    color: #111;
}

/* // 회원탈퇴 poup */


/* 비밀번호입력 popup */
.lock_popbox {
    width: 430px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lock_icon {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background-color: #d6d9e2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lock_icon i {
    color: #fff;
    font-size: 50px;
}

.lock_popbox>p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    font-weight: bold;
    margin-top: 15px;
}

.pw_write {
    width: 100%;
    display: flex;
    margin-top: 25px;
}

.pw_write input {
    height: 40px;
}

.pw_write input[type='password'] {
    width: 70%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 12px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.pw_write input[type='password']::placeholder {
    font-size: 12px;
    color: #bababa;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.pw_write input[type='button'] {
    width: 30%;
    background-color: #253650;
    font-size: 14px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    border: 0;
}

/* // 비밀번호입력 popup */


/* 사회공헌 popup */
.s1_8_popbox {
    padding: 50px 100px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.s1_8_popbox i.pop_close {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    top: -15px;
    right: -15px;
}

.s1_8_popbox img {
    max-width: 100%;
}

/* // 사회공헌 popup */

































/* mobile */
@media screen and (max-width: 767px) {

    /* 예약전화 신청완료 popup */
    .sub8_3_pop {
        width: 90%;
        height: auto;
        padding: 30px 0;
    }

    .sub8_3_pop img {
        width: 50px;
    }

    .sub8_3_pop>p {
        font-size: 20px;
        margin-top: 20px;
    }

    .sub8_3_pop>span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    /* // 예약전화 신청완료 popup */


    /* 개인정보 자세히보기 popup */
    .agree_popbox {
        width: 85%;
    }

    .agree_popbox>p {
        padding: 10px 15px;
        font-size: 16px;
    }

    .agree_pop_inner {
        padding: 20px 25px;
        font-size: 13px;
        line-height: 23px;
    }

    .agree_popbox i {
        top: 10px;
        right: 15px;
    }

    /* // 개인정보 자세히보기 popup */


    /* 회원탈퇴 poup */
    .secession_popbox {
        width: 90%;
        padding: 30px 15px;
    }

    .secession_popbox>p {
        font-size: 20px;
    }

    .secession_con {
        margin: 15px 0 20px;
        padding: 15px 5px;
    }

    .secession_con>p {
        font-size: 14px;
    }

    .secession_con>p i {
        font-size: 16px;
        margin-right: 5px;
    }

    .secession_con ul li {
        font-size: 12px;
        line-height: 18px;
    }

    .secession_con ul li br {
        display: none;
    }

    .secession_con ul li span {
        margin-right: 0;
    }

    .secession_con ul li:first-child {
        margin-bottom: 10px;
    }

    .secession_popbox>span {
        font-size: 12px;
    }

    .secession_popbox .amend_btn {
        margin-top: 20px;
    }

    /* // 회원탈퇴 poup */


    /* 비밀번호입력 popup */
    .lock_popbox {
        width: 90%;
        padding: 30px 40px;
    }

    .lock_icon {
        width: 50px;
        height: 50px;
    }

    .lock_icon i {
        font-size: 25px;
    }

    .lock_popbox>p {
        font-size: 12px;
        line-height: 20px;
    }

    .pw_write {
        margin-top: 15px;
    }

    .pw_write input {
        height: 35px;
    }

    .pw_write input[type='password'] {
        font-size: 10px;
    }

    .pw_write input[type='password']::placeholder {
        font-size: 10px;
    }

    .pw_write input[type='button'] {
        font-size: 12px;
    }

    /* // 비밀번호입력 popup */


    /* 사회공헌 popup */
    .s1_8_popbox {
        width: 90%;
        padding: 30px;
        box-sizing: border-box;
    }

    .s1_8_popbox i.pop_close {
        width: 30px;
        height: 30px;
    }

    /* // 사회공헌 popup */


}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* 예약전화 신청완료 popup */
    .sub8_3_pop {
        width: 350px;
        height: auto;
        padding: 30px 0;
    }

    .sub8_3_pop img {
        width: 50px;
    }

    .sub8_3_pop>p {
        font-size: 20px;
        margin-top: 20px;
    }

    .sub8_3_pop>span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    /* // 예약전화 신청완료 popup */


    /* 개인정보 자세히보기 popup */
    .agree_popbox {
        width: 350px;
    }

    .agree_popbox>p {
        padding: 10px 15px;
        font-size: 16px;
    }

    .agree_pop_inner {
        padding: 20px 25px;
        font-size: 13px;
        line-height: 23px;
    }

    .agree_popbox i {
        top: 10px;
        right: 15px;
    }

    /* // 개인정보 자세히보기 popup */


    /* 회원탈퇴 poup */
    .secession_popbox {
        width: 350px;
        padding: 30px 15px;
    }

    .secession_popbox>p {
        font-size: 20px;
    }

    .secession_con {
        margin: 15px 0 20px;
        padding: 15px 5px;
    }

    .secession_con>p {
        font-size: 14px;
    }

    .secession_con>p i {
        font-size: 16px;
        margin-right: 5px;
    }

    .secession_con ul li {
        font-size: 12px;
        line-height: 18px;
    }

    .secession_con ul li br {
        display: none;
    }

    .secession_con ul li span {
        margin-right: 0;
    }

    .secession_con ul li:first-child {
        margin-bottom: 10px;
    }

    .secession_popbox>span {
        font-size: 12px;
    }

    .secession_popbox .amend_btn {
        margin-top: 20px;
    }

    /* // 회원탈퇴 poup */


    /* 비밀번호입력 popup */
    .lock_popbox {
        width: 350px;
        padding: 30px 40px;
    }

    .lock_icon {
        width: 50px;
        height: 50px;
    }

    .lock_icon i {
        font-size: 25px;
    }

    .lock_popbox>p {
        font-size: 12px;
        line-height: 20px;
    }

    .pw_write {
        margin-top: 15px;
    }

    .pw_write input {
        height: 35px;
    }

    .pw_write input[type='password'] {
        font-size: 10px;
    }

    .pw_write input[type='password']::placeholder {
        font-size: 10px;
    }

    .pw_write input[type='button'] {
        font-size: 12px;
    }

    /* // 비밀번호입력 popup */


    /* 사회공헌 popup */
    .s1_8_popbox {
        width: 400px;
        padding: 30px;
        box-sizing: border-box;
    }

    .s1_8_popbox i.pop_close {
        width: 30px;
        height: 30px;
    }

    /* // 사회공헌 popup */

}