/*
	Theme Name: JuntechTheme1
	Theme URI: 
	Description: 
	Version: 1
	Author: 
	Author URI: 
*/

/* inquiry */
.wpcf7-form label{
    width: 100%;
}
.wpcf7-form p:nth-last-child(2){
    text-align: center;
}
.wpcf7-form-control-wrap>input,.wpcf7-form-control-wrap>textarea{
    width: 100%;
    /* border-radius: 5px; */
}
.wpcf7-submit{
    font-size: 16px;
    line-height: 28px;
    width: 160px;
    background-color: #365334;
    color: white;
    border: none;
    border-radius: 9999px;
    margin-left: 72px;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.wpcf7-response-output{
    border-color: #365334 !important;
    color: #2B2527;
}

