* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Verdana, 'Geneva', Tahoma, sans-serif;
}

html {
    font-size: 62.5%;
}

a {
    text-decoration: none;
    color: black;
    display: inline-block;
}

html,
body {
    background-color: #e6e6e6;
    width: 100%;
    min-width: 200px;
}

.hdr {
    background-color: #cecece;
    padding: 0.6rem 0.4rem 0rem 0.4rem;
    position: -webkit-sticky;
    position: sticky;
    top: -4.6rem;
    left: 0rem;
    z-index: 3;
}

.lg-icn a img {
    width: 7.4rem;
    height: 1rem;
}

.h1-lnk {
    font-size: 1.7rem;
}

.hdr0-fx {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.logo h1 {
    font-size: 25px;
}

.logo h1 a {
    display: inline-block;
}

.rbt-dv a {
    border: 1px solid gray;
    padding: 0.4rem 1.3rem;
    border-radius: 0.4rem;
    height: 2.6rem;
    width: 4.5rem;
}

.hdr1 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 18px;
    border-bottom: 1px solid gray;
}

.container {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px;
    right: 3px;
    z-index: 4;
    padding: 1px 0px;
}

.bar4,
.bar5,
.bar6 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: auto;
    transition: 0.4s;
}

.bar5 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.container-dt {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    top: 0px;
    left: 0px;
    z-index: 4;
}

.bar4-dt,
.bar5-dt,
.bar6-dt {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #333;
    margin: auto;
    border-radius: 50%;
}

.bar5-dt {
    margin-top: 2px;
    margin-bottom: 2px;
}

hr {
    outline: none;
    border: none;
    border-top: 1px solid #b8b8b8;
    margin: 5px 0px 10px;
}

.bdy {
    background-color: #e6e6e6;
    min-height: calc(100vh - 89px);
    min-width: 200px;
    padding-top: 5px;
    position: relative;
    padding-bottom: 2rem;
}

.ads {
    min-height: calc(100vh - 100px);
    height: 100%;
    padding-top: 5px;
    text-align: center;
}

.ad-cnt {
    border-radius: 1rem;
    margin: auto;
    padding: 0.3rem;
    width: 100%;
    position: relative;
}

.ad-cnt a {
    width: 100%;
    max-width: 100%;
}

.ad-dv {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 1rem;
    padding: 0.5rem;
    width: 100%;
    max-width: 100%;
}

.img-dv img {
    min-width: 110px;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0px;
    /*border: 1px solid rgb(187, 187, 187); */
    border: 0.1rem solid #e6e6e6;
    background-color: #e6e6e6;
    border-radius: 10px;
}

img {
    pointer-events: none;
}

.ad-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3px;
    outline: none;
    /*border: 1px solid rgb(209, 209, 209);*/
    border: 1px solid rgb(209, 209, 209);
    border-radius: 5px;
    font-size: 11px;
    /*height: 26px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pb-dsc {
    height: 1.8rem;
    font-size: 0.9rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
}

.btnM {
    border-radius: 50%;
    border: 1px solid rgb(209, 209, 209);
    width: 2.7rem;
    height: 2.7rem;
    min-width: 2.7rem;
    background-color: transparent;
}

.btnA {
    border-radius: 50%;
    overflow: hidden;
    border: none;
    width: 2.7rem;
    height: 2.7rem;
    min-width: 2.7rem;
    background-color: transparent;
}

.vw-spn {
    font-size: 0.9rem;
    text-wrap: wrap;
    width: 100%;
    border: 0px solid rgb(209, 209, 209);
    padding: 0px 0.2rem;
    width: 100%;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pb-vw-tm {
    flex-direction: column;
}

button.ad-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.ad-btn span:first-child {
    float: left;
}

button.ad-btn .lctn {
    float: right;
    font-size: 11px;
    width: 40%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.ad-btn::after {
    content: "";
    clear: both;
    display: table;
}

.on-sp {
    width: 100%;
}

#wtch-ocnt {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4;
    width: 100%;
    height: 100vh;
    background-color: #e6e6e6;
}

#wtch-vd-ocnt {
    border: 1px solid gray;
    width: 100%;
    padding: 3px;
    display: inline-block;
    text-align: center;
}

#vd-dv-cnt {
    display: inline-block;
}

#icn-cnt {
    position: fixed;
    right: 15px;
    bottom: 80px;
    overflow: auto;
    z-index: 2;
    padding: 2px 1px 0px;
    border-radius: 5px;
    border: 1px solid gray;
    background-color: lightgray;
}

#tcht-icn a {
    position: relative;
}

#tcht-icn .bi-chat-left-dots-fill {
    width: 27px;
    height: auto;
}

#stck-nt {
    color: red;
    border: none;
    background-color: white;
    display: inline-block;
    font-size: 8px;
    padding: 0px 3px 0px 4px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 5px 0px 5px 0px;
    font-weight: bold;
}

.pb-own-dv {
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
    background-color: #e6e6e6;
    border-radius: 1.0rem;
    padding: 0.3rem;
    width: 100%;
    max-width: calc(100% - 1.6rem);
    height: 100%;
    max-height: calc(100% - 7.2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0.1rem;
    flex-wrap: nowrap;
}

.own-dt {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.own-dt-btn {
    font-size: 1.4rem;
    max-width: 100%;
    background-color: rgb(187, 187, 187);
    border: 1px solid rgb(187, 187, 187);
    border-radius: 1.5rem;
    padding: 0.2rem 1rem 0.3rem;
}

.nv-blck {
    font-size: 14px;
    margin: 5px 0px 15px;
    padding-left: 5px;
    background-color: #d4d4d4;
}


.sct-pblc {
    padding: 5px 3px;
    width: 100%;
}

.sct-pblc>a>span {
    display: inline-block;
    width: 100%;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sct-pblc>a {
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #b8b8b8;
    padding: 20px 3px;
    border-radius: 4px;
    height: 80px;
    min-width: 100px;
    width: 98%;
}


@media only screen and (min-width: 350px) {
    .sct-pblc {
        width: 50%;
    }
}

@media only screen and (min-width: 600px) {
    .sct-pblc {
        width: 33.33%;
    }
}

@media only screen and (min-width: 1000px) {
    .sct-pblc {
        width: 25%;
    }
}


@media only screen and (min-width: 400px) {
    .ad-cnt {
        width: 50%;
        float: left;
    }

    .ads::after {
        content: "";
        clear: both;
        display: table;
    }
}

@media only screen and (min-width: 570px) {
    .ad-cnt {
        width: 33.33%;
        max-width: 33.33%;
    }
}


@media only screen and (min-width: 900px) {
    .ad-cnt {
        width: 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .ad-cnt {
        width: 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 1500px) {
    .ad-cnt {
        width: 16.66%;
        max-width: 16.66%;
    }
}

@media only screen and (min-width: 1800px) {
    .ad-cnt {
        width: 14.28%;
        max-width: 14.28%;
    }
}

@media only screen and (min-width: 2100px) {
    .ad-cnt {
        width: 12.5%;
        max-width: 12.5%;
    }
}

@media only screen and (min-width: 2400px) {
    .ad-cnt {
        width: 11.11%;
        max-width: 11.11%;
    }
}

@media only screen and (min-width: 2700px) {
    .ad-cnt {
        width: 10%;
        max-width: 10%;
    }
}

@media only screen and (min-width: 3000px) {
    .ad-cnt {
        width: 9.09%;
        max-width: 9.09%;
        float: none;
        display: inline-block;
    }
}