/**
 * community
 */

.community {
	padding-bottom: 100px;
}

@media screen and (max-width: 736px) {
	.community {
		padding: 0 15px 50px;
	}
}

.community .wpulike.wpulike-robeen .wp_ulike_btn {
	width: auto;
	height: auto;
}

.community .wpulike.wpulike-robeen .wp_ulike_btn:after {
	background: none;
	font-family: "Font Awesome 5 Pro", monospace;
	position: relative;
	display: block;
	width: auto;
	height: auto;
	font-size: 22px;
	left: 0;
	top: 0;
	color: #c2a965;
	transform: rotate(0deg);
}

.community .wpulike.wpulike-robeen .wp_ulike_is_not_liked .wp_ulike_btn::after,
.community .wpulike.wpulike-robeen .wp_ulike_is_unliked .wp_ulike_btn::after {
	content: "\f004";
	font-weight: 400;
}

.community .wpulike.wpulike-robeen .wp_ulike_is_liked .wp_ulike_btn::after {
	content: "\f004";
	font-weight: 700;
}

.community .wpulike.wpulike-robeen .wp_ulike_is_loading .wp_ulike_btn::after {
	content: "\f3f4";
	font-weight: 700;
	transform: rotate(360deg);
	transition: transform 1s ease;
}

.community div.bbp-template-notice,
.community div.indicator-hint {
	padding: 10px 15px;
	margin: 30px 0;
}

.community div.bbp-template-notice li,
.community div.bbp-template-notice p {
	font-size: 19px;
	margin: 0 !important;
}

@media screen and (max-width: 736px) {
	.community div.bbp-template-notice li,
	.community div.bbp-template-notice p {
		font-size: 16px;
	}
}

.community div.bbp-template-notice li + li,
.community div.bbp-template-notice p + p {
	margin: 5px 0 0 !important;
}

/**
 * community-header
 */

.community-header {
	padding-bottom: 3px;
	border-bottom: 2px dotted #c3a965;
}

.community-header__title {
	font-size: 25px;
	font-weight: bold;
	display: inline;
	position: relative;
	line-height: 1.5;
	font-family: 'M PLUS 1p', sans-serif;
}

.community-header__title.icon-diamond {
	padding-left: 46px;
}

.community-header__title.icon-diamond::before {
	content: "";
	width: 36px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url("img/community/icn_forum.png") no-repeat center left / 36px auto;
}

.community-header__title.icon-comment::before {
	color: #c2a965;
	content: "\f075";
	font-size: 30px;
	font-weight: 700;
	margin-right: 5px;
	font-family: "Font Awesome 5 Pro", monospace;
}

.community-header__subtitle {
	font-size: 18px;
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
}

/**
 * community desc
 */

.community-desc {
	margin-top: 15px;
}

.community-desc__text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
}

.community-desc__text span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}

/**
 * community rule
 */

.community-rule {
	margin-top: 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 736px) {
	.community-rule {
		padding: 0 20px;
	}
}

.community-rule__title {
	margin-top: 10px;
	display: inline-block;
	width: 300px;
	border-top: 1px solid #5e5f5f;
	border-bottom: 1px solid #5e5f5f;
	padding: 5px 0;
}

@media screen and (max-width: 736px) {
	.community-rule__title {
		width: 210px;
	}
}

.community-rule__title-inner {
	border-top: 1px solid #5e5f5f;
	border-bottom: 1px solid #5e5f5f;
	padding: 25px 0;
	font-size: 19px;
	font-weight: bold;
	color: #5e5f5f;
}

@media screen and (max-width: 736px) {
	.community-rule__title-inner {
		font-size: 16px;
		padding: 20px 0;
	}
}

.community-rule__title a {
	color: #c2a965;
	text-decoration: underline;
}

.community-rule__img {
	width: 80%;
	height: auto;
}

@media screen and (max-width: 736px) {
	.community-rule__img {
		width: 100%;
		height: auto;
	}
}

/**
 * community section
 */

.community-section {
	margin-top: 80px;
}

.community-section:first-of-type {
	margin-top: 50px;
}

.community-section__title {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
	margin: 0 0 30px;
	font-family: 'M PLUS 1p', sans-serif;
}

