@charset "utf-8";

#TAIL { overflow: hidden; background: #020a18; border-top: 1px solid #1e273a; }
#TAIL section { 
    overflow: hidden;
    text-align: center;
 }
.Table_Left {
    float:left;
    padding: 20px 0px 20px 30px;
}
.Table_Logo img {
    width: 400px;
    height: auto;
}

.Table_Right {
    float:right;
}

.Table_Notice {
    text-align: right;
    padding: 20px 20px 20px 20px;
}
.Table_Notice button {
    background: #0f172a;
    border: 1px solid #1e293b;
    color: #f8fafc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 7px;
    padding: 10px 40px;
    transition: all 0.7s;
}
.Table_Notice button:hover {
    background: #213fc5;
    color: #fff;
    border-color: #0f1791;
}
.Terms_Policy {
    display:inline-block;
    border-top: 1px solid #1e273a;
    color: #cfcfcf;
    padding:10px 30px 30px 30px;
    font-size: 14px;
}
.Terms_Policy a {
    color: #fff;
    padding: 0px 10px;
    
}
.Terms_Policy a:hover {
    color: #00ff00;
}
.Data_Info {
    color: #555;
    text-align: right;
    padding: 0px 20px 15px 0px;
}
.Terms_Policy span{
    color: #7c7d80;
}