@charset "utf-8";

/*** components ***/

/* dropdown */
.dropdown .btn{
	padding: 0 18px;
	min-width: 110px;
	height: 42px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 21px;
	background-color: #f3f3f3;
}
.dropdown .btn span{
	margin-right: 25px;
	font-size: 20px;
	font-weight: 900;
	color: #000
}
.dropdown .btn span em{
	font-style: normal;
	color: #e35438;
}
.dropdown-menu .dropdown-item{
	padding: .5rem 1.5rem;
	font-size: 20px;
	color: #000;
}
.dropdown-menu .dropdown-item:not(:first-child){
	border-top: 1px solid #eaeaea;
}
.dropdown-menu .dropdown-item.active{
	background-color: #eff1f3;
}
.dropdown-toggle{
	position: relative;
}
.dropdown-toggle::after{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	border: 6px solid transparent;
	border-top: 8px solid black;
}

/* form */
.form-title .form-label{
	margin: 0 10px;
	font-weight: 700;
	color: #363030;
}
.form-title .form-control{
	padding: .375rem 30px;
	max-width: 250px;
	font-size: 19px;
	color: #333;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 21px;
  background-color: #f3f3f3;
}
.btn-search{
	display: inline-flex;
	justify-content: center;
	align-content: center;
	margin-left: 10px;
	padding: 0;
	width: 125px;
	height: 42px;
	font-family: 'Jua', sans-serif;
	font-size: 20px;
	text-align: center;
	color: #fff;
	border-radius: 36px;
	background: #ff775d;
}
.btn-search:hover {
	color: #fff;
}
.btn-search span {
	padding-left: 32px;
	line-height: 36px;
	background: url(../images/lms/icon_srch.png) no-repeat left/ 24px 24px;
}

/* modal */
.modal-dialog{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}
.modal-content{
	border: 1px solid #000;
	border-radius: 6px;
	background-color: #fdf9f6;
	overflow: hidden;
}
.modal-header{
	padding: 0 35px;
	align-items: center;
	height: 70px;
	border: none;
}
.modal-header .modal-title{
	font-size: 25px;
	font-weight: 700;
	color: #474f50;
}
.modal-header .close{
	width: 50px;
	height: 50px;
	background: url(../images/lms/btn_close.png) no-repeat center / contain;
	opacity: 1;
}
.modal-body{
	padding: 50px 35px;
}
.modal-btn-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.btn-modal-confirm{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 30px;
	height: 46px;
	font-family: 'Jua', sans-serif;
	font-size: 20px;
	color: #fff;
	border-radius: 23px;
	background-color: #009f92;
}
.modal-info{
	padding: 26px 35px;
	border-top: 1px solid #d2cbc5;
	background-color: #fff;
}
.modal-info ul{
	margin-bottom: 0;
	padding-left: 20px;
	font-size: 18px;
	color: #574e4e;
}
.modal-info ul li ~ li{
	margin-top: .3em;
}


/* 목표 설정 팝업 */
.goal-setting-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.goal-setting-wrap .input-goal{
	display: inline-flex;
	padding: 0 18px;
	height: 42px;
	text-align: center;
	font-weight: 700;
	color: #ff775d;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 21px;
	background-color: #fff;
}
.goal-setting-wrap .text{
	padding: 0 10px;
}
.goal-setting-wrap .btn-goal-control{
	margin: 0 4px;
	width: 42px;
	height: 42px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border-radius: 100%;
	background-color: #ff775d;
}

/* modal common */
.modal-common-dialog{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}
.modal-common-content{
	position: relative;
	padding: 80px;
	min-width: 600px;
	border-radius: 80px;
	background-color: #fff;
}
.modal-common-content::before{
	content: '';
	position: absolute;
	display: block;
	top: -55px;
	right: -40px;
	width: 200px;
	height: 140px;
	background: url(../images/lms/modal_img_1.png) no-repeat center / contain;
}
.modal-common-content::after{
	content: '';
	position: absolute;
	display: block;
	bottom: -20px;
	left: -80px;
	width: 165px;
	height: 103px;
	background: url(../images/lms/modal_img_2.png) no-repeat center / contain;
}
.modal-common-body{
	padding: 80px 0;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	color: #221f1f;
}
.modal-common-bottom{
	margin-bottom: -40px;
	padding: 20px 20px 0;
	text-align: center;
}
.modal-common-btn-wrap{
	display: flex;
	justify-content: center;
	margin: 0 -2px;
	height: 50px;
}
.btn-modal-common{
	flex: 1;
	margin: 0 2px;
	max-width: 200px;
	height: 100%;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	border-radius: 50px;
	background: #f66464;
}

/* modal new */
.modal-new-content{
	position: relative;
	padding: 40px;
	min-width: 400px;
	border-radius: 40px;
	background-color: #fff;
}
.modal-new-bottom{
	margin-bottom: -20px;
	padding: 20px 20px 0;
	text-align: center;
}

/* 이달의 목표 달성 팝업 */

.modal-new-content.completegoal::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -178px;
	margin-top: -200px;
	width: 301px;
	height: 397px;
	background: url(../images/lms/pop_completegoal.png) no-repeat center / contain;
}
.modal-new-content.completegoal .modal-common-body{
	padding: 40px 0;
}

