.daily-detail-grid .btn-back,
.daily-section .btn-back {
	position: absolute;
	left: 0;
	top: 5px;
}

.btn-month-prev svg,
.btn-month-next svg {
	width: .625em;
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}
.daily-total-info .tbl-style thead th,
.daily-total-info .tbl-style tbody td {
	padding: 10px 25px;
	font-weight: 700;
}
.daily-section {
	padding: 1em;
	overflow-y: scroll;
	height: calc(100vh - 70px);
	padding-bottom: 70px;
	position: relative;
}
.daily-title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 1em;
	font-size: 18px;
}
.daily-title span {
	color: var(--blue-color2);
}
.daily-total-info {
	display: flex;
	justify-content: center;
	margin-bottom: 2em;
}
.daily-mission-container .date-pick {
	margin-bottom: .5em;
	position: relative;
}
.daily-mission-container .date-pick .btn-daily-detail {
	background: var(--blue-color2);
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 50px;

}
.daily-mission-container .date-pick .daily-1-header-btn-container {
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 15px;
}
.daily-mission-container .date-pick .daily-1-header-btn-container .btn-noti-call {
	font-size: 16px;
	color: var(--blue-color2);
	text-decoration: underline;
	display: flex;
	align-items: center;
	gap: 2px;
}
.daily-mission-container .date-pick .daily-1-header-btn-container .btn-noti-call svg {
	width: 18px;
}
.daily-mission-box-container {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: inset 0px -7px 0px 0px #dfdfdf;
	padding-bottom: 7px;
}
.daily-mission-box-caption {
	display: grid;
	grid-template-columns: 120px auto;
	background: #dfdfdf;
	height: 40px;
}
.daily-mission-box-caption > div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.daily-mission-box-caption > div:first-child {
	border-right: 1px solid #fff;
}
.daily-mission-box {
	display: grid;
	grid-template-columns: 120px auto;
	overflow: hidden;
}
.mission-box-title-list {
	display: flex;
	flex-direction: column;
}
.title-list-item {
	flex-grow: 1;
}

.title-list-item a {
	background: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.1;
	height: 60px;
	opacity: 1;
	font-weight: 700;
	color: #3b3b3b;
	border-right: 3px solid #ffae00;
	border-bottom-left-radius: 0px;
	border-bottom: 1px solid #dfdfdf;
	height: 100%;
	position: relative;
}
.title-list-item a .tb_f_edate {
	color: red;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 400;
	width: 100%;
}
.prep .title-list-item a {
	border-right: 3px solid #ffe500;
	border-bottom: 1px solid #dfdfdf;
}

