@charset "utf-8";
/* CSS Document */

.article{
    border: 1px solid #ddd;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 12%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 auto 30px auto;
    /* padding: 20px 1.1vw; */
    padding: 10px 10px 20px 10px;
}
.article.small_article{
    width: 30vw;
}
.article.interface_article{
    width: 60vw;
}
h2{
    position: relative;
    color: #c87b63;
    width: 100%;
    padding: 0.25em 0.5em 0.25em 1.2em;
    border: 1px solid #e9a893;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #eee;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 6%);
    background: #ffffff;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}
h2:after {
    position: absolute;
    top: 50%;
    left: 0.7em;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 12px;
    background-color: #ff6464;
    border-radius: 4px;
}

header{
    position: sticky;
    top: 0px;
    z-index: 99999;
}
.path{
    font-size: 1.5rem;
    color: #333;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    margin-bottom: 30px;
    background-color: rgba(204, 204, 204, 0.5);
}

.path a{}

.path span.slash{
    margin: 0 5px;
}
.contain_wrapper{
    display: flex;
    justify-content: flex-start;
}
.content_wrapper {
    display: flex;
    justify-content: flex-start;
    width: 80vw;
    margin: 0 auto;
    min-height: 69vh;
}
.menu {
    /*width: 230px;*/
    background-color: rgba(114, 137, 115, 0.5);
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px;
}
.article_wrap {
    flex-grow: 1;
    /* padding: 18px 0; */
    padding: 0 0 0 20px;
    /* border-bottom: 1px solid #ddd; */
}
.menu_wrap{
    background-color: rgba(114, 137, 115, 0.5);
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px;
}
.products_wrap{
    flex-grow: 1;
    padding: 0 0 0 20px;
    overflow: hidden;
}
.products_wrap h2{
    display: flex;
    justify-content: center;
    font-size: 3rem;
}
.products_wrap h2 span{
    display: block;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.supplier_products_wrap h2{
    display: flex;
    justify-content: center;
    font-size: 3rem;
}
.supplier_products_wrap h2 span{
    display: block;
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.result_wrap{
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #aaa;
    background-color: rgba(255,255,255,0.5);
}
.result{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.result_title{
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 5px;
}
.result_title:after{
    content: "/";
    font-size: 2rem;
    font-weight: 200;
    margin: -10px 0 0 3px;
    display: inline-block;
    vertical-align: middle;
}
.result p{
    display: block;
}
.tag{}
.tag_title{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.tag_title:after{
    content: "/";
    font-size: 2rem;
    font-weight: 200;
    margin: -10px 0 0 3px;
    display: inline-block;
    vertical-align: middle;
}
.tag ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tag ul li{
    display: block;
    margin-right: 5px;
}
.tag ul li:nth-last-child(1){
    margin-right: 0px;
}
.tag ul li a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #abbe47;
    font-size: 1.4rem;
    border: 1px solid #abbe47;
    padding: 0 14px;
    background-color: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.tag ul li a:hover{
    color: #fff;
    border: 1px solid #abbe47;
    background-color: #abbe47;
}
.products_wrap .section{
    margin: 30px 0;
}
.products_wrap .section h3:before{
    display: none;
}
.products_wrap .section ul li{
    position: relative;
    width: 12.6vw;
}
.products_wrap .section ul li .image_size{
    height: 9vw;
}
.result_sort{
     display: flex;
     justify-content: flex-end;
     align-items: center;
     width: 100%;
     margin-bottom: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid #aaa;
}
.toggle_wrap{}
.sort_toggle{
    display: flex;
    justify-content: center;
    border: 1px solid #8f9f38;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    overflow: hidden;
    margin-right: 10px;
    background-color: #fff;
}
.sort_toggle a{
    display: block;
    padding: 5px 14px;
}
.sort_toggle a.toggle_product{
    border-right: 1px solid #fff;
}
.sort_toggle a.active{
    color: #fff;
    background-color: #8f9f38;
}
.sort_toggle a:hover{
    color: #fff;
    background-color: #8f9f38;
}
.sort_items{
    margin-right: 10px;
}
.sort_items:after{
    margin: -3px 0 0 3px;
    content: " ";
    display: inline-block;
    width: 9px;
    height: 18px;
    background: url("../images/icon_sort.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.sort_items:hover:after{
    background: url("../images/icon_sort_o.png");
    background-size: contain;
}
/*分頁start*/
/*分頁start*/
.pageview {
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
}
.pageview a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	color: #c97b63;
	text-align: center;
	background-color: #fff;
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;*/
	border: 1px solid #c97b63;
    border-radius: 12px;
}
.pageview a:hover {
	background-color: #c97b63;
	color: #fff;
	border: 1px solid #c97b63;
}
a.previous_arrow {
	display: inline-block;
    color: #8f9f38;
	border: 1px solid transparent;
	background-color: transparent;
}
a.next_arrow {
	display: inline-block;
    color: #8f9f38;
	border: 1px solid transparent;
	background-color: transparent;
}
.pageview a.previous_arrow:hover{
    background-color: transparent;
    border: 1px solid transparent;
    color: #c97b63;
}
.pageview a.next_arrow:hover{
    background-color: transparent;
    border: 1px solid transparent;
    color: #c97b63;
}
.page_num {
	display: inline-block;
}
.page_num ul {
	/*display: inline-block;*/
	display: flex;
	align-items: center;
}
.page_num ul li {
	display: block;
	margin: 0 2px;
}
.page_num ul li a {
}
.page_num ul li a.active {
	color: #fff;
	background-color: #8f9f38;
	border: 1px solid #8f9f38;
}
.favor {
	display: flex;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	padding: 3px 0;
	background-color: #fff;
	z-index: 9997;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.favor label {
	cursor: pointer;
	margin-right: 0px;
}
.favor img {
	width: 20px;
	height: 20px;
	min-width: auto;
	min-height: auto;
}
.category_wrap{
    display: flex;
    height: 20vw;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #fff;
}
.category_info{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 20px;
}
.category_photo{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    overflow: hidden;
}
.category_photo img{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
}
/*分頁end*/
a.video_icon:before{
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    content:" ";
    display:inline-block;
    width:80px;
    height:80px;
    background:url(../images/play-icon.png); 
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
}
a.video_icon_tiny{
    position: relative !important;
}
a.video_icon_tiny:before{
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    content:" ";
    display:inline-block;
    width:40px;
    height:40px;
    background:url(../images/play-icon.png); 
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.goback{
    display: flex;
    justify-content: flex-end;
}
.goback a:before{
    margin:0 3px 0 0;
    content:" ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/back.png"); 
    background-size:contain;
    vertical-align:middle;
}
.goback a:hover:before{
    background:url("../images/back_o.png"); 
    background-size:contain;
}
a.descript{
    padding: 0px;
    text-decoration: underline;
    color: #8f9f38;
    height: 26px;
    line-height: 26px;
    font-size: 1.5rem;
}
a.descript:hover{
    color:#000;
}
a.descript:before{
    margin:-3px 3px 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background:url("../images/descript.png"); 
    background-size:contain;
    vertical-align:middle;
}
.inquiry_btn{
    display: flex;
    justify-content: center;
}

.inquiry_btn a {
    padding: 20px 30px;
    height: 40px;
    -webkit-border-radius: 21px !important;
    -moz-border-radius: 21px !important;
    border-radius: 21px !important;
}
.inquiry_form{
    width: 100%;
    padding-top: 65px;
    margin-top: -65px; 
}
.inquiry_form input{
    width: 320px;
    height: 36px;
    padding: 5px 10px;
    border: 1px solid #aaa;  
}
input.quntity-input{
    width: 36px;
}
.message{
    /*display: flex;
    align-items: flex-start;*/
    margin-bottom: 10px;
}
.message textarea{
    flex-grow: 1;
    width: 100%;
    height: 160px;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
}
.upload{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin-bottom: 10px;
}
.upload:hover{
    border: 1px solid #333;
    background-color: #ddd;
}
.upload_area{
    width: 75px;
    height: 75px;
    border: 1px dashed #999;
}
.upload_area a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.upload_area a:hover{
    background-color: #333;
    color: #fff;
}
.upload p{
    display: flex;
    height: 75px;
    justify-content: flex-start;
    align-items: center;
    margin:0 10px;
    cursor: default;
}
.lightbox_content ul {
    display: flex;
    flex-wrap: wrap;
}
.lightbox_content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.item_title {
    font-size: 1.6rem;
    min-width: 120px;
    text-align: right;
    font-weight: bold;
}
.item_inputbox {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.notice {
    width: 420px;
    color: #c97b63;
    font-size: 1.3rem;
    padding-left: 120px;
}
.upload_file{}
.upload_file ol{
    display: block;
    list-style-type: decimal;
}
.submit {
    display: flex;
    justify-content: center;
}
.submit.top_line {
    border-top: 1px solid #888;
    padding-top: 15px;
}
.upload_file ol li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.upload_file ol li .upload_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.upload_file ol li img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; 
}
.file_wrap{
    display: flex;
    align-items: center;
}

.file_name{
    margin:0 10px;
}
.dele_file{
    width: 25px;
    height: 25px;
}
.dele_file a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #8f9f38;
    color: #fff;
    border: 1px solid #8f9f38;
    font-family: Arial, sans-serif;
    text-indent: -9999px;
    background-image: url("../images/close.png");
    background-position: center center;
    background-repeat: no-repeat;
}
a.table_btn {
    margin: 2px;
    padding: 0 14px;
}
.dele_file a:hover{
    color: #8f9f38;
    border: 1px solid #8f9f38;
    background-color: #fff;
    background-image: url("../images/close_o.png");
}
.description{
    font-size: 1.4rem;
    color: #ff6e43;
    margin-bottom: 20px;
}
.pickdate_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.contact_info{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom:1px solid #ddd;
}
.contact_info ul li{
    margin-bottom: 5px;
}
.contact_info ul li span{
    margin-right: 5px;
}
.contact_info input{
    height: 36px;
    border: 1px solid #aaa;
    background-color: #fff;
    outline: none;
    padding: 0 5px;
}
.contact_info select{
    height: 36px;
    border: 1px solid #aaa; 
    outline:none;
    margin-right: 5px;
}
.products_wrap .section .contact_info ul{}
.products_wrap .section .contact_info ul li{
    display: block;
    margin-bottom: 10px;
    width: auto;
}
.sample_wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
    background-color: #eee;
    padding: 10px;
}
.textarea{
    flex-grow: 1;
    width: 100%;
    height: 160px;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
    overflow-y: scroll;
}
.inputbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.input_tips {
    font-family: "微軟雅黑體", 'Noto Sans TC', sans-serif;
    color: #c97b63;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 5px;
}
.change_pw {
    width: 90%;
    padding: 10px 0px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(191,123,98,1);
}
.change_pw a {
    color: #000;
    padding: 0;
}
.change_pw a:hover {
    color: #ab6651;
    text-decoration: underline;
}
.change_pw a:before {
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/password.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.change_pw a:hover:before {
    background: url(../images/password_o.png);
    background-size: contain;
}
.logout {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0px;
}
.logout a {
    color: #000;
}
.logout a:hover {
    color: #ab6651;
    text-decoration: underline;
}
.logout a:before {
    margin: -3px 3px 0 0;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/logout.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.logout a:hover:before {
    background: url(../images/logout_o.png);
    background-size: contain;
}
.form_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #666;
}
.form_btn a {
    padding: 20px 30px;
    height: 40px;
    margin: 0 5px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}
.field-icon {
    float: right;
    margin-top: 10px;
    margin-left: -26px;
    position: relative;
    z-index: 2;
}
a.field-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/view.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
a.field-icon-slash {
    width: 16px;
    height: 16px;
    background-image: url(../images/hidden.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.field-icon-slash {
    float: right;
    margin-top: 10px;
    margin-left: -26px;
    position: relative;
    z-index: 2;
}
.full_li {
    width: 100% !important;
}
input.size_tiny{
    width: 60px;
}
input.size_short{
    width: 180px;
}
input.size_middle{
    width: 290px;
}
input.size_long{
    width: 460px;
}
.list_wrap {
    width: 95%;
    margin: 0 auto;
}
div.fastSearch {
    width: 100%;
    padding: 20px 0 20px 0;
    margin: 0px auto;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #999;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
}
div.fastSearch ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
div.fastSearch ul li {
    margin-right: 5px;
}
div.fastSearch input.keyword {
    background-color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.7;
    outline: none;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.fastSearch ul li select {
    background-color: #fff;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.7;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 0 20px 0 5px;
}
div.fastSearch div.datepickerImage {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.rwd_table img {
    width: 80px;
    height: 53px;
}
.btn_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
	width: 100%;
    font-size: 1.6rem;
	margin:0 auto;
	overflow:hidden;
    padding-top: 10px;
    margin-top:0px;
    border-top:1px solid #ddd;}
/*.contact_info ul {
    display: block;
}*/

/*===訊息新增STYLE 開始 2024/11/05===*/
.btn_wrap{
    flex-wrap: wrap;
}
a.table_btn {
    margin: 2px;
    padding: 5px 10px;
    height: initial;
    font-size: 1.2rem;
}
.message-board{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.question-wrap {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
}
.item-set {
    margin-bottom: 5px;
    overflow: hidden;
}
.user-name {
    width: 100%;
    font-size: 1.5rem;
    color: #777;
    font-weight: 600;
}
.user-name.que {
    text-align: left;
}
.user-name.ans {
    text-align: right;
}
.question-item, .answer-item {
    clear: both;
    max-width: 80%;
    min-width: 30%;
    padding: 20px;
    border-radius: 0px;
}
.question-item {
    position: relative;
    float: left;
    background-color: #dddddd;
    margin-top: 12px;
    border-radius: 6px;
}
.question-item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #dddddd transparent;
    position: absolute;
    left: 12px;
    top: -12px;
}
.question-item p, .answer-item p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}
.attach-question a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #a7634e;
}
.attach-question a:hover {
    color: #333;
    text-decoration: underline;
}
.attach-question a svg{
    margin-right: 3px;
}
.question-time {
    font-size: 1.3rem;
    color: #666;
    font-weight: 600;
    text-align: right;
}
.answer-item {
    position: relative;
    float: right;
    background-color: #e7ccc3;
    margin-top: 12px;
    border-radius: 6px;
}
.answer-item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #e7ccc3 transparent;
    position: absolute;
    right: 12px;
    top: -12px;
}
textarea.input-box{
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    outline: none;
    margin-bottom: 10px;
    padding: 10px;
}
.upload-file{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.upload-file input{
    width: intital;
    background-color: #fff;
    border-radius: 0px;
}
.message-board a.btn{
    border-radius: 0px !important;
}

/*===訊息新增STYLE 結束===*/

@media screen and (max-width: 1366px) {

.products_wrap .section ul li {
    width: 13.5vw;
}
.products_wrap .section ul li .image_size {
    height: 9vw;
}
a.video_icon_tiny:before{
    margin: -15px 0 0 -15px;
    width:30px;
    height:30px;
}
.content_wrapper {
    width: 90vw;
}
}

@media screen and (max-width: 1180px) {

.products_wrap .section ul li {
    width: 13vw;
}
.products_wrap .section ul li .image_size {
    height: 8.7vw;
}
.content_wrapper {
    width: 95vw;
}
}

@media screen and (max-width: 1024px) {

.products_wrap .section ul li {
    width: 16.5vw;
}
.products_wrap .section ul li .image_size {
    height: 11vw;
}
.path{
    /*margin-bottom: 0px;*/
}
.menu_wrap{
    padding: 0px;
}
.products_wrap{
    padding: 0px;
}
.menu {
    padding: 0px;
}
.article_wrap {
    padding: 0;
}
.change_pw {
    width: 246px;
}
.logout {
    width: 246px;
}
.btn_wrap {
    display: flex !important;
}
}

@media screen and (max-width: 820px) {

.products_wrap{
    padding: 0px;
}
.products_wrap .section ul li {
    width: 18vw;
}
.products_wrap .section ul li .image_size {
    height: 12vw;
}
.category_wrap{
    height: 32vw;
}
.inquiry_form{
    padding-top: 160px;
    margin-top: -160px;   
}
.upload{
    flex-wrap: wrap;
}
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
.tag ul li{
    margin:0 5px 5px 0;
}
.products_wrap .section ul li {
    width: 86vw;
}
.products_wrap .section ul li .image_size {
    height: 57vw;
}
.result_sort{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.toggle_wrap{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 5px;
}
.category_wrap {
    height: 80vw;
}
.category_photo img{
    width: auto;
    height: 100%;
}
.contact_info{
    flex-wrap: wrap;
}
.contact_info select{
    margin-bottom: 5px;
}
.contact_info ul li{
    margin-bottom: 20px;
}
.article.interface_article {
    width: 95vw;
}
div.fastSearch {
    padding: 15px;
}
div.fastSearch ul li {
    width: 100%;
    margin-bottom: 5px;
}
div.fastSearch input.keyword {
    width: 100%;
}
div.fastSearch select {
    width: 100%;
    padding: 0 10px;
}
div.fastSearch div.dateInput {
    width: 100%;
    margin-bottom: 5px;
}
div.fastSearch div.dateInput:nth-last-child(1){
    margin-bottom: 0px;
}
/*===訊息新增STYLE 開始 2024/11/05===*/
.question-wrap{
    padding: 0px;
}
.upload-file{
    margin-bottom: 10px;
}
.message-board a.btn{
    margin: 0 auto;
}
/*===訊息新增STYLE 結束===*/
}