@charset "utf-8";

/*font*/
@font-face {
	font-family: 'OpenSansL';
	src: url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Light.woff2') format('woff2'),
	url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OpenSansEB';
	src: url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
	url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OpenSansI';
	src: url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Italic.woff2') format('woff2'),
	url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'OpenSansM';
	src: url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Medium.woff2') format('woff2'),
	url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OpenSansR';
	src: url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Regular.woff2') format('woff2'),
	url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OpenSansSB';
	src: url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'OpenSansB';
	src: url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Bold.woff2') format('woff2'),
	url('//talkstation.co.kr/edu/skin/default/content/fonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: 10px;
}

/*default-320px 기준*/

#book-video-container {
	position: relative;
	padding: 0;
	margin: 0 0 250px 0;
	width: 100%;
}

#book-video-container section,
#book-video-container div,
#book-video-container ol,
#book-video-container ul,
#book-video-container li,
#book-video-container button,
#book-video-container a,
#book-video-container h1,
#book-video-container h2,
#book-video-container h3,
#book-video-container h4,
#book-video-container h5,
#book-video-container p {
	font-family: 'Pretendard','Noto Sans KR', sans-serif;
	color: #333;
}

#book-video-container>section {
	margin: 0 20px;
	letter-spacing: -1px;
}


/*네비게이션*/

#book-video-container>section.title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 6rem;
}

#book-video-container>section.title h1 {
	display: inline-block;
	padding-bottom: 0.5rem;
	font-size: 1.8rem;
	font-weight: 800;
	color: #333;
}

#book-video-container>section.title button {
	height: 2rem;
	padding:0 15px;
	line-height: 2rem;
	background-color: #31A5FF;
	border-radius: 6em;
	border: none;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
}

#book-video-container>section.study-guide {
	display: none;
}


/*토글가이드*/

#book-video-container>section.study-guide .study-guide-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem;
	margin-bottom: 2rem;
	background-color: #fff;
	border: 0.2rem solid #31A5FF;
	border-radius: 1rem;
}

#book-video-container>section.study-guide .study-guide-wrap .flow .title {
	width: 100%;
	text-align: left;
}

#book-video-container>section.study-guide .study-guide-wrap .flow .title p {
	display: inline-block;
	padding: 0.5rem 0.8rem;
	background-color: #31A5FF;
	border-radius: 6rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 700;
	color: #fff;
}

#book-video-container>section.study-guide .study-guide-wrap .flow .study-flow {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 3rem;
}

#book-video-container>section.study-guide .study-guide-wrap .flow .study-flow .flow-step .icn-box {
	border-radius: 50%;
	background-color: #EDF7FF;
	width: 5rem;
	height: 5rem;
}

#book-video-container>section.study-guide .study-guide-wrap .flow .study-flow .flow-step p {
	font-size: 1.1rem;
	color: #666;
	text-align: center;
	font-weight: 500;
	line-height: 1.4rem;
}

#book-video-container>section.study-guide .study-guide-wrap .flow .study-flow .flow-step p span {
	font-weight: 700;
	color: #333;
}

#book-video-container>section.study-guide  .study-guide-wrap .flow .description li {
	margin-left: 1.5rem;
	padding: 0.3rem 0;
	list-style-position: outside;
	list-style-type: circle;
	font-size: 1.1rem;
	line-height: 1.3rem;
	font-weight: 500;
	color: #666;
}


/*신규컨텐츠*/

#book-video-container>section.new-open {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#book-video-container>section.search h3,
#book-video-container>section.new-open h3,
#book-video-container>section.video-detail h3 {
	display: inline-block;
	width:unset;
	margin:0 auto 20px auto;
	padding: 0.4rem 0;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Defines the width of the carousel and centers it on the page */
#book-video-container .new-slide {
	position: relative;
	width: calc(100% - 40px);
	padding: 0;
	margin: 0 auto;
}

#book-video-container .new-slide > div > div > div{
	cursor:pointer;
}

/* The width of each slide */
#book-video-container .slick-slide {
	margin: 0 5px;
	width: 120px;
	height: 175px;
	border-radius: 5px;
	overflow: hidden;
}
#book-video-container .new-slide.book .slick-slide{
	border: 1px solid #eee;
}

#book-video-container .slick-list {
	margin: 0 -5px;
}

#book-video-container .slick-slide .top-cover {
	padding: 0;
	height: 135px;
	overflow: hidden;
	background-color: #fafafa;
}

#book-video-container .slick-slide .top-cover img {
	margin: 0 auto;
	max-width: 90px;
	object-position: top;
	object-fit: contain;
}

/* The width of each slide - video */
#book-video-container>section.new-open .slide-video {
	margin: 0 5px;
	width: 120px;
	height: 120px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
}

#book-video-container>section.new-open .slide-video .slick-list {
	margin: 0 -5px;
}

#book-video-container>section.new-open .slide-video .top-cover {
	padding: 0;
	height: 83px;
	overflow: hidden;
	background-color: #fafafa;
}

#book-video-container>section.new-open .slide-video .top-cover img {
	margin: 0 auto;
	max-width: 100%;
	object-position: top;
	object-fit: contain;
}

#book-video-container .slick-slide .bottom-title {
	display: flex;
	align-items: center;
	padding: 0 10px;
	background-color: #fff;
	border-top: 1px solid #eee;
	width: 100%;
	height: 40px;
}

