﻿@charset "utf-8";
@import "loading.css";

/*pc 인 경우만 채팅창 상단 스크롤시 margin-top 변경*/
:root {
	--tip: -40px;
	--radius: 24px;
	--pined: 80px;
	--banner-height: 36px;
	--blur: rgba(247, 248, 250, 0.95);
}

html, body,
#header,
.main {
	font-family: "Pretendard Variable", Pretendard, 'Noto Sans KR', NotoSansKR, 'NotoSansKR', NEXONLv2Gothic, 'NEXONLv2Gothic', NEXONLv1Gothic, 'NEXONLv1Gothic', sans-serif;
	min-width: var(--minWidth);
}

body {
	overflow: auto;
}

	body.no-scroll {
		position: fixed;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

/* 채팅창 */
.chat__container {
	position: relative;
	width: 100%;
	height: 100%;
	background: var(--grey02);
}

	.chat__container .chat-room {
		/*60px - 헤더 gnb 높이 */
		position: relative;
		height: calc(var(--vh) - var(--input-height) - var(--display-height) - var(--banner-height) - 16px - 64px);
		padding: 0 6px var(--chat-bottom) 16px;
		overflow-y: scroll;
		overflow-x: hidden;
		box-sizing: content-box;
		transition: height 0.3s;
	}

.isIos .chat__container .chat-room {
	padding: 0 14px var(--chat-bottom) 16px;
}

.chat__container .chat-room.no-scroll {
	overflow: hidden;
}

.chat-room section:last-child {
	padding-bottom: 20px;
}

.contents__visual-area.pined + .chat__container .chat-room {
	position: relative;
	height: calc(var(--vh) - var(--input-height) - var(--display-height) - var(--banner-height) - var(--pined) - 14px);
}

.not-allowed {
	cursor: not-allowed;
}

	.not-allowed > * {
		pointer-events: none !important;
		user-select: none !important;
	}

	.not-allowed + .chat__date-info {
		padding: 50px 0 16px;
	}
/* 채팅 날짜 */
.chat__date-info {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 6px;
	align-items: center;
	padding: 0 0 16px;
}

	.chat__date-info._title {
		padding: 20px 0 16px;
	}

	.chat__date-info._divider {
		padding: 0 0 16px;
	}

	.chat__date-info .date {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 24px;
		padding: 0 12px;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.5px;
		text-align: center;
		box-sizing: border-box;
		color: var(--text_secondary);
		background-color: var(--grey02);
	}

/* 채팅영역 이전내역 버튼 -- */
.btn__history {
	z-index: 3;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 16px;
	padding: 0 8px;
	box-sizing: border-box;
	color: var(--text_secondary);
	background-color: var(--grey02);
	transition: all 0.3s;
}

.chat__date-info:after {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin-top: 2px;
	width: 100%;
	content: '';
	height: 1px;
	background-color: #D2D6E0;
}

.chat__date-info._divider .date {
	padding: 0 6px 0 12px;
}

.btn__history.isLoading:after {
	display: block;
}

.btn__history .btn_area {
	z-index: 3;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: auto;
	height: 18px;
	padding: 0 10px 0 6px;
	color: var(--text_secondary);
	box-sizing: border-box;
	background-color: var(--grey02);
}

	.btn__history .btn_area > span {
		padding-left: 6px;
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
		letter-spacing: -0.26px;
	}

	.btn__history .btn_area:before {
		content: '';
		width: 1px;
		height: 50%;
		margin-left: -6px;
		background: #D2D6E0;
	}

.btn__history i.icon-arrow_top {
	padding-left: 4px;
	transform: rotateX(0);
	transition: transform 0.3s linear;
}

	.btn__history i.icon-arrow_top:before {
		width: 12px;
		height: 12px;
		margin: 0 !important;
	}

.btn__history .btn_area:hover {
	color: var(--primary01);
}

.btn__history.isLoading .btn_area i.icon-arrow_top {
	margin-top: -2px;
	transform: rotateX(180deg);
}
/* 채팅영역 이전내역 버튼 -- */
.btn__chat {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.btn__chat:hover .icon-sender,
	.btn__chat.active .icon-sender {
		color: var(--primary02);
	}

.icon-sender {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
}

	.icon-sender:before {
		margin: 0;
		padding: 0;
	}
/* ./ snb */
.main__wrapper {
	display: flex;
	min-height: 100%;
	background-color: var(--primary04);
	overflow: hidden;
}

	.main__wrapper * {
		/*font-family: NotoSansKR, 'NotoSansKR', 'Noto Sans KR', NEXONLv2Gothic, 'NEXONLv2Gothic', sans-serif;*/
		font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	}

#LayerWrap {
	display: none;
	opacity: 0;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #000;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.3s;
}
/* 상단 고정 헤더 + 컨텐츠 영역 */
#header + .main__wrapper {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
}

