header.pos_fix { position: sticky; background: var(--info); }
.bg_box {
    background: none;
}


/* img_list */
#img_list {flex-wrap: wrap;justify-content: space-evenly;align-items: stretch;align-content: center;flex-direction: row;background-color: #282828;}
#img_list >div {height: 180px;background: no-repeat 50% / cover;}
#img_list >div:nth-child(1) {background-color: #212121;background-image: url(/images/00/img-p-05.jpg);background-repeat: no-repeat;background-position: 0% 50%;}
#img_list >div:nth-child(2) {background-color: #212121;background-image: url(/images/00/img-p-01.jpg);background-repeat: no-repeat;background-position: 0% 40%;}
#img_list >div:nth-child(3) {background-color: #18181a;background-image: url(/images/00/img-p-06.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#img_list >div:nth-child(4) {background-color: #212121;background-image: url(/images/00/img-p-07.jpg);background-repeat: no-repeat;background-position: 0% 50%;}
#img_list >div:nth-child(5) {background-color: #212121;background-image: url(/images/00/img-p-03.jpg);background-repeat: no-repeat;background-position: 30% 50%;}
#img_list >div:nth-child(6) {background-color: #212121;background-image: url(/images/00/img-p-02.jpg);background-repeat: no-repeat;background-position: 0% 50%;}
#img_list >div:nth-child(7) {background-color: #212121;background-image: url(/images/00/img-p-04.jpg);background-repeat: no-repeat;background-position: 0% 50%;}



/* product_list */
#product_detail_list{
    background-color: #fff;
}
#product_list { background: #5c5c5c; grid-gap: 1px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(6, 1fr); }
#product_list .p_box { background: rgb(66,66,66); background: -moz-linear-gradient(-45deg,rgb(33 33 33) 0%,rgb(33 33 33 / 88%) 50%, rgba(33,33,33,1) 51%, rgba(33,33,33,1) 100%); background: -webkit-linear-gradient(-45deg,rgb(33 33 33) 0%,rgb(33 33 33 / 88%) 50%,rgba(33,33,33,1) 51%,rgba(33,33,33,1) 100%); background: linear-gradient(135deg,rgb(33 33 33) 0%,rgb(33 33 33 / 88%) 50%,rgba(33,33,33,1) 51%,rgba(33,33,33,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#212121',GradientType=1); flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; }
#product_list .p_box .img_hover { left: 50%; opacity: 0; }
#product_list .p_box h4 {margin-top: 15px;font-weight: 400;font-size: 19px;color: #ababab;}
#product_list .p_box img {
    width: 70px;
    margin: auto;
}
/* product_tab_btn */
#product_tab_btn {margin-bottom: 30px;justify-content: center;align-items: center;flex-wrap: wrap;}
#product_tab_btn a {margin: 0 10px;padding: 5px 10px;width: 105px;background-color: #fff;border: 1px #e5e5e5 solid;}
#product_tab_btn a:hover { background: var(--primary); border-color: var(--primary); color: #fff; }

/* product_detail_list */
#product_detail_list .list { margin-bottom: 40px; }
#product_detail_list .list h4 { margin-bottom: 20px; font-size: 32px; }
#product_detail_list #list_0 { padding: 8% 10%; background: #fafafa; }
#product_detail_list #list_0 h4 { padding-bottom: 5px; border-bottom: 1px var(--primary) solid; }
#product_detail_list #list_0 h4:before { position: absolute; width: 7px; height: 7px; background: var(--primary); display: block; right: -3.5px; bottom: -3.5px; content: ""; }
#product_detail_list #list_0 h4:after { position: absolute; border: 1px var(--primary) solid; display: block; right: -17.5px; bottom: -17.5px; content: ""; }
#product_detail_list .list article p{
    font-size: 16px;
    color: #000000;
}


/* product_arrow */
#product_arrow {position: relative;display: none;}
#product_arrow a {padding: 0 20px;background: var(--white);line-height: 50px;opacity: .4;}
#product_arrow a i { font-size: 20px; }
a.talign_center.prev{
    position: absolute;
    left: 35px;
    bottom: 0%;
}
a.talign_center.next{
    position: absolute;
    right: 35px;
    bottom: 0%;
}


