@charset "utf-8";
/* --- PDF popup --- */
.secCmnEntry .boxItem_Pdf{
    width: 100%;
    margin-top: 70px;
}
@media only screen and (max-width:767px){
    .secCmnEntry .boxItem_Pdf{
        width: calc(345 / 375 * 100%);
        margin: 0 auto;
        margin-top: 40px;
    }
}
.secCmnEntry .boxItem_Pdf .p_undertxtbox{
    width: 100%;
    text-align: center;
    margin-top: 3px;
}
.secCmnEntry .boxItem_Pdf .p_undertxt{
    font-size: 13px;
    line-height: calc(20 / 13);
    display: inline-block;
    position: relative;
}
.secCmnEntry .boxItem_Pdf .p_undertxt::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(0% - (20px + 10px));
    top: calc(50% - 10px);
}
.secCmnEntry .boxItem_Pdf.lazyloaded .p_undertxt::after{
    background: url(../img/event/imgPdfIcon.png) center top no-repeat;
    background-size: 100% auto;
}
.secCmnEntry .boxItem_Pdf .popsLink{
    cursor: pointer;
    display: block;
    max-width: 100%;
}
.secCmnEntry .boxItem_Pdf .popImg.js-pdf-thumb{
    width: 100%!important;
    height: auto!important;
    vertical-align: top;
}
#pdfPop{
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: rgba(3, 0, 0, 0.6);
    z-index: 10000;
    overflow: auto;
    display: none;
    justify-content: center;
    align-items: center;
}
#pdfPop.active{
    display: flex;
}
#pdfPop .popInner{
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: auto;
}
#popClose{
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-color: #fff;
    border-radius: 50%;
    top: 0;
    right: 0;
}
#popClose::after,
#popClose::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #fff;
    left: calc(50% - 12.5px);
    top: calc(50% - 0.5px);
}
#popClose::after{
    transform: rotate(45deg);
}
#popClose::before{
    transform: rotate(-45deg);
}
#pdfPop .canvasBox{
    position: relative;
    padding: 0;
    margin-top: 30px;
}
#pdfPop .canvasBox canvas.popImg{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%!important;
    height: auto!important;
}
#pdfPop .popcount{
    text-align: center;
    padding: 0;
    font-size: 18px;
    line-height: calc(20 / 18);
    color: #fff;
}
#pdfPop .popcount .countInner{
    display: inline-block;
    border: 1px solid;
    border-color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}
#pdfPop .btnPager{
    width: 100%;
}
#pdfPop .pdfPop-btnPrev,
#pdfPop .pdfPop-btnNext{
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc(50% - 18px);
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 4.8px 0.2px rgba(0, 0, 0, 0.2);
}
#pdfPop .pdfPop-btnPrev::after,
#pdfPop .pdfPop-btnNext::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    left: calc(50% - 3.5px);
    top: calc(50% - 6px);
}
#pdfPop.lazyloaded .pdfPop-btnPrev::after,
#pdfPop.lazyloaded .pdfPop-btnNext::after{
    background: url(../img/event/imgSlideIcon.png) center top no-repeat;
    background-size: 100% auto;
}
#pdfPop .pdfPop-btnNext{
    right: calc(0% - (36px + 30px));
}
#pdfPop .pdfPop-btnPrev{
    left: calc(0% - (36px + 30px));
    transform: rotate(180deg);
}
#pdfPop .pdfPop-btnPrev.is-disabled,
#pdfPop .pdfPop-btnNext.is-disabled{
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}
@media only screen and (min-width:768px){
    .secCmnEntry .boxItem_Pdf .p_undertxt.spTxt{
        display: none;
    }
}
@media only screen and (max-width:767px){
    .secCmnEntry .boxItem_Pdf .p_undertxtbox{
        margin-top: 7px;
    }
    .secCmnEntry .boxItem_Pdf .p_undertxt{
        font-size: 11px;
        line-height: calc(20 / 11);
    }
    .secCmnEntry .boxItem_Pdf .p_undertxt::after{
        left: calc(0% - (20px + 10px));
    }
    #pdfPop{
        padding: 15px;
    }
    #pdfPop .popInner{
        width: 100%;
    }
    #popClose{
        width: 32px;
        height: 32px;
    }
    #popClose::after,
    #popClose::before{
        width: 15px;
        left: calc(50% - 7.5px);
    }
    #pdfPop .canvasBox{
        margin-top: 25px;
    }
    #pdfPop .popcount{
        font-size: 13px;
        line-height: calc(16 / 13);
    }
    #pdfPop .popcount .countInner{
        padding: 3px 5px;
    }
    #pdfPop .pdfPop-btnNext{
        right: calc(0% - 15px);
    }
    #pdfPop .pdfPop-btnPrev{
        left: calc(0% - 15px);
    }
    .secCmnEntry .boxItem_Pdf .p_undertxt.pcTxt{
        display: none;
    }
}