.community-section__title::before,
.community-section__title::after {
	content: "";
	position: absolute;
	display: block;
	width: 50%;
	height: 6px;
	bottom: 0;
}

.community-section__title::before {
	left: 0;
	background: #f5bfc3;
}

.community-section__title::after {
	right: 0;
	background: #b8fce6;
}

/**
 * community subsection
 */

.community-subsection {
	margin: 30px 0 0;
}

.community-subsection__link-target {
	display: block;
	padding-top: 30px;
	margin-top: -30px;
}

@media screen and (max-width: 736px) {
	.community-subsection__link-target {
		display: block;
		padding-top: 100px;
		margin-top: -100px;
	}
}

.community-subsection + .community-subsection {
	margin-top: 80px;
}

.community-subsection__title {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	height: 55px;
	max-width: 100%;
	overflow: hidden;
	padding: 0 50px 0 20px;
	background: #ccc;
	position: relative;
	margin: 0 0 30px;
}

@media screen and (max-width: 736px) {
	.community-subsection__title {
		padding: 0 40px 0 10px;
	}
}

.community-subsection__title-inner {
	display: block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.community-subsection__title::after {
	position: absolute;
	background: #fff7e5;
	width: 39px;
	height: 39px;
	right: -20px;
	content: "";
	transform: rotate(-45deg);
}

/**
 * community topic
 */

.community-topic {

}

.community-topic-detail {
	margin: 10px 0 0;
}

.community-topic-detail + .community-comment {
	margin-top: 0;
}

.community-topic-detail__inner {
	position: relative;
	background: #fff;
	padding: 60px 50px 20px;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__inner {
		position: relative;
		background: #fff;
		padding: 50px 10px 20px;
	}
}

.community-topic-detail__cat {
	display: inline-flex;
	align-items: center;
	font-size: 19px;
	font-weight: bold;
	height: 40px;
	padding: 0 30px 0 15px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 30px;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__cat {
		font-size: 16px;
	}
}

.community-topic-detail__cat::after {
	position: absolute;
	background: #fff;
	width: 30px;
	height: 30px;
	right: -18px;
	content: "";
	transform: rotate(-45deg);
}

.community-topic-detail__author {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__author {
		align-items: stretch;
	}
}

.community-topic-detail__author-img {
	width: 130px;
	height: 130px;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__author-img {
		width: 100px;
		height: 100px;
	}
}

.community-topic-detail__author-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.community-topic-detail__author-meta {
	width: calc(100% - 130px);
	padding-left: 20px;
	line-height: 1.5;
	position: relative;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__author-meta {
		width: calc(100% - 100px);
		display: flex;
		flex-direction: column;
	}
}

.community-topic-detail__author-name {
	font-size: 18px;
	font-weight: bold;
}

.community-topic-detail__author-name a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__author-name {
		font-size: 16px;
	}
}

.community-topic-detail__author-meta-link {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	line-height: 1;
}

.community-topic-detail__author-meta-link a {
	text-decoration: underline;
	font-size: 18px;
	padding-left: 0.4em;
	margin-left: 0.4em;
	border-left: 1px solid #000;
}

