﻿.resultContent .categoryBox .categoryItem a:before,
.resultContent .filterList .checkLabel .labelText:before,
.resultContent .filterList .filterCategoryTitle:after,
.resultContent .filterList .filterCategoryTitle:before,
.searchContent .conditionBox .titleBox .link:after {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.resultContent .filterList .checkLabel .labelText:after {
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    -moz-transition: all .75s;
    transition: all .75s
}

.searchContent .tabColumn .tabItem:first-of-type {
    border: none;
}
.searchContent  .tabColumn .tabItem {
    border: none;
}
.searchContent {
    /* background-color: #f3f5f7; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 50px 100px;
    position: relative;
    margin-bottom: 70px
}

@media (max-width:1480px) {
    .searchContent {
        padding: 40px 60px
    }
}

@media (max-width:1180px) {
    .searchContent {
        padding: 40px 30px
    }
}

@media (max-width:960px) {
    .searchContent {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:480px) {
    .searchContent {
        padding: 40px 20px
    }
}

@media (max-width:400px) {
    .searchContent {
        margin: 0 -20px
    }
}

/* .searchContent:before {
    content: "";
    display: block;
    width: 1px;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    background-color: #ccc;
    position: absolute;
    top: 50px;
    left: 560px;
    bottom: auto;
    right: auto
} */

@media (max-width:1480px) {
    .searchContent:before {
        left: 520px
    }
}

@media (max-width:1280px) {
    .searchContent:before {
        left: 500px
    }
}

@media (max-width:1180px) {
    .searchContent:before {
        left: 310px
    }
}

@media (max-width:960px) {
    .searchContent:before {
        display: none
    }
}

.searchContent .tab {
    width: 460px;
    padding-right: 40px;
    margin-top: 0;
    background-color:#f4efef ;
    border-bottom: 1px solid #ccc;
    margin-right: 600px;
    
}
.searchContent  .tabColumn a {
    padding: 10px 30px 10px 30px;
    height: 70px;
}
.searchContent .tab .tabItem a.current {
    color: #E1251B
}

@media (max-width:1280px) {
    .searchContent .tab {
        width: 440px;
        padding-right: 40px
    }
}

@media (max-width:1180px) {
    .searchContent .tab {
        width: 280px
    }
}

@media (max-width:960px) {
    .searchContent .tab {
        width: 100%;
        padding-right: 0
    }
}

.searchContent .conditionBox {
    width: -webkit-calc(100% - 460px);
    width: -moz-calc(100% - 460px);
    width: calc(100% - 460px);
    border-top: none;
    padding-top: 0;
    padding-left: 75px;
    padding-bottom: 0;
    margin-left: 340px;
}

.searchContent .conditionBox .titleBox {
    /* border-bottom: 1px solid #ccc; */
    padding: 15px 55px 15px 0;
    padding-left: 55px;
    position: relative
}

.searchContent .conditionBox .titleBox:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background-color: #E1251B;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.searchContent .conditionBox .titleBox:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 12px;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.searchContent .conditionBox .titleBox .listTitleStyle {
    margin-top: -2px;
    line-height: 1
}

.searchContent .conditionBox .titleBox .link {
    font-family: "Inter", sans-serif;
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 1.375;
    position: relative;
    text-decoration: underline
}

@media (max-width:1180px) {
    .searchContent .conditionBox .titleBox .link {
        font-size: 15px
    }
}

.searchContent .conditionBox .titleBox .link:after {
    background-image: url(../image/icon_link2.png);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: contrast(0);
    filter: contrast(0);
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px)
}

@media (min-width:1181px) {
    .searchContent .conditionBox .titleBox .link:hover {
        color: #E1251B
    }

    .searchContent .conditionBox .titleBox .link:hover:after {
        -webkit-filter: none;
        filter: none
    }
}

@media (max-width:480px) {
    .searchContent .conditionBox .titleBox {
        padding-left: 48px
    }
}

@media (max-width:1280px) {
    .searchContent .conditionBox {
        width: -webkit-calc(100% - 440px);
        width: -moz-calc(100% - 440px);
        width: calc(100% - 440px);
        padding-left: 40px
    }
}

@media (max-width:1180px) {
    .searchContent .conditionBox {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px)
    }
}