#book-video-container .slick-slide .bottom-title p {
	word-break: keep-all;
	white-space:  normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 40px;
	padding: 0;
	margin: 0;
	font-family: 'OpenSansM';
	font-size: 11px;
	line-height: 13px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* Color of the arrows */
#book-video-container .slick-prev::before {
	content: '\f104';
	/*font-family :'Font Awesome 5 free';*/
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	font-size: 30px;
	color: #666;
	vertical-align: top;
}

#book-video-container .slick-next::before {
	content: '\f105';
	/*font-family :'Font Awesome 5 free';*/
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: 900;
	font-size: 30px;
	color: #666;
	vertical-align: top;
}

#book-video-container .slick-prev {
	position: absolute;
	padding: 0;
	z-index: 10;
	width: 25px;
	height: 25px;
	text-align: left;
}

#book-video-container .slick-next {
	position: absolute;
	padding: 0;
	z-index: 10;
	width: 25px;
	height: 25px;
	text-align: right;
}

#book-video-container .slick-current {
	opacity: 1;
}


/*검색영역*/

#book-video-container>section.search {
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
}

#book-video-container>section.search.none h3 {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

#book-video-container>section.search p {
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: #666;
	text-align: center;
}

#book-video-container>section.search>form {
	padding-top: 1rem;
}

#book-video-container>section.search>form fieldset {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3rem;
	width: 100%;
	height: 3rem;
	overflow: hidden;
}

#book-video-container>section.search>form fieldset legend {
	display: none;
}

#book-video-container>section.search input::placeholder {
	color: #999;
}

#book-video-container>section.search input:focus,
#book-video-container>section.search input:hover {
	outline: none;
}

#book-video-container>section.search>form fieldset input.search-input {
	padding: 0 1rem;
	width: calc(100% - 5rem);
	height: 3rem;
	border: none;
	color: #333;
	font-size: 1.1rem;
	line-height: 1.1rem;
	color: #333;
}

#book-video-container>section.search>form fieldset button.search-btn {
	content: "";
	width: 5rem;
	height: 3rem;
	background-color: transparent;
	border: none;
	text-align: center;
}

#book-video-container>section.search>form fieldset button.search-btn i {
	font-size: 1.2rem;
	color: #999;
}


/*레벨별 카테고리*/

#book-video-container>section.level-category {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
	column-gap: 3px;
	row-gap: 3px;
}

#book-video-container>section.level-category button {
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	height: 2.5rem;
	font-size: 1.1rem;
	font-weight: 500;
	color: #666;
	text-align: center;
	padding:0;
}

#book-video-container>section.level-category button.active,
#book-video-container>section.level-category button:active,
#book-video-container>section.level-category button:hover {
	background-color: #31A5FF;
	border: none;
	font-weight: 600;
	color: #fff;
}


/*레벨별 카테고리 - 비디오*/

#book-video-container>section.level-category-video {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	column-gap: 3px;
	row-gap: 3px;
}

#book-video-container>section.level-category-video button {
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	height: 4rem;
	font-size: 1.1rem;
	font-weight: 500;
	color: #666;
	text-align: center;
}

#book-video-container>section.level-category-video button.active,
#book-video-container>section.level-category-video button:active,
#book-video-container>section.level-category-video button:hover {
	background-color: #31A5FF;
	border: none;
	font-weight: 600;
	color: #fff;
}


/*원서 시리즈 목록*/

#book-video-container>section.book-set-list {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));*/
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	padding: 2rem 0;
}

#book-video-container>section.new-open .seriesBox.noData,
#book-video-container>section.book-set-list .seriesBox.noData,
#book-video-container>section.book-series-list .seriesBox.noData,
#book-video-container>section.video-set-list .seriesBox.noData,
#book-video-container>section.video-series-list .seriesBox.noData {
	padding:10px 0 30px;
	text-align:center;
	grid-column:1 / span 3;
}
#book-video-container>section.new-open .seriesBox.noData > img,
#book-video-container>section.book-set-list .seriesBox.noData > img,
#book-video-container>section.book-series-list .seriesBox.noData > img,
#book-video-container>section.video-set-list .seriesBox.noData > img,
#book-video-container>section.video-series-list .seriesBox.noData > img {
	width: 300px;
}
#book-video-container>section.book-set-list .series-wrap {
	position: relative;
	width: 100%;
	/*height: 170px;*/
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	overflow: hidden;
	cursor:pointer;
}

