
.sub_page_wrap.user_common {
    padding-top: 100px;
    padding-bottom: 170px;
}

.user_common .user_con {
    display: flex;
    flex-flow: column;
    width: 600px;
    margin: 0 auto;
    align-items: center;
    gap: 40px;
}

.user_con .summary,
.user_con .result_summary {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.5px;
    font-weight: 400;
    word-break: keep-all;
    text-align: center;
}

.user_con .result_summary {
    flex-flow: row nowrap;
}

.user_con .result_summary > span {
    color: #1C63B7;
    font-weight: 600;
    margin-right: 5px;
}

.user_con .user_form {
    display: flex;
    flex-flow: column;
    gap: 13px;
    align-items: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.user_con .user_form.result_info {
    margin-top: -10px;
}

.user_form .inp_style,
.user_form .btn_type {
    display: inline-flex;
    width: 450px;
    height: 65px;
    border-radius: 40px;
    border: 0px;    
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.3px;
}

.user_form .inp_style {    
    background: #ECECEC;    
    color: #222;
    line-height: 22px;    
    padding: 0 35px;
}

.user_form .inp_style::placeholder {
    font-size: 17px;
    color: #888888;
  }

.user_form.result_info .inp_style {
    color: #F47216;
    font-size: 28px;
    font-weight: 600;
    justify-content: center;
}

.user_form .btn_type {
    justify-content: center;
}

.user_form .user_btn01 {
    background: #00A990;
    color: #FFF;
    font-weight: 600;
}

.user_form .user_btn02 {
    background: #FFF;
    border: 1px solid #222;
}

.user_con .txt_etc {
    position: relative;
    display: block;
    font-size: 18px;
    margin-top: -10px;
    padding-left: 20px;
    color: #1C63B7;
    line-height: 30px;
}

.user_con .txt_etc::after {
    position: absolute;
    content: '※';
    width: 16px;
    height: 100%;
    top: 1px;    
    left: 0px;
    font-family: 'Roboto';
    font-weight: 600;
}


@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 1024px) {
    
}

@media screen and (max-width: 850px) {

}

@media screen and (max-width: 767px) {
    .sub_page_wrap.user_common {
        padding-top: 70px;
        padding-bottom: 120px;
    }

    .user_common .user_con {
        width: 100%;
    }

    .user_con .summary, 
    .user_con .result_summary {
        font-size: 20px;
        line-height: 30px;
    }

    .user_form .inp_style, .user_form .btn_type {
        width: calc(100% - 50px);
        height: auto;
        padding: 15px 30px;
        font-size: 18px;
    }

    .user_form.result_info .inp_style {
        font-size: 23px;
    }
}

@media screen and (max-width: 630px) {
    .sub_page_wrap.user_common {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .user_common .user_con {
        gap: 20px;
    }

    .user_con .summary, 
    .user_con .result_summary {
        display: block;
    }

    .user_con .summary, 
    .user_con .result_summary {
        font-size: 18px;
        line-height: 27px;
    }

    .user_con .user_form {
        gap: 9px;
    }

    .user_form .inp_style, 
    .user_form .btn_type {
        width: 100%;
        font-size: 16px;
    }

    .user_con .txt_etc {
		font-size: 15px;
		padding-left: 16px;
        line-height: 18px;
        margin-top: -5px;
	}
}