@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/*
 * community 피콕 프렌즈
 */
/*커뮤니티로고*/
.community_logo  {	
	margin-top:3rem;
}
@media screen and (max-width: 1200px) {
	.community_logo {
		margin-top:1rem;
	}
}
.community_logo .logo_st {
	font-family:montserrat;
	font-weight:400;
	font-size: clamp(0.7rem, 2vw, 0.9rem);	
	color:var(--grey-6);
	margin-left:5px;
}
.community_logo .logo_t {
	position:relative;
	display:inline-flex;
	font-family:SBAggroM !important;
	font-size: clamp(3rem, 4vw, 5rem);	
	color:#000;
	letter-spacing:4px;
}
.community_logo .logo_circle {
	position:absolute;
	right:-15px;
	top:67px;
	width:15px;
	height:15px;
	background-color:#ffdf2c;
	border-radius:50px;
	z-index:-99;
}
@media screen and (max-width: 1200px) {
	.community_logo .logo_circle{
	right:-15px;
	top:40px;
	width:12px;
	height:12px;
	}
}
.community_relProducts {
	max-width: 1000px;
	margin: auto;
	padding: 4rem 0;
}

.community_relProducts h3 {
    font-size: 1.3rem ;
	font-weight:500;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.community_relProducts a {
	width: fit-content;
    height: fit-content;
}

.community_relProducts a img {
    grid-area: 1 / 1;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
}

.community_relProducts a > div {
	opacity: 0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-area: 1 / 1;
    background: #000000b0;
    color: #fff;
    padding: 2rem;
    transition: opacity .2s;
}

.community_relProducts a h3 {
	text-decoration: underline;
    text-underline-offset: 0.25em;
    line-height: 1.75 !important;
}

.community_relProducts a:hover > div {
	opacity: 1;
}
.community_desc p {
	color: #555;
	font-weight:300;
	font-size:0.9rem;
	
}

.community_about p {
	font-family: "pretendard", sans-serif !important;
}
.community_about {
	margin:2rem 0;
}
.community_about h1 {
	font-size:clamp(1.75rem, 4vw, 2rem) !important;
	font-weight:600;
	margin:2rem 0;
}
.community_about .about_t {
}
@media screen and (max-width: 1200px) {
	.community_about {
		padding:0;
	}
}




.community_container {
	position:relative;
    display: grid;
    grid-template-columns: 290px 750px;
    max-width: 1209px;
    padding: 0 2rem;
    margin: 3rem auto;
    justify-content: space-between;
}

.community_L {
	position:sticky;
	top:10px;
	display: grid;
	height: fit-content;
	gap: 3rem;
	font-family: "pretendard", sans-serif;
}

.community_L b {
	font-weight: 500;
}

.community_L .community_desc b:not(.mont) {
	display: block;
	font-size: clamp(1rem, 4vw, 1.2rem);
	font-weight: 600;
	margin: 3rem 0 0.5rem;

}

.community_L .viewMore {
	margin: 0.5rem 0 1rem;
}

.community_L button object, .product_price object {
    height: 0.625em;
    transform: rotate(-90deg);
}

@media screen and (max-width: 1200px) {
	.community_container {
	    grid-template-columns: none;
		padding: 0;
		margin:0;
	}
	.community_L {
		position:relative;
		padding:20px;
		gap: 1rem;
	}

	.community_desc {
		display: grid;
		grid: auto / 1fr auto;
		align-items: baseline;
		padding: 0;

	}

	.community_desc img {
		width: auto;
	}

	.community_desc b {
	    grid-area: 2 / 1 / 2 / 2;
		
	}

	.community_desc p {
	    grid-area: 3 / 1 / 3 / 3;
		

	}

	.community_desc a {
	    grid-area: 4;
	}

	.community_desc button {
		width: fit-content;
		gap: 1em;
		grid-area: 2;
		margin-left: auto;
		font-size:0.8rem;
		padding:7px 10px;
		border-radius:5px;
	}

	.friend_container > b {
		border-top: 4px solid var(--grey-3);
		border-bottom: 4px solid var(--grey-3);
		padding: 1rem 1.5rem;
		background: calc(100% - 1.5rem) / 1.25rem url(../img/2023/main/chevron_b.svg) no-repeat;
	}

	.friend_container > div {
		display: none;
	}

	.community_R {
		max-width: 100%;
		margin-top: 2rem;
	}

	.community_comment li p {
		max-width: 85vw;
	}

	.community_contents_container#layout2 .product_wr {
		width: 100%;
		grid-area: 2 / 1 / 2 / 3;
	}

	.community_contents_container#layout2 .product_wr div {
		width: 100%;
	}
}
.menual_btn {
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 12em;
	border: 1px solid var(--grey-3);
	padding: 1em;
	color: var(--grey-8);
	font-weight:bold;
	font-size:0.95rem;
}


