/*  ====================
    default : descktop
    ==================== */
.katalk-body {
    border-collapse: collapse;
    width: 920px;
    text-align: center;
    margin:auto;

    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}
.katalk-image {
    display: block;
    min-width: 50px; 
    max-width: 100%;
    height: auto;

    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none; user-select:none;
}

.katalk-body tr td { padding: 0px; }
.katalk-body img { width: 920px; }

/* 이벤트 페이지 제목 부분 */
._blank_parts { height: 30px; }
.top-bg_header { width: 100%; height: 50px; background-image: url("/coopmall/images/r16/sub/subline.jpg"); }
.top-bg_header span { padding: 15px; font-size: 15pt; font-weight: bold; background-color: #FFFFFF; }

/* sns share buttons */
#sns_share_button {
    vertical-align: top;
    min-width: 920px;
    text-align:center;

    padding: 20px 0px;
    background-color: white;
}
#sns_share_button img {
    width: 50px; height: 50px;
    margin: 15px 5px;
    cursor: pointer;
}

/*  ====================
    mobile
    ==================== */
@media (max-width: 920px) {
    .katalk-body  {
        width:100%;
        background-color: #DDDDDD;
    }
    
    /* youtube */
    .ytLandscape {
        position: relative;
        padding-bottom: 56.25%;
    }
    .ytLandscape iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
    }
    /* sns share */
    #sns_share_button { min-width: unset; }
}