.box {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.box h2 {
    color: mediumblue;
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.4;
    padding-top: 30px;
    text-align: center;
}
.red{
    color: red !important;
}
.box .forms {
    position: absolute;
    width: 380px;
    top: -30px;
    right: 0px;
}
.box table {
    font-size: 17px;
    color: #333;
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    border: none;
}
.box td {
    padding: 15px 15px;
    border: #fff 5px solid;
}
.box span{
    color: #ffffff;
}


.about .item-fadeInLeft {
    transform: scale(1) !important;
    transition-delay: 0.2s !important;
    opacity: 1 !important;
}
.about .col {
    transform: scale(0.5);
    transition: transform 1s , opacity 1s;
    opacity: 0;
}
.about > .col {
    float: left;
}
.about .col{
    width: calc(100% / 3);
}
.about .col {
    padding: 0 30px;
    margin-bottom: 50px;
}
.about .col .txt {
    width: calc(100% - 70px);
    float: right;
    padding-left: 15px;
}
.about .col .pic {
    float: left;
    width: 60px;
}
.about .col .pic img{
    width: 100%;
}
.about .col .name {
    color: #2991FB;
    margin-bottom: 5px;
    font-size: 18px;
}
.about .col .con {
    font-size: 17px;
    line-height: 27px;
}

.floatMenu{
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 110px;
    /*z-index: 9970;*/
}
.Menu{
    position: absolute;
    bottom: 15%;
}

.pointer {
    -webkit-transition:all .25s ease-in-out; -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out; transition:all .25s ease-in-out;
    background-color:#fff;
    text-indent:0;
    display:inline-block;
    font-size:1em;
    font-style:normal;
    height:40px;
    line-height:40px;
    width:100px;
    text-decoration:none;
    text-align:center;
    margin-bottom:5px;
    border-left: #31BBBB 12px solid;
    box-shadow:2px 2px 2px 2px #cccccc;
}

.pointer:hover{
    border-left: #f64c83 7px solid;
}


@media (max-width: 1024px) {
    .box {
        margin: 0 auto;
        width: 100%;
        position: relative;
    }
    .about > .col {
        float: left;
    }
    .about .col{
        width: 100%;
    }
    .about .col .txt {
        width: 100%;
        text-align: center;
    }
    .about .col .pic {
        width: 200px;
        margin: auto;
        float: none;
        padding: 0 0 20px;
    }
    .about .col .pic img{
        width: 100%;
    }
    .about .col .name {
        color: #2991FB;
        margin-bottom: 5px;
        font-size: 25px;
    }
    .about .col .con {
        font-size: 20px;
        line-height: 27px;
    }
}

.rwd-table {
    background: #fff;
    overflow: hidden;
    border: #cccccc 3px solid;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.rwd-table th,
.rwd-table td {
    margin: 0;
    white-space:normal;
    padding: 15px !important;

}
.rwd-table {
    min-width: 98%;
}

.rwd-table th {
    display: none;
}
.rwd-table th.col-md-1 , .rwd-table th.col-md-2 ,.rwd-table th.col-md-1-1{
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) "";
    font-weight: bold;
    width: 100%;
    display: block;
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

.rwd-table th, .rwd-table td:before {
    color: rgb(52, 152, 219);
    font-weight: bold;
}
.stepimg{
    text-align: center;
    display:block ;
}
.stepimg img{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.winall{
    position: relative;
}

.winpic{
    position: absolute;
    top: 0;
    width: 150px;
}
.winpic1{
    position: absolute;
    bottom: -10px;
    width: 90px;
    right: -5px;
}

@media (min-width: 1024px) {
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
        padding: 15px !important;
        border: #eee 2px solid;
    }
    .rwd-table th{
        background: #2991FB;
        color: #ffffff;
        text-align: center;
    }
    .rwd-table th.col-md-1 , .rwd-table th.col-md-2 ,.rwd-table th.col-md-1-1{
        display: table-cell;
    }
    .stepimg{
        text-align: left;
        display:inline-block ;
    }
    .stepimg img{
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    .winall{
        display: none;
    }

    .winpic1{
        position: absolute;
        bottom: -10px;
        width: 90px;
        right: -5px;
    }
}

.tbla th,.tbla td{
    padding: 5px !important;
    text-align: center;
}
.rwd-tablea ul{
    list-style: none;
    padding:0 30px;
    margin: 0;
}
.rwd-tablea ul li{
    padding: 5px;
    border-bottom: #eeeeee 1px solid;
}

.rwd-tablea ul li .col-sm-6{
}



.rwd_area ul {
    padding: 0;
    margin: 0;
}

.rwd_area li {
    width: 33.33%;
    margin: 0 0%;
    float: left;
    /* display: flex; */
    text-align: center;
    align-items: center;
}
.rwd_area li.rwd_day {
    padding: 100px 30px;
    min-height: 600px;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(120deg, rgba(72, 198, 239, 0.5) 0%, rgba(111, 134, 214, 0.5) 100%);
}
.rwd_area li:first-child.rwd_day {
    padding: 30px;
    display: flex;
    align-items: flex-end;
}
.rwd_area li.rwd_day:before {
    content: "";
    background-color: rgba(0, 0, 0, .3);
    display: inline;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.rwd_area li.rwd_day.bottom {
    padding: 50px 30px 0;
}
.rwd_area li.rwd_day.bottom {
    background-image: linear-gradient(to right, rgb(67, 67, 67) 0%, black 100%);
    /* background-image: none; */
    /* border: 8px solid #fff; */
}
.small_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #3f3f3f;
    text-align: justify;
}
.rwd_area li.rwd_day .small_text {
    text-align: center;
    font-size: 25px;
    margin: 30px 0;
    line-height: 1.5;
    color: #fff;
}

.rwd_area li.rwd_day .small_text {
    position: relative;
    float: left;
    width: 100%;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: initial;
    text-align: center;
    margin-top: 0;
}
.rwd_area li:first-child.rwd_day .small_text {
    /* color: #3f3f3f!important; */
    text-align: right;
    /* padding-top: 280px; */
}

.rwd_area li.rwd_day .small_text strong {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold!important;
    margin-bottom: 10px;
}
.rwd_area li.rwd_day .small_text strong span {
    color: #E9AA41;
}


@media (max-width: 991px){
    .rwd_area li.rwd_day {
        width: 100%;
    }
}

@media (max-width: 480px){
    .rwd_area li.rwd_day {
        min-height: 350px;
        max-height: 350px;
    }
    .rwd_area li.rwd_day .small_text strong {
        font-size: 2.5rem;
        line-height: 1;
        font-weight: bold!important;
        margin-bottom: 10px;
    }
    .rwd_area li.rwd_day .small_text {
        position: relative;
        float: left;
        width: 100%;
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: initial;
        text-align: center;
        margin-top: 0;
    }
}
@media (max-width: 991px){
    .rwd_area li.rwd_day {
        min-height: 550px;
        max-height: 550px;
    }
}
@media (max-width: 1024px){
    .rwd_area li.rwd_day {
        min-height: 350px;
        max-height: 350px;
    }
}
@media (max-width: 1199px){
    .rwd_area li.rwd_day {
        min-height: 400px;
        max-height: 400px;
    }
}

@media (max-width: 1440px){
    .rwd_area li.rwd_day {
        min-height: 450px;
        max-height: 450px;
    }
}

@media only screen and (max-width: 480px){
    .rwd_area li.rwd_day {
        min-height: 300px;
        max-height: 380px;
    }
}

@media only screen and (max-width: 767px){
    .rwd_area li.rwd_day {
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .rwd_area li.rwd_day {
        min-height: 400px;
        max-height: 500px;
    }
}

@media only screen and (max-width: 768px){
    .rwd_area li.rwd_day {
        min-height: 500px;
        max-height: 500px;
        padding: 50px 0;
    }
}


.rwd_area li img {
    width: 100%;
}
.rwd_area li.rwd_day.bottom img {
    max-width: 100%;
}