#book-video-container>section.book-series-list .series-wrap .icon-set,
#book-video-container>section.book-set-list .series-wrap .icon-set {
	/*display: none;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	position: absolute;
	z-index: 99;
	right: 5px;
	top: 5px;
}
#book-video-container>section.book-series-list .series-wrap .icon-set>span,
#book-video-container>section.book-set-list .series-wrap .icon-set>span {
	padding: 3px 0;
	margin: 0;
	vertical-align: top;
	background: rgba(0, 0, 0, 70%);
	border-radius: 60px;
	width: 50px;
	font-family: 'Pretendard', 'Noto Sans KR';
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
	line-height: 11px;
}

#book-video-container>section.book-series-list .series-wrap .icon-set>span.series-level,
#book-video-container>section.book-set-list .series-wrap .icon-set>span.series-level {
	border: 1px solid #BDF3FF;
	color: #BDF3FF;
	
}

#book-video-container>section.book-set-list .series-wrap .icon-set>span.series-num {
	border: 1px solid #FFB4EE;
	color: #FFB4EE;
}

#book-video-container>section.book-set-list .series-wrap .series-cover {
	margin: 0 auto;
	padding: 0 5px;
	width: 90px;
	height: 120px;
	text-align: center;
	overflow:hidden;
}

#book-video-container>section.book-set-list .series-wrap .series-cover img {
	max-width: 80px;
	object-position: top;
	object-fit:contain;
	opacity: 1;
}

#book-video-container>section.book-set-list .series-wrap .series-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	background-color: #fff;
	border-top: 1px solid #eee;
	width: 100%;
	height: 40px;
}

#book-video-container>section.book-set-list .series-wrap .series-title p {
	display: inline-block;
	padding: 0;
	margin: 0;
	word-break: keep-all;
	white-space:  normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'OpenSansM';
	font-size: 11px;
	text-align:center;
	line-height: 15px;
	color: #333;
}


/*북시리즈 리스트 타이틀*/

#book-video-container>section.book-series-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#book-video-container>section.book-series-title h3 {
	display: inline-block;
	padding: 0.4rem 0;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 130%;
	margin-bottom:20px;
}

#book-video-container>section.book-series-title h3 span {
	color: #31A5FF;
	font-weight: 700;
}


/*북시리즈별 리스트*/

#book-video-container>section.book-series-list {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));*/
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	padding: 2rem 0;
}

#book-video-container>section.book-series-list .series-wrap {
	position: relative;
	width: 100%;
	border: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 0.5rem;
	overflow: hidden;
}

#book-video-container>section.book-series-list .series-wrap .series-cover {
	position:relative;
	margin: 0 auto;
	width: 90px;
	height:140px;
	overflow:hidden;
}

#book-video-container>section.book-series-list .series-wrap .series-cover img {
	object-position: top;
	object-fit: contain;
	opacity: 1;
}

#book-video-container>section.book-series-list .series-wrap .series-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	background-color: #fff;
	border-top: 1px solid #eee;
	width: 100%;
	height: 40px;
}

#book-video-container>section.book-series-list .series-wrap .series-title p {
	display: inline-block;
	padding: 0;
	margin: 0;
	word-break: keep-all;
	white-space:  normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'OpenSansM';
	text-align:center;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

#book-video-container>section.book-series-list .series-wrap .series-title p span.new { /*타이틀 옆 new icon*/
	display: inline-block;
	padding: 0;
	margin: 0 3px 0 0;
	width: 16px;
	height: 16px;
	line-height: 15px;
	background-color: #F09B38;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 9px;
}

#book-video-container>section.book-series-list .series-wrap:active,
#book-video-container>section.book-series-list .series-wrap.active { /*리스트 선택영역*/
	border: 1px solid #31A5FF;
}

#book-video-container>section.book-series-list .series-wrap .series-cover .imgCover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:10;
}
#book-video-container>section.book-series-list .series-wrap.active .series-cover .dimCover { /*리스트 선택영역*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:20;
}

#book-video-container>section.book-series-list .series-wrap:active .series-cover img,
#book-video-container>section.book-series-list .series-wrap.active .series-cover img { /*리스트 선택영역*/

}

#book-video-container>section.book-series-list b { /*리스트 선택영역*/
	color:red;
	background-color:yellow;
}



/*디테일 토글 - 모바일*/

#book-video-container section.book-series-detail-m {
	/*display: none;*/
	border: 2px solid #31A5FF;
	border-radius: 0.5rem;
	overflow: hidden;
	grid-column:1 / span 3;
}

#book-video-container section.book-series-detail-m.tablet {
	display:none;
	grid-column:1 / span 5;
}

#book-video-container section.book-series-detail-m .top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 4rem;
	background-color: #EDF7FF;
	border-bottom: 1px solid #31A5FF;
}

#book-video-container section.book-series-detail-m .top h3 {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: 'OpenSansEB';
	font-size: 1.2rem;
	color: #31A5FF;
	text-align: center;
	letter-spacing: 0;
}

#book-video-container section.book-series-detail-m .top h3 span {
	font-family: 'OpenSansSB','pretendard';
	font-size: 0.9rem;
	color: #666;
	text-align: center;
}

#book-video-container section.book-series-detail-m .contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	width: 100%;
}

#book-video-container section.book-series-detail-m .contents .book-cover {
	position: relative;
	display: block;
	width: 90px;
	object-fit: contain;
}

#book-video-container section.book-series-detail-m .contents .book-cover .icon-wrap {
	position: absolute;
	left: 3px;
	top: 3px;
}

#book-video-container section.book-series-detail-m .contents .book-cover .icon-wrap span.new {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 20px;
	background: rgba(0, 0, 0, .7);
	border-radius: 30px;
	text-align: center;
	color: #F09B38;
	font-weight: 600;
	font-size: 8px;
	line-height: 20px;
	letter-spacing: normal;
}


#book-video-container section.book-series-detail-m .contents .book-info {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	gap: 1rem;
	padding: 1rem 0;
}

