@charset "UTF-8";

.main-box .main-title .title {
    font-size: 32px;
    color: #000000;
    font-family: 'Roboto', '微軟正黑體', Arial, sans-serif, '0xe804';
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    padding: 8% 0 3.6% 30px;
}

.main-box .main-title .title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 14px;
    height: 14px;
    background: #e50012;
}

@media screen and (max-width: 1350px) {
    .main-box {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 1000px) {
    .main-box {
        padding: 0 10px !important;
    }
}

.checkbox-list .form-check {
    min-height: 2rem;
    border: 1px solid #f5f5f5;
    padding: 0.35em 1.2em 0.35em 0.5em;
    border-radius: 45px;
    margin: 0 0.5em 0.5em 0;
}

.checkbox-list .form-check .form-check-input[type=checkbox] {
    border-radius: 45px !important;
}

.checkbox-list .form-check .form-check-input {
    margin: 0 0.3em 0 0;
    width: 22px;
    height: 22px;
}

.checkbox-list .form-check-input:checked {
    background-color: #e50012;
    border-color: #e50012;
}

.case-list {
    position: relative;
    display: block;
}

.case-list .case-name {
    display: flex;
    padding: 7px 15px;
    background-color: #EDEDED;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s linear;
}

.case-list img {
    width: 86%;
    height: auto;
    margin-left: 7%;
    margin-right: 7%;
    transition: all 0.3s linear;
}

.case-list:hover img {
    filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, .35));
}

.case-list:hover .case-name {
    background-color: #e50012;
    color: white;
    padding: 7px 15px 7px 25px;
}

.case-tag {
    margin-top: 15px;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 1em;
}

@media(min-width:769px) {
    .case-tag {
        justify-content: flex-end;
    }
}

.case-tag span:after {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #999;
    margin: 0 10px;
}

.case-tag span:last-child:after {
    display: none;
}

.case-tag span {
    color: #999;
    display: inline-flex;
    align-items: center;
}

.case-tag span.filter {
    color: #e50012;
}

.main-pic {
    background: url("../images/in/products/pbg.jpg") center no-repeat;
    margin-bottom: 20px;
}

.main-pic img {
    display: block;
    max-width: 85%;
    margin: 0 auto;
}

@media(min-width:992px) {
    .main-pic img {
        max-width: 75%;
    }
}

@media(min-width:1400px) {
    .main-pic img {
        max-width: 60%;
    }
}

.intro-pic {
    margin: 20px 0;
}

.intro-pic img {
    max-width: 100%;
    height: auto;
}

.related-prods {
    margin-bottom: 3rem;
}

.related-prods .title {
    font-size: 24px;
    color: #000;
    margin: 2rem 0;
    padding: 0 0 15px 30px;
    position: relative;
    font-family: "Khula", "微軟正黑體", Arial, sans-serif, "0xe804";
}

.related-prods .title:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #FFF;
    border: 3px solid #E50012;
    top: 6px;
    left: 0px;
    border-radius: 100%;
}

.related-slider {
    margin: 0 50px;
}

.related-slider .slider-wrap {
    padding: 15px;
    text-align: center;
}

.related-slider .slider-wrap img {
    width: 100%;
    height: auto;
}

.related-slider .slider-wrap a:link,
.related-slider .slider-wrap a:visited {
    color: #333;
    transition: all 0.3s linear;
}

.related-slider .slider-wrap a:hover,
.related-slider .slider-wrap a:active {
    color: #E50012;
}