@media (max-width: 331px) {
    #input_inner {
        background-image: url('/coopmall/icoop/event_board/images/event_comment_cover.jpg');
        background-size: cover;
        width: 100%;
        height: auto;
        min-height: 180px;
        bottom: 320px;
    }
    .input_txt {
        position: relative;
        top: 130px;
    }

    .p211101 {
        top: 744px
    }
}
@media (min-width:331px) and (max-width:359px) {
    #input_inner {
        background-image: url('/coopmall/icoop/event_board/images/event_comment_cover.jpg');
        background-size: cover;
        width: 100%;
        height: auto;
        min-height: 220px;
        bottom: 360px;
    }
    .input_txt {
        position: relative;
        top: 155px;
    }

    .p211101 {
        top: 830px;
    }
}

@media (min-width:360px) and (max-width:370px) {
    #input_inner {
        background-image: url('/coopmall/icoop/event_board/images/event_comment_cover.jpg');
        background-size: cover;
        width: 100%;
        height: auto;
        min-height: 220px;
        bottom: 360px;
    }
    .input_txt {
        position: relative;
        top: 155px;
    }

    .p211101 {
        top: 835px;
    }
}

@media (min-width:370px) and (max-width:381px) {
    #input_inner {
        background-image: url('/coopmall/icoop/event_board/images/event_comment_cover.jpg');
        background-size: cover;
        width: 100%;
        height: auto;
        min-height: 220px;
        bottom: 360px;
    }
    .input_txt {
        position: relative;
        top: 155px;
    }

    .p211101 {
        top: 864px;
    }
}

@media (min-width: 381px) {
    #input_inner {
        background-image: url('/coopmall/icoop/event_board/images/event_comment_cover.jpg');
        background-size: cover;
        width: 100%;
        height: auto;
        min-height: 240px;
        bottom: 400px;
    }
    .input_txt {
        position: relative;
        top: 180px;
    }

    .p211101 {
        top: 954px;
    }
}
.katalk_m-body {
    width:100%;
    background-color: #DDDDDD;
    text-align: center;
    -ms-user-select: none; 
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}
.katalk_m-image {
    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;
}

#participating_join_btn {
    width: 30%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    background-color: #B82828;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    float: left;
    margin-left: 15px;
}

.katalk-event-list td {
    color: #3A3A3A;
    font-weight: bold;
    background-color: #FFFFFF;
}

.katalk-event-list .blank {
    font-weight: bold;
    font-size: 13pt;
    background-color: #FFFFFF;
    width: 2%;
}

#ajx_list .katalk-event-list td:not(.blank) {
    border-top: 1px solid #A0A0A0;
    font-weight: normal;

}

#ajx_list td:not(.blank) {
    font-size: 11pt;
    color: #3A3A3A;
    border-top: 1px solid #3A3A3A;
}

.comment {
    text-align:left;
    padding-left:10px;
    max-width:45%;
}

#apply_comment {
    width: 65%;
    height: 30px;
    line-height: 30px;
    font-size: 12pt;
    border: 1px solid #ACACAC;
    color: #ACACAC;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    margin: auto;
    float: left;
}

.paging_btn {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

label {
    margin-left: 10px;
    vertical-align:  middle;
}

/* 영상 관련 css */

#movie-player-wrapper {
	position: relative;
	width: 100%;
	height:303px;
	max-height:303px;
	overflow: hidden;
}

#go_to_more {
	position:absolute;
	text-align: center;
	margin: 0;
	left:75%;
	top:22%;
	z-index:2;
}
#go_to_more img {
	vertical-align: middle;
	width: 100%;
}
#go_to_more:hover {
	cursor:pointer;
}
#pnpImg {
	position:absolute;
	text-align: center;
	margin: 0;
	left:80%;
	top:85%;
	z-index:2;
}
#pnpImg img {
	vertical-align: middle;
	width: 65%;
}
#pnpImg:hover {
	cursor:pointer;
}

#muteImg {
	position:absolute;
	text-align: center;
	margin: 0;
	left:87%;
	top:85%;
	z-index:2;
}
#muteImg img {
	vertical-align: middle;
	width: 65%;
}
#muteImg:hover {
	cursor:pointer;
}

#moviec {
	position:absolute;
	width: 100%;
	height:100%;
	z-index:1;
	display:none;
    top:0;

}

#complete {
	position:absolute;
	width: 100%;
	height:100%;
	background-size: 100% 100%;
	z-index:4;
	display:none;
    top:0;

}
/* 영상 관련 css */
