body {
	visibility: hidden;
	position: relative;
}

body > .pop-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
}

header .help {
	position: absolute;
	right: 40px;
	top: 40px;
	background: none;
	width: 54px;
	height: 54px;
	border: none;
	padding: 0;
}
.header-content .title {
	left: 138px;
	top: 110px;
	position: absolute;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.header-content .title > span {
	font-size: 30px;
	color: #000;
	font-family: 'Cafe24Ssurround';
}
.header-content .title h1 {
	font-size: 90px;
	color: #000;
	font-family: 'Cafe24Ssurround';
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: -5px;
	margin-left: 10px;
}
.header-content .title h1 span {
	color: #fff;
	width: 161px;
	height: 99px;
	font-size: 63px;
	margin-left: 10px;
	padding-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../../img/2/society/title_bg.png') no-repeat center center / cover;
}
.header-content .menu {
	position: absolute;
	right: 160px;
	top: 114px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-content .menu button {
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 26px;
}
.header-content .menu button.btn-menu1 {
	width: 197px;
	height: 84px;
	background: url('../../img/2/society/btn_bg.png') no-repeat center center / cover;
}
.header-content .menu button.btn-menu2 {
	width: 231px;
	height: 84px;
	background: url('../../img/2/society/btn_bg2.png') no-repeat center center / cover;
}
.header-content .menu button.btn-menu3 {
	width: 231px;
	height: 84px;
	background: url('../../img/2/society/btn_bg3.png') no-repeat center center / cover;
}

.character {
	position: absolute;
	left: 50px;
	bottom: 70px;
	background: url('../../img/2/society/ch1.png') no-repeat center top / cover;
	width: 185px;
	height: 284px;
	z-index: 20;
}
.character2 {
	position: absolute;
	left: 716px;
	top: 203px;
	background: url('../../img/2/society/ch2.png') no-repeat center center / cover;
	width: 132px;
	height: 79px;
	z-index: 10;
}
.character2_1 {
	position: absolute;
	left: 716px;
	top: 267px;
	background: url('../../img/2/society/ch2_2.png') no-repeat center center / cover;
	width: 114px;
	height: 26px;
	z-index: 11;
}

main {
	display: flex;
	position: absolute;
	left: 172px;
	top: 244px;
	justify-content: flex-start;
	align-items: flex-start;
}

.sidebar {
	width: 519px;
	height: 716px;
	background: url('../../img/2/society/bg_box.png') no-repeat center center;
	padding: 67px 0px 0px;
	box-sizing: border-box;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.menu-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 372px;
	height: 201px;

	background: url('../../img/2/society/bubble1.png') no-repeat center top;
}
.menu-item2 {
	background: url('../../img/2/society/bubble2.png') no-repeat center top;
}
.menu-item3 {
	background: url('../../img/2/society/bubble3.png') no-repeat center top;
}
.menu-item1.active {
	background: url('../../img/2/society/bubble1_on.png') no-repeat center -6px;
}
.menu-item2.active {
	background: url('../../img/2/society/bubble2_on.png') no-repeat center -7px;
}
.menu-item3.active {
	background: url('../../img/2/society/bubble3_on.png') no-repeat center -6px;
}
.menu-item .text {
	/* padding-top: 50px; */
	padding-top: 48px;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	line-height: 1.2;
}

.content {
	width: 1270px;
	height: 699px;
	background: url('../../img/2/society/bg_box2.png') no-repeat left top;
	position: relative;
	left: -130px;
	top: 17px;
	padding-left: 130px;
	padding-top: 54px;
	padding-right: 35px;
	box-sizing: border-box;
}

.lesson-header {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 88px;
	top: 20px;
	font-family: 'Cafe24Ssurround';
	gap: 8px;
}
.lesson-header span {
	width: 88px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 16px 16px;
	font-size: 18px;
	font-family: 'Cafe24Ssurround';
}
.lesson-header .e-book {
	color: #1d6600;
	/* background: #e3f4c3; */
	background: url(../../img/2/society/ebook_bg.png) no-repeat center / contain;
}
.lesson-header .pc {
	color: #ca5e15;
	/* background: #ffeccd; */
	background: url(../../img/2/society/lesson_bg.png) no-repeat center / contain;
}

.lesson-wrap {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 1077px;
	height: 592px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 4px;
	padding-right: 12px;
	padding-bottom: 24px;
	display: none;
}
.lesson-title {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 25px;
	font-family: 'Noto Sans KR';
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.lesson-title > .text {
	font-size: 28px;
	font-family: 'Jalnan';
}

.lesson-title:first-of-type {
	margin-top: 0;
}

.lesson-title img {
	margin-right: 10px;
}
.lesson {
	width: 1025px;
	/* min-height: 60px; */
	padding: 8px 20px 8px 12px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	border-radius: 30px;
	box-sizing: border-box;
	margin-left: 27px;
}

.lesson-head {
	font-weight: bold;
	color: #eb6339;
	border: 2px solid #eb6339;
	font-size: 20px;
	width: 112px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 19px;
	background: #fff;
	font-family: 'Cafe24Ssurround';
}

.lesson-body {
	font-size: 28px;
	flex: 1;
	line-height: 1.5;
	font-family: 'Noto Sans KR';
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 20px;
}
.lesson-body span {
	display: inline;
	max-width: calc(100% - 120px);
	letter-spacing: -0.07em;
	word-break: keep-all;
}
.lesson-body::after {
	content: '';
	display: block;
	flex-grow: 1;
	background: url('../../img/2/society/bar.png') repeat right top;
	/* width: 100%; */
	height: 2px;
}
.lesson-body.more300::after {
	width: 300px;
}
.lesson-body.more460::after {
	width: 460px;
}
.lesson-body.more368::after {
	width: 368px;
}
.lesson-body.more205::after {
	width: 205px;
}
.lesson-body.more256::after {
	width: 256px;
}
.lesson-body.more185::after {
	width: 185px;
}
.lesson-body.more150::after {
	width: 150px;
}

.lesson-foot {
	/* width: 230px; */
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
}
.lesson-foot a {
	width: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
}
.lesson.active {
	background: #fff9c6;
}
.lesson.active .lesson-head {
	background-color: #eb6339;
	color: #fff;
}

footer {
	position: absolute;
	right: 160px;
	bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1070px;
}
.footer-content {
}
.footer-content-left {
	background: #d45027;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 7px 7px 20px;
	height: 60px;
	border-radius: 30px;
	box-sizing: border-box;
	gap: 10px;
	width: 351px;
	height: 44px;
	box-shadow: 0px 3px 0px #af4524;
}
.footer-content .btn-progress {
	font-family: 'Noto Sans KR';
	font-weight: 700;
	font-size: 22px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.footer-content .btn-progress em {
	color: #000;
	width: 66px;
	height: 34px;
	border-radius: 10px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-content button {
	border: none;
	cursor: pointer;
	background: none;
	height: 32px;
}
.footer-content .e-book-icon {
	font-size: 22px;
	color: #ffffff;
	font-family: 'Cafe24Ssurround';
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 700;
	line-height: 35px;
}
.btn-go {
	margin: 0;
	padding: 0;
}

.footer-content-right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	top: 0;
}

.footer-content-right button {
	width: 149px;
	height: 47px;
	border-radius: 23px;
	background: url('../../img/2/society/btn_bottom_bg.png') no-repeat left top;
	box-sizing: border-box;
	padding: 0;
	gap: 10px;
	font-size: 22px;
	color: #fff;
	font-family: 'Cafe24Ssurround';
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 46px;
	vertical-align: top;
}
.footer-content-right button img {
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.lesson-wrap::-webkit-scrollbar {
	width: 16px;
}

.lesson-wrap::-webkit-scrollbar-thumb {
	background: #ff6c00 url('../../img/2/society/scroll.png') no-repeat center center;
	border-radius: 8px;
	width: 16px;
	/* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2), 3px 3px 10px 3px rgba(0, 0, 0, 0.15); */
}

.lesson-wrap::-webkit-scrollbar-track {
	width: 6px;
	border-radius: 3px;
}
.lesson-wrap::-webkit-scrollbar-track:vertical {
	background: -webkit-linear-gradient(180deg, #fff, #fff, #fff, #fff, #ededed, #ededed, #ededed, #fff, #fff, #fff);
	border-radius: 3px;
}

/* hover효과 */
.lesson:hover {
	background: #fff9c6;
	transition: 0.3s;
}
.lesson:hover .lesson-head {
	background: #eb6339;
	color: #fff;
	transition: 0.3s;
}

.lesson-foot a {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* lesson-foot 아이콘 hover effect */
.lesson .vr_img:hover {
	content: url(../../img/2/society/icon_vr_on.png);
}
.lesson .img_360:hover {
	content: url(../../img/2/society/icon_360_on.png);
}
.lesson .book_img:hover {
	content: url(../../img/2/society/icon_book_on.png);
}
.lesson .pc_img:hover {
	content: url(../../img/2/society/icon_pc_on.png);
}

/* .lesson-wrap1 .lesson:nth-child(5) .lesson-play img {
	content: url(../../img/2/society/icon_360_on.png);
} */
/* .lesson-wrap1 .lesson:nth-child(7) .lesson-play img {
	content: url(../../img/2/society/icon_360.png);
}
.lesson-wrap1 .lesson:nth-child(7) .lesson-play:hover img {
	content: url(../../img/2/society/icon_360_on.png);
} */
/* 인트로 */
span.btn-progress input[type='number'] {
	color: #000;
	width: 66px;
	height: 34px;
	text-align: center;
	font-family: 'Noto Sans KR';
	font-size: 22px;
	font-weight: 700;
	background: #fff;
	border: none;
	border-radius: 8px;
	box-shadow: inset 0px 2px 2px rgba(182, 70, 2, 0.3);
}

.temp-requirement .lesson-body:after {
	clip-path: inset(0 87px 0 0);
}
