@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, serif;
    color: #333;
    line-height: 1.6;
    font-size: 1em;
}

button,
select,
input {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, serif;
    color: #333;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

button {
    margin: 0;
    padding: 0;
    /* border: 1px solid transparent; */
    outline: none;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    width: 49%;
}

button:hover {
    border-bottom: 1px solid #fe8a2c;
}

.box {
    padding: 10px;
}

.tabWrap .tabTitleWrap button {
    margin: 0 0px -1px 0;
    background-color: #ECF0F2;
    color: #333;
    font-weight: bold;
}

.tabWrap .tabTitleWrap button:hover {
    border-bottom: 1px solid transparent;
    background-color: #5BAA5B;
    font-weight: bold;
}

.tabWrap .tabTitleWrap .active {
    color: #fff;
    border-bottom: 1px solid transparent;
    background-color: #5BAA5B;
    font-weight: bold;
}

.tabWrap .tabInner {
    padding: 10px;
    /* border: 1px solid #ccc; */
}