@charset "utf-8";
    /*
        author : Jinwoo Park, Publisher

        info: 
            
        ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

        changes
        - 20210308 : initially created
    */

.vod_write_popup .amendment_area{
	padding: 12px 26px 0;
}
.amendment_area{
	background-color: #fff;
}
.amendment h3{
	margin-bottom: 16px;
	font-size: 22px;
  	color: #333;
}
.amendment h4{
	margin: 15px 0 6px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.amendment h5{
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.amendment p{	
	padding: 8px 10px 10px;
	border-radius: 6px;
	background-color: #f6f6f7;
	font-size: 14px;	
	line-height: 1.5;	
	color: #666;
}
.changes_items{
	margin-bottom: 8px;
}
.before_target{
	color: #999999;	
}
.after_target{
	color: #333333;
}
.reply{
	display: flex;
	
}
.reply .reply_text{
	flex-grow: 1;
	min-height: 36px;
	padding: 8px 10px;
	border: 1px solid transparent;	
	border-bottom: 1px solid #c4c4c4;
	margin-right: 10px;
	overflow: hidden;
	font-size: 14px;
	box-sizing: border-box;	
	outline: 0;
}
.reply .reply_text:hover{
	border-bottom-color: #5b5bee;
}
.reply .reply_text:focus{
	border: solid 1px #c4c4c4;
}
.reply button{
	flex-shrink: 0;
	width: 70px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;	
}
.wrap_saved_reply{
	position: relative;
	padding: 6px 20px 0 0;
}
.saved_reply_text.after_target{	
	padding: 0;
	background-color: #fff;
}
.wrap_saved_reply > button{
	display: flex;
	justify-content: center;
	align-items: center;	
	position: absolute;
	top: 9px; right: 0;
	width: 15px;
	height: 15px;
}

