
/*! #navigation start */
.md27801.navigation .hidden{display:none}
.md27801.navigation .overflow-hidden{overflow:hidden}
.md27801.navigation .overflow-visible{overflow:visible}
.md27801.navigation .absolute{position:absolute}
.md27801.navigation .relative{position:relative}
.md27801.navigation .inset-0{inset:0}
.md27801.navigation .top-0{top:0}
.md27801.navigation .right-0{right:0}
.md27801.navigation .bottom-0{bottom:0}
.md27801.navigation .left-0{left:0}
.md27801.navigation .top-full{top:100%}
.md27801.navigation .right-full{right:100%}
.md27801.navigation .bottom-full{bottom:100%}
.md27801.navigation .left-full{left:100%}
.md27801.navigation .z-0{z-index:0}
.md27801.navigation .z-10{z-index:10}
.md27801.navigation .mx-auto{margin-left:auto;margin-right:auto}
.md27801.navigation .mt-auto{margin-top:auto}
.md27801.navigation .ml-auto{margin-left:auto}
.md27801.navigation .w-full{width:100%}
.md27801.navigation .w-auto{width:auto}
.md27801.navigation .w-screen{width:100vw}
.md27801.navigation .h-full{height:100%}
.md27801.navigation .h-auto{height:auto}
.md27801.navigation .h-screen{height:100vh}
.md27801.navigation .max-w-full{max-width:100%}
.md27801.navigation .leading-none{line-height:1}
.md27801.navigation .whitespace-nowrap{white-space:nowrap}
.md27801.navigation .bg-theme{background-color:rgb(var(--theme))}
.md27801.navigation .rounded-full{border-radius:9999px}
.md27801.navigation .cursor-pointer{cursor:pointer}
.md27801.navigation .object-cover{object-fit:cover}
.md27801.navigation .object-contain{object-fit:contain}
.md27801.navigation .pointer-events-none{pointer-events:none}
.md27801.navigation .pointer-events-auto{pointer-events:auto}
.md27801.navigation .brightness-20{filter:brightness(20)}
.md27801.navigation .invert{filter:invert(1)}
.md27801.navigation .text-theme{color:rgb(var(--theme))}
.md27801.navigation .mt-60{margin-top:.6rem}
.md27801.navigation .size-full{width:100%;height:100%}
.md27801.navigation .text-theme{color:var(--theme)}
.md27801.navigation .flex-center{display:flex;align-items:center;justify-content:center}
.md27801.navigation .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md27801.navigation .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md27801.navigation .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md27801.navigation .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md27801.navigation .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md27801.navigation .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md27801.navigation .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md27801.navigation .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md27801.navigation .rounded-10{border-radius:.1rem}
.md27801.navigation .rounded-15{border-radius:.15rem}
.md27801.navigation .rounded-20{border-radius:.2rem}
.md27801.navigation button,.md27801.navigation input,.md27801.navigation textarea{border:none;outline:none;padding:0;background-color:transparent}
.md27801.navigation .icon{position:relative;display:flex;align-items:center;justify-content:center;width:1em;height:1em;flex-shrink:0;max-width:100%;max-height:100%;transition:.3s}
.md27801.navigation .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md27801.navigation .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md27801.navigation .icon img:nth-child(2),.md27801.navigation .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md27801.navigation .hover-icon:hover.icon img:first-child,.md27801.navigation .hover-icon:hover .icon img:first-child,.md27801.navigation .active-icon.icon img:first-child,.md27801.navigation .active-icon .icon img:first-child{opacity:0}
.md27801.navigation .hover-icon:hover.icon img:last-child,.md27801.navigation .hover-icon:hover .icon img:last-child,.md27801.navigation .active-icon.icon img:last-child,.md27801.navigation .active-icon .icon img:last-child{opacity:1}
.md27801.navigation.wrap,.md27801.navigation .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md27801.navigation .area{margin:0 auto;width:16rem;max-width:100%}
.md27801.navigation img{opacity:0}
.md27801.navigation img[src]{opacity:1}
.md27801.navigation{color:#333;overflow:hidden}
.md27801.navigation{border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 .08rem .07rem #0000000f}
.md27801.navigation .nav-main{min-height:.7rem;overflow-x:auto}
.md27801.navigation .nav-item{position:relative;white-space:nowrap}
.md27801.navigation .nav-item:before{content:"";position:absolute;bottom:0;left:50%;height:2px;border-top:0 solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(var(--rgb),1);border-left:6px solid transparent;transform:translate(-50%);opacity:0}
.md27801.navigation .nav-item:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:rgba(var(--rgb),1);transform:scaleX(0);transform-origin:left center}
.md27801.navigation .nav-item:nth-child(n+2){margin-left:.85rem}
.md27801.navigation .nav-item.active{color:rgba(var(--rgb),1)}
.md27801.navigation .nav-item.active:before{opacity:1}
.md27801.navigation .nav-item.active:after{transform:scaleX(1)}
.md27801.navigation .icon-home{margin-right:.1rem}
.md27801.navigation .crumb-item{transition:.3s}
.md27801.navigation .crumb-item:nth-child(n+2){padding-left:.1rem}
.md27801.navigation .crumb-item:nth-child(n+2):before{content:"-";display:block;padding-right:.1rem;color:#999;text-shadow:none}
.md27801.navigation .crumb-item:hover{color:rgba(var(--rgb),1)}
@media(max-width:500px){
	.md27801.navigation:has(.nav-list) .crumbs{display:none}
}
/*! #navigation end */

/*! #view start */
.md27802.view .hidden{display:none}
.md27802.view .overflow-hidden{overflow:hidden}
.md27802.view .overflow-visible{overflow:visible}
.md27802.view .absolute{position:absolute}
.md27802.view .relative{position:relative}
.md27802.view .inset-0{inset:0}
.md27802.view .top-0{top:0}
.md27802.view .right-0{right:0}
.md27802.view .bottom-0{bottom:0}
.md27802.view .left-0{left:0}
.md27802.view .top-full{top:100%}
.md27802.view .right-full{right:100%}
.md27802.view .bottom-full{bottom:100%}
.md27802.view .left-full{left:100%}
.md27802.view .z-0{z-index:0}
.md27802.view .z-10{z-index:10}
.md27802.view .mx-auto{margin-left:auto;margin-right:auto}
.md27802.view .mt-auto{margin-top:auto}
.md27802.view .ml-auto{margin-left:auto}
.md27802.view .w-full{width:100%}
.md27802.view .w-auto{width:auto}
.md27802.view .w-screen{width:100vw}
.md27802.view .h-full{height:100%}
.md27802.view .h-auto{height:auto}
.md27802.view .h-screen{height:100vh}
.md27802.view .max-w-full{max-width:100%}
.md27802.view .leading-none{line-height:1}
.md27802.view .whitespace-nowrap{white-space:nowrap}
.md27802.view .bg-theme{background-color:rgb(var(--theme))}
.md27802.view .rounded-full{border-radius:9999px}
.md27802.view .cursor-pointer{cursor:pointer}
.md27802.view .object-cover{object-fit:cover}
.md27802.view .object-contain{object-fit:contain}
.md27802.view .pointer-events-none{pointer-events:none}
.md27802.view .pointer-events-auto{pointer-events:auto}
.md27802.view .brightness-20{filter:brightness(20)}
.md27802.view .invert{filter:invert(1)}
.md27802.view .text-theme{color:rgb(var(--theme))}
.md27802.view .mt-60{margin-top:.6rem}
.md27802.view .size-full{width:100%;height:100%}
.md27802.view .text-theme{color:var(--theme)}
.md27802.view .flex-center{display:flex;align-items:center;justify-content:center}
.md27802.view .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md27802.view .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md27802.view .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md27802.view .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md27802.view .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md27802.view .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md27802.view .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md27802.view .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md27802.view .rounded-10{border-radius:.1rem}
.md27802.view .rounded-15{border-radius:.15rem}
.md27802.view .rounded-20{border-radius:.2rem}
.md27802.view button,.md27802.view input,.md27802.view textarea{border:none;outline:none;padding:0;background-color:transparent}
.md27802.view .icon{position:relative;display:flex;align-items:center;justify-content:center;width:1em;height:1em;flex-shrink:0;max-width:100%;max-height:100%;transition:.3s}
.md27802.view .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md27802.view .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md27802.view .icon img:nth-child(2),.md27802.view .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md27802.view .hover-icon:hover.icon img:first-child,.md27802.view .hover-icon:hover .icon img:first-child,.md27802.view .active-icon.icon img:first-child,.md27802.view .active-icon .icon img:first-child{opacity:0}
.md27802.view .hover-icon:hover.icon img:last-child,.md27802.view .hover-icon:hover .icon img:last-child,.md27802.view .active-icon.icon img:last-child,.md27802.view .active-icon .icon img:last-child{opacity:1}
.md27802.view.wrap,.md27802.view .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md27802.view .area{margin:0 auto;width:16rem;max-width:100%}
.md27802.view img{opacity:0}
.md27802.view img[src]{opacity:1}
.md27802.view{color:#333;overflow:hidden;padding-top:.7rem;padding-bottom:.8rem}
.md27802.view .swp-btn{position:relative;display:flex;align-items:center;justify-content:center;width:2em;height:2em;background-color:#fff;pointer-events:auto;cursor:pointer;overflow:hidden;transition:.3s}
.md27802.view .swp-btn:before{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--rgb),1),rgba(var(--rgb2),1));opacity:0;transition:.3s}
.md27802.view .swp-btn:hover{color:#fff;border-radius:.2rem 0}
.md27802.view .swp-btn:hover:before{opacity:1}
.md27802.view .btn{display:inline-flex;align-items:center;justify-content:center;min-height:2em;min-width:1.8rem;padding:.15rem .3rem;border-radius:.2rem 0;color:#fff;white-space:nowrap;background:linear-gradient(125deg,rgba(var(--rgb),1),rgba(var(--rgb2),1));transition:.3s}
.md27802.view .btn:hover{transform:translateY(-5px);box-shadow:0 3px 5px #0003}
.md27802.view .view-left{width:9.7rem}
.md27802.view .view-item{position:relative;flex-shrink:0}
.md27802.view .view-item:before{content:"";display:block;padding-top:51.5463917526%}
.md27802.view .view-item>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27802.view .swp-turner{padding:.4rem}
.md27802.view .swp-btn{background-color:#fff3}
.md27802.view .view-right{width:5.25rem}
.md27802.view .title{line-height:1.3571428571}
.md27802.view .info{line-height:1.6666666667;margin-top:.19rem;margin-bottom:.68rem}
@media(max-width:750px){
	.md27802.view .view-main{flex-direction:column}
.md27802.view .view-left,.md27802.view .view-right{width:100%}
.md27802.view .view-right{margin-top:.6rem}
}
/*! #view end */

/*! #product-detail start */
.md27802.product-detail .hidden{display:none}
.md27802.product-detail .overflow-hidden{overflow:hidden}
.md27802.product-detail .overflow-visible{overflow:visible}
.md27802.product-detail .absolute{position:absolute}
.md27802.product-detail .relative{position:relative}
.md27802.product-detail .inset-0{inset:0}
.md27802.product-detail .top-0{top:0}
.md27802.product-detail .right-0{right:0}
.md27802.product-detail .bottom-0{bottom:0}
.md27802.product-detail .left-0{left:0}
.md27802.product-detail .top-full{top:100%}
.md27802.product-detail .right-full{right:100%}
.md27802.product-detail .bottom-full{bottom:100%}
.md27802.product-detail .left-full{left:100%}
.md27802.product-detail .z-0{z-index:0}
.md27802.product-detail .z-10{z-index:10}
.md27802.product-detail .mx-auto{margin-left:auto;margin-right:auto}
.md27802.product-detail .mt-auto{margin-top:auto}
.md27802.product-detail .ml-auto{margin-left:auto}
.md27802.product-detail .w-full{width:100%}
.md27802.product-detail .w-auto{width:auto}
.md27802.product-detail .w-screen{width:100vw}
.md27802.product-detail .h-full{height:100%}
.md27802.product-detail .h-auto{height:auto}
.md27802.product-detail .h-screen{height:100vh}
.md27802.product-detail .max-w-full{max-width:100%}
.md27802.product-detail .leading-none{line-height:1}
.md27802.product-detail .whitespace-nowrap{white-space:nowrap}
.md27802.product-detail .bg-theme{background-color:rgb(var(--theme))}
.md27802.product-detail .rounded-full{border-radius:9999px}
.md27802.product-detail .cursor-pointer{cursor:pointer}
.md27802.product-detail .object-cover{object-fit:cover}
.md27802.product-detail .object-contain{object-fit:contain}
.md27802.product-detail .pointer-events-none{pointer-events:none}
.md27802.product-detail .pointer-events-auto{pointer-events:auto}
.md27802.product-detail .brightness-20{filter:brightness(20)}
.md27802.product-detail .invert{filter:invert(1)}
.md27802.product-detail .text-theme{color:rgb(var(--theme))}
.md27802.product-detail .mt-60{margin-top:.6rem}
.md27802.product-detail .size-full{width:100%;height:100%}
.md27802.product-detail .text-theme{color:var(--theme)}
.md27802.product-detail .flex-center{display:flex;align-items:center;justify-content:center}
.md27802.product-detail .flex-start{display:flex;align-items:flex-start;justify-content:flex-start}
.md27802.product-detail .flex-start-center{display:flex;align-items:flex-start;justify-content:center}
.md27802.product-detail .flex-start-between{display:flex;align-items:flex-start;justify-content:space-between}
.md27802.product-detail .flex-center-between{display:flex;align-items:center;justify-content:space-between}
.md27802.product-detail .flex-center-start{display:flex;align-items:center;justify-content:flex-start}
.md27802.product-detail .flex-center-end{display:flex;align-items:center;justify-content:flex-end}
.md27802.product-detail .flex-end-center{display:flex;align-items:flex-end;justify-content:center}
.md27802.product-detail .flex-end-between{display:flex;align-items:flex-end;justify-content:space-between}
.md27802.product-detail .rounded-10{border-radius:.1rem}
.md27802.product-detail .rounded-15{border-radius:.15rem}
.md27802.product-detail .rounded-20{border-radius:.2rem}
.md27802.product-detail button,.md27802.product-detail input,.md27802.product-detail textarea{border:none;outline:none;padding:0;background-color:transparent}
.md27802.product-detail .icon{position:relative;display:flex;align-items:center;justify-content:center;width:1em;height:1em;flex-shrink:0;max-width:100%;max-height:100%;transition:.3s}
.md27802.product-detail .icon img{width:100%;height:100%;object-fit:contain;transition:.3s}
.md27802.product-detail .icon svg{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.md27802.product-detail .icon img:nth-child(2),.md27802.product-detail .icon svg:nth-child(2){position:absolute;top:0;left:0;opacity:0;z-index:5}
.md27802.product-detail .hover-icon:hover.icon img:first-child,.md27802.product-detail .hover-icon:hover .icon img:first-child,.md27802.product-detail .active-icon.icon img:first-child,.md27802.product-detail .active-icon .icon img:first-child{opacity:0}
.md27802.product-detail .hover-icon:hover.icon img:last-child,.md27802.product-detail .hover-icon:hover .icon img:last-child,.md27802.product-detail .active-icon.icon img:last-child,.md27802.product-detail .active-icon .icon img:last-child{opacity:1}
.md27802.product-detail.wrap,.md27802.product-detail .wrap{padding-left:4%;padding-right:4%;max-width:100%}
.md27802.product-detail .area{margin:0 auto;width:16rem;max-width:100%}
.md27802.product-detail img{opacity:0}
.md27802.product-detail img[src]{opacity:1}
.md27802.product-detail{color:#333;overflow:hidden;padding-top:1rem;padding-bottom:1rem;background-color:#f6f7f9}
.md27802.product-detail .pre-icon{margin-right:.1rem}
.md27802.product-detail .detail-item{padding-bottom:.8rem}
.md27802.product-detail .detail-item:nth-child(n+2){padding-top:.8rem;border-top:1px solid rgba(0,0,0,.1)}
.md27802.product-detail .item-board{width:12.3rem}
.md27802.product-detail .item1{width:calc((100% - .3rem)/2 - .01rem)}
.md27802.product-detail .item1:nth-child(n+2){margin-left:.3rem}
.md27802.product-detail .item1:nth-child(odd){margin-left:0}
.md27802.product-detail .item1:nth-child(n+3){margin-top:.25rem}
.md27802.product-detail .item1:hover .fill{transform:scale(1.05)}
.md27802.product-detail .pic{position:relative;flex-shrink:0}
.md27802.product-detail .pic:before{content:"";display:block;padding-top:55%}
.md27802.product-detail .pic>.fill{position:absolute;top:0%;left:0;width:100%;height:100%;z-index:1;transition:.5s}
.md27802.product-detail .pic{overflow:hidden}
.md27802.product-detail .title{line-height:2;margin-top:.11rem}
.md27802.product-detail .text-board{padding:.7rem .95rem;background-color:#fff}
.md27802.product-detail .arr-bottom{margin:.4rem auto .3rem}
.md27802.product-detail .board2-text{line-height:2}
.md27802.product-detail .item3{width:calc((100% - 1.2rem) / 3 - .01rem)}
.md27802.product-detail .item3:nth-child(n+2){margin-left:.6rem}
.md27802.product-detail .item3:nth-child(3n+1){margin-left:0}
.md27802.product-detail .item3:nth-child(n+4){margin-top:.3rem}
.md27802.product-detail .item3:hover .fill{transform:scale(1.05)}
@media(max-width:750px){
	.md27802.product-detail .detail-item{flex-direction:column}
.md27802.product-detail .item-board{width:100%;margin-top:.3rem}
}
@media(max-width:500px){
	.md27802.product-detail .item3{width:calc((100% - .6rem)/2 - .01rem)}
.md27802.product-detail .item3:nth-child(n+2){margin-left:.6rem}
.md27802.product-detail .item3:nth-child(odd){margin-left:0}
.md27802.product-detail .item3:nth-child(n+3){margin-top:.3rem}
}
/*! #product-detail end */