#book-video-container section.book-series-detail-m .contents .book-info>div span {
	margin-right: 0.5rem;
	padding: 0 0.8rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-color: #EDF7FF;
	border: 1px solid #31A5FF;
	border-radius: 2rem;
	color: #31A5FF;
	font-size: 0.9rem;
	letter-spacing: 0;
}

#book-video-container section.book-series-detail-m .contents .book-activity {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

#book-video-container section.book-series-detail-m .contents .book-activity .eBook,
#book-video-container section.book-series-detail-m .contents .book-activity .voca,
#book-video-container section.book-series-detail-m .contents .book-activity .quiz,
#book-video-container section.book-series-detail-m .contents .book-activity .video,
#book-video-container section.book-series-detail-m .contents .book-activity .lecture {
	margin: 0 0.2rem;
	width: 5rem;
}

#book-video-container section.book-series-detail-m .contents .book-activity .eBook a {
	display: block;
	position: relative;
	width: 5rem;
	height: 5rem;
	background-color: #EC667A;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

#book-video-container section.book-series-detail-m .contents .book-activity .voca a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background-color: #6C96F7;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

#book-video-container section.book-series-detail-m .contents .book-activity .voca a div {
	font-family: 'TmoneyRoundWindExtraBold';
	font-size: 1rem;
	color: #fff;
	text-align: center;
}

#book-video-container section.book-series-detail-m .contents .book-activity .quiz a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	background-color: #F09B38;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

#book-video-container section.book-series-detail-m .contents .book-activity .quiz a i {
	font-size: 1.3rem;
}


#book-video-container section.book-series-detail-m .contents .book-activity .voca a span,
#book-video-container section.book-series-detail-m .contents .book-activity .quiz a span {
	font-family: 'TmoneyRoundWindExtraBold';
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
}

#book-video-container section.book-series-detail-m .contents .book-activity .video a {
	display: block;
	position: relative;
	width: 5rem;
	height: 5rem;
	background-color: #EC667A;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

#book-video-container section.book-series-detail-m .contents .book-activity .lecture a {
	display: block;
	position: relative;
	width: 5rem;
	height: 5rem;
	background-color: #CC89F8;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

#book-video-container section.book-series-detail-m .contents .book-activity .eBook a i,
#book-video-container section.book-series-detail-m .contents .book-activity .video a i,
#book-video-container section.book-series-detail-m .contents .book-activity .lecture a i {
	font-size: 2rem;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#book-video-container section.book-series-detail-m .contents .book-activity .eBook p,
#book-video-container section.book-series-detail-m .contents .book-activity .voca p,
#book-video-container section.book-series-detail-m .contents .book-activity .quiz p,
#book-video-container section.book-series-detail-m .contents .book-activity .video p,
#book-video-container section.book-series-detail-m .contents .book-activity .lecture p {
	text-align: center;
	color: #666;
	font-size: 0.9rem;
	font-weight: 500;
}


/*디테일 토글 - pc*/

#book-video-container section.book-series-detail-pc {
	display: none;
}


/*비디오 시리즈 목록*/

#book-video-container>section.video-set-list {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));*/
	grid-template-columns: repeat(3, 1fr);
	column-gap: 4px;
	row-gap: 4px;
	padding: 2rem 0;
}

#book-video-container>section.video-set-list .series-wrap {
	position: relative;
	width: 100%;
	height: 105px;
	/*height: 170px;*/
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 0.5rem;
	overflow: hidden;
}

#book-video-container>section.video-series-list .series-wrap .icon-set,
#book-video-container>section.video-set-list .series-wrap .icon-set {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	z-index: 99;
}

#book-video-container>section.video-series-list .series-wrap .icon-set>span,
#book-video-container>section.video-set-list .series-wrap .icon-set>span {
	padding: 3px 0;
	margin: 0;
	vertical-align: top;
	background: rgba(0, 0, 0, 70%);
	border-radius: 60px;
	width: 50px;
	font-family: 'Pretendard', 'Noto Sans KR';
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
	line-height: 11px;
}
#book-video-container>section.video-series-list .series-wrap .icon-set>span{
	backgroudnd:rgba(0,0,0,100%);
}

#book-video-container>section.video-series-list .series-wrap .icon-set>span.series-level,
#book-video-container>section.video-set-list .series-wrap .icon-set>span.series-level {
	border: 1px solid #BDF3FF;
	color: #BDF3FF;
}

#book-video-container>section.video-set-list .series-wrap .icon-set>span.series-num {
	border: 1px solid #FFB4EE;
	color: #FFB4EE;
}

#book-video-container>section.video-set-list .series-wrap .series-cover {
	margin: 5px auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

#book-video-container>section.video-set-list .series-wrap .series-cover img {
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: fill;
	opacity: 1;
}

#book-video-container>section.video-set-list .series-wrap .series-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	background-color: #fff;
	border-top: 1px solid #eee;
	width: 100%;
	height: 45px;
}

#book-video-container>section.video-set-list .series-wrap .series-title p {
	display: inline-block;
	padding: 0;
	margin: 0;
	word-break: keep-all;
	white-space:  normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'OpenSansM';
	font-size: 11px;
	line-height: 15px;
	color: #333;
}


/*비디오 시리즈 디테일*/

#book-video-container>section.video-detail {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 2rem;
}

#book-video-container>section.video-detail .video-detail-top {
	display: flex;
	flex-direction: column;
	align-items: center;