main {
	position: relative;
	width: calc(var(--content-width) + var(--quickWidth) + 16px);
	height: 100%;
	margin: 0 auto;
	transition: all 0.1s;
}

.main-contents {
	position: relative;
	width: var(--content-width);
	height: calc(100% - 16px);
	overflow: hidden;
	contain: content;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	transform: rotate(0);
}

.contents__visual-area {
	position: relative;
	z-index: var(--z-display);
	width: 100%;
	height: var(--display-height);
	padding: 34px 28px 0;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	background: var(--titleBG) url(../image/main/img__visual-02.png) calc(100% - 34px) 100% no-repeat;
	background-size: 220px 200px;
	transition: background-size 0.3s;
}

.contents__title {
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px; /* 123.529% */
	letter-spacing: -1.02px;
	text-align: left;
	color: #fff;
	transition: all 0.3s;
}

	.contents__title > strong,
	.contents__title > .breaker {
		display: block;
		font-weight: bold;
		margin-right: 5px;
	}

.prime_user {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

	.prime_user > .keyword {
		width: auto;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: var(--primeColor);
		font-weight: 700;
		padding-right: 5px;
	}

.contents__title .keyword {
	color: inherit;
}

.contents__title.isPrime .keyword {
	color: var(--primeColor);
}

.contents__desc {
	display: block;
	padding-top: 14px;
	max-width: calc(100% - 222px);
	max-height: 39px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.35px;
	text-align: left;
	color: #fff;
	opacity: 0.7;
	transition: all 0.3s;
}

	.contents__desc > a {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 150% */
		letter-spacing: -0.35px;
		text-decoration-line: underline;
		color: #fff;
		opacity: 1;
	}

.dimmed_img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: var(--content-width);
	height: 80px;
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
	background: url("../image/main/dim.png");
}