@media screen and (max-width: 1780px){
	#img_list >div {height: 240px;}

}
@media screen and (max-width: 1680px){
	#img_list >div {height: 240px;}

}
@media screen and (max-width: 1560px){
	#product_list .p_box img {width: 60px;}
	#img_list >div {height: 165px;}
#product_list .p_box h4{
    margin-top: 9px;
    font-size: 16px;
}
}

@media screen and (min-width: 1271px){
	#product_detail_list { margin: auto; width: 90%; }
}
@media screen and (max-width: 1270px){
	#product_detail_list { margin: auto; width: 95%; }
	#product_list .p_box img {width: 70px;}
	#img_list >div {height: 180px;}
}
@media screen and (min-width: 1025px){
	#product_list .p_box:hover { background: rgb(143,28,39); background: -moz-linear-gradient(-45deg,rgb(186 45 59) 0%,rgb(186 45 59 / 87%) 50%,rgba(186,45,59,1) 51%,rgba(186,45,59,1) 100%); background: -webkit-linear-gradient(-45deg,rgb(186 45 59) 0%,rgb(186 45 59 / 87%) 50%,rgba(186,45,59,1) 51%,rgba(186,45,59,1) 100%); background: linear-gradient(135deg,rgb(186 45 59) 0%,rgb(186 45 59 / 87%) 50%,rgba(186,45,59,1) 51%,rgba(186,45,59,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f1c27', endColorstr='#ba2d3b',GradientType=1 ); }
	#product_list .p_box:hover .img_show { opacity: 0; }
	#product_list .p_box:hover .img_hover { opacity: 1; }
	#product_list .p_box:hover h4 { color: #fff; }
	#product_list .p_box:nth-child(1) { grid-row-start: 1; grid-row-end: 4; }
	#product_list .p_box:nth-child(2) { grid-column-start: 1; grid-column-end: 2; grid-row-start: 4; grid-row-end: 8; }
	#product_list .p_box:nth-child(3) { grid-row-start: 1; grid-row-end: 3; }
	#product_list .p_box:nth-child(4) { grid-row-start: 3; grid-row-end: 5; }
	#product_list .p_box:nth-child(5) { grid-row-start: 5; grid-row-end: 8; }
}
@media screen and (max-width: 1024px){
	#product_list { grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(1, 1fr); }
	#product_list .p_box { padding: 20px 0; }
	#product_list .p_box img { width: 60px; }
	#product_list .p_box h4 {font-size: 14px;color: #e4e4e4;}
}
@media screen and (max-width: 850px){
	#product_list { display: block; grid-template-columns: inherit; grid-template-rows: inherit; }
	#product_list .p_box {padding: 30px 0;width: 290px;}
	#product_list .p_box.slick-current { background: rgb(143,28,39); background: -moz-linear-gradient(-45deg,rgb(186 45 59) 0%,rgb(186 45 59 / 87%) 50%,rgba(186,45,59,1) 51%,rgba(186,45,59,1) 100%); background: -webkit-linear-gradient(-45deg,rgb(186 45 59) 0%,rgb(186 45 59 / 87%) 50%,rgba(186,45,59,1) 51%,rgba(186,45,59,1) 100%); background: linear-gradient(135deg,rgb(186 45 59) 0%,rgb(186 45 59 / 87%) 50%,rgba(186,45,59,1) 51%,rgba(186,45,59,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f1c27', endColorstr='#ba2d3b',GradientType=1 ); }
	#product_list .p_box .img_hover { top: 0; }
	#product_list .p_box.slick-current .img_show { opacity: 0; }
	#product_list .p_box.slick-current .img_hover { top: 0; opacity: 1; }
	#product_list .p_box.slick-current h4 { color: #fff; }
}
@media screen and (max-width: 760px){
	#img_list >div { height: calc(100vw / 3); }
}
@media screen and (max-width: 640px){
#product_detail_list .list h4{
    font-size: 28px;
}
	#img_list >div:nth-child(4){
    background-position: 100% 50%;
}
}