@font-face {
    font-family: 'Great_vibes';
    font-style: normal;
    font-weight: 400;
    src: url("./GreatVibes-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'kraskario';
    font-style: italic;
    font-weight: 400;
    src: url("./kraskario.italic.ttf") format('truetype');
}
@font-face {
    font-family: 'hanken_book';
    font-style: normal;
    font-weight: 400;
    src: url("./HANKEN-BOOK.TTF") format('truetype');
}
@font-face {
    font-family: 'sourceHanserifCnBlod';
    font-style: normal;
    font-weight: 700;
    src: url("./SourceHanSerifCN-Bold.woff") format('woff');
}
@font-face {
    font-family: 'sourceHanserifCnRegular';
    font-style: normal;
    font-weight: 700;
    src: url("./SourceHanSansCN-Regular.woff") format('woff');
}
@font-face {
    font-family: 'zcooladdictitalic';
    font-style: normal;
    font-weight: 400;
    src: url("./zcooladdictitalic.ttf") format('truetype');
}

.single_content img {
    width: 100%;
}
.single_content ul li .left_content {
    width: 35%;
    cursor: pointer;
}
.single_content ul li .right_content {
    width: 60%;
    padding-top: 5%;
    box-sizing: border-box;
}
.single_content ul li .right_content p{
    padding: 5px;
}
.single_content ul li .right_content p span.label_t{
    /*text-align: left;*/
    width: 80px;
    color: #bebebe;
    display: inline-block;
}
.single_content ul li .right_content p span.result_t{
    font-weight: 700;
}
.contents .left {
    background: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}
.single_content .month_list_content h2 {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.single_content .month_list_content ul li {
    margin: 15px 0;
}
.m-style a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.m-style span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.m-style .active {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #6e6e6e;
    border-color: #6e6e6e;
}
.m-style a:hover {
    color: #fff;
    background: #6e6e6e;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

#overlay .image-container {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


#overlay img {
    display: block;
    margin: 0 auto;
    max-width: 65%;
    max-height: 65%;
    /*position: absolute;*/
    /*top: 40%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

#overlay a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    text-decoration: none;
}
#overlay a i {
    font-size: 36px;
}
#overlay .close {
    position: absolute;
    top: -7%;
    right: 14%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
}
#overlay .download {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
}
#overlay .po_2 {
    top: -5%;
    right: 18.9%;
}