
.dtl-answ ul {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    padding-left: 15px;
}
.dtl-answ ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.dtl-answ ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.faq_itm #galleria {
	margin-top: 20px;
}
.faq_itm .galleria-container {
    margin-top: 0!important;
    border: none!important;
}
.faq_itm .galleria-thumbnails {
    display: none;
}
.faq_itm .galleria-stage {
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
}
.faq_itm .galleria-container .galleria-image {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #dadada;
    width: 880px!important;
    height: 570px!important;
}
.faq_itm .galleria-container img {
    width: 100%!important;
    background-size: cover;
    left: 0!important;
}
.faq_itm .goods {
    width: 100%;
    height: auto;
	margin-top: 20px;
	text-align: justify;
}
.faq_itm .prev-goods {
    border-radius: 5px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    width: 49%;
    display: inline-block;
    height: 128px;
    margin-bottom: 18px;
    color: #333;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	vertical-align: middle;
	text-align: left;
}
.faq_itm .answer .prev-goods:last-of-type {
    width: 100%!important;
    margin-left: 0;
}
.faq_itm .prev-goods:hover {
    border: 1px solid #b2b2b2;
    cursor: pointer;
}
.faq_itm .prev-goods h4{
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.faq_itm .prev-goods:hover h4{
    color: #00a8ea;
}
.faq_itm .prev-goods .text-prev h4 {
    font-size: 16px;
}
.faq_itm .prev-goods .text-prev {
    display: inline-block;
    float: left;
    width: 70%;
    padding-left: 27px;
    padding-right: 48px;
    padding-bottom: 7px;
    padding-top: 7px;
}
.faq_itm .prev-goods .text-prev span {
    overflow: hidden;
    display: block;
    height: 39px;
    display: block;
}
.faq_itm .prev-goods .img-block {
    width: 126px;
    height: 100%;
    display: inline-block;
    float: left;
    border-right: 1px solid #dadada;
}
.faq_itm .prev-goods .img-block img {
    width: 100%;
    height: 100%;
    background-size: contain;
    padding: 18px 21px;
}


.dtl-answ{
	padding-bottom: 0!important;
}
.dtl-answ .faq_itm:nth-last-child(1) {
	margin-bottom: 0!important;
	margin-top: 0!important;
}


.dtl-answ .faq_itm .answer table {
	margin-top: 20px;
}
.dtl-answ table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dadada;
}
.dtl-answ table tr:first-of-type {
	font: 700 15px/20px Arial;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #dadada;
}
.dtl-answ table tr {
	font: 400 14px/20px Arial;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #dadada;
	background: #fff;
}
.dtl-answ table tr:first-of-type {
	background-color:  #f8f8f8;
}
.dtl-answ table tr td {
	border-right: 1px solid #dadada;
	padding-top: 24px;
	padding-left: 20px;
	padding-bottom: 24px;
	padding-right: 20px;
	vertical-align: top;

}