﻿@charset "UTF-8";
/* CSS Document */


label {
    color: #333;
}

.padding0 {
    padding: 0px !important;
}



.section-wrap{
padding:2%;
}



.section-wrap .image {
    text-align: center;
}



.section-wrap h3 {
    color: #333;
    font-size: 1.2em;
    width: 85%;
    line-height: 30px;
    margin: 2% auto;
    /* text-align: left; */
}

section p, section ul li, section ol li {
    font-size: 21px;
    color: #333;
    font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
}

.section-wrap p {
    /* text-align: center; */
    margin: 0;
    color: #666;
    padding: 0 0 5px;
    font-size: 15px;
    font-weight: 400;
}



.more {
    text-align: center;
    padding: 3% 0;
}


    .more a {
        font-size: 21px;
        margin-bottom: 10px;
    }


    .portfolio .good {
border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
}

.bg-light {
  background-color: #fff !important;
}

.card-box{
    padding: 10px;
}

.card-box-info{
    min-height: 300px;
}

.card-box-info p{
    font-size: 15px;
}

.wrap {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
  margin: 0;
}


.class-review {
    background-image: url(../images/weather.png);
}