/*	padding-top: 2rem;*/
}


#book-video-container>section.video-detail .seriesTitle {
	display: inline-block;
	font-size: 1.5rem;
	padding:0;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	color: #31A5FF;
}


#book-video-container>section.video-detail .video-detail-top .coverimg {
	margin: 0.5rem 0;
	max-width: 8rem;
}

#book-video-container>section.video-detail .video-detail-top .coverimg img {
	width: 100%;
	object-fit: contain;
	border-radius: 0.5rem;
	border: 1px solid #ddd;
}

#book-video-container>section.video-detail .video-detail-top>p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #666;
	text-align: center;
}


/*비디오 시리즈별 리스트*/

#book-video-container>section.video-series-list {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));*/
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0.5rem;
	row-gap: 0.5rem;
	padding: 2rem 0;
}

#book-video-container>section.video-series-list .series-wrap {
	position: relative;
	width: 100%;
	border: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 0.5rem;
	overflow: hidden;
}

#book-video-container>section.video-series-list .series-wrap .series-cover {
	margin: 0 auto;
	width: 100%;
}

#book-video-container>section.video-series-list .series-wrap .series-cover img {
	object-position: top;
	object-fit: contain;
	opacity: 1;
}

#book-video-container>section.video-series-list .series-wrap .series-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	background-color: #fff;
	border-top: 1px solid #eee;
	width: 100%;
	height: 40px;
}

#book-video-container>section.video-series-list .series-wrap .series-title p {
	display: inline-block;
	padding: 0;
	margin: 0;
	word-break: keep-all;
	white-space:  normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: 'OpenSansM';
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

#book-video-container>section.video-series-list .series-wrap .series-title p span.new { /*타이틀 옆 new icon*/
	display: inline-block;
	padding: 0;
	margin: 0 3px 0 0;
	width: 16px;
	height: 16px;
	line-height: 15px;
	background-color: #F09B38;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 9px;
}

#book-video-container>section.video-series-list b { /*리스트 선택영역*/
	color:red;
	background-color:yellow;
}

/*min 360px - 모바일2 */
@media(min-width:360px){
	
	html {
		font-size: 12px;
	}
	
	/*신규컨텐츠*/
	/* Defines the width of the carousel and centers it on the page */
	
	.slick-slide .bottom-title p {
		font-size: 13px;
		line-height: 15px;
	}
	
	
	/*원서 시리즈 목록*/
	
	#book-video-container>section.book-set-list .series-wrap .series-title p {
		font-size: 12px;
		line-height: 16px;
		text-align: center;
	}
	
	
	/*북시리즈별 리스트*/
	
	#book-video-container>section.book-series-list .series-wrap .series-title p {
		font-size: 12px;
		line-height: 16px;
	}
	
	
	/*디테일 토글 - 모바일*/
	
	#book-video-container section.book-series-detail-m .contents .book-activity .eBook p,
	#book-video-container section.book-series-detail-m .contents .book-activity .voca p,
	#book-video-container section.book-series-detail-m .contents .book-activity .quiz p,
	#book-video-container section.book-series-detail-m .contents .book-activity .video p,
	#book-video-container section.book-series-detail-m .contents .book-activity .lecture p {
		font-size: 1rem;
	}
	
	
	/*비디오목록*/
	
	#book-video-container>section.title h1.video {
		letter-spacing: -1.5px;
	}
	
	#book-video-container>section.title button.video {
	}
	
	
	/* The width of each slide - video */
	
	#book-video-container>section.new-open .slide-video {
		height: 147px;
	}
	
	#book-video-container>section.new-open .slide-video .top-cover {
		height: 100px;
	}
	
	
	/*비디오 시리즈 목록*/
	
	#book-video-container>section.video-set-list .series-wrap .series-title p {
		font-size: 12px;
		line-height: 16px;
	}
	
	/*비디오 시리즈별 리스트*/
	
	#book-video-container>section.video-series-list .series-wrap .series-title p {
		font-size: 12px;
		line-height: 16px;
	}
}