/* 도전독서왕 안내 팝업 */
.modal-dialog.ranking{
	margin: 0;
}
@media (min-width: 576px){
	.modal-dialog.ranking{
		width: 700px;
		max-width: 700px;
	}
}
.modal-body-ranking{
	padding: 0 35px 24px;
}
.ranking-modal-talking{
	margin-bottom: 0;
	padding: 0;
}
.ranking-modal-talking li:not(:first-child){
	margin-top: -16px;
}
.ranking-modal-talking .question{
	position: relative;
	padding-top: 23px;
	padding-left: 70px;
	list-style: none;
}
.ranking-modal-talking .question::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../images/lms/ranking_info_photo_1.png) no-repeat center / contain;
}
.ranking-modal-talking .question .box{
	display: inline-flex;
	padding: 14px 20px;
	font-size: 18px;
	text-align: left;
	color: #676767;
	border: solid 1px rgba(0, 0, 0, 0.5);
	border-radius: 0 20px 20px 20px;
	background-color: #fff;
}
.ranking-modal-talking .answer{
	position: relative;
	padding-top: 23px;
	padding-right: 70px;
	list-style: none;
	text-align: right;
}
.ranking-modal-talking .answer::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(../images/lms/ranking_info_photo_2.png) no-repeat center / contain;
}
.ranking-modal-talking .answer .box{
	display: inline-flex;
	padding: 14px 20px;
	font-size: 18px;
	text-align: left;
	color: #fff;
	border: solid 1px rgba(255, 119, 93, 0.1);
	border-radius: 20px 0 20px 20px;
	background-color: #ff775d;
}
.btn-modal-ranking{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 30px;
	height: 70px;
	line-height: 1.2;
	font-family: 'Jua', sans-serif;
	font-size: 20px;
	color: #fff;
	border-radius: 23px;
	background-color: #009f92;
}
.modal-info-ranking{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 35px;
}

#previousRankingModal .modal-header{
	height: fit-content;
}
.lastranking-title{
	display: inline-block;
	margin: 15px auto;
	margin-right: -1rem;
	text-align: center;
}
.lastranking-title img{
	height: 69px;
}
.lastranking-wrap{
	position: relative;
	margin-left: 115px;
	margin-right: 40px;
	width: 290px;
	text-align: right;
}
.lastranking-wrap::before{
	content: '';
	position: absolute;
	bottom: -20px;
	left: -150px;
	width: 145px;
	height: 350px;
	display: inline-block;
	background: url(../images/lms/lastranking_left.png) no-repeat bottom / contain;
}
.lastranking-wrap::after{
	content: '';
	position: absolute;
	bottom: -26px;
	right: -60px;
	display: inline-block;
	width: 80px;
	height: 200px;
	background: url(../images/lms/lastranking_right.png) no-repeat bottom / contain;

}
.table-lastranking-wrap{
	margin-top: 20px;
	border: 1px solid rgba(57, 57, 57, 0.51);
	border-radius: 10px;
}
.table-lastranking{
	width: 100%;
	margin-bottom: 0;
}
.table-lastranking thead th{
	padding: 8px 0;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid rgba(57, 57, 57, 0.51);
}
.table-lastranking tbody th{
	padding: 4px;
	text-align: center;
	border-top: none;
}
.table-lastranking tbody td{
	padding: 8px 4px;
	text-align: center;
	letter-spacing: -1.05px;
	white-space: nowrap;
	overflow: hidden;
	border-top: none;
}
/* 아이스크림에듀에서 검정색으로 보이도록 요청함
.table-lastranking tbody tr:nth-child(-n+3) th{
	color:	#ff775d;
}
.table-lastranking tbody tr:nth-child(-n+3) td:last-child{
	color:	#ff775d;
}
*/
.table-lastranking tbody td.noranking{
	height: 200px;
	text-align: center;
	line-height: 1.4em;
	color: #676767 !important;
	vertical-align: middle;
}


/* .lmsinfo-wrap */
.lmsinfo-wrap{
	position: relative;
	height: 100%;
}


.lmsinfo-img{
	height: calc(100vh - 73px - 80px);
	background: url() no-repeat center / contain;
}

.lmsinfo-swiper-pagination.swiper-pagination-bullets{
	position: fixed;
	display: flex;
	align-items: center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 80px;
	text-align: center;
	z-index: 20;
}
.lmsinfo-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
  background-color: #9a9187;
}
.lmsinfo-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 40px;
  background-color: #ff775d;
}
.btn-lmsinfo{
	position: absolute;
	top: 50%;
	margin-top: -38px;
	width: 40px;
	height: 75px;
}
.lmsinfo-control{
	position: absolute;
	left: 0;
	top: calc(50% - 40px);
	width: calc(100vw - 100px);
	z-index: 10;
}
.btn-lmsinfo.prev{
	left: -25px;
	background: url(../images/lms/arrow_left.png) no-repeat center / contain;
}
.btn-lmsinfo.next{
	right: -25px;
	background: url(../images/lms/arrow_right.png) no-repeat center / contain;
}

.swiper-button-disabled{
	opacity: .3;
}


.hide-no-support .complete-list-wrap .list .play, .hide-no-support .mybook-goal-wrap .info {
    visibility: hidden;
}