.friend_container > b {
    display: block;
    letter-spacing: 0.075em;
    font-weight: 700;
    padding: 1em 0;
}

#friend_numbers {
	color: var(--teal-5);
	font-weight:600;
}
.friend_numbers {
	color: var(--teal-5);
}
.friend_numbers b {
	font-weight:600;
}

.friend_container > div {
	border: 1px solid var(--grey-3);
    background: var(--grey-0);
    padding: 1rem;
    gap: 0.75em;
    display: grid;
    max-height: 14rem;
	overflow-y: auto;
}

.friend_container > div::-webkit-scrollbar {
	width: 2px;
    height: 8px;
    background-color: #fff;
}

.friend_container > div::-webkit-scrollbar-thumb {
	background: #000;
}


.friend_wr {
	display: flex;
    align-items: center;
    gap: 0.5em;
}

.friend_wr div {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    overflow: hidden;
}

.friend_wr b {
	font-weight:bold;
	font-size:0.95rem;
}
@media screen and (max-width: 1200px) {
	.friend_wr b {
		font-size:13px;
		font-weight:bold;
	}
}
.friend_wr span {
    background: var(--amber-5);
    border-radius: 9999px;
    color: var(--wht);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.1em 0.4em;
	letter-spacing:-0.5px;
}

.community_R {
	max-width: 750px;
	min-height: 80vh;
	margin: 0 auto;
}

.community_contents_container > li {
	outline: 1px solid var(--blk);
}

.community_contents_container .product_wr {
	position: relative;
	aspect-ratio: 1.5 / 1;
    overflow: hidden;
}

.community_contents_container .product_wr::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.community_contents_container .product_wr > div {
	border-bottom: 1px solid var(--blk);
}

.community_contents_container#layout2 {
	border-top: 1px solid var(--blk);
}

.community_contents_container#layout2 li {
	display: grid;
    grid-template-columns: 1fr 1fr;
    outline: none;
    border-bottom: 1px solid var(--grey-3);
	padding: 0.375rem 0;
}

.community_contents_container#layout2 .product_wr {
    width: fit-content;
    height: fit-content;
	aspect-ratio: auto;
	grid-area: 2 / 1 / 2 / 2;
}

.community_contents_container#layout2 .product_wr div {
	width: fit-content;
    font-weight: bold;
    border: none;
}

.community_contents_container#layout2 .product_wr > img,
.community_contents_container#layout2 .product_wr::after,
.community_contents_container#layout2 .community_comments_wr,
.community_contents_container#layout2 .comment_wr,
.community_contents_container#layout2 .viewMore {
	display: none;
}

.community_contents_container#layout2 .community_contents_wr {
	grid-area: 1 / 1 / 2 / 3;
    padding: 1rem;
    padding-bottom: 0;
}

.community_contents_container#layout2 .community_contents_wr h1 {
	font-size: clamp(1rem, 4vw, 1.5rem);
	font-weight:500;
}

.community_contents_container#layout2 .community_contents_wr .mt-6 {
	margin: 1rem 0;
}

.community_contents_container#layout2 .product_info img {
    width: 1.5em;
    height: 1.5em;
    flex: 0 0 1.5em;
}
@media screen and (max-width: 1200px) {
}
.comments_numbers {
	display: none;
    gap: 0.25em;
}

.comments_numbers b {
	color: var(--teal-5);
	font-weight: 600;
}

.community_contents_container#layout2 .comments_numbers {
    display: inline-flex;
}

.community_contents_wr p {
	color: var(--grey-7);
	font-weight:300;
	font-size: clamp(13px, 3vw, 15px) !important;
}

.community_contents_wr .quick_sub {
	width: 5rem;
	top: 100%;
    right: 0;
    left: auto;
    transform: none;
	text-align: center;
	display: none;
}

.community_contents_wr .h-fit {
	height: fit-content;
}




.community_about .about_ct {
	font-family:pretendard;
	font-size: clamp(18px, 4vw, 22px);
	letter-spacing:-0.5px;
}
.community_about .about_ct span {
	font-family:SBAggroM !important;
	font-size: clamp(20px, 4vw, 24px);
}
.community_about .about_ct b {
	font-family:pretendard;
	font-weight:700;
}
.community_about .about_c {
	font-family:pretendard;
	font-size: clamp(14px, 4vw, 16px);
	letter-spacing:-0.5px;
}
.community_about .about_c b {
	font-weight:600;
	font-family:pretendard;
}