/*min 768px - 태블릿 */
@media(min-width:768px){
	
	html {
		font-size: 14px;
	}
	
	
	/*검색영역*/
	
	#book-video-container>section.search>form fieldset {
		height: 3.5rem;
	}
	
	#book-video-container>section.search>form fieldset button.search-btn {
		height: 3.5rem;
	}
	
	#book-video-container>section.search>form fieldset button.search-btn i {
		font-size: 1.4rem;
		color: #999;
	}
	
	
	/*레벨별 카테고리*/
	
	#book-video-container>section.level-category {
		grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
		column-gap: 5px;
		row-gap: 5px;
	}
	
	
	/*원서 시리즈 목록*/
	
	#book-video-container>section.book-set-list .seriesBox.noData,
	#book-video-container>section.book-series-list .seriesBox.noData,
	#book-video-container>section.video-set-list .seriesBox.noData {
		grid-column:1 / span 5;
	}
	#book-video-container>section.video-series-list .seriesBox.noData{
		grid-column:1 / span 4;
	}
	#book-video-container>section.book-set-list {
		grid-template-columns: repeat(5, 1fr);
		column-gap: 1rem;
		row-gap: 1rem;
	}
	
	
	/*북시리즈별 리스트*/
	
	#book-video-container>section.book-series-list {
		grid-template-columns: repeat(5, 1fr);
		column-gap: 1rem;
		row-gap: 1rem;
	}
	
	#book-video-container>section.book-series-list .series-wrap {
		position: relative;
		width: 100%;
		border: 1px solid #eee;
		background-color: #fafafa;
		border-radius: 0.5rem;
		overflow: hidden;
	}
	
	
	/*레벨별 카테고리 - 비디오*/
	
	#book-video-container>section.level-category-video {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		column-gap: 5px;
		row-gap: 5px;
	}
	
	#book-video-container>section.level-category-video button {
		font-size: 1rem;
	}
	
	
	/*비디오 시리즈 목록*/
	
	#book-video-container>section.video-set-list {
		grid-template-columns: repeat(5, 1fr);
		column-gap: 10px;
		row-gap: 10px;
	}
	
	#book-video-container>section.video-set-list .series-wrap {
		position: relative;
		width: 100%;
		height: 142px;
		border-radius: 10px;
	}
	
	#book-video-container>section.video-set-list .series-wrap .series-cover {
		margin: 10px auto;
		width: 70px;
		height: 70px;
	}
	
	#book-video-container>section.video-set-list .series-wrap .series-title {
		height: 50px;
	}
	
	/*비디오 시리즈 디테일*/
	
	#book-video-container>section.video-detail .coverimg {
		max-width: 12rem;
	}
	
	/*비디오 시리즈별 리스트*/
	
	#book-video-container>section.video-series-list {
		grid-template-columns: repeat(4, 1fr);
		column-gap: 1rem;
		row-gap: 1rem;
	}
	
	/*  원서 상세 토글 */
	#book-video-container section.book-series-detail-m.mobile {
		display:none;
	}
	#book-video-container section.book-series-detail-m.tablet {
		display:block;
	}
	
}