.title-list-item.on a {
	border-bottom-left-radius: 10px;
	background: #fff0de;
	font-weight: 900;
	box-shadow: inset 0px -7px 0px 0px #ffd798;
	border: 3px solid #ffae00;
	border-right: 3px solid #fff0de;
	position: relative;
	z-index: 1;
	height: 100%;
	padding-bottom: 5px;
	/* transition: all s; */
}
.prep .title-list-item.on a {
	border-right:  3px solid #ffe500;
}
.prep .title-list-item.prep a {
	border-right: #fffcde;
}
.title-list-item.prep a {
	border-left: 3px solid #ffe500;
	border-top: 3px solid #ffe500;
	border-bottom: 3px solid #ffe500;
	box-shadow: inset 0px -7px 0px 0px #fff598;
	font-weight: 900;
	background: #fffcde;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 100%;
	padding-bottom: 5px;
	position: relative;
}
.title-list-item.prep a:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -220%);
	content: 'Prep';
	font-size: 12px;
	color: #ffc600;
	font-weight: 700;
}
.title-list-item.disabled a {
	pointer-events: none;
	background: #ededed;
}
.title-list-item:last-child a {
	border-bottom-left-radius: 30px;
	border-bottom: none;
}
.mission-box-contents-box {
	display: flex;
	flex-direction: column;
	border: 3px solid #ffae00;
	border-left: none;
	border-bottom-right-radius: 30px;
	overflow: hidden;
}
.prep .mission-box-contents-box {
	border-color: #ffe500;
}
.mission-contents-row {
	/* background: #666; */
	flex-grow: 1;
	display: grid;
	grid-template-columns: 120px auto;
	border-bottom: 1px solid #ffd798;
}
.prep .mission-box-contents-box .mission-contents-row {
	border-color: #ffe500;
}
.prep .mission-box-contents-box .mission-contents-row .contents-title {
	border-color: #ffe500;
	background: #FFFEF7;
}
.mission-contents-row:last-child {
	border-bottom: none;
}
.mission-contents-row .contents-title {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fffdfb;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
	border-right: 1px solid #ffd798;
}
.mission-contents-row .contents-item {
	background: #fff;
	padding: 10px 0;
	overflow-y: scroll;
	position: relative;
}
.mission-contents-row .contents-item.align-center .hori-scroll-box{
	justify-content: center;
}
.mission-contents-row .contents-item .complete-badge {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	background: rgba(255, 255, 255, .4);
	/* padding: 5px 5px; */
	border-radius: 2px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mission-contents-row .contents-item .complete-badge img {
	width: 110px;
	transform: rotate(-20deg);
}
.mission-contents-row .contents-item .video-box .complete-badge img {
	margin-top: -16%;
}
.voca-contents {
	display: flex;
	/* justify-content: center; */
	align-items: center;
}
.voca-contents .voca-box {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	flex-shrink: 0;
	position: relative;
	width: auto;
	margin-right: 30px;
}
.voca-contents .voca-box:last-child {
	margin-right: 0;
}
.voca-contents .voca-box a {
	display: block;
}
.voca-contents .voca-box .voca-box__img-container {
	width: 150px;
	flex-shrink: 0;
}
.voca-contents .voca-box .voca-box__img {
	padding-bottom: 100%;
	background-size: 300%;
	height: auto;
	background-position: 0% 50%;
}
.voca-contents .voca-step {
	/* margin-top: 20px; */
}
.voca-contents .voca-step .voca-step-title {
	font-weight: 700;
	font-size: 22px;
}
.voca-contents .voca-step .voca-step-word-list {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
}
.voca-contents .voca-step .voca-step-word-list span {
	flex-shrink: 0;
}
.voca-contents .voca-box .voca-box__img__txt {
	font-size: 26px;
}
.mission-contents-row .book-contents {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mission-contents-row .book-contents .book-area-container {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 30px;
	flex-shrink: 0;
}
.mission-contents-row .book-contents .book-area-container:last-child {
	margin-right: 0px;
}
.book-contents .contents-item.book-frame {
	width: 170px;
	margin: 0;
}
.book-contents .book-frame .book-frame__img img {
	width: 100%;
}
.book-contents .book-frame .book-frame__p_badge {
	height: 35px;
}
.book-contents .book-frame .book-frame__p_badge .p_badge {
	width: 30px;
	margin: 0 3px;
}
.book-contents .book-frame .book-frame__p_badge .p_badge svg {
	width: 30px;
	height: 30px;
}

.book-contents .book-box {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: 10px;
	position: relative;
}
.book-contents .book-box:last-child {
	margin-right: 0;
}
.book-contents .book-box .book-box__img {
	margin-right: 10px;
	width: 120px;
	border-radius: 5px;
	overflow: hidden;
}
.book-contents .book-box .book-box__txt {
	padding-right: 10px;
}
.book-contents .book-box .book-box__txt .book-badge-level {
	font-size: 16px;
}
.book-contents .book-box .book-box__txt .book-title {
	font-size: 22px;
	font-weight: 900;
}
.book-contents .book-box .book-box__txt .book-series {
	opacity: .5;
}
.book-contents .book-video {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	overflow: hidden;
	width: 290px;
	position: relative;
	flex-shrink: 0;
}
.book-contents .book-video:last-child {
	margin-right: 0px;
}
.book-contents .book-video .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
}
.book-contents .book-video .cover .txt {
	position: absolute;
	left: 5px;
	top: 5px;
	background: #849900;
	border-radius: 50px;
	overflow: hidden;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
}
.book-contents .book-video .cover .yt-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 70px;
}
.book-contents .book-video-container {
	position: relative;
}
.book-contents .book-video-container .book-title {
	text-align: center;
}
.book-contents .book-video img {
	width: 100%;
	height: 100%;
}
.mission-contents-row .book-contents .book-area-container .book-link-container {
	display: grid;
	position: absolute;
	z-index: 1;
	grid-template-columns: 63% 37%;
	width: 100%;
	height: 100%;
}

.ts-contents {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.err-txt {
	text-align: center;
	padding: 3em;
	font-weight: 900;
	font-size: 22px;
	opacity: .2;
	width: 100%;
}
.ts-contents .class-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
}
.class-tutor-info-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}
.class-tutor-info-container .tutor-img {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 24%);
	position: relative;
	margin-right: 10px;
}
.class-tutor-info-container .tutor-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.class-tutor-info-container .tutor-name {
	color: #1483e5;
	font-weight: 700;
}
.class-time-container {
	font-weight: 700;
	font-size: 18px;
}
.class-time-container > div {
	line-height: 1.2;
}
.ts-contents .class-txt .btn-go-talk {
	margin-left: 60px;
}
.ts-contents .class-txt .btn-go-talk a {
	height: 50px;
	width: 150px;
	color: #fff;
	line-height: 44px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 40px;
	box-shadow: 0px 4px 0px 0px rgb(227 227 227);
	background: #1483e5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mission-contents-row .contents-item.video-contents {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	padding-left: 0;
	padding-right: 0;
}
.contents-item .btn-plus {
	display: flex;
	align-items: center;
	font-weight: 700;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
	background: #eaeaea;
	color: #bbb;
	z-index: 4;
	padding: 5px 12px 5px;
	border-radius: 50px;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 20%);
}
.contents-item .btn-plus svg {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	/* padding: 7px; */
	margin-right: 5px;
}

