@charset "utf-8";


@media screen and (min-width: 769px) {
	.photo_gallery.detail{

	}
}


/*----------------------
 detailArea
----------------------*/
#detailArea .wrap{
	padding-bottom: 45px;
}
.detail {
	margin-bottom: 30px;
}
.authorDate{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: auto auto 10px;
}
.authorDate .author{
	margin-bottom: 0;
}
.detail .plofileImage{
    width: 42px;
    padding-top: 42px;
    margin: 0 5px 0 0;
}
.detail .title{
	width: 90%;
	margin: auto auto 10px;
}
.detail .title h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
.anchor-offset {
	scroll-margin-top: 100px;
}
.imgWrap{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.imgWrap.singleSlide{
	margin-bottom: 0;
	padding: 0;
}
.imgWrap .img{
	max-height: 466px;
}
.img{
	overflow: hidden;
	margin-bottom: 10px;
}
.swiper-pagination{
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.imgArea .iconArea{
	width: 90%;
	margin: auto auto 11px;
}
.textArea{
	width: 90%;
	margin: auto;
}
.textArea p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 5px;
}
.moreArea{
	text-align: right;
}
.textArea p.more{
	text-align: right;
	font-size: 12px;
	line-height: 1.41;
	color: #8e8e93;
	display: inline-block;
	border-bottom: 1px solid #8e8e93;
	margin-bottom: 0;
	cursor: pointer;
}
.swiper-pagination-bullet-active{
	background:#ed1b29;
}
.img .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 466px;
	max-height: 466px;
}
.img .swiper-slide img{
	height: 466px;
	width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 769px) {
	#detailArea .wrap{
		padding-bottom: 50px;
	}
	.authorDate{
		width: 100%;
	}
	.detail .title{
		width: 100%;
	}
	.detailWrap{
		display: flex;
		width: 100%;
	}
	.imgArea{
		max-width: 466px;
		width: 90%;
		margin-right: 20px;
	}
	.textArea{
		max-width: 466px;
		width: 90%;
		margin: 0;
	}
	.imgArea .iconArea{
		width: 100%;
		margin: auto;
	}
	.textArea p{
		margin-bottom: 20px;
	}
}
/*----------------------
 addToGalleryBtn
----------------------*/
.addToGalleryBtnArea{
	position: fixed;
    bottom: 20px;
    z-index: 20;
    right: 0;
    left: 0;
}
.addToGalleryBtn{
	max-width: 150px;
	margin: auto;
	background: #ed1b29;
	border-radius: 100px;
	text-align: center;
	padding: 14px 15px;
	cursor: pointer;
	width: 100%;
}
.addToGalleryBtn p{
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding-left: 34px;
	line-height: 1.5;
	box-sizing: border-box;
}
.addToGalleryBtn p span{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 24px;
	max-height: 24px;
	background-image: url(/community/img/gallery/btn_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
@media screen and (min-width: 769px) {
	.addToGalleryBtn{
		max-width: 225px;
		padding: 14px 20px;
	}
}
/*----------------------
 postModal
----------------------*/
.postModal{

}
.postModal .commentInner{
    padding: 0 10px 0 20px;
    margin-right: 10px;
    box-sizing: border-box;
    height: 222px;
    overflow-y: auto;
}
.scrollArea{
	overflow-y: scroll;
	overflow-x: hidden;
    height: 90%;
}
.postModal .modalCont{
	height: 500px;
	overflow: hidden;
}
.postModal .modalInner.active{
	opacity: 1;
    visibility: visible;
}
.postModal .modalHeader{
	border-bottom: none;
	padding: 0;
}
.postModal h3{
	font-size: 16px;
	color: #292f44;
	font-weight: bold;
	line-height: 1.2;
}
.postModal .postArea > div{
	margin-bottom: 20px;
}
.postModal .postArea > div.photoPostArea{
	margin-bottom: 0;
}

.postBtnArea{
	text-align: center;
}
.postBtn{
	margin: auto;
}
.selectPhotoArea {
	display: flex;
	margin-bottom: 20px;
}
.titlePostArea .postTitle{
    background: #f2f2f7;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    padding: 7px 10px;
    box-sizing: border-box;
	border: none;
}
.selectPhotoArea .photo{
	position: relative;
	background-color: #f2f2f7;
	border-radius: 5px;
	max-width: 75px;
	max-height: 75px;
	margin-right: 5px;
	display: block;
	height: 75px;
	width: 100%;
}
.selectPhotoArea .photo:last-of-type{
	margin-right: 0;
}
.selectPhotoArea .photo.selected{
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.photoDeleteBtn{
	position: absolute;
	right: -5px;
	top: -5px;
	width: 100%;
	height: 100%;
	max-width: 14px;
	max-height: 14px;
	background-image: url(/community/img/gallery/delete_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	cursor: pointer;
}
.contentPostArea{
	margin-bottom: 20px;
}
.postText{
	background: #f2f2f7;
	border-radius: 5px;
	height: 175px;
	width: 100%;
	border: none;
    padding: 7px 10px;
	box-sizing: border-box;
	overflow-x:hidden;
	resize: vertical;
}
.postModal p.error-message {
	color: #ed1b29;
    padding: 2px;
	margin: 0 0 20px 0;
	border-color: transparent;
}
@media screen and (min-width: 769px) {
	.postModal .modalCont{
        max-width: 570px;
        height: 490px;
		padding: 21px 10px 20px 20px;
	}
	.scrollArea{
		height: 86%;
	}
	.postModal .modalHeader{
		margin-bottom: 22px;
	}
	.scrollArea{
		overflow-y: auto;
		overflow-x: hidden;
	}
	.titlePostArea .postTitle{
		padding: 9px 10px;
	}

	.postModal .postArea > div{
		margin-bottom: 22px;
	}
}
@media screen and (min-width: 1400px) {
	.postModal .modalCont{
		max-width: 700px;
		height: 700px;
	}
}