/*min 1280px - PC */
@media(min-width:1280px){
	
	#book-video-container>section {
		margin: 0 auto;
		width: 1200px;
	}
	
	
	/*네비게이션*/
	
	#book-video-container>section.title {
		height: 100px;
	}
	
	#book-video-container>section.title h1 {
		padding-bottom: 0;
	}
	
	#book-video-container>section.title button {
		min-width: 195px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	
	#book-video-container>section.study-guide {
		display: none;
	}
	
	
	/*토글가이드*/
	
	#book-video-container>section.study-guide .study-guide-wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 30px 50px;
		margin-bottom: 20px;
		border-radius: 20px;
	}
	
	#book-video-container>section.study-guide .study-guide-wrap .flow {
		width: 50%;
	}
	
	#book-video-container>section.study-guide .study-guide-wrap .flow .title p {
		padding: 8px 14px;
		border-radius: 30px;
		font-size: 14px;
		line-height: 14px;
	}
	
	#book-video-container>section.study-guide .study-guide-wrap .flow .study-flow {
		justify-content: left;
	}
	
	#book-video-container>section.study-guide .study-guide-wrap .flow .study-flow .flow-step .icn-box {
		margin: 0 auto;
		width: 70px;
		height: 70px;
	}
	
	#book-video-container>section.study-guide .study-guide-wrap .flow .study-flow .flow-step p {
		font-size: 16px;
		line-height: 18px;
	}
	
	#book-video-container>section.study-guide  .study-guide-wrap .flow .description li {
		font-size: 16px;
		line-height: 20px;
	}
	
	
	/*신규컨텐츠*/
	
	#book-video-container>section.search h3,
	#book-video-container>section.new-open h3,
	#book-video-container>section.video-detail h3{
		padding: 10px 0;
		font-size: 24px;
	}
	
	
	#book-video-container .slick-slide .top-cover {
		height: 190px;
	}
	
	#book-video-container .slick-slide .top-cover img {
		max-width: 126px;
	}
	
	#book-video-container .slick-slide .bottom-title {
		height: 50px;
	}
	
	#book-video-container .slick-slide .bottom-title p {
		display: inline-block;
		font-size: 14px;
		line-height: 18px;
		margin: 0 auto;
		text-align: center;
	}
	
	/* The width of each slide - video */
	
	#book-video-container>section.new-open .new-slide {
		padding-top: 10px;
	}
	
	#book-video-container>section.new-open .slick-slide{
		width:237px;
		height:240px;
	}
	#book-video-container>section.new-open .slide-video {
		margin: 0 28px;
		width: 237px !important;
		height: 226px;
		border: 1px solid #eee;
		border-radius: 10px;
		overflow: hidden;
	}
	
	#book-video-container>section.new-open .slide-video .slick-list {
		margin: 0 -5px;
	}
	
	#book-video-container>section.new-open .slide-video .top-cover {
		padding: 0;
		height: 176px;
		overflow: hidden;
		background-color: #000;
	}
	
	#book-video-container>section.new-open .slide-video .top-cover img {
		margin: 0 auto;
		max-width: 100%;
		object-position: top;
		object-fit: contain;
	}
	
	
	
	/*검색영역*/
	
	#book-video-container>section.search {
		padding: 30px 0;
	}
	
	#book-video-container>section.search.none h3 {
		font-size: 24px;
	}
	
	#book-video-container>section.search p {
		font-size: 16px;
	}
	
	#book-video-container>section.search p br {
		display: none;
	}
	
	#book-video-container>section.search>form fieldset {
		margin: 0 auto;
		border-radius: 50px;
		width: 450px;
		height: 50px;
	}
	
	#book-video-container>section.search>form fieldset input.search-input {
		padding: 0 20px;
		width: calc(100% - 50px);
		height: 40px;
		font-size: 16px;
		line-height: 16px;
		color: #333;
	}
	
	#book-video-container>section.search>form fieldset button.search-btn {
		width: 50px;
		height: 50px;
	}
	
	#book-video-container>section.search>form fieldset button.search-btn i {
		font-size: 16px;
	}
	
	
	/*레벨별 카테고리*/
	
	#book-video-container>section.level-category {
		grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
		column-gap: 10px;
		row-gap: 10px;
	}
	
	#book-video-container>section.level-category button {
		border-radius: 5px;
		height: 40px;
		font-size: 14px;
	}
	
	
	/*원서 시리즈 목록*/
	
	#book-video-container>section.book-set-list .seriesBox.noData,
	#book-video-container>section.book-series-list .seriesBox.noData,
	#book-video-container>section.video-set-list .seriesBox.noData{
		grid-column:1 / span 6;
	}
	#book-video-container>section.video-series-list .seriesBox.noData{
		grid-column:1 / span 5;
	}
	#book-video-container>section.book-set-list {
		grid-template-columns: repeat(6, 1fr);
		column-gap: 18px;
		row-gap: 20px;
		padding: 20px 0 0 0;
	}
	
	#book-video-container>section.book-set-list .series-wrap {
		border-radius: 5px;
	}
	
	#book-video-container>section.book-set-list .series-wrap .series-cover {
		padding: 0;
		width: 126px;
		height: 189px;
		overflow: hidden;
	}
	
	#book-video-container>section.book-set-list .series-wrap .series-cover img {
		max-width: 126px;
	}
	
	#book-video-container>section.book-set-list .series-wrap .series-title {
		padding: 0 10px;
		border-top: 1px solid #eee;
		background-color: #fff;
		width: 100%;
		height: 55px;
	}
	
	#book-video-container>section.book-set-list .series-wrap .series-title p {
		font-size: 14px;
		line-height: 18px;
	}
	
	
	/*북시리즈별 리스트*/
	
	#book-video-container>section.book-series-list {
		grid-template-columns: repeat(6, 1fr);
		column-gap: 18px;
		row-gap: 20px;
		padding: 20px 0 0 0;
	}
	
	#book-video-container>section.book-series-list .series-wrap {
		border-radius: 5px;
	}
	
	#book-video-container>section.book-series-list .series-wrap .series-cover {
		padding: 0;
		width: 126px;
		height: 189px;
	}
	
	#book-video-container>section.book-series-list .series-wrap .series-cover img {
		max-width: 126px;
	}
	
	#book-video-container>section.book-series-list .series-wrap .series-title {
		padding: 0 10px;
		border-top: 1px solid #eee;
		background-color: #fff;
		width: 100%;
		height: 55px;
	}
	
	#book-video-container>section.book-series-list .series-wrap .series-title p {
		font-size: 14px;
		line-height: 18px;
	}
	
	
	/*디테일 토글 - 모바일*/
	
	#book-video-container section.book-series-detail-m.tablet {
		display: none;
	}
	
	
	/*디테일 토글 - pc*/
	
	#book-video-container section.book-series-detail-pc{
		grid-column: 1/ span 6;
	}
	#book-video-container section.book-series-detail-pc {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
		margin-top: 20px;
		width: 1200px;
		border: 2px solid #31A5FF;
		border-radius: 10px;
	}
	
	#book-video-container section.book-series-detail-pc .book-contents {
		display: flex;
		flex-direction: row;
		align-items: center;
		width: calc(100% - 340px);
	}
	
	#book-video-container section.book-series-detail-pc .book-contents .book-cover {
		position: relative;
		width: 146px;
		min-width: 146px;
	}
	
	#book-video-container section.book-series-detail-pc .book-contents .book-cover .icon-wrap {
		position: absolute;
		left: 5px;
		top: 5px;
	}
	
	#book-video-container section.book-series-detail-pc .book-contents .book-cover .icon-wrap span.new {
		display: inline-block;
		padding: 0;
		margin: 0;
		width: 40px;
		height: 20px;
		background: rgba(0, 0, 0, .7);
		border-radius: 30px;
		text-align: center;
		color: #F09B38;
		font-weight: 600;
		font-size: 9px;
		line-height: 20px;
		letter-spacing: normal;
	}
	
	#book-video-container section.book-series-detail-pc .book-contents .book-info {
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding-left: 15px;
	}
	
	#book-video-container section.book-series-detail-pc .book-contents .book-info>div {
		color: #333;
		font-family: 'OpenSansSB', 'Pretendard';
		font-size: 14px;
		letter-spacing: 0;
	}
	
	#book-video-container section.book-series-detail-pc .book-contents .book-info>div span {
		display: inline-block;
		margin-right: 10px;
		padding: 0;
		width: 80px;
		height: 22px;
		line-height: 22px;
		background-color: #EDF7FF;
		border: 1px solid #31A5FF;
		border-radius: 30px;
		color: #31A5FF;
		text-align: center;
		font-family: 'OpenSansM', 'Pretendard';
		font-size: 13px;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity {
		display: flex;
		flex-direction: row;
		justify-content: left;
		align-items: center;
		gap: 20px;
		width: 340px;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity {
		display: flex;
		flex-direction: row;
		justify-content: left;
		align-items: center;
		gap: 20px;
		width: 340px;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .eBook,
	#book-video-container section.book-series-detail-pc .book-activity .voca,
	#book-video-container section.book-series-detail-pc .book-activity .quiz,
	#book-video-container section.book-series-detail-pc .book-activity .video,
	#book-video-container section.book-series-detail-pc .book-activity .lecture {
		width: 70px;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .eBook a {
		display: block;
		position: relative;
		width: 70px;
		height: 70px;
		background-color: #EC667A;
		border-radius: 50%;
		text-align: center;
		color: #fff;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .voca a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 70px;
		height: 70px;
		background-color: #6C96F7;
		border-radius: 50%;
		text-align: center;
		color: #fff;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .voca a div {
		font-family: 'TmoneyRoundWindExtraBold';
		font-size: 12px;
		color: #fff;
		text-align: center;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .quiz a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 70px;
		height: 70px;
		background-color: #F09B38;
		border-radius: 50%;
		text-align: center;
		color: #fff;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .quiz a i {
		font-size: 20px;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .voca a span,
	#book-video-container section.book-series-detail-pc .book-activity .quiz a span {
		font-family: 'TmoneyRoundWindExtraBold', 'Noto Sans KR', sans-serif;
		font-size: 16px;
		color: #fff;
		text-align: center;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .video a {
		display: block;
		position: relative;
		width: 70px;
		height: 70px;
		background-color: #EC667A;
		border-radius: 50%;
		text-align: center;
		color: #fff;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .lecture a {
		display: block;
		position: relative;
		width: 70px;
		height: 70px;
		background-color: #CC89F8;
		border-radius: 50%;
		text-align: center;
		color: #fff;
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .eBook a i,
	#book-video-container section.book-series-detail-pc .book-activity .video a i,
	#book-video-container section.book-series-detail-pc .book-activity .lecture a i {
		font-size: 30px;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	#book-video-container section.book-series-detail-pc .book-activity .eBook p,
	#book-video-container section.book-series-detail-pc .book-activity .voca p,
	#book-video-container section.book-series-detail-pc .book-activity .quiz p,
	#book-video-container section.book-series-detail-pc .book-activity .video p,
	#book-video-container section.book-series-detail-pc .book-activity .lecture p {
		text-align: center;
		color: #666;
		font-size: 12px;
		font-weight: 500;
	}
	
	/*레벨별 카테고리 - 비디오*/
	
	#book-video-container>section.level-category-video {
		grid-template-columns: repeat(5, 1fr);
		column-gap: 10px;
	}
	
	#book-video-container>section.level-category-video button {
		border-radius: 10px;
		height: 40px;
		font-size: 14px;
		font-weight: 500;
	}
	
	#book-video-container>section.level-category-video button br {
		display: none;
	}
	
	
	/*비디오 시리즈 목록*/
	
	#book-video-container>section.video-set-list {
		grid-template-columns: repeat(6, 1fr);
		column-gap: 18px;
		row-gap: 18px;
		padding: 20px 0;
	}
	
	#book-video-container>section.video-set-list .series-wrap {
		height: 173px;
		border-radius: 10px;
	}
	
	#book-video-container>section.video-set-list .series-wrap .series-cover {
		margin: 10px auto;
		width: 100px;
		height: 100px;
	}
	
	#book-video-container>section.video-set-list .series-wrap .series-title {
		height: 50px;
	}
	
	#book-video-container>section.video-set-list .series-wrap .series-title p {
		font-size: 14px;
		line-height: 18px;
	}
	
	
	/*비디오 시리즈별 리스트*/
	
	#book-video-container>section.video-series-list {
		grid-template-columns: repeat(5, 1fr);
		column-gap: 15px;
		row-gap: 15px;
		padding: 20px 0;
		text-align: center;
	}
	
	#book-video-container>section.video-series-list .series-wrap {
		border-radius: 10px;
	}
	
	
	/*비디오 시리즈 디테일*/
	
	#book-video-container>section.video-detail .video-detail-top {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 20px;
		width: 800px;
		margin: 0 auto;
		padding-bottom: 2rem;
	}
	
	#book-video-container>section.video-detail .video-detail-top .coverimg {
		width: 250px;
	}

	#book-video-container>section.video-detail .video-detail-top>p {
		text-align: initial;
	}
}
#bookActivityBG{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:1000;
}
#bookActivityBox{
	position:fixed;
	top:50%;
	left:50%;
	width:960px;
	height:600px;
	transform:translate(-50%,-50%);
	background-color:#ffffff;
	z-index:1010;
}
#bookActivityBox .contentBox {
	height: 530px;
	overflow: auto;
}
.vbox-close{
	display:none;
}
#bookActivityBox ul.book-youtube-column:after,
#bookActivityBox ul.book-youtube-column:before{
	display:none;
}

.col-main{
	width:100%;
}

@media(max-width:960px){
	#bookActivityBox{
		width:100%;
		left:0;
		transform:translateY(-50%);
		padding:10px;
	}
}