.Title2 {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    display: none;
}

.Title2 label {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
}

.typeS {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.typeS input[type="text"] {
    width: 120px;
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
}

.typeS input[type="button"] {
    margin-left: 30px;
    padding: 0 15px;
    height: 34px;
    cursor: pointer;
    background: #1990FB;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
}

#btn {
    padding: 0 15px;
    height: 34px;
    cursor: pointer;
    background: #1990FB;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
}

.insideCon {
    margin-top: 30px;
    padding: 0;
}

.insideCon table {
    width: 100%;
    border: none;
}

.insideCon table thead tr {
    background: #e2e2e2;
    color: #333333;
}

.insideCon table thead tr th {
    padding: 10px 0;
}

.insideCon table tbody tr td {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
}