.img-list ul{
    display: flex;
    justify-content: space-between;
    padding: unset;
}
li{
    list-style: none;
}
.img-list ul li{
    width: 50%;
}
.img-list ul li img{
    width: 95%;
    margin: auto;
    display: block;
}
.title{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0 20px 0;
}
.clos {
    width: 54px;
    position: absolute;
    right: 30px;
    top: 15px;
}
.carr-clms {
    display: flex;
    flex-flow: column;
    text-align: center;
}
.inputInf {
    width: 99%;
    height: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 20px;
}
.err {
    color: red;
    width: 85%;
    font-size: 15px;
    text-align: left;
    line-height: 1;
}
#submit {
    border: none;
    color: #ffffff;
    background: #092bc3;
    display: block;
    font-weight: bold;
    text-align: center;
    min-width: 300px;
    cursor: pointer;
    margin: 15px auto;
    border-radius: 12px;
    height: 73px;
    font-size: 28px;
}
.input_up{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-bottom: 30px;
    justify-content: space-between;
}
.input_dow{
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
}
.rulesList p{
    font-size: 20px;
    font-weight: 400;
}
.new{
    width:100%;
    position:absolute;
    border:1px solid #CCC;
    display:none;
    background: #ffffff;
    flex-flow: column;
    left: 0;
    right: 0;
    font-size: 1rem;
    max-height: 155px;
    overflow: auto;
    padding: 0 23px 0 0;
    z-index: 99;
    text-align: left;
}
.new li{line-height:30px;padding-left:10px;}
.red{
    color: red;
}
.mask{
    display: none;
    position: fixed;
    background: #000000;
    opacity: .7;
    top: 0;
    width: 100%;
    height: 100%;
}
.detail-mask{
    display: none;
    position: absolute;
    background: #ffffff;
    width: 80%;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.detail .title{
    font-size: 30px;
}
.detail-list{
    width: 50%;
    margin: auto;
    text-align: center;
}
.detail-list p{
    font-size: 20px;
}
.but_2{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-items: center;
}
.button{
    background: #0e90d2;
    width: 30%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    padding: 20px 0;
    border: none;
    display: block;
    margin: 40px auto;
}
.success{
    display: none;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: #ffffff;
    z-index: 99;
}
.success .title p {
    font-size: 20px;
    color: #666666;
}
.success p{
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.rulesList{
    margin: 50px auto;
}
@media screen and (max-width: 767px){
.err {
    width: 90%;
    margin: auto;
}
.td-cr{  width: 100%;margin: 1rem 0;}
.inputInf {
    height: 3rem;
font-size: .9rem;
padding: 0 .9rem;
display: flex;
  width: 90%;
margin: auto;
}
    .box{
        padding: unset;
        width: 100%;
    }
    .title{
        font-size: 1rem;
        padding: 1rem 0;
    }
   .input_up,.input_dow{
        display: flex;
        flex-flow: column;
        align-items: center;
        margin: unset;
    }
    .carr-clms{
        line-height: 4;
    }
    .new{
      top: 3rem;
    font-size: .9rem;
    width: 90%;
    margin: auto;
    }
    .button {
        width: 75%;
        padding: 1rem 0;
    }
    .detail .title {
        font-size: 1rem;
    }
    .detail-list p {
        font-size: 1rem;
        font-weight: 400;
    }
    .success .title{
        padding: unset;
    }
    .success{
        padding: 5rem 0 0;
    }
    .success p{
        font-weight: 400;
    }
    .detail-list{
        font-weight: 400;
    }
    .img-list ul{
        display: flex;
        flex-flow: column;
    }
    .img-list ul li{
        width: 100%;
    }
    .img-list ul li img{
        width: 100%;
        margin: 10px 0;
    }
}
@media screen and (max-width: 1199px)and (min-width: 768px){
    .img-list ul{
        display: flex;
        flex-flow: column;
    }
    .img-list ul li{
        width: 100%;
    }
    .img-list ul li img{
        width: 100%;
        margin: 10px 0;
    }
}