@media (max-width:960px) {
    .searchContent .conditionBox {
        width: 100%;
        padding-left: 0;
        padding-top: 40px
    }

    .searchContent .conditionBox .titleBox {
        padding-top: 17px
    }
}
@media (max-width:480px) {
    .searchContent .tab{
        margin-right: 0;
    }
    .searchContent .conditionBox{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.formList {
    padding-top: 20px
}

.formList .formItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px
}

@media (max-width:840px) {
    .formList .formItem {
        padding-bottom: 10px
    }
}

@media (max-width:768px) {
    .formList .formItem {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.formList .formItem:last-of-type {
    padding-bottom: 0
}

.formList .formItem .leftBox {
    width: 136px;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px
}

@media (max-width:1180px) {
    .formList .formItem .leftBox {
        font-size: 21px;
        line-height: 1.5
    }
}

@media (max-width:640px) {
    .formList .formItem .leftBox {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .formList .formItem .leftBox {
        width: 100%
    }
}

.formList .formItem .rightBox {
    width: -webkit-calc(100% - 136px);
    width: -moz-calc(100% - 136px);
    width: calc(100% - 136px);
    position: relative
}

.formList .formItem .rightBox:before {
    content: "";
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    left: auto;
    bottom: auto;
    right: 20px;
    z-index: 2
}

@media (max-width:768px) {
    .formList .formItem .rightBox {
        width: 100%
    }
}

.formList .formItem select {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    height: 44px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 44px;
    width: 100%;
    padding: 0 36px 0 16px;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.formList .formItem input {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    height: 44px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 44px;
    width: 100%;
    padding: 0 16px;
    position: relative
}

@media (max-width:400px) {
    .formList .formItem input {
        padding: 0 10px
    }
}

.formList .formItem input::-webkit-input-placeholder {
    color: #aaa
}

.formList .formItem input::-moz-placeholder {
    color: #aaa
}

.formList .formItem input:-ms-input-placeholder {
    color: #aaa
}

.formList .formItem input::-ms-input-placeholder {
    color: #aaa
}

.formList .formItem input::placeholder {
    color: #aaa
}

@media (max-width:400px) {
    .formList .formItem input::-webkit-input-placeholder {
        font-size: 14px;
        letter-spacing: 0
    }

    .formList .formItem input::-moz-placeholder {
        font-size: 14px;
        letter-spacing: 0
    }

    .formList .formItem input:-ms-input-placeholder {
        font-size: 14px;
        letter-spacing: 0
    }

    .formList .formItem input::-ms-input-placeholder {
        font-size: 14px;
        letter-spacing: 0
    }

    .formList .formItem input::placeholder {
        font-size: 14px;
        letter-spacing: 0
    }
}

.formList .formItem .buttonBox {
    margin-top: 10px;
    margin-left: auto;
    border: 1px solid #ccc;
}

.formList .formItem .select2-container {
    display: block
}

.formList .formItem .select2-selection {
    height: 44px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.formList .formItem .select2-selection .select2-selection__rendered {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 44px;
    padding: 0 36px 0 16px
}

.formList .formItem .select2-selection__arrow {
    display: none
}

.select2-search__field {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 24px
}

.select2-results__option {
    font-family: "Inter", sans-serif
}

.resultContent {
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-top: 60px
}

@media (max-width:1180px) {
    .resultContent {
        margin-top: 20px;
        padding-top: 40px
    }
}

@media (max-width:640px) {
    .resultContent {
        margin-top: 10px;
        padding-top: 30px
    }
}

.resultContent .leftContent {
    width: 360px;
    padding-right: 60px
}

@media (max-width:1480px) {
    .resultContent .leftContent {
        width: 300px;
        padding-right: 40px
    }
}

@media (max-width:1180px) {
    .resultContent .leftContent {
        width: 100%;
        padding-right: 0
    }
}

.resultContent .rightContent {
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px)
}

@media (max-width:1480px) {
    .resultContent .rightContent {
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px)
    }
}

@media (max-width:1180px) {
    .resultContent .rightContent {
        width: 100%
    }
}
.categoryContent{
    width: 100%;
    border-top: 1px solid #ccc;
}
.categoryContent .categoryBox {
    width: 360px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px
}

@media (max-width:1180px) {
    .categoryContent .categoryBox {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -10px;
        padding-bottom: 30px
    }
}

@media (max-width:640px) {
    .categoryContent .categoryBox {
        padding-bottom: 20px
    }
}

@media (max-width:400px) {
    .categoryContent .categoryBox {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0
    }
}

.categoryContent .categoryBox .categoryItem {
    width: 140px;
    height: 140px;
    position: relative
}

.categoryContent .categoryBox .categoryItem a {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.categoryContent .categoryBox .categoryItem a:before {
    border: 1px solid #E1251B;
    content: "";
    display: block;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: auto;
    right: auto;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.categoryContent .categoryBox .categoryItem a img {
    display: block;
    width: 100%;
    -webkit-filter: contrast(0);
    filter: contrast(0)
}

.categoryContent .categoryBox .categoryItem a.current img {
    -webkit-filter: none;
    filter: none
}

.categoryContent .categoryBox .categoryItem a.current:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@media (min-width:1181px) {
    .categoryContent .categoryBox .categoryItem a:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:1480px) {
    .categoryContent .categoryBox .categoryItem {
        width: 120px;
        height: 120px
    }
}

@media (max-width:1180px) {
    .categoryContent .categoryBox .categoryItem {
        margin: 0 10px
    }
}

@media (max-width:400px) {
    .categoryContent .categoryBox .categoryItem {
        width: 110px;
        height: 110px;
        margin: 5px
    }
}

@media (max-width:1180px) {
    .resultContent .filterSec {
        display: none
    }
}

.resultContent .secTitle {
    color: #222;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 1.36
}

@media (max-width:1180px) {
    .resultContent .secTitle {
        background-color: #222;
        color: #fff;
        font-size: 34px;
        height: 60px;
        line-height: 60px;
        padding: 0 60px 0 30px;
        position: relative
    }
}

@media (max-width:640px) {
    .resultContent .secTitle {
        font-size: 30px
    }
}

.resultContent .secTitle .mCloseBtn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 10px
}

@media (min-width:1181px) {
    .resultContent .secTitle .mCloseBtn {
        display: block
    }
}

.resultContent .secTitle .mCloseBtn:before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 0px);
    top: -moz-calc(50% - 0px);
    top: calc(50% - 0px);
    left: -webkit-calc(50% - 14px);
    left: -moz-calc(50% - 14px);
    left: calc(50% - 14px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.resultContent .secTitle .mCloseBtn:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -webkit-calc(50% - 0px);
    top: -moz-calc(50% - 0px);
    top: calc(50% - 0px);
    left: -webkit-calc(50% - 14px);
    left: -moz-calc(50% - 14px);
    left: calc(50% - 14px);
    bottom: auto;
    right: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.resultContent .selectTextBox {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2px 0 5px;
    position: relative
}

@media (max-width:1180px) {
    .resultContent .selectTextBox {
        padding: 20px 30px 10px
    }
}

.resultContent .selectTextBox a {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding-right: 40px;
    padding: 5px 40px 5px 0;
    position: relative
}

.resultContent .selectTextBox a:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #E1251B;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    left: auto;
    bottom: auto;
    right: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.resultContent .selectTextBox a:after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #E1251B;
    position: absolute;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    left: auto;
    bottom: auto;
    right: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.resultContent .selectTextBox .clearAll {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: 100%
}

.resultContent .selectTextBox .clearAll span {
    display: block;
    color: #666;
    cursor: pointer;
    margin-top: 10px;
    padding: 0px 10px;
    text-align: right
}

.resultContent .selectTextBox .clearAll.hide {
    opacity: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    pointer-events: none
}

@media (min-width:1181px) {
    .resultContent .selectTextBox .clearAll:hover {
        color: #E1251B
    }
}

.resultContent .filterList {
    padding: 15px 0 20px
}

@media (max-width:1180px) {
    .resultContent .filterList {
        padding: 15px 30px 20px
    }
}

.resultContent .filterList .filterItem {
    border-bottom: 1px solid #ccc;
    padding-top: 15px
}

@media (max-width:1180px) {
    .resultContent .filterList .filterItem {
        padding-top: 10px
    }
}

.resultContent .filterList .filterItem.open .filterCategoryTitle:before {
    background-color: #ccc
}

.resultContent .filterList .filterItem.open .filterCategoryTitle:after {
    background-color: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.resultContent .filterList .filterCategoryTitle {
    cursor: pointer;
    color: #222;
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px
}

.resultContent .filterList .filterCategoryTitle:before {
    content: "";
    display: none;
    width: 14px;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: 12px;
    left: auto;
    bottom: auto;
    right: 0
}

.resultContent .filterList .filterCategoryTitle:after {
    content: "";
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    left: auto;
    bottom: auto;
    right: 30px;
    z-index: 2;

}

@media (min-width:1181px) {
    .resultContent .filterList .filterCategoryTitle:hover {
        color: #E1251B
    }
}

@media (max-width:1180px) {
    .resultContent .filterList .filterCategoryTitle {
        padding-bottom: 5px
    }
}

.resultContent .filterList .labelBox {
    padding: 0px 0 15px;
    display: none
}

@media (max-width:1180px) {
    .resultContent .filterList .labelBox {
        margin-left: -10px;
        padding-bottom: 10px
    }
}

.resultContent .filterList .checkLabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    padding: 4px 0;
    position: relative
}

@media (max-width:1180px) {
    .resultContent .filterList .checkLabel {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 5px 10px
    }
}

.resultContent .filterList .checkLabel input[type=checkbox] {
    opacity: 0;
    position: absolute
}

.resultContent .filterList .checkLabel input[type=checkbox]:checked+.labelText:before {
    background-color: #E1251B
}

.resultContent .filterList .checkLabel input[type=checkbox]:checked+.labelText:after {
    opacity: 1
}

.resultContent .filterList .checkLabel .labelText {
    color: #666;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 1.5;
    padding-left: 30px;
    position: relative
}

.resultContent .filterList .checkLabel .labelText:before {
    border: 1px solid #ccc;
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-color: transparent;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: auto;
    right: auto
}

.resultContent .filterList .checkLabel .labelText:after {
    content: "";
    background-image: url(../image/icon_tick.png);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 3px;
    bottom: auto;
    right: auto;
    opacity: 0
}

@media (min-width:1181px) {
    .resultContent .filterList .checkLabel .labelText:hover {
        color: #E1251B
    }
}

.resultContent .conditionBox {
    padding-bottom: 30px
}

@media (max-width:1180px) {
    .resultContent .conditionBox {
        padding-top: 20px
    }
}

.resultContent .conditionBox .titleBox .mediumTitle {
    margin-top: -7px
}

@media (max-width:1180px) {
    .resultContent .conditionBox .titleBox .mediumTitle {
        margin-top: 0
    }
}

.resultContent .conditionBox .titleBox .link {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 1.375
}

@media (min-width:1181px) {
    .resultContent .conditionBox .titleBox .link:hover {
        color: #E1251B
    }
}

@media (max-width:1180px) {
    .resultContent .conditionBox .titleBox .link {
        font-size: 15px
    }
}

@media (max-width:640px) {
    .resultContent .conditionBox .titleBox .link {
        font-size: 14px;
        letter-spacing: 0.3px
    }
}

.resultContent .conditionBox .formList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -13px
}

@media (max-width:1180px) {
    .resultContent .conditionBox .formList {
        padding-top: 5px
    }
}

@media (max-width:840px) {
    .resultContent .conditionBox .formList {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.resultContent .conditionBox .formList .formItem {
    width: 33.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 13px
}

.resultContent .conditionBox .formList .formItem.whole {
    width: 100%
}

.resultContent .conditionBox .formList .formItem:last-of-type {
    width: 100%
}

.resultContent .conditionBox .formList .formItem .leftBox,
.resultContent .conditionBox .formList .formItem .rightBox {
    width: 100%
}

.resultContent .conditionBox .formList .formItem .leftBox {
    padding-bottom: 5px
}

@media (max-width:840px) {
    .resultContent .conditionBox .formList .formItem {
        width: 50%
    }

    .resultContent .conditionBox .formList .formItem .leftBox {
        padding-bottom: 0
    }

    .resultContent .conditionBox .formList .formItem:last-of-type {
        padding-bottom: 10px
    }
}

@media (max-width:540px) {
    .resultContent .conditionBox .formList .formItem {
        width: 100%
    }

    .resultContent .conditionBox .formList .formItem:last-of-type {
        width: 100%;
        padding-bottom: 0px
    }
}

.resultContent .conditionBox .formList .buttonBox {
    width: 150px
}

.resultContent .conditionBox .formList .buttonBox svg {
    height: 44px
}

.resultContent .conditionBox .formList.product .formItem {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px)
}

.resultContent .conditionBox .formList.product .formItem+.formItem {
    width: 170px
}

.resultContent .conditionBox .formList.product .buttonBox {
    margin-top: 0
}

@media (max-width:540px) {
    .resultContent .conditionBox .formList.product .formItem {
        width: 100%
    }

    .resultContent .conditionBox .formList.product .formItem+.formItem {
        width: 100%
    }
}

.resultWrap {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.resultWrap .resultTitle {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 1.5;
    padding-bottom: 10px
}

.resultBox {
    background-color: #f3f5f7;
    padding: 36px 20px;
    width: 100%
}

.resultBox .tableWrap {
    overflow-y: auto;
    overflow-x: auto
}

.resultList {
    background-color: #f3f5f7;
    width: 100%;
    border: none
}

.resultList thead .item {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    padding-bottom: 16px;
    white-space: nowrap
}

.resultList thead .item:before {
    content: "";
    display: block;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 1px;
    background-color: #444;
    position: absolute;
    top: auto;
    left: 1px;
    bottom: 0;
    right: auto
}

.resultList thead .item:first-of-type {
    text-align: left
}

@media (max-width:1180px) {
    .resultList thead .item {
        padding-bottom: 12px
    }
}

.resultList .resultItem {
    position: relative
}

.resultList tbody .item {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.4;
    vertical-align: middle;
    text-align: center;
    padding: 20px 15px;
    position: relative
}

.resultList tbody .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto
}

.resultList tbody .item+.item:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    left: 0;
    bottom: auto;
    right: auto
}

.resultList tbody .item:first-child {
    padding-left: 0
}

@media (max-width:1180px) {
    .resultList tbody .item {
        font-size: 16px
    }
}

@media (max-width:640px) {
    .resultList tbody .item {
        font-size: 15px;
        letter-spacing: 0px
    }
}

.resultList .productBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
}

.resultList .Img {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 70px;
    height: 70px
}

.resultList .Img a {
    display: block;
    width: 100%;
    height: 100%
}

.resultList .Img img {
    display: block;
    width: 100%
}

.resultList .titleBox {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 12px
}

@media (max-width:640px) {
    .resultList .titleBox {
        padding-left: 10px
    }
}

.resultList .titleBox .title {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.2
}

.resultList .titleBox .productNo {
    color: #666;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 1.2;
    padding-top: 8px
}

.resultList.specTable {
    border: none;
    border-collapse: collapse
}

.resultList.specTable .specSortable {
    padding-bottom: 20px
}

.resultList.specTable .resultItem {
    width: 100%;
    border-color: #f3f5f7
}

.resultList.specTable .resultItem .item {
    vertical-align: middle;
    text-align: center
}

.resultList.specTable .resultItem .item.primary {
    background-color: #f9f9f9
}

.resultList.specTable .resultItem .item.secondary {
    background-color: #f3f5f7
}

.resultList.specTable .resultItem .item.tertiary {
    background-color: #f3f5f7
}

@media (max-width:1180px) {
    .resultList.specTable .resultItem .item {
        white-space: nowrap
    }
}

.resultList.specTable thead .resultItem {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2
}

.resultList.specTable thead .resultItem .item {
    background-color: #f3f5f7;
    border: none;
    padding: 5px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.27
}
.resultList.specTable thead .resultItem .item:first-child{
    padding-left: 80px;
    text-align: left;
}

.resultList.specTable thead .resultItem .item>* {
    font-family: "Bebas Neue", "微軟正黑體", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.27
}

@media (max-width:1180px) {
    .resultList.specTable thead .resultItem .item {
        padding: 5px 15px 5px 10px
    }
}

.resultList.specTable tbody .resultItem {
    background-color: #f3f5f7
}

.resultList.specTable tbody .resultItem.ui-sortable-helper {
    background-color: #f3f5f7;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1)
}

.resultList.specTable tbody .resultItem .item {
    background-color: #f3f5f7;
    color: #666;
    font-family: "Inter", sans-serif;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4;
    padding: 13px 8px
}

.resultList.specTable tbody .resultItem .item:before {
    display: none
}

.resultList.specTable tbody .resultItem .item:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #e2e2e2;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    left: 0px;
    bottom: auto;
    right: auto
}

.resultList.specTable tbody .resultItem .item:first-child:after {
    opacity: 0
}

@media (max-width:1024px) {
    .resultList.specTable tbody .resultItem .item {
        padding: 10px 12px
    }
}

@media (min-width:1181px) {
    .mFilterSec {
        display: none
    }
}

@media (max-width:1180px) {
    .mFilterSec {
        background-color: #fff;
        height: -webkit-calc(100vh - 60px);
        height: -moz-calc(100vh - 60px);
        height: calc(100vh - 60px);
        width: 100%;
        padding-right: 0;
        position: fixed;
        top: 60px;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        pointer-events: none;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 6
    }

    .mFilterSec.open {
        pointer-events: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.mFunctionBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin-right: -5px
}

@media (min-width:1181px) {
    .mFunctionBox {
        display: none
    }
}

.mFunctionBox .mFunctionBtn {
    border: 2px solid #000000;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.mFunctionBox .mFunctionBtn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}