.contents__visual-area.pined {
	--display-height: 80px;
	position: sticky;
	z-index: 111;
	padding: 16px 23px 0;
	opacity: 0.95;
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);
	background-size: 88px 80px;
	transition: all 0.3s;
}

	.contents__visual-area.pined .contents__title {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: -0.48px;
	}

		.contents__visual-area.pined .contents__title strong {
			display: inline-block;
		}

		.contents__visual-area.pined .contents__title.isPrime {
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

	.contents__visual-area.pined .icon__prime {
		width: 16px;
		height: 16px;
		background: url("../image/main/logo__prime-small.png") 50% 50% no-repeat;
	}

	.contents__visual-area.pined .contents__desc {
		padding-top: 0;
		opacity: 0.7;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.57;
		letter-spacing: -0.48px;
		text-align: left;
		color: #fff;
	}

		.contents__visual-area.pined .contents__desc > a {
			font-size: 14px;
			line-height: 1.57;
			letter-spacing: -0.48px;
		}
/*./ 채팅 상단바 스크롤 애니메이션 */

.btn__show-more {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 11;
	width: 50px;
	height: 24px;
	margin-left: -25px;
	text-align: center;
}

.feedback-menu {
	position: relative;
	flex: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 12px;
	margin-top: -4px;
	gap: 8px;
}

.toast._center_bottom {
	bottom: 100px;
	right: 0;
	left: 0;
	margin: 0 auto;
	min-width: 230px;
}

.btn__feedback {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	border-radius: 18px;
	border: 1px solid var(--grey01);
}

	.btn__feedback i {
		font-size: 20px;
		line-height: 0.7;
		margin-bottom: 1px;
		color: var(--text_secondary);
		transition: color 0.3s;
	}

		.btn__feedback i.icon-good {
			/* 아래로 쳐져보이는 이슈 */
			margin-bottom: 2px;
		}

	.btn__feedback:hover,
	.btn__feedback.active {
		color: var(--primary01);
		border-color: var(--primary01);
	}

		.btn__feedback:hover i,
		.btn__feedback.active i {
			color: var(--primary01);
		}


.notice__alert {
	position: absolute;
	left: 16px;
	right: auto;
	z-index: var(--z-notice);
}

	.notice__alert.alert-text {
		display: none;
		justify-content: flex-start;
		align-items: center;
		min-width: 295px;
		height: 26px;
		padding: 0 10px;
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		letter-spacing: -0.5px;
		text-align: left;
		background-color: #fff;
		color: var(--primary01);
		border-radius: 6px;
		border: 1px solid var(--primary01);
	}

.alert-text > .icon__alert {
	margin-right: 5px;
}

.notice__alert.show {
	display: flex;
	opacity: 1;
}


/*  2024 ui 개편 - */
.notice__btn {
	/* 2025 개편 항목 플루팅 버튼 제거 */
	display: none !important;
	position: fixed;
	left: auto;
	right: 16px;
	bottom: calc(var(--input-height) + 10px);
	z-index: var(--z-header);
	transition: all 0.13s ease-in-out;
}

	.notice__btn .ico-btn {
		width: 36px;
		height: 36px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 8px;
		margin-bottom: 6px;
		border-radius: 50px;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
		color: #fff;
		transition: all 0.3s;
	}

		.notice__btn .ico-btn.btn__category .icon__category {
			width: 20px;
			height: 20px;
			background: url("../image/main/icon__category.svg") no-repeat;
			background-size: contain;
		}

		.notice__btn .ico-btn.btn__category:hover .icon__category,
		.notice__btn .ico-btn.btn__category:active .icon__category {
			width: 20px;
			height: 20px;
			background: url("../image/main/icon__category_w@2x.png") no-repeat;
			background-size: contain;
		}

.btn__write {
	background-color: var(--text_primary);
}

.btn__category,
.btn__bridge {
	background-color: var(--grey00);
}

	.btn__bridge .icon-bridge {
		color: var(--text_primary);
	}

	.btn__bridge:hover .icon-bridge {
		color: var(--grey00)
	}

.notice__btn .ico-btn:hover {
	background-color: var(--primary01);
}

/* ### banner */
.banner__area {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: var(--z-banner);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--bannerColor);
}

	.banner__area.active {
		display: block;
	}

	.banner__area .banner {
		position: relative;
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		padding: 0 16px 0 28px;
		height: var(--banner-height);
		flex: none;
		align-self: stretch;
		color: #fff;
		flex-grow: 0;
		z-index: 999;
		transition: all 0.3s;
		cursor: pointer;
	}

		.banner__area .banner[data-banner-id="0"] {
			background: rgba(0,0,0,0.2);
		}

			.banner__area .banner[data-banner-id="0"]:hover {
				background: rgba(0,0,0,0.3);
			}

		.banner__area .banner[data-banner-id="1"] {
			background: var(--grey24);
		}

			.banner__area .banner[data-banner-id="1"]:hover {
				background: var(--grey22);
			}


.btn__more {
	/* display: inline-block; */
	display: none;
	position: absolute;
	/*right: 16px;*/
	right: 0;
	top: 2px;
	width: 32px;
	height: 32px;
	padding: 8px;
	background: url("../image/main/icon__arrow-r.svg") 50% 50% no-repeat;
	background-size: contain;
	box-sizing: border-box;
	transition: background 0.4s;
}

