/*===========Tab=============*/
.ptPrdListBlkTab .tab {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.ptPrdListBlkTab .ClassName {
    padding: 10px;
    border-bottom: 1px solid #afacacad;
    cursor: pointer;
	 font-size: 24px;
	 font-weight: bolder;
}
.ptPrdListBlkTab .ClassName.clicked {
    border-bottom: 0;
    pointer-events: none;
    color: #8c1a1a;

}


/*==========list============*/
.ptPrdListBlkTab .blkAjaxCell {
	 opacity: 0;
    transition: .4s;
    position: fixed;
	 z-index: -55;
}

.ptPrdListBlkTab .blkAjaxCell.checked {
	 opacity: 1;
	 z-index: 0;
    position: unset;
}
/*content*/
.ptPrdListBlkTab .cenPageNum ,
.ptPrdListBlkTab .PrdPrice,
.ptPrdListBlkTab .PrdPriceHint,
.ptPrdListBlkTab .PrdDesc,
.ptPrdListBlkTab .AjaxCell .ns.PrdList .BlankBlk { display: none; }

.ptPrdListBlkTab .AjaxCell .ns.PrdList .PrdCell  {
    height: 320px;
    background-color: #fff;
    box-shadow: 3px 3px 7px #000000b3;
	 position: relative;
}
.ptPrdListBlkTab img.PrdImgM0 {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 10px;
}
.ptPrdListBlkTab .PrdContent { padding: 0 10px; }
.ptPrdListBlkTab .PrdTitle {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px;
}
.ptPrdListBlkTab .CatDesc {
    color: #9B9B9B;
    font-size: 15px;
	 text-align: left;
}
.ptPrdListBlkTab .PrdCtrl {
    display: inline-block;
    width: fit-content;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.ptPrdListBlkTab .PrdBtn {
    background-image: url(https://athena.noon360.com/noon360/noon360/MsgInfo/buyIcon.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1.5494880676269531px 1.5494880676269531px 0px #0000000f;
}
.ptPrdListBlkTab .btnBuy {
    width: 100%;
    height: 100%;
    opacity: 0;
    appearance: none;
}