/*----팝업창----*/

.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.popup .popup--wrap {
    display: none;
    width: 400px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup .documents-pop {
    display: none;
}

.popup .demo-pop {
    display: none;
}

.popup .estimate-pop {
    display: none;
}

.popup .common--close {
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: 19px;
    display: block;
    margin-bottom: 20px;
    padding-top: 21px;
	cursor:pointer;
}

.common--ttl{
    width:100%;
    text-align: center;
}

.common--contact{
    margin: 0 auto;
    padding: 12px 30px;
}

.common--contact::after{
    content:"";
    display:block;
    clear: both;
}

.common--contact__box{
    float: left;
    padding: 7px 15px;
}
.common--contact__box::after{
    content:"";
    display:block;
    clear: both;
}
.common--contact__box>p{
    float: right;
	margin-left:5px;
}
.common_num1::after{
    content:"";
    display:block;
    clear: both;
}
.common_num1{
    float: right;
    padding: 7px 15px;
}
.common_num1>p{
    float: right;
	margin-left:5px;
}
.common_btn{
    padding: 27px 0;
}
.common--form__box {
    text-align: center;
}

.box_common{
    padding-bottom: 30px;
    float: right;
    text-align: center;
    width: 47%;
    margin-left: -1px;
    padding-left: 5px;
}

.box_common > input {
    border: none;
    color: #333;
    border-bottom: 1px solid #ddd;
    outline: none;
    /* margin-left: 20px; */
    line-height: 20px;
    input:focus::-webkit-input-placeholder;
    width: 85%;
    padding-top: 20px;
}

.common--form__box {
    /* float: right; */
}

.common--form__box > label {
    display: block;
    padding-bottom: 30px;
    /* width: 100%; */
}

.common--form__box > input {
    border: none;
    color: #333;
    border-bottom: 1px solid #ddd;
    outline: none;
    /* margin-left: 20px; */
    line-height: 20px;
    input:focus::-webkit-input-placeholder;
    width: 59%;
}

.common--form__box_another {
    padding-bottom: 30px;
    text-align:center;
    /* margin-left: 20px; */
}

.common--form__box_another>textarea {
    resize: none;
}

.popup .checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 89px;
}
.popup__check {
    padding-top: 5px;
}
.popup .popup__check {
    margin-top: 10px;
}

.popup .popup__check label {
	cursor:pointer;
}

#documentsConfirm {
    display: none;
}

#demoConfirm {
    display: none;
}

#estimateConfirm {
    display: none;
}

.pop--confirm.popup--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pop--confirm.popup--wrap .documents__download {
    margin: 60px 0px;
}

.pop--confirm.popup--wrap .documents__download .common--ttl {
    margin-top: 30px;
    padding-bottom: 30px;
}

.pop--confirm.popup--wrap .confirm--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 40px;
}

.pop--confirm.popup--wrap .confirm--text span {
    text-align: center;
    color: #454545;
    line-height: 27px;
}

.pop--confirm.popup--wrap .confirm--text span:last-child {
    margin-top: 30px;
}

.confirm--text {
    padding: 21px 26px;
}
.confirm--text > span {
    display: block;
    padding: 10px 0;
}

/*--푸터 팝업디자인--*/

.pop--foot.popup--wrap.pop--ready {
    display: none;
    width: 630px;
    height: 701px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 13px 49px 18px;
}
#gettingready1 .common--close {
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: 19px;
    display: block;
    margin-bottom: 20px;
    padding-top: 21px;
    cursor:pointer;
    position: absolute;
    right: 32px;
    top: 35px;
    z-index:99;
}

#gettingready2 .common--close {
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: 19px;
    display: block;
    margin-bottom: 20px;
    padding-top: 21px;
    cursor:pointer;
    position: absolute;
    right: 32px;
    top: 35px;
    z-index:99;
}

#gettingready3 .common--close {
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: 19px;
    display: block;
    margin-bottom: 20px;
    padding-top: 21px;
    cursor:pointer;
    position: absolute;
    right: 32px;
    top: 35px;
    z-index:99;
}

.new_pop{
    line-height: 20px;
    /* height: 700px; */
    /* overflow: auto; */
}

.confirm--text.new_pop > div {
    color:#333;
}

.pop_title{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    padding: 30px 0;
    position: relative;
}

.pop_title::after{
    content:"";
    display:block;
    width: 28%;
    height:1px;
    background:#555;
    position: absolute;
    top: 66px;
    left: 225px;
}

.pop_con {
    padding: 0 40px 60px 40px;
    /* overflow: auto; */
    height: 524px;
    overflow: auto;
}

.pop_con::-webkit-scrollbar{
    width:10px;
}
.pop_con::-webkit-scrollbar-thumb{

    background:#ddd;
    border-radius: 10px;
}

.pop_con::-webkit-scrollbar-track{
    background:#fff;
}

.pop_con ul li{
    font-size:13px;
    font-family: NanumGothic, sans-serif;
    letter-spacing: -0.03em;
    padding:5px 0;
}

/* .confirm--text > span:last-child > p {
    font-weight: bold;
} */
/*---반응형(팝업창)---*/
@media all and (max-width: 776px) {
    .c_05 {
        font-size: 17px;
    }
    .common--contact {
        margin: 0 auto;
        width: 172px;
    }
    .common--contact__box {
        padding: 7px 29px;
    }
    .common--contact__box>p {
        float: right;
		margin-left:5px;
    }
    .common_num1 {
        padding:0 0;
    }
    .common_btn {
        padding:0 0;
    }
}
@media all and (max-width: 728px) {
    .popup .checked {
        padding: 0 80px;
    }
}
@media all and (max-width: 640px) {
    .popup__check {
        padding:0 32px;
    }
}
@media all and (max-width: 400px) {
    .popup .popup--wrap {
        width: auto;
    }
    .popup .checked {
        padding: 0 73px;
    }
}
@media all and (max-width: 381px) {
    .c_05 {
        font-size: 15px;
    }   
    .popup .checked {
        padding: 0 19px;
    }
}