@charset "utf-8";

input[type="text"], input[type="password"], input[type="email"] {
    border: 1px solid #ddd;
    height: 30px;
    font-size: 14px;
    padding: 0 10px;
}
.add_edu {    text-align: center;}    
.add_edu > a{display: table;
    margin: 0 auto;
    padding: 1em 3em;
    background-color: #a1b34f;
    border-radius: 0.5em;
    color: #fff;}    
.add_edu > a i {font-size:1.5em;     vertical-align: bottom;}

input.btn1 {
    padding: 1em 2em;
    border: 0;
    background: #68ae29;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    margin-top: 2em;
}

textarea.top_privacy {
    background: #f3f3f3;
    border: solid 1px #c9c9c9;
    font-size: 1em;
    width: 98%;
    height: 150px;
    margin: 20px auto;
    padding: 10px;
}


ul.form1 {    border-top: 2px solid #00ab90;
    width: 100%;
    display: table;
    box-sizing: border-box;}
ul.form1 > li {        width: 50%;    height: 100px;
    float: left;
    padding: 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
ul.form1 > li:nth-child(7),ul.form1 > li:nth-child(12),ul.form1 > li:nth-child(13),ul.form1 > li:nth-child(14) {    height: auto;    width: 100%;}
ul.form1 > li:nth-child(8),ul.form1 > li:nth-child(9) {    height: auto; }
ul.form1 > li > span{display: table;
    padding-bottom: 0.5em;
    font-weight: 600;}
ul.form1 > li > select{border:1px solid #d6d6d6; padding:5px 3px !important;height:32px;}
ul.form1 > li > input[type="text"]{border:1px solid #d6d6d6; height:16px;padding:7px 3px 7px !important;}
ul.form1 > li > input[type="radio"]{height:16px;padding:7px 3px 7px !important;}
ul.form1 > li > input[type="password"]{border:1px solid #d6d6d6; height:16px;padding:7px 3px 7px !important;}
ul.form1 > li > textarea{padding:7px 3px 7px; width:100%; height:200px; border:1px solid #d6d6d6;}
ul.form1 > li > a {    border: 1px solid;
    padding: 0.2em 0.5em;
    background-color: #67ae2a;
    border-radius: 5px;
    cursor: pointer;color: #fff;
    height: auto;}
ul.form1 > li > a:hover {    background: #254807;     color: #fff;}
ul.form1 > li >button {padding: 0.3em 0.5em;
    background-color: #6897cb;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
}
ul.form1 > li >button:hover{background-color:#254807; color:#fff;}

@media screen and (max-width: 1000px) { 
	ul.form1 {}
	ul.form1 > li {    float: none; height:auto;
    width: 100%;}
    ul.form1 > li:nth-child(11)> input[type="text"]{    display: table;}
	ul.form1 > li > span{}
	.t_ment {    float: none;}
	.tip_txt {    float: none;}
	#wr_6_1,#wr_6_2,#wr_6_3 {width: 80%;}
	textarea.top_privacy {     width: 95%;}
}