.rwdtable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.rwdtable td {
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    width: 216px;
    height: 36px;
    min-width: 110px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 24px;
    background-color: #fafafa;
}
.rwdtable tr:first-child td {
    border-bottom: 1px solid #4bbbd1;
    font-weight: bold;
    font-size: 18px;
}
.rwdtable tr td:first-child {
    width: 144px;
}
.rwdtable td.bg1 {
    background-color: #ffffff;
}
.rwdtable td.bg2 {
    background-color: rgba(31, 228, 255, 0.1);
}
.rwdtable td.bg3 {
    background-color: rgba(31, 167, 238, 0.1);
}
.rwdtable td.bg4 {
    background-color: rgba(0, 102, 153, 0.1);
}
.rwdtable tr:first-child td.bg2 {
    background-color: #1fc8ec;
    color: #ffffff;
}
.rwdtable tr:first-child td.bg3 {
    background-color: #1f78f5;
    color: #ffffff;
}
.rwdtable tr:first-child td.bg4 {
    background-color: #006699;
    color: #ffffff;
}
.rwdtable .p {
    position: relative;
}
.rwdtable .arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(https://www.xq.com.tw/xqblocks/images/arrow-close.png) no-repeat center center;
    background-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}
.rwdtable .bg2 .arrow,
.rwdtable .bg3 .arrow,
.rwdtable .bg4 .arrow {
    background-image: url(https://www.xq.com.tw/xqblocks/images/arrow-close2.png);
}
.rwdtable .menu {
    position: absolute;
    right: 0;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 6px 12px;
    background-color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #3a3a3a;
    width: 134px;
    z-index: 1;
}
.rwdtable .menu > div {
    cursor: pointer;
}
.rwdtable .menu > div:hover {
    color: #006699;
}
.rwdtable .rtext {
    color: #da5436;
}
@media screen and (max-width: 1200px) {
    .rwdtable td {
        width: 25%;
    }
    .showarrow .arrow {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .rwdtable td {
        padding: 6px;
        width: 40%;
    }
    .rwdtable tr td:first-child {
        width: 96px;
    }
    .rwdtable tr:first-child td br {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .rwdtable tr td br {
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .rwdtable td {
        min-width: 96px;
    }
    .rwdtable tr td:first-child {
        width: auto;
    }
}
.rwdtable tr.colspan td {
    text-align: left;
    border-bottom: 1px solid #bdbdbd;
    padding-top: 24px;
    font-weight: bold;
    font-size: 18px;
}
.rwdtable .icon1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.xq.com.tw/xqblocks/images/icon1.png) no-repeat 0 -3px;
    background-size: 24px;
    vertical-align: middle;
}
.rwdtable .yes {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(https://www.xq.com.tw/xqblocks/images/check_1.png) no-repeat center center;
    background-size: 18px;
}
.rwdtable td.bg3 .yes {
    background: url(https://www.xq.com.tw/xqblocks/images/check_2.png) no-repeat center center;
    background-size: 18px;
}
.rwdtable td.bg4 .yes {
    background: url(https://www.xq.com.tw/xqblocks/images/check_3.png) no-repeat center center;
    background-size: 18px;
}
.rwdtable .btext {
    font-weight: bold;
    padding: 0 3px;
}
.rwdtable .btext {
    font-weight: bold;
    padding: 0 3px;
}
.rwdtable .btext.nopadding {
    padding: 0;
}
.rwdtable td.bg2 .btext {
    color: #4bbbd1;
}
.rwdtable td.bg3 .btext {
    color: #0099cc;
}
.rwdtable td.bg4 .btext {
    color: #006699;
}
.rwdtable .float {
    position: relative;
}
.rwdtable .float {
    position: absolute;
    margin-top: -18px;
    font-size: 18px;
    line-height: 36px;
}

#rwdtable-sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
#rwdtable-sticky + .rwdtable {
    margin-top: -49px;
}
