@charset "utf-8";

input[type="text"], input[type="password"] {
    /*border: 1px solid #ddd;*/
    /*height: 30px; */
    font-size: 14px;
    padding: 0 10px;
}
input:focus {border: 0 !important;}

input.btn1 {
    padding: 1em 2em;
    border: 0;
    background: #68ae29;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    margin-top: 2em;
}
ul.form1 {    box-sizing: border-box;
    width: 100%;     margin-top: 2em;}
ul.form1 li{
 height: auto;
 box-sizing: border-box;
 /* float: left; */
 width: 47%;
 box-sizing: border-box;
 padding: 0.5em 0;
 display: table;
 margin-bottom: 1em;
 } 
ul.form1 li:nth-of-type(2),ul.form1 li:nth-of-type(4),ul.form1 li:nth-of-type(6),ul.form1 li:nth-of-type(8),ul.form1 li:nth-of-type(11) {/* float:right; */}

ul.form1 li i{        float: left;
    width: 100%;
    font-weight: 600;
    padding-bottom: 0.5em;
    color: #3ca83f;
    font-weight: 400;
}
ul.form1 li i span {font-weight: 400;}
ul.form1 {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    }
ul.form1 > li {       
    /*border-bottom: 1px solid #ccc; */
}
ul.form1 > li > select{border:1px solid #d6d6d6; padding:5px 3px !important;height: unset;}
ul.form1 > li > input[type="text"]{border:0px;     box-shadow: none; outline: none; 
	border-bottom:1px solid #505050; height:32px;padding:7px 3px 7px !important;     width: 100%;}
ul.form1 > li > input[type=text]:focus {border:0px; outline: none; }
ul.form1 > li > input::placeholder {
  color: #c5c5c5;
  font-style: italic;
}

ul.form1 > li > input:focus::-webkit-input-placeholder {color:transparent;}
ul.form1 > li > input[type="radio"]{    height: 32px;
    width: 19px; padding:7px 3px 7px !important;     margin-right: 0.2em;}
ul.form1 > li > input[type="radio"]:nth-of-type(1) {margin-left:0;}
ul.form1 > li > input[type="password"]{border:0px; border-bottom:1px solid #d6d6d6; width:100%;
	height:32px; padding:7px 3px 7px !important;}
ul.form1 > li > textarea{padding:1em; 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: #3ca83f;
    border-radius: 5px;
    cursor: pointer;
    height: auto;
}
ul.form1 > li >button:hover{background-color:#254807; color:#fff;}
ul.form1 > li > img {cursor: pointer;}

ul.form1 > li.size1 input:nth-of-type(1) {width:33%;}
ul.form1 > li.size1 input:nth-of-type(2),ul.form1 > li.size1 input:nth-of-type(3),ul.form1 > li.size1 input:nth-of-type(4) {width: 80%;}
ul.form1 > li.size2 {width:100%;}
ul.form1 > li.size3 input:nth-of-type(1) {width:33%;}
ul.form1 li:nth-of-type(9) {/* width:100%; *//* clear:both; */}

@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%;}
}


ul.form1_title {}
ul.form1_title li{}
ul.form1_title li:nth-of-type(1){    font-size: 1.8em;
    font-weight: 600;}
ul.form1_title li:nth-of-type(2){}
ul.form1_title li span{    font-weight: 600;
    color: #3ca83f;
    font-size: 1.2em;
    font-family: verdana;}