.title_area.flex_js {
	justify-content: space-between;
	align-items: center;
}
.title_area.flex_js .open_pop {
	width: 20px;
	height: 20px;
	background: url("../images/ic_more_dot_width.svg")no-repeat 50% 50%;
	margin-right: 10px;
}

.community .top_tit {
	align-items: center;
	justify-content: space-between;
	margin: 15px 0 20px;
}
.community .top_tit a {
    background: var(--gray);
    color: #fff;
    border: 1px solid #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
}
.community .header_top {
	margin: 0 -20px;
}

.community .tabs .swiper-slide {
	margin-right: 8px;
}
.community .tabs .swiper-slide button {
	height: 40px;
	color: #7c7c7c;
	font-size: 14px;
	font-weight: 500;
	border-radius: 7px;
	border: 1px solid #E0E5EC;
	padding: 0 10px;
	box-sizing: border-box;
}
.community .tabs .swiper-slide button.active {
	background: var(--gray);
	color: #fff;
	border: 1px solid #fff;
}

.community .list {
	margin-top: 20px;
}
.community .list .item {
	background:#fff;
	padding: 15px;
	border-radius: 15px;
	border-bottom: 0.5px solid #BAC0C6;
}
.community .list .item .type {
	gap: 4px;
	margin-bottom: 4px;
}
.community .list .item .type span {
	color: #7C7C7C;
	font-size: 12px;
	padding: 4px 5px;
	border-radius: 5px;
	border: 1px solid var(--strock);
	box-sizing: border-box;
}
.community .list .item .user {
	gap: 10px;
	align-items: center;
	margin-top: 10px;
}
.community .list .item .user .thumb,
.community .list .item .user .thumb button {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.community .list .item .user .thumb img,
.community .list .item .user .thumb button img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: none;
}
.community .list .item .user .info {
	width: calc(100% - 50px);
}
.community .list .item .user h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.community .list .item .user .info p {
	color: #9c9c9c;
	font-size: 14px;
}
.community .list .item .user .info p.cmt {
	background: url("../images/ic_cmt.svg")no-repeat 10px 50% / 17px;
	padding-left: 30px;
}
.community .list .item .user .info p.like {
	background: url("../images/ic_heart_line2.svg")no-repeat 10px 50% / 17px;
	padding-left: 30px;
}
.community .list .item .box .title .txt {
	width: 100%;
	margin: 10px 0 0;
	color: #4B4B4B;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.community .list .item .box .title .img {
	position: relative;
	gap: 10px;
}
.community .list .item .box .title .img > div {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}
.community .list .item .box .title .img > div img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.community .list .item .box .title.grid3 .txt {
	-webkit-line-clamp: 2;
	margin: 20px 0 0;
}
.community .list .item .box .title.grid3 .img {
	width: 100%;
	justify-content: space-between;
}
.community .list .item .box .title.grid3 .img > div {
    flex: 1;
    height: 0;
    padding-bottom: 33.333%;
}
.community .list .item .box .title.grid_more .img:after {
	content: '';
	position: absolute;
	bottom: 9px;
    right: 7px;
	display: block;
	width: 16px;
    height: 8px;
	background: url("../images/ic_more_dot_white.svg")no-repeat 50% 50% / 100%;
}
.community .list .item .box .title.grid2 .txt {
	-webkit-line-clamp: 2;
}
.community .list .item .box .title.grid2 .img {
	width: 65%;
}
.community .list .item .box .title.grid2 .img > div {
    flex: 1;
    height: 0;
    padding-bottom: 50%;
}
.community .list .item .box .title.grid2 .img > div:nth-child(3) {
	display: none;
}
.community .list .item .box .title.grid1 {
	gap: 20px;
	align-items: center;
}
.community .list .item .box .title.grid1 .txt {
	flex: 1;
}
.community .list .item .box .title.grid1 .img {
	width: 63px;
}
.community .list .item .box .title.grid1 .img > div {
	display: none;
    width: 63px;
	height: 63px;
	margin-top: 0;
}
.community .list .item .box .title.grid1 .img > div:nth-child(1) {
	display: block;
}
.community .list .item .box .member {
	gap: 7px;
	align-items: center;
}
.community .list .item .box .member .count {
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 10px;
	border-radius: 30px;
	border: 1px solid #E0E5EC;
	margin: 10px 0 0;
}
.community .list .item .box .member .member_thumb {
	gap: 5px;
}
.community .list .item .box .member .member_thumb > div {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	margin: 10px 0 0;
}
.community .list .item .box .member .member_thumb > div img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.community .list .item .box .reply_box {
	border-radius: 10px;
	background: #F5F5F5;
	padding: 10px 15px;
	margin-top: 10px;
}
.community .list .item .box .reply_box .flex {
	gap: 5px;
	font-size: 12px;
	font-weight: 300;
	color: #4b4b4b;
	padding: 5px 0;
}
.community .list .item .box .reply_box .flex p {
	flex: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.more_btn {
	padding: 8px 40px;
    border-radius: 50px;
    margin-top: 30px;
	background: #fff!important;
}
.more_link {
    padding: 8px 10px;
    border-radius: 50px;
    margin-top: 30px;
}




.read {
	padding: 10px 0 20px;
}
.read .title {
	margin-bottom: 15px;
}
.read .title h2 {
	 font-size: 20px;
	 font-weight: 600;
	 margin-bottom: 5px;
}
.read .title .date {
	color: #9C9C9C;
	font-size: 12px;
}
.read .thumb {
	position: relative;
	gap: 10px;
	align-items: center;
	margin-bottom: 15px;
}
.read .thumb button {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.read .thumb button img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.read .thumb strong {
	font-size: 14px;
	font-weight: 600;
}
.read .thumb .singo_btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 12px;
	color: #9C9C9C;
	z-index: 1;
}
.read .subject {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}
.read .photo > div {
	margin-bottom: 10px;
}
.read .photo > div img {
	width: 100%;
}
.read .video .item {
	margin: 10px 0;
}
.read .video .upload {
	position: relative;
	height: 0;
	padding-bottom: 56.55%;
	overflow: hidden;
}
.read .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.read .like_btn {
	margin-top: 5px;
}
.read .like_btn button {
	color: #9C9C9C;
	font-size: 12px;
	background-image: url("../images/icon_heart.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 16px;
	padding-left: 22px;
}
.read .like_btn button.on {
	background-image: url("../images/icon_heart_on.svg");
}
.comment {
	border-top: 1px solid #F5F5F5;
}
.comment .c_list {
	padding: 20px 0;
}
.comment .c_list > li {
	position: relative;
	padding: 8px 20px;
}
.comment .c_list > li .top {
	position: relative;
	gap: 10px;
	align-items: center;
}
.comment .c_list > li .top .thumb button {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
}
.comment .c_list > li .top .thumb button img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comment .c_list > li .top .info {
	padding-right: 22px;
}
.comment .c_list > li .top .info h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
}
.comment .c_list > li .top .info p {
	font-size: 12px;
	color: #9C9C9C;
}
.comment .c_list > li .top .pop_btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/ic_more_dot_width.svg")no-repeat 50% 50% / 100%;
	opacity: .2;
}
.comment .c_list > li .top .pop_box {
	display: none;
	position: absolute;
    right: 0;
    top: 0;
	margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(186, 192, 198, 0.15);
    padding: 5px 10px;
	z-index: 2;
}
.comment .c_list > li .top .pop_box button {
	display: block;
    font-size: 13px;
    padding: 3px 0;
}
.comment .c_list > li .cont {
	position: relative;
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.2;
}
.comment .c_list > li .cont textarea {
    display: none;
    width: 100%;
    height: 46px;
    resize: none;
    border: 0;
    padding: 5px;
    border: 1px solid #E0E5EC;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.comment .c_list > li .cont textarea + button {
	display: none;
	font-size: 12px;
    width: 35px;
    height: 22px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment .c_list > li .reply_btn button {
	color: #9C9C9C;
	font-size: 12px;
}
.comment .reply_form {
	padding-left: 20px;
}
.comment .reply_form > li {
	position: relative;
	margin-top: 20px;
}
.reply_write {
	width: 100%;
	padding: 15px 20px;
	gap: 20px;
	box-sizing: border-box;
}
.reply_write textarea {
	width: calc(100% - 75px);
	height: 80px;
	border-radius: 10px;
	background:#F5F5F5;
	padding: 10px;
	border: 0;
	resize: none;
	box-sizing: border-box;
}
.reply_write button {
	width: 55px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
}




.regist .box {
	margin-top: 20px;
	padding-bottom: 20px;
}
.regist .form .item {
	margin-top: 20px;
}
.regist .form .item .tit {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.regist .form .item .tit i {
	color: #F00;
}
.regist .form .item > div input[type=text] {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #E0E5EC;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}
.regist .form .item > div select {
	border: 1px solid #E0E5EC;
	border-radius: 5px;
	font-size: 14px;
	color: #A8A8A8;
	font-weight: 400;
}
.regist .form .item > div select.active {
	color: #000;
}
.regist .form .item > div textarea {
	display: block;
	width: 100%;
	height: 200px;
	resize: none;
	border-radius: 5px;
	border: 1px solid #E0E5EC;
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
}
.regist .form .photo_form input[type=file] {
	display: none;
}
.regist .form .photo_form .image {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 39px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #000!important;
}
.regist .form .photo_form .preview {
	gap: 0 10px;
}
.regist .form .photo_form .preview .item {
	position: relative;
	margin: 0;
	width: calc(33.333% - 7px);
	height: 0;
	padding-bottom: 25%;
	margin: 5px 0;
	overflow: hidden;
}
.regist .form .photo_form .preview .item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #E0E5EC;
    box-sizing: border-box;
    border-radius: 5px;
}
.regist .form .photo_form .preview .item .delBtn {
	position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/ico-close.svg")no-repeat 50% 50% / 100%;
    border-radius: 50%;
}

.regist .form .youtube_form .add_form .item {
	align-items: center;
	margin: 10px 0;
}
.regist .form .youtube_form .add_form .item .box {
	flex: 1;
	align-items: center;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #E0E5EC;
	padding: 0 10px;
	margin: 0;
	box-sizing: border-box;
}
.regist .form .youtube_form .add_form .item input {
	flex: 1;
	height: 56px;
	background: transparent;
	font-size: 14px;
	border: 0;
	box-sizing: border-box;
}
.regist .form .youtube_form .add_form .item .del_btn {
	width: 24px;
	height: 24px;
	background: url("../images/del_button2.svg")no-repeat 50% 50% / 100%;
}
.regist .form .youtube_form .add_form .item .remove_btn {
	width: 50px;
	height: 56px;
	border-radius: 5px;
	border: 1px solid #E0E5EC;
	background: url("../images/ic_remove.svg")no-repeat 50% 50%;
	margin-left: 10px;
	box-sizing: border-box;
}
.regist .form .youtube_form #video_add {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px dashed #BAC0C6;
    background: #F5F5F5 url(../images/ecard_video_off.svg)no-repeat 50% 50% / 24px;
    font-size: 0;
    box-sizing: border-box;
}
.regist button[type=submit] {
	display: block;
	width: 100%;
	height: 46px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 10px;
}




.modal .modal_cont {
	padding: 0;
}
.modal h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 30px 10px;
}
.modal textarea {
	display: block;
    width: calc(100% - 60px);
    height: 100px;
    padding: 10px;
	font-size: 14px;
    border: 1px solid #E0E5EC;
    resize: none;
    box-sizing: border-box;
    margin: 0 30px 30px;
}
.modal .btn_area {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.modal .btn_area button {
	flex: 1;
	height: 45px;
	font-size: 14px;
	font-weight: 600;
}

.bottom_modal .close {
	top: 20px;
	right: 20px;
}
.bottom_modal .list {
	margin-top: 23px;
}
.bottom_modal .list button {
	display: block;
	width: 100%;
	height: 40px;
	color: #000!important;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #E0E5EC;
	margin-top: 6px;
	box-sizing: border-box;
}



@media screen and (max-width: 768px) {
	.regist .form .photo_form .preview .item {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 480px) {
	.regist .form .photo_form .preview .item {
		width: 100%;
		padding-bottom: 65%;
	}
}
@media screen and (max-width: 380px) {
}