.community-topic-detail__author-meta-link a:first-of-type {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.community-topic-detail__author-meta-link a:hover {
	text-decoration: none;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__author-meta-link a {
		font-size: 16px;
	}
}
@media screen and (max-width:374px){
	.community-topic-detail__author-meta-link {
		position: relative;
		padding-top:5px;
	}
}
.community-topic-detail__author-status {
	font-size: 19px;
	font-weight: bold;
	margin-top: 5px;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__author-status {
		font-size: 16px;
	}
}

.community-topic-detail__author-status .wpulike {
	display: inline-block;
}

.community-topic-detail__author-status .wpulike.wpulike-robeen .count-box {
	padding: 0 6px;
	font-size: 19px;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__author-status .wpulike.wpulike-robeen .count-box {
		padding: 0 6px;
		font-size: 16px;
	}

	.community-topic-detail__author-status .wpulike.wpulike-robeen .wp_ulike_btn:after {
		font-size: 18px;
	}
}

.community-topic-detail__author-comment {
	margin-left: 10px;
}

.community-topic-detail__author-comment::before {
	color: #c2a965;
	content: "\f075";
	font-weight: 700;
	margin-right: 5px;
	font-family: "Font Awesome 5 Pro", monospace;
}

.community-topic-detail__author-date {
	display: block;
	font-size: 18px;
	margin-top: 10px;
	line-height: 1;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__author-date {
		font-size: 13px;
		margin-top: auto;
	}
}

.community-topic-detail__desc {
	margin-top: 20px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.8;
}

.community-topic-detail__desc p + p {
	margin-top: 1em;
}

@media screen and (max-width: 736px) {
	.community-topic-detail__desc {
		font-size: 16px;
		line-height: 1.375;
	}
}

.community-topic-detail__action {
	display: flex;
	justify-content: flex-end;
	padding: 30px 0;
}

.community-topic-detail__action-btn {
	width: 345px;
	height: 65px;
	border-radius: 100px;
	background: #c2a965;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	transition: opacity 0.4s ease;
}

.community-topic-detail__action-btn:hover {
	opacity: 0.6;
}

.community-topic__item {

}

.community-topic__item a {
	display: block;
	padding: 20px 60px 20px 40px;
	line-height: 1.5;
	position: relative;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
}

.community-topic__item a:hover {
	text-decoration: underline;
}
.community-topic__item .premium {
    display: inline;
    position: relative;
}
.community-topic__item .premium::after {
	content: '';
	width: 30px;
	height: 24.16px;
	position: absolute;
	bottom: -5px;
	right: -36px;
	background: url(img/ico_premium.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 736px) {
	.community-topic__item a {
		padding: 15px 30px 15px 10px;
		font-size: 16px;
	}
}

.community-topic__item:nth-child(2n) a {
	background: #f8f4ec;
}

.community-topic__item a::after {
	content: "";
	position: absolute;
	right: 40px;
	width: 12px;
	height: 12px;
	top: calc(50% - 8px);
	border-top: 3px solid #c2a965;
	border-left: 3px solid #c2a965;
	transform: rotate(135deg);
}

@media screen and (max-width: 736px) {
	.community-topic__item a::after {
		right: 10px;
		width: 9px;
		height: 9px;
	}
}

/**
 * community-link
 */

.community-link {
	margin: 50px 0 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.community-link__btn {
	color: #c3a965 !important;
	display: inline-block;
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	padding: 30px;
	background: #ffffff;
	border: 3px dotted #c3a965;
	margin-bottom: 20px;
	box-shadow: 6px 6px #c3a965;
}

.community-link__btn:hover {
	left: 6px;
	top: 6px;
	box-shadow: none;
}

.community-link__note {
	margin-top: 10px;
	line-height: 1.9;
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.community-link__note {
		font-size: 10px;
	}
}

/**
 * community-cat
 */

.community-cat {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -3px -6px;
}

.community-cat + .community-subsection {
	margin-top: 80px;
}

.community-cat__item {
	margin: 0 3px 6px;
	font-size: 19px;
	font-weight: bold;
	width: calc(33.33333% - 6px);
}

@media screen and (max-width: 736px) {
	.community-cat__item {
		width: calc(100% - 6px);
		text-align: center;
	}
}

.community-cat__item a {
	display: block;
	height: 100%;
	padding: 20px;
	background: #fff;
}

.community-cat__item a:hover {
	text-decoration: underline;
}

/**
 * community-action
 */

.community-action {
	margin: 0 0 30px;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

@media screen and (max-width: 736px) {
	.community-action {
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
}

.community-action__btn {
	width: 345px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
	border-radius: 100px;
	border: 1px solid #c3a965;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #c3a965 !important;
	transition: opacity 0.4s ease;
}

.community-action__btn:hover {
	opacity: 0.6;
}

@media screen and (max-width: 736px) {
	.community-action__btn {
		width: 230px;
		height: 43px;
		font-size: 19px;
	}

	.community-action__btn + .community-action__btn {
		margin-top: 30px;
	}
}

.community-action__btn.is-important {
	background: #c3a965;
	color: #fff !important;
}

/**
 * community paginator_upper
 */

.community .paginator_upper ul {
	justify-content: flex-end;
	font-size: 19px;
}

.community .paginator_upper ul a {
	color: #8c8c8c !important;
}

.community .paginator_upper ul li.is-current a {
	color: #c2a965 !important;
}

@media screen and (max-width: 736px) {
	.community .paginator_upper + .paginator {
		display: none;
	}

	.community .paginator_upper ul {
		justify-content: center;
		font-size: 19px;
	}

	.community .paginator_upper li {
		width: 50%;
	}

	.community .paginator_upper li + li {
		margin-left: -1px;
	}

	.community .paginator_upper li a {
		height: 35px;
		background: #fff;
		display: flex;
		padding: 0 !important;
		align-items: center;
		justify-content: center;
		border: 1px solid #c2a965;
		border-radius: 5px 0 0 5px;
		position: relative;
	}

	.community .paginator_upper li.is-current a::after {
		position: absolute;
		left: calc(50% - 8px);
		bottom: -18px;
		content: "\f0dd";
		font-size: 26px;
		font-family: "Font Awesome 5 Pro", monospace;
	}

	.community .paginator_upper li + li a {
		border-radius: 0 5px 5px 0;
	}
}

/**
 * community paginator
 */

.community .paginator {
	display: flex;
	justify-content: flex-end;
	font-size: 19px;
	font-weight: bold;
	color: #8c8c8c;
	margin-right: -5px;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	.community .paginator {
		font-size: 16px;
	}

	.community .paginator:first-of-type {
		display: none;
	}
}

.community .paginator .display_number {
	padding-top: 6px;
}

.community .paginator ul {
	display: flex;
}

.community .paginator ul li a {
	display: block;
	border: 1px solid #c3a965;
	margin-right: 5px;
	padding: 5px 8px;
	color: #8c8c8c;
	transition: 0.4s;
}

.community .paginator ul li.selected a {
	color: #c3a965;
}

.community .paginator ul li.disable a {
	color: #c9c9c9;
}

@media screen and (min-width: 1080px) {
	.community .paginator ul li a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 736px) {
	.community .paginator .display_number {
		margin-bottom: 5px;
	}

	.community .paginator {
		display: block;
		width: 100%;
		max-width: 345px;
		margin: 10px auto 30px;
	}

	.community .paginator ul li {
		width: 50%;
	}

	.community .paginator ul li.number {
		display: none;
	}

	.community .paginator ul li.noborder {
		display: none;
	}

	.community .paginator ul li.prev a {
		border-right: none;
		border-radius: 10px 0 0 10px;

	}

	.community .paginator ul li.next a {
		border-radius: 0 10px 10px 0;

	}

	.community .paginator ul li a {
		width: 100%;
		background: #fff;
		padding: 10px;
		text-align: center;
	}
}

/**
 * community-comment_item
 */

.community-comment {
	margin-top: 80px;
}

.community-comment__title {
	color: #c2a965;
	font-size: 25px;
	font-weight: bold;
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.community-comment__title::before {
	content: "\f075";
	position: relative;
	font-weight: 300;
	margin-right: 10px;
	font-size: 35px;
	font-family: "Font Awesome 5 Pro", monospace;
}

.community-comment__title::after {
	content: "";
	flex-grow: 1;
	margin-left: 10px;
	border-top: 2px dotted #c2a965;
}

.community-comment__item {
	margin-top: 20px;
	padding: 40px 50px 30px;
	background: #fff;
}

.community-comment__item .wpulike {
	margin-top: 1em;
	text-align: right;
	padding-bottom: 0;
}

.community-comment__item + .paginator {
	margin-top: 30px;
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.community-comment__item {
		margin-top: 5px;
		padding: 30px 10px 20px;
		background: #fff;
	}
}

.community-comment__item-author {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	.community-comment__item-author {
		align-items: stretch;
	}
}

.community-comment__item-author-img {
	width: 130px;
	height: 130px;
}

@media screen and (max-width: 736px) {
	.community-comment__item-author-img {
		width: 100px;
		height: 100px;
	}
}

.community-comment__item-author-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 100%;
}

.community-comment__item-author-meta-link {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	line-height: 1;
}

.community-comment__item-author-meta-link a {
	font-size: 18px;
	text-decoration: underline;
	padding-left: 0.4em;
	margin-left: 0.4em;
	border-left: 1px solid #000;
}

.community-comment__item-author-meta-link a:first-of-type {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.community-comment__item-author-meta-link a:hover {
	text-decoration: none;
}

@media screen and (max-width: 736px) {
	.community-comment__item-author-meta-link a {
		font-size: 13px;
	}
}
@media screen and (max-width: 374px) {
	.community-comment__item-author-meta-link {
		position: relative;
		padding-top:5px;
	}
}

.community-comment__item-author-meta {
	width: calc(100% - 130px);
	padding-left: 20px;
	line-height: 1.5;
	position: relative;
}

@media screen and (max-width: 736px) {
	.community-comment__item-author-meta {
		width: calc(100% - 100px);
		display: flex;
		padding-left: 10px;
		flex-direction: column;
	}
}

.community-comment__item-author-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.community-comment__item-author-name a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 736px) {
	.community-comment__item-author-name {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.community-comment__item-author-meta .wpulike {
	display: inline-block;
}

.community-comment__item-author-meta .wpulike.wpulike-robeen .count-box {
	padding: 0 6px;
	font-size: 19px;
}

@media screen and (max-width: 736px) {
	.community-comment__item-author-meta .wpulike.wpulike-robeen .count-box {
		padding: 0 5px;
		font-size: 13px;
	}

	.community-comment__item-author-meta .wpulike.wpulike-robeen .wp_ulike_btn:after {
		font-size: 18px;
	}
}

.community-comment__item-author-date {
	display: block;
	font-size: 18px;
	margin-top: 6px;
	line-height: 1;
}

@media screen and (max-width: 736px) {
	.community-comment__item-author-date {
		margin-top: auto;
		font-size: 13px;
	}
}

.community-comment__item-body {
	font-size: 19px;
	line-height: 1.5;
	font-weight: bold;
}

.community-comment__item-body p + p {
	margin-top: 1em;
}

@media screen and (max-width: 736px) {
	.community-comment__item-body {
		font-size: 16px;
		padding: 0 6px;
	}
	.community-comment__item-body iframe{
		width: 100%;
	}
}

.community-back-link {
	text-align: right;
	margin: 30px 0;
	font-weight: bold;
}

.community-back-link a {
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
	color: #c2a965;
}

.community-back-link a:hover {
	text-decoration: none;
}

/**
 * community-comment
 */

.community-comment .community-header {
	margin-bottom: 30px;
}

.community-comment__inner {
	padding: 0 30px;
}

@media screen and (max-width: 736px) {
	.community-comment__inner {
		padding: 0;
	}
}

.community-comment__meta {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	.community-comment__meta {
		display: block;
	}
}

.community-comment__name {
	font-size: 25px;
	font-weight: bold;
	margin-right: auto;
}

@media screen and (max-width: 736px) {
	.community-comment__name {
		font-size: 22px;
		margin-bottom: 30px;
	}
}

.community-comment__noname-check {
	display: flex;
	align-items: center;
}

.community-comment__noname-check {
	font-size: 19px;
	font-weight: bold;
}

.community-comment__noname-check input[type="checkbox"] {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}

@media screen and (max-width: 736px) {
	.community-comment__noname-check input[type="checkbox"] {
		width: 26px;
		height: 26px;
	}
}

.community-comment__field textarea {
	width: 100% !important;
	height: 270px;
	padding: 15px;
	font-size: 19px;
	border: 1px solid #c2a965;
}

@media screen and (max-width: 736px) {
	.community-comment__field textarea {
		font-size: 16px;
		height: 380px;
	}
}

.community-comment__field textarea::placeholder {
	color: #c3c3c3;
}

.community-comment__action {
	display: flex;
	align-items: center;
	justify-content: center;
}

.community-comment__action-btn {
	width: 345px;
	height: 65px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: none;
	background: #c2a965;
	border-radius: 100px;
	outline: none;
	transition: opacity 0.4s ease;
	cursor: pointer;
}

.community-comment__action-btn:hover {
	opacity: 0.6;
}

@media screen and (max-width: 736px) {
	.community-comment__action-btn {
		width: 100%;
	}
}

.community-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 80px 0;
}

@media screen and (max-width: 736px) {
	.community-notice {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.community-notice__border {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 5px 0;
	width: 480px;
}

@media screen and (max-width: 736px) {
	.community-notice__border {
		width: auto;
	}
}

.community-notice__inner {
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 25px 0;
}

.community-notice__title {
	display: flex;
	align-items: center;
}

.community-notice__title-text {
	flex-grow: 1;
	width: calc(100% - 130px);
	padding: 0 30px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 736px) {
	.community-notice__title-text {
		width: calc(100% - 100px);
		font-size: 16px;
		line-height: 2;
		padding: 0 20px;
	}
}

.community-notice__title-img {
	width: 130px;
	flex-shrink: 0;
}

@media screen and (max-width: 736px) {
	.community-notice__title-img {
		width: 100px;
	}
}

.community-notice__title-img img {
	width: 100%;
	height: auto;
}

.community-notice__note {
	margin-top: 20px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

@media screen and (max-width: 736px) {
	.community-notice__note {
		font-size: 16px;
	}
}

.community-notice__note a {
	color: #c2a965;
	text-decoration: underline;
}

.community-notice__note a:hover {
	text-decoration: none;
}

.community-new {
	margin-top: 30px;
}

.community-new__inner {
	padding: 0 30px;
}

@media screen and (max-width: 736px) {
	.community-new__inner {
		padding: 0;
	}
}

.community-new__meta {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
	.community-new__meta {
		display: block;
	}
}

.community-new__name {
	font-size: 24px;
	font-weight: bold;
	margin-right: auto;
}

@media screen and (max-width: 736px) {
	.community-new__name {
		font-size: 22px;
		margin-bottom: 30px;
	}
}

.community-new__noname-check {
	display: flex;
	align-items: center;
}

.community-new__noname-check {
	font-size: 19px;
	font-weight: bold;
}

.community-new__noname-check input[type="checkbox"] {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}

@media screen and (max-width: 736px) {
	.community-new__noname-check input[type="checkbox"] {
		width: 26px;
		height: 26px;
	}
}

.community-new__field {
	margin: 30px 0;
}

.community-new__field input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	font-size: 19px;
	border: 1px solid #c2a965;
}

@media screen and (max-width: 736px) {
	.community-new__field input[type="text"] {
		font-size: 16px;
	}
}

.community-new__field input[type="text"]::placeholder {
	color: #c3c3c3;
}

.community-new__field textarea {
	width: 100% !important;
	height: 270px;
	padding: 15px;
	font-size: 19px;
	border: 1px solid #c2a965;
}

@media screen and (max-width: 736px) {
	.community-new__field textarea {
		font-size: 16px;
		height: 380px;
	}
}

.community-new__field textarea::placeholder {
	color: #c3c3c3;
}

.community-new__action {
	display: flex;
	align-items: center;
	justify-content: center;
}

.community-new__action-btn {
	width: 345px;
	height: 65px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: none;
	background: #c2a965;
	border-radius: 100px;
	cursor: pointer;
	transition: opacity 0.4s ease;
}

.community-new__action-btn:hover {
	opacity: 0.6;
}

@media screen and (max-width: 736px) {
	.community-new__action-btn {
		width: 100%;
	}
}

.community-new__title {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #c2a965;
}

@media screen and (max-width: 736px) {
	.community-new__title {
		padding-left: 10px;
	}
}

.community-new__check {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px -40px;
}

@media screen and (max-width: 736px) {
	.community-new__check {
		margin: 0 0 -30px;
	}
}

.community-new__check-item {
	width: calc(33.3333% - 20px);
	margin: 0 10px 40px;
	display: flex;
	align-items: flex-start;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width: 736px) {
	.community-new__check-item {
		width: 100%;
		margin-bottom: 30px;
	}
}

.community-new__check-item input[type="radio"] {
	margin-right: 10px;
	position: relative;
	top: -3px;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
}

.community-edit__title {
	border: 1px dotted #c2a965;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 80px;
}

.community-edit__title a {
	text-decoration: underline;
}

.community-edit__title a:hover {
	text-decoration: none;
}