.contents-item .btn-plus2 {
	display: flex;
	align-items: center;
	font-weight: 700;
	position: absolute;
	right: 10px;
	top: 50px;
	font-size: 14px;
	background: var(--blue-color2);
	color: #fff;
	z-index: 4;
	padding: 5px 12px 5px;
	border-radius: 50px;
	box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 20%);
	gap: 10px;
}

.video-contents .hori-scroll-box > .video-box {
	margin-right: 5px;
	position: relative;
}
.video-contents .hori-scroll-box > .video-box:last-child {
	margin-right: 0px;
}
.video-contents .video-box {
	width: 240px;
	flex-shrink: 0;
}
.video-contents .video-box .video__img {
	position: relative;
	padding-bottom: 56.25%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 0px 1px #bdbdbd;
	border-radius: 12px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-contents .video-box .video__img img {
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-contents .video-box .video__title {
	text-align: center;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

.video-contents .video-box__txt {
	text-align: center;
}
.video-contents .video-box__img {
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	overflow: hidden;
}
.video-contents .video-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.video-contents .video-series {
	font-size: 12px;
	opacity: .5;
}

.video-contents .hori-scroll-box>.complete-badge img {
	margin-bottom: 3em;
}
.video-contents .video-link-container {
	position: absolute;
	display: flex;
	height: 100%;
	z-index: 1;
}
.video-contents .video-link-container a {
	width: 240px;
}
/* 캘린더 기본 설정 */
.calendar {
	margin-bottom: 0;
}
.calendar .weeks {
	margin: 0;
}
.calendar .weeks, .calendar .days {
	margin: 0;
}

.calendar .weeks li,
.calendar .days li {
	list-style: none;
}
.calendar .days .date.text-gray {
	color: #dbdbdb;
}
.calendar .days .date.holi-day span {
	font-size: 70%;
	vertical-align: 2px;
}

/* 상세보기 */
.daily-detail-grid {
	display: grid;
	grid-template-columns: 5fr 5fr;
	height: 100%;
}
.daily-detail-grid .daily-calendar-section {
	padding: 1em;
	padding-right: 0.5em;
	padding-bottom: 70px;
	overflow-y: scroll;
	height: calc(100vh - 70px);
}
.daily-detail-grid .daily-study-section {
	padding: 1em;
	padding-left: 0.5em;
	padding-bottom: 70px;
	overflow-y: scroll;
	height: calc(100vh - 70px);
}
.daily-detail-grid .daily-study-section .daily-study-list-container {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: inset 0px -7px 0px 0px #dfdfdf;
	padding-bottom: 7px;
}
.daily-detail-grid .daily-study-section .daily-study-list-container .daily-study-list {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
	min-height: calc(100vh - 150px);
}
.daily-study-list-container .daily-study-title {
	background: #00aaf0;
	color: #fff;
	box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 16%);
	font-weight: 900;
	padding: 1em;
	text-align: center;
}
.daily-calendar-container {
	padding: 1em;
	background: #fff;
	border-radius: 30px;
	box-shadow: inset 0px -7px 0px 0px #dfdfdf;
}


.daily-calendar-container .log-container {
	display: flex;
	/* grid-template-columns: 2fr 2fr; */
	gap: 5px;
}
.daily-calendar-container .today-log {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-grow: 1;
}
.today-log .log-icon {
	background: #6098ff;
	width: 100%;
	padding: 3px;
	min-height: 15px;
	border-radius: 50px;
	overflow: hidden;
	color: #fff;
}
.today-log .log-icon.incomplete {
	background: #dddddd;
	color: #000;
}
.today-log .log-icon.incomplete.hide {
	background: #fff;
	opacity: 0;
}
.today-log .log-icon.book {
	background: #ffb800;
}
.today-log .log-icon.video {
	background: #0ba1c2;
}
.today-log .log-icon.ts {
	background: #d885ff;
}

.daily-calendar-container .log-txt-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	margin: .5em 0;
}
.daily-calendar-container .log-txt-list .log-icon {
	width: 70px;
	text-align: center;
	font-size: 12px;
}

.calendar-container .days {
	position: relative;
}
.calendar-container .loading-img {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}



.result-btn-container {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 1.5em 0;
}
.result-btn-container > a {
	border: 1px solid #1483e5;
	width: 230px;
	height: 70px;
	color: #1483e5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: inset 0px -7px 0px 0px rgb(243 243 243), 0px 2px 4px 0px rgb(0 0 0 / 9%);
}
.result-btn-container > a.btn-buy-tab-result {
	color: #1483e5;
	font-weight: 700;
}
.result-btn-container .txt {
	text-align: center;
	font-weight: 900;
	font-size: 22px;
	opacity: .2;
}

.video-book-container .book-box__img {
	width: 80px;
	border-radius: 4px;
	overflow: hidden;
	height: 165px;
	position: relative;
	background: #ededed;
	border: 1px solid #dbdbdb;
}
.video-book-container .book-box__img img {
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0;
	position: absolute;
	left: 0;
	border: 1px solid #ededed;
	width: 100%;
}