@media screen and (max-width: 1200px) {
	.community_contents_wr {
		padding:0 1.25rem;
	}
	.community_comments_wr  {
		padding:0;
	}
}
.community_contents_wr h1 {
	font-size: clamp(1rem, 4vw, 1.6rem)  !important;
	font-weight: 600;
	color: var(--blk);
	margin-bottom:5px;
}
.community_contents_wr .view_h1 {
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	font-weight: 500;
	color: var(--blk);
	margin-bottom:10px;
	font-family:pretendard;
	letter-spacing:-0.02rem;
}

.community_contents_wr .h-fit {
	height: fit-content;
}
.community_sub_wr {
	width:750px;
	margin:0 auto;
}
@media screen and (max-width: 1200px) {
	.community_sub_wr {
		width:100%;
		padding:20px;
	}
}
.comments_btn {
	display: flex;
	align-items: center;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--blk);
	font-family:pretendard;
}
@media screen and (max-width: 1200px) {
	.comments_btn {
	font-size: 0.85rem;
	margin-top:10px;
	}
}
/*프렌즈소개*/
.about_line {
	border-bottom:80px #FFDF2C solid;
	margin-top:-60px;
	
}
.community_sub_wr .about_img {
	
}
.community_sub_wr .about_qna {
	background-color:#fff;
}
.community_sub_wr .about_qna .qna_q {
	color:#fff;
	font-size:clamp(16px, 4vw, 18px);
	font-family:SBAggroM;
	padding:10px 20px;
	background-color:#777;
}
.community_sub_wr .about_qna .qna_a p {
	font-family:pretendard;
	color:#999;
	font-size:clamp(12px, 4vw, 14px);
}
.community_sub_wr .about_qna .qna_a .a_bold {
	font-family:SBAggroM !important;
	font-size:clamp(16px, 4vw, 18px);
	color:#000;
}

/*매뉴얼*/
.community_about .manual_label {
	border:1px #000 solid;
	font-weight:600;
	width:170px;
	height:30px;
	border-radius:50px;

}
.community_about .manual_num {
	font-family:SBAggroM;
	color:#FFDF2C;
	font-size:clamp(26px, 4vw, 30px);
	font-family:SBAggroM !important;
	width:55px;
}
.community_about .manual_q {
	font-size:clamp(16px, 4vw, 20px);
	font-weight:700;
	color:#000;
}
.community_about .manual_a {
	font-size:clamp(14px, 4vw, 16px);
	color:#666;
	width:670px;
}
.community_about .manual_link {
	color:#000;
	font-size:clamp(12px, 4vw, 14px);
	font-weight:600;
	text-decoration:underline;
}
.community_about .manual_refer  {
	border:1px #ddd solid;
	color:#999;
	font-size:clamp(12px, 4vw, 14px);
}
@media screen and (max-width: 1200px) {
	.community_about .manual_a {
		width:100%;
	}
}


.community_comment {
	margin-top: 1.25rem;
}

.community_comment li, .comment_wr {
	border-top: 1px solid var(--grey-3);
}

.community_comment li p {
	margin: 0.375rem 0;
	padding: 0 32px;
	color: var(--grey-7);
	font-weight:300;
	font-size: clamp(13px, 3vw, 15px) !important;
	letter-spacing:-0.2px;
}

.community_comment li .viewMore {
	padding: 0 2.5rem;
}
@media screen and (max-width: 1200px) {
	.community_comment li .viewMore {
		display:none;
	}
}

#comment_date {
	color: var(--grey-5);
	font-size:clamp(12px, 4vw, 14px);
}
.comment_date {
	font-size:clamp(12px, 4vw, 14px);
}

.comment_wr {
	display: flex;
	width: 100%;
	justify-content: space-between;

	padding:1rem ;
}
@media screen and (max-width: 1200px) {
.comment_wr {
	display: none;
}
}
.comment_wr > div {
	flex: 1 1 auto;
}

.comment_wr input[type="text"], .comment_wr textarea {
	font-size:1rem ;
	letter-spacing:1px;
}

.comment_wr input[type="text"]:focus, .comment_wr textarea {
	border: none;
	outline: none;
}

.comment_txt {
	overflow: hidden;
    text-overflow: ellipsis;
	letter-spacing:1px;
}
@media screen and (max-width: 1200px) {
	.product_info div {
		font-size:0.9rem;
	}
	.product_info {
		padding:0.4rem;
	}
}
