@charset "utf-8";
/* CSS Document */
html, body{
    background:#fff;
    margin:0;
    padding:0;
    font-family:Arial,'微軟正黑體', 新細明體,'LiHei Pro', sans-serif;
    font-size:15px;
    color:#333;
    line-height:1.4em;
    height:100%;}

/*登入*/
.login_pg {
    width:100%;
    min-width:1024px;
    margin:0 auto;}
.logo {
    padding: 15px;
    width: 50%;
    text-align: center;
    height:100px;}
.link_box {margin: auto;}
.link_box td a {
    color: #396d85;
    display:inline-block;
    padding: 5px 15px;
    font-size: 18px;
    text-decoration:none;}
.link_box td a:hover,
.link_box td a:focus,
.new_teb a:hover,
.new_teb a:focus {color:#3fc1d9;}
.link_box td.sign_out {
    vertical-align: bottom;
    border-right: 1px solid #78b6dd;
    padding-right: 15px;}
.link_box td.sign_out a {
    color: #fff;
    font-size: 16px;
    line-height:24px;
    background: #3fc1d9;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 5px;}
.link_box td.sign_out a:hover,
.link_box td.sign_out a:focus {background:#3c97c4;}
.link_box td img {
    vertical-align: sub;
    padding-right: 5px;}
    
.main {
    background: linear-gradient(90deg, #3fb1e5, #3edec6);
    /*height:306px;*/
    position:relative;}
.main:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #f9f9f9;
    left: 0;
    right: 0;
    height: 5px;
    opacity: 0.7;}
.main>table {margin:0 auto;}
.login_bg {background: url(https://www.lawdata.com.tw/anglekm/login_images/bg.png)center no-repeat;}
.login_box {
    width:250px;
    height:225px;
    padding: 40px 0;}
.login_box > table {
    width:100%;
    height:100%;
    color: #fff;}
.login_box > table h2 {
    display: inline-block;
    font-size:28px;
    margin: 0;
    padding-right: 10px;}
.login_box > table span {text-align:right;}
.login_box > table th {
    font-size:18px;
    text-align:left;}
.login_box > table th,
.login_box > table td {padding:6px;}
.login_box > table td input[type=text],
.login_box > table td input[type=PASSWORD] {
    border-radius:6px;
    padding: 8px;
    background:#c0ebf4;
    border:0;
    width:100%;
    box-sizing:border-box;} 
.login_box > table td.log_btn{text-align:right;padding-bottom: 0;}   
.login_box > table td.log_btn input[type="SUBMIT"] {
    border:0px;
    cursor:pointer;
    color: #777;
    font-size: 16px;
    line-height:24px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 5px;}
.login_box > table td.log_btn input[type="SUBMIT"]:hover,
.login_box > table td.log_btn input[type="SUBMIT"]:focus {color:#3fc1d9;}
.login_box > table td.log_btn img {vertical-align:middle;padding-right:10px;}
.login_box > table td.how {padding:0;}
.login_box > table td.how a {color:#fff;}
.login_box > table td.how a:hover,
.login_box > table td.how a:focus {color:#ffeb3b;}

.topic {background:#f4f4f4;}
.topic table {width:900px;}
.topic,.new_teb,.hot_teb {vertical-align: top;}
.new_teb {width:190px;}
.new_tt,.hot_tt {
    margin:0;
    padding:15px 30px 5px;
    font-size:18px;
    font-weight: normal;}
.new_tt {text-align:right;}
.hot_tt {text-align:left;color:#cb4136;padding-left: 60px}
.new_teb,.hot_teb {margin:0;padding:5px 30px 15px;text-align:left;}
.new_teb {
    list-style:none;
    line-height:40px;
    text-justify: distribute-all-lines;
    position:relative;
    text-align-last: justify;}
.new_teb:before {
    content: "";
    position: absolute;
    width: 4px;
    right: -2px;
    top: 0;
    bottom: 20px;
    background: #3fc7d5;
    border-radius: 10px;}
.new_teb a {
    display: block;
    font-size:28px;
    text-decoration:none;
    color:#1fa5be;}
.hot_teb a {
    color:#000;
    display:inline-block;
    position:relative;
    font-size:20px;
    padding:5px;
    padding-left:30px;
    text-underline-position:under;
    text-decoration-thickness: 1px;}
.hot_teb a:before {
    content:"";
    width:3px;
    height:3px;
    position:absolute;
    left:15px;
    top:15px;
    background:#000;}
.hot_teb a:hover,
.hot_teb a:focus,
.footer ul li a:hover,
.footer ul li a:focus {color:#cb4136;}

/*footer*/
.footer {text-align:center;height:85px;}
.footer ul {
    margin:0 auto;
    padding:5px;
    text-align: center;
    border-bottom:1px solid #3fc7d5;
    width:900px;}
.footer ul li {display:inline;border-right:1px solid #000;}
.footer ul li:last-child {border:0;}
.footer ul li a {
    display:inline-block;
    padding:5px 10px;
    text-decoration:none;
    color:#000;}
.footer div {padding:5px;}
.footer span {padding:5px;display: inline-block;}