.single-channel-topic .channel__info {
    margin-bottom: 0;
}
.single-channel-topic .channel_follow {
    top: 0;
}
.single-channel-topic .channel_follow a {
    padding: 2px 10px 2px 8px;
}
.single-channel-topic .article-header .edit-tool {
    margin-bottom: 0;
}
.single-channel-topic .private-mark,
.single-channel-topic .close-mark {
    display: inline-flex;
    margin-bottom: 10px;
}
.topic-header {
	margin: 20px 0;
}
.topic-header--free {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.topic-header-img {
	width: 60px;
	position: relative;
}
.topic-header-img img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.topic-header-img .role-mark {
	position: absolute;
	top: 45px;
	left: 0;
	color: #fff;
	background-color: #f80;
	text-align: center;
	display: block;
	width: 60px;
	letter-spacing: 0;
	font-size: 10px;
	border-radius: 20px;
	line-height: 1.7;
}
.topic-header--free .topic-header-content {
	width: calc(100% - 60px);
	padding-left: 15px;
	box-sizing: border-box;
}
.channel-topic__title {
    color: #f80;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0;
}
.channel-topic__content {
    margin-bottom: 50px;
}
.channel-comment__reaction-btn  {
    margin-top: 48px;
}
.channel-comment__reaction-btn .reaction-box {
    margin-top: 0;
    margin-bottom: 0;
}
.channel-comment {
    border: 2px solid #fc8a04;
    border-radius: 20px;
    padding: 20px 30px;
}
.channel-comment__user {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fc8a04;
    margin-bottom: 30px;
}
.channel-comment-info {
    margin-left: auto;
    font-size: 10px;
    color: #888;
}
.channel-comment-info i {
    margin-right: 4px;
}
.channel-comment-info .update-date .material-icons-round {
    font-size: 16px;
}
.channel-comment__content {
    margin-bottom: 30px;
}
.channel-comment__violation-report {
    justify-self: end;
    font-size: 12px;
}
.channel-comment__violation-report .material-icons-round {
    font-size: 16px;
}
.channel-commen__reply {
    display: flex;
    align-items: center;
    gap: 20px;
}
.channel-comment__reply-btn {
    display: block;
    width: 180px;
    padding: 15px 0px;
    background-color: #FC8A04;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}
.post-circle-button {
    width: 140px;
    cursor : pointer;
}
.fixed-bottom-right {
	position: fixed;
	bottom: 60px;
	right: 15px;
	width: 100px;
	z-index: 10;
}
.channel-topic.accordion {
    margin: 5px 0 30px 0;
}
.channel-topic .accordion-header {
    color: #fc8a04;
}
.channel-comment .btn-comment-child-display {
    align-self: end;
    justify-content: center;
}
.channel-comment .form-item {
    margin-bottom: 10px;
}
.channel-comment__reply {
    box-sizing: border-box;
    padding: 20px 30px 20px 30px;
    display: grid;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
}
.channel-comment____reply-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
.channel-comment__reply-textarea {
    width: 100%;
    border: 2px solid #EAE7E7;
    height: 100px;
}
.read-more-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.read-more-wrapper .read-more-btn {
	font-weight: normal;
    background: #fff;
    color: #f80;
    padding: 6px 25px;
    font-size: 12px;
    border-radius: 50px;
    border: 1px solid #f80;
	cursor: pointer;
}
.read-more-wrapper .loading {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 50%;
    display: none;
}
.channel-comment div textarea {
    height: 10rem;
}
.channel-comment__action_area {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-top: 24px;
}
.channel-comment__action_area .btn {
    margin: 0 auto;
}
.form {
    position: relative;
}
.form .loading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.form-item--kokotomo-channel {
	margin: 40px 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
}
.form-item--kokotomo-channel__img {
	width: 40px;
}
.form-item--kokotomo-channel__img img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	display: block;
	border-radius: 50%;
}
.form-item--kokotomo-channel__content {
	width: calc(100% - 40px);
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
}
.form-item--kokotomo-channel__content textarea {
	padding: 10px 45px 8px 20px;
	border-radius: 25px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	resize: none;
	border: none;
	box-shadow: 0 0 5px #ccc;
}
.form-item--kokotomo-channel__btn button {
	position: absolute;
	right: 6px;
	bottom: 15px;
	color: #fff;
	background-color: #f80;
	border: none;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 30px;
	cursor: pointer;
}
.form-item--kokotomo-channel__btn button:hover {
	opacity: 0.7;
}
.kokotomo-channel-topic-lead-login-message {
    display: block;
    margin: 45px 130px;
    padding: 7px 0px;
    line-height: 1.4;
    font-size: 11.5px;
    background-color: #fffded;
    text-align: center;
    letter-spacing: 0.2px;
}


@media screen and (max-width: 600px) {

    .single-channel-topic #breadcrumb {
        margin-bottom: 15px;
    }
    .single-channel-topic .channel_follow {
        top: 2px;
    }
    .single-channel-topic .channel_follow a {
        padding: 2px 8px 2px 5px;
    }
    .topic-header {
        margin-top: 12px;
    }
    .topic-header-img {
        width: 50px;
    }
    .topic-header-img img {
        width: 50px;
        height: 50px;
    }
    .topic-header-img .role-mark {
        top: 35px;
        left: 0;
        width: 50px;
    }
    .topic-header--free .topic-header-content {
        width: calc(100% - 50px);
        padding-left: 12px;
    }
    .channel-topic__title {
        font-size: 20px;
    }
    .topic-header--free .channel-topic__title {
        font-size: 18px;
    }
    .reply-list > .channel-comment {
        border: 2px solid #fc8a04;
        border-radius: 20px;
    }
    .form-item--kokotomo-channel {
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: normal;
    }
    .form-item--kokotomo-channel__img {
        width: 32px;
    }
    .form-item--kokotomo-channel__img img {
        width: 32px;
        height: 32px;
        object-fit: cover;
        display: block;
        border-radius: 50%;
    }
    .form-item--kokotomo-channel__content {
        width: calc(100% - 32px);
        padding-left: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .form-item--kokotomo-channel__content textarea {
        padding: 6px 40px 6px 10px;
        border-radius: 20px;
        width: 100%;
        height: 32px;
        box-sizing: border-box;
        resize: none;
        border: none;
        box-shadow: 0 0 5px #ccc;
        font-size: 13px;
    }
    .form-item--kokotomo-channel__btn button {
        position: absolute;
        right: 5px;
        bottom: 12px;
        color: #fff;
        background-color: #f80;
        border: none;
        padding: 3px 7px;
        font-size: 11px;
        border-radius: 30px;
        cursor: pointer;
    }
    .form-item--kokotomo-channel__btn button:hover {
        opacity: 0.7;
    }
    
}