.single-notice .wrapper {
	max-width: 1542px;
	width: 100%;
	padding: 100px 20px 200px 20px;
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.single-notice .fixed-section {
}

.single-notice .title {
	font-size: 27px;
	line-height: 42px;
	font-weight: bold;
	color: #111;
}

.single-notice .link-area {
	margin-top: 30px;
}

.single-notice .link-area a {
	display: inline-block;
	width: 200px;
	height: 50px;
	font-weight: 500;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	color: #111;
	border-radius: 200px;
}

.single-notice .link-area .openchat {
	background-color: #fbe54d;
}

.single-notice .link-area .openchat img {
	position: relative;
	top: -3px;
	width: 24px;
	height: auto;
	margin-right: 5px;
}

.single-notice .link-area .oneon {
	background-color: #f5f5f5;
	margin-left: 10px;
}

.single-notice .link-area .oneon img {
	position: relative;
	top: -3px;
	width: 20px;
	height: auto;
	margin-right: 5px;
}

/* Tab */
.single-notice .tab-wrapper ul {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	border-bottom: 1px solid #111;
	padding-bottom: 20px;
}

.single-notice .tab-wrapper .tab {
	float: left;
	margin-right: 30px;
}

.single-notice .tab-wrapper .tab a {
	color: #9a9a9e;
}

.single-notice .tab-wrapper .tab img {
	position: relative;
	left: 7px;
	bottom: 3px;
}

.single-notice .tab-wrapper .tab.active a {
	color: #111;
}

.single-notice .tab-wrapper .tab a:hover {
	color: #333;
}

/* 팝업 스타일 */
.single-notice .popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.single-notice .popup.active {
	display: flex;
}

/* Wrapper */
.single-notice .notice-wrapper {
	width: 100%;
	height: auto;
}

/* Top Section */

.single-notice .top-section {
	margin-bottom: 60px;
}

.single-notice .section {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
}

/* Title */
.single-notice .notice-wrapper .title {
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	color: #111;
}

/* Date */
.single-notice .date {
	font-size: 15px;
	line-height: 22px;
	color: #9a9a9e;
}

/* Content */
.single-notice .content {
	font-size: 15px;
	line-height: 26px;
	color: #111;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 30px 0;
	margin-bottom: 30px;
}

.single-notice .content img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.single-notice .wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.single-notice .top-section {
		margin-bottom: 40px;
	}

	.single-notice .title {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 30px;
	}

	.single-notice .notice-wrapper .title {
		font-size: 16px;
		margin: 0;
	}

	.single-notice .link-area {
		display: flex;
		justify-content: space-between;
	}

	.link-area .openchat,
	.single-notice .link-area .oneon {
		transform: scale(0.95, 0.95);
	}

	.single-notice .tab-wrapper ul {
		font-size: 17px;
		line-height: 20px;
		padding-bottom: 12px;
	}

	.single-notice .tab-wrapper .tab {
		margin-right: 16px;
		font-size: 17px;
	}

	.single-notice .tab-wrapper ul {
		font-size: 18px;
	}

	.single-notice .notice-wrapper {
		/* padding: 0 20px; */
	}

	/* Top Section */
	.single-notice .section {
		padding: 24px 0;
	}

	/* Title */
	.single-notice .notice-wrapper .title {
		font-size: 16px;
	}

	/* Date */
	.single-notice .date {
		font-size: 13px;
	}

	/* Content */
	.single-notice .content {
		font-size: 16px;
		line-height: 1.75;
		padding: 20px 0;
	}
}