.banner__area .banner[data-banner-id="0"] .btn__more:hover {
	background: rgba(0, 0, 0, 0.15) url("../image/main/icon__arrow-r.svg") 0 0 no-repeat;
	border-radius: 6px;
}

.banner__area .banner .banner__content {
	display: flex;
	align-items: center;
	flex-grow: 1;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

	.banner__area .banner .banner__content > strong {
		position: relative;
		display: block;
		font-weight: 700;
		padding-right: 11px;
	}

		.banner__area .banner .banner__content > strong:after {
			display: inline-block;
			content: '';
			width: 1px;
			height: 10px;
			margin-left: 7px;
			background: rgba(255,255,255,0.2);
		}

	.banner__area .banner .banner__content > span {
		max-width: calc(100vw - 100px);
		display: block;
		max-height: 22px;
		letter-spacing: -0.3px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.banner__area .btn__close {
	width: 24px;
	height: 24px;
	opacity: 0.2;
	transition: opacity 0.3s;
}

	.banner__area .btn__close:hover,
	.banner__area .btn__close:active {
		opacity: 1;
	}

.banner__area .keyword2 {
	font-weight: 700;
	text-decoration: underline;
	margin-left: 3px;
	color: var(--grey00);
}

.chat-input__area .input__wrapper {
	position: static;
	z-index: 6;
	width: 100%;
	height: 48px;
	align-self: stretch;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/*padding: 0 16px;*/
	padding: 0 0 0 16px;
	border-radius: 10px;
	border-top: solid 1px var(--border01);
	background-color: var(--grey03);
}

.chat-input__area .chat__input {
	width: calc(100% - 40px);
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.48px;
	font-stretch: normal;
	text-align: left;
	color: var(--text_primary);
}

.chat-input__area .input__wrapper.__focused .chat__input {
	width: calc(100% - 80px);
}

/* 하단 고정! - chat input 영역 */
.chat-input__area {
	position: fixed;
	padding: 10px 16px;
	border: 1px solid var(--grey01);
	width: 100%;
	/*top: 100%;*/
	bottom: 0;
	left: 0;
	z-index: var(--z-chatInput);
	display: block;
	--margin-top-nested: calc(var(--input-height) * -1);
	margin-top: calc(var(--margin-top-nested) + 2px);
	animation: slide-in-fwd-up-show-chatinput 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-webkit-animation: slide-in-fwd-up-show-chatinput 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	background: var(--grey00);
	box-sizing: border-box;
}

@-webkit-keyframes slide-in-fwd-up-show-chatinput {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-fwd-up-show-chatinput {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* 추천 검색어 */
.recommend__tags {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	overflow: hidden;
}

	.recommend__tags.active {
		display: flex;
		height: auto;
		max-height: 98px; /* 640 이상- 2줄 / 639 이하 - 3줄 */
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 4px 0 0;
		padding: 12px 16px;
		border: solid 1px var(--grey01);
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		background-color: var(--grey00);
		box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.05);
	}

	.recommend__tags ul {
		display: none;
	}
	/* 640 이상- 2줄 / 639 이하 - 3줄 */
	.recommend__tags.active ul {
		display: flex;
		height: auto;
		max-height: 100%;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		column-gap: 6px;
		row-gap: 7px;
		overflow: hidden;
	}

	.recommend__tags li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 36px;
		padding: 7px 12px 7px 10px;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.2;
		letter-spacing: -0.48px;
		border-radius: 10px;
		cursor: pointer;
		background-color: var(--grey19);
	}

		.recommend__tags li:hover {
			background: var(--grey25);
		}

		.recommend__tags li > i {
			margin-right: 2px;
			width: 18px;
			height: 18px;
		}

		.recommend__tags li.hashtag {
			padding-left: 30px;
			background: var(--grey19) url("../image/main/icon__hash.svg") 10px 50% no-repeat;
			background-size: 16px auto;
		}

			.recommend__tags li.hashtag:hover {
				background: var(--grey25) url("../image/main/icon__hash.svg") 10px 50% no-repeat;
				background-size: 16px auto;
			}
		/* 카테고리별 도움말 */
		.recommend__tags li.pinned_tag:hover {
			background: var(--grey25);
		}

		.recommend__tags li .icon__category {
			background: url(../image/main/icon__category_g@2x.png) 0 0 no-repeat;
			background-size: contain;
		}

/*./ 채팅창 */

/* ##  채팅 비활성화 */
.disable__wrap {
	display: none;
}

.chat-input__area.__disabled {
	/* global style override */
	opacity: 1;
}

	.chat-input__area.__disabled .disable__wrap {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		width: 100%;
		height: 100%;
		z-index: calc(var(--z-chatInput) + 1);
		background: rgba(24, 25, 28, 0.2);
	}

	.chat-input__area.__disabled .input__wrapper {
		background: rgba(24, 25, 28, 0.1);
	}

		.chat-input__area.__disabled .recommend__tags,
		.chat-input__area.__disabled .input__wrapper > * {
			display: none;
		}

.disable__wrap > * {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.48px;
	color: var(--text_disabled)
}

.disable__wrap .icon__lock {
	height: 22px;
	background-position-y: 0;
}

.disable__wrap .btn__link {
	margin-left: 16px;
	color: var(--primary02);
	text-decoration: underline;
}
/* ##  ./ 채팅 비활성화 */
/* ------------------------------------------------------------------------------------------------------------------ */

/* gnb.css 로 이동 - 25.05.28 */
/*!* ##  반응형 퀵메뉴 걸리는 훅 추가 *!*/
/*@media screen and (max-width: 1165px) {*/
/*	:root {*/
/*		--quickWidth: 72px;*/
/*		--gradation-gap: 0;*/
/*	}*/
/*	aside .quickMenu {*/
/*		width: 72px;*/
/*		overflow: hidden;*/

/*	}*/
/*	aside .quickMenu li{*/
/*		display: flex;*/
/*		flex-direction: column;*/
/*		justify-content: center;*/
/*		word-break: keep-all;*/
/*		text-align: center;*/
/*		padding: 7px 0;*/
/*		min-height: 68px;*/
/*	}*/
/*	aside .quickMenu li > span,*/
/*	aside .quickMenu li > a {*/
/*		padding: 0 6px;*/
/*	}*/
/*	.quickMenu li i[class^="icon__"] {*/
/*		margin-right: 0;*/
/*	}*/
/*}*/

/*- 1080px~ */
@media screen and (min-width: 1080px) {
	.dimmed_img.pined {
		display: block;
		--gradation-gap: 40px;
	}
	/* 채팅창 영역 스냅 애니메이션 - 높이값 : PC */
	.contents__visual-area.pined + .chat__container {
		--display-height: 80px;
		margin-top: var(--tip);
		height: 100%;
		top: 40px;
	}
}

/*- 640 ~ 1079px*/
@media screen and (max-width: 1079px) {
	:root {
		--display-height: 172px;
		--tip: 0;
		--radius: 0;
		--input-height: 70px;
	}

	.dimmed_img {
		display: none;
		width: 0;
	}

	.main,
	.main-contents {
		width: 100%;
		height: 100%;
		border-radius: 0;
		margin: 0 auto;
	}
	/* snb > quickMenu */
	aside {
		position: absolute;
		top: 0;
		right: calc(var(--content-width) * -1);
		display: none;
	}

	.chat__container {
		height: 100%;
	}
	/* ./ snb */
	.feedback-menu {
		width: 86px;
	}

	.contents__visual-area {
		height: var(--display-height);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		background: var(--titleBG) url(../image/main/img__visual-02.png) calc(100% - 34px) 100% no-repeat;
		background-size: 176px 160px;
		transition: all 0.3s;
	}

		/* 채팅창 영역 스냅 애니메이션 - 높이값 */
		.contents__visual-area.pined + .chat__container {
			--display-height: 0;
		}

		.contents__visual-area.pined {
			position: static;
			height: 0;
			padding: 0 16px;
			background-size: 0;
		}

	.chat__container .chat-room {
		margin-top: var(--tip);
		/*height: calc(var(--vh) - var(--input-height) - var(--display-height) - var(--banner-height) - 16px - 64px);*/
	}

	.contents__visual-area.pined + .chat__container .chat-room {
		height: calc(var(--vh) - var(--banner-height) - var(--input-height) - var(--pined) );
	}

	.contents__title {
		font-size: 28px;
		line-height: 1.36;
		letter-spacing: -0.98px;
		text-align: left;
		font-family: NotoSansKR, NEXONLv2Gothic, 'NEXONLv2Gothic', sans-serif;
	}

	.contents__desc {
		padding-top: 6px;
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: -0.48px;
	}

	.chat__date-info .date {
		line-height: 1.8;
		letter-spacing: -0.11px;
		text-align: center;
	}
}

/* 타블렛 */
@media screen and (max-width: 768px) {
	.recommend__tags.active ul {
		row-gap: 8px;
	}

	.contents__visual-area {
		padding: 20px 28px 0;
	}
}
/*- 모바일 */
@media screen and (max-width: 639px) {
	/* variables */
	:root {
		--display-height: 116px;
		--input-height: 62px;
		--vh: 100vh;
		--chat-bottom: 16px;
		--pined: 48px;
	}
	/*./ variables */
	html, body,
	#header,
	.main {
		min-width: var(--minWidth);
	}

	.main {
		height: 100%;
		width: 100%;
	}

	.main-contents {
		min-width: var(--minWidth);
		max-width: 100vw;
		width: 100%;
		height: 100%;
	}

	.feedback-menu {
		width: 36px;
	}

	.btn__feedback {
		width: 28px;
		height: 28px;
	}
	/* ## chat__container*/
	.chat__container {
		height: 100%;
		overflow: hidden;
	}

		.chat__container .chat-room {
			padding: 0 2px var(--chat-bottom) 8px;
			height: calc(var(--vh) - var(--input-height) - var(--display-height) - var(--banner-height) - 60px);
		}

	.contents__visual-area.pined + .chat__container {
		--display-height: 0;
	}

		.contents__visual-area.pined + .chat__container .chat-room {
			height: calc(var(--vh) - var(--header-height) - var(--banner-height) - 24px - var(--pined));
		}

	.notice__alert, .notice__btn {
		bottom: var(--input-height);
	}

	.contents__visual-area {
		position: static;
		margin-top: 0;
		padding: 16px 16px 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		background-size: 0;
		transition: all 0.3s;
	}

	.feedback-menu {
		padding-left: 8px;
	}

	.contents__title {
		font-size: 18px;
		line-height: 1.56;
		letter-spacing: -0.54px;
		opacity: 1;
	}

	.contents__visual-area.pined .contents__title strong {
		display: block;
	}

	.contents__desc {
		max-width: 100%;
		padding-top: 5px;
		font-size: 13px !important;
		line-height: 1.5;
		letter-spacing: -0.5px;
		opacity: 0.7;
	}

		.contents__desc > a {
			font-size: 13px !important;
			line-height: 1.5;
			letter-spacing: -0.5px;
		}

	.contents__visual-area.pined .contents__title,
	.contents__visual-area.pined .contents__desc {
		opacity: 0.4;
	}

	.alert-text,
	.btn__write .text {
		display: none;
		opacity: 0;
		transition: opacity 0.3s;
	}

	.btn__write {
		width: 47px;
	}

	.chat-input__area .input__wrapper {
		height: 40px;
		padding: 0 0 0 10px;
	}

	.chat-input__area .chat__input,
	.chat-input__area .chat__input::placeholder {
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		outline: none;
		letter-spacing: -0.48px;
		background-color: var(--grey03);
	}

	.chat-input__area .input__wrapper.__focused .chat__input {
		width: calc(100% - 80px);
	}

	.chat-input__area .chat__input {
		width: 100%;
		height: auto;
	}

		.chat-input__area .chat__input,
		.chat-input__area .chat__input::placeholder {
			font-size: 14px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			letter-spacing: -0.48px;
		}

	.recommend__tags.active {
		padding: 10px 16px 0;
		max-height: 132px;
		overflow: hidden;
	}

		.recommend__tags.active ul {
			row-gap: 2px;
		}

	.recommend__tags li {
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: -0.5px;
		background: transparent;
	}

		.recommend__tags li.hashtag {
			background: transparent url("../image/main/icon__hash.svg") 10px 50% no-repeat;
		}

			.recommend__tags li.hashtag:hover {
				color: var(--primary07);
				background: transparent url("../image/main/icon__hash_active@2x.png") 10px 50% no-repeat;
				background-size: 18px auto;
			}

		.recommend__tags li.recommended {
			margin-bottom: 10px;
		}

		.recommend__tags li.recommended,
		.recommend__tags li.pinned_tag {
			background: var(--grey19);
		}

			.recommend__tags li.recommended:hover,
			.recommend__tags li.pinned_tag:hover {
				color: var(--text);
			}

			.recommend__tags li.pinned_tag > em {
				display: none;
			}
			/*	 모바일 사이즈 추천 검색어 느낌표 제거 */
			.recommend__tags li.recommended i {
				display: none;
			}

	.chat-input__area.__disabled .disable__wrap .disable__comment {
		display: none;
	}

	.disable__wrap .btn__link {
		margin-left: 4px;
	}

	.disable__wrap .icon__lock {
		width: 18px;
		height: 22px;
		background: url("../image/main/icon__lock-b.png") 0 50% no-repeat;
		background-size: contain;
	}

	.banner__area .banner {
		height: auto;
		min-height: var(--banner-height);
		padding: 0 16px;
	}

		.banner__area .banner .icon__warning {
			display: none;
		}

		.banner__area .banner .banner__content {
			width: 100%;
			height: auto;
			padding: 0 11px 0 0;
			font-size: 13px;
			font-style: normal;
			font-weight: 500;
			letter-spacing: -0.26px;
		}

	.btn__more {
		right: 0;
		/*top: 4px;*/
	}

	.banner__area .keyword2 {
		margin-left: 0;
		color: var(--grey00);
	}

	.btn__chat {
		width: 36px;
		height: 36px;
	}

	.icon-sender {
		font-size: 20px;
	}

	.toast._center_bottom {
		bottom: 68px;
	}
}

@media screen and (max-width: 800px) and (max-height: 450px) {
	.alert__contents {
		gap: 16px;
	}

		.alert__contents dt img {
			width: 76px;
			height: 76px;
			object-fit: contain;
		}

		.alert__contents .cont-desc {
			font-size: 14px;
		}
}

@media screen and (max-width: 400px) {
	.contents__visual-area.pined + .chat__container .chat-room {
		height: calc(var(--vh) - var(--header-height) - var(--banner-height) - 32px - var(--pined));
	}
}
/* login */
.main__wrapper[data-user="0"] .contents__visual-area[data-login="0"],
.main__wrapper[data-user="1"] .contents__visual-area[data-login="1"],
.main__wrapper[data-user="2"] .contents__visual-area[data-login="2"] {
	display: block;
}

.main__wrapper[data-user="0"] .contents__visual-area[data-login="1"],
.main__wrapper[data-user="0"] .contents__visual-area[data-login="2"],
.main__wrapper[data-user="1"] .contents__visual-area[data-login="0"],
.main__wrapper[data-user="1"] .contents__visual-area[data-login="2"],
.main__wrapper[data-user="2"] .contents__visual-area[data-login="0"],
.main__wrapper[data-user="2"] .contents__visual-area[data-login="1"] {
	display: none;
}
