@charset "utf-8";

.font-red {
	color: #FF6C6C;
}

.font-skyblue {
	color: #94CEF6;
}

.font-purple {
	color: #CFB6ED;
}

.font-silver {
	color: #999;
}

.font-line {
	text-decoration: line-through;
}

.font-point {
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 18px;
}

.font-weight-regular {
    font-weight: 400;
}

#ts-speaking > h1,
#ts-speaking > h2,
#ts-speaking > div,
#ts-speaking > p,
#ts-speaking > table,
#ts-speaking > th,
#ts-speaking > td,
#ts-speaking > fieldset,
#ts-speaking > input,
#ts-speaking > button,
#ts-speaking > select,
#ts-speaking > a {
	font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #444;
	box-sizing:	border-box;
}


/* Default CSS */
/* Mobile -	Portrait 575px 이하 */

#ts-speaking {
	margin: 0 20px ;
}

#ts-speaking>.container {
	position: relative;
	width: 100%;
}


@media(min-width:1280px){
	#ts-speaking {
		width: 1000px;
		margin: 0 auto 200px;
	}
}


/*Common*/

#ts-speaking>.container section.contents-wrap { /*컨텐츠 섹션*/
	position: relative;
}

#ts-speaking>.container hr { /*구분선*/
	height:1px;
	opacity: 1;
	border-top:	1px	solid #ddd;
	margin-top:	30px;
	margin-bottom: 30px;
	background:	transparent;
}

#ts-speaking>.container hr.subline { /*구분선*/
    height:1px;
	opacity: 1;
	border-top:	1px	dashed #ddd;
	margin-top:	30px;
	margin-bottom: 30px;
	background:	transparent;
}

#ts-speaking>.container hr:not([size]){
	height:	1px;
}

#ts-speaking>.container hr.line-fiction {
	margin-top: 0;
}


#ts-speaking>.container section.contents-wrap>h1.title { /*타이틀영역 텍스트*/
	margin: 35px 0 25px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 800;
}

#ts-speaking>.container section.contents-wrap>h2.title-2depth {
	margin: 35px 0 25px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
}

#ts-speaking>.container section.contents-wrap>h3.title-3depth {
	text-align: center;
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 16px;
	color: #31A5FF;
	line-height: 24px;
}

#ts-speaking>.container section.contents-wrap>h4.title-4depth {
    text-align: center;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
    font-size: 14px;
    color: #7BC5FF;
    line-height: 22px;
}

#ts-speaking>.container section.contents-wrap>.description p {
	letter-spacing: -0.5px;
	line-height: 20px;
	text-align: justify;
}

#ts-speaking>.container section.contents-wrap>.description p.point {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
}

#ts-speaking>.container section.contents-wrap>.description p br {
	display: none;
}

#ts-speaking>.container section.contents-wrap .bnn-intro { /*타이틀영역 배너*/
	text-align: center;
	object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .graph-intro-m {
	display: block;
	text-align: center;
	object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .graph-intro-pc {
	display: none;
	text-align: center;
	object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .graph-intro-m > img,
#ts-speaking>.container section.contents-wrap .graph-intro-pc > img {
	width: 80%;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll {
	position: relative;
	overflow-x: auto;
}


@media(min-width:1280px){
	#ts-speaking>.container hr { /*구분선*/
		margin-top:	50px;
		margin-bottom: 50px;
	}
	
	
	#ts-speaking>.container section.contents-wrap>h1.title { /*타이틀영역 텍스트*/
		font-size: 30px;
	}
	
	#ts-speaking>.container section.contents-wrap>h2.title-2depth {
		margin: 35px 0 25px 0;
		text-align: center;
		font-size: 20px;
		font-weight: 800;
	}
	
	#ts-speaking>.container section.contents-wrap>h3.title-3depth {
		text-align: center;
		font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
		font-size: 16px;
		color: #31A5FF;
	}
	
	#ts-speaking>.container section.contents-wrap>.description p {
		letter-spacing: -0.5px;
		line-height: 20px;
		text-align: center;
	}
	
	#ts-speaking>.container section.contents-wrap>.description p br {
		display: block;
	}
	
	#ts-speaking>.container section.contents-wrap .fic-choice {
		width: 50%;
	}
	
	#ts-speaking>.container section.contents-wrap .graph-intro-m {
		display: none;
	}
	
	#ts-speaking>.container section.contents-wrap .graph-intro-pc {
		display: block;
	}
	
	#ts-speaking>.container section.contents-wrap .vertical-scroll {
		overflow-x: hidden;
	}
}


/*정규수업, 특강 탭*/

#ts-speaking>.container section.sub-tab-scroll {
	overflow-x: auto;
	padding: 20px 0;
	border-bottom: 1px dotted #31A5FF;
}

#ts-speaking>.container section.sub-tab-scroll .sub-tab {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px;
}

#ts-speaking>.container section.sub-tab-scroll .special {
	justify-content: center;
}

#ts-speaking>.container section.sub-tab-scroll .sub-tab a {
	flex: none;
	flex-grow: 0;
	text-align: center;
}

#ts-speaking>.container section.sub-tab-scroll .sub-tab a img {
	width: 60px;
}

#ts-speaking>.container section.sub-tab-scroll .sub-tab a p {
	font-size: 14px;
}
#ts-speaking>.container section.sub-tab-scroll .sub-tab a.active p {
	color:#31A5FF;
}


@media(min-width:1280px){
	#ts-speaking>.container section.sub-tab-scroll .sub-tab {
		justify-content: center;
	}
}


/*테이블*/

#ts-speaking>.container table caption {
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

#ts-speaking>.container section.contents-wrap .table-title-bg {
	background-color: #F3FAFF;
}

#ts-speaking>.container section.contents-wrap .table-point-bg {
	background-color: #31a5ff;
	color: #fff;
}

#ts-speaking>.container section.contents-wrap .table-txt-point {
	color: #31A5FF;
	font-weight: 700;
}

#ts-speaking>.container section.contents-wrap .table-m,
#ts-speaking>.container section.contents-wrap .table-pc {
	width: 100%;
	border-radius: 20px;
	border: 2px solid #94CEF6;
	overflow: hidden;
}

#ts-speaking>.container section.contents-wrap .table-m table,
#ts-speaking>.container section.contents-wrap .table-pc table {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
	table-layout: fixed;
	word-wrap: break-word;
	border-spacing: 0 5px;
}

#ts-speaking>.container section.contents-wrap .table-m table td,
#ts-speaking>.container section.contents-wrap .table-m table th,
#ts-speaking>.container section.contents-wrap .table-pc table td,
#ts-speaking>.container section.contents-wrap .table-pc table th {
	border: 1px solid #C7E8FF;
}

#ts-speaking>.container section.contents-wrap .table-m table thead th,
#ts-speaking>.container section.contents-wrap .table-pc table thead th {
	height: 40px;
	vertical-align: middle;
}

#ts-speaking>.container section.contents-wrap .table-m table tbody th,
#ts-speaking>.container section.contents-wrap .table-m table tbody td,
#ts-speaking>.container section.contents-wrap .table-m table tfoot td {
	padding: 10px 0;
	height: auto;
	vertical-align: middle;
}

#ts-speaking>.container section.contents-wrap .table-pc table tbody th,
#ts-speaking>.container section.contents-wrap .table-pc table tbody td,
#ts-speaking>.container section.contents-wrap .table-pc table tfoot td {
	padding: 10px;
	height: auto;
	vertical-align: middle;
}

#ts-speaking>.container section.contents-wrap .table-m .txt-position,
#ts-speaking>.container section.contents-wrap .table-pc .txt-position {
	padding: 5px 10px;
	text-align: justify;
}

#ts-speaking>.container section.contents-wrap .table-m .img-size,
#ts-speaking>.container section.contents-wrap .table-pc .img-size {
	max-width: 160px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-red,
#ts-speaking>.container section.contents-wrap .table-pc .bg-red {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background: #FF7593;
	border-radius: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-purple,
#ts-speaking>.container section.contents-wrap .table-pc .bg-purple {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background: #AA7FDC;
	border-radius: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-orange,
#ts-speaking>.container section.contents-wrap .table-pc .bg-orange {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background: #FF8165;
	border-radius: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-green,
#ts-speaking>.container section.contents-wrap .table-pc .bg-green {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background: #30CAA5;
	border-radius: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-blue,
#ts-speaking>.container section.contents-wrap .table-pc .bg-blue {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background: #5CBDFF;
	border-radius: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-red-outline,
#ts-speaking>.container section.contents-wrap .table-pc .bg-red-outline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background-color: #fff;
	border: 1px solid #FF7593;
	border-radius: 40px;
	color: #FF7593;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-purple-outline,
#ts-speaking>.container section.contents-wrap .table-pc .bg-purple-outline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background-color: #fff;
	border: 1px solid #AA7FDC;
	border-radius: 40px;
	color: #AA7FDC;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-orange-outline,
#ts-speaking>.container section.contents-wrap .table-pc .bg-orange-outline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background-color: #fff;
	border: 1px solid #FF8165;
	border-radius: 40px;
	color: #FF8165;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-green-outline,
#ts-speaking>.container section.contents-wrap .table-pc .bg-green-outline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background-color: #fff;
	border: 1px solid #30CAA5;
	border-radius: 40px;
	color: #30CAA5;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .bg-blue-outline,
#ts-speaking>.container section.contents-wrap .table-pc .bg-blue-outline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto 0 auto;
	padding: 5px 0;
	width: calc(100% - 10px);
	height: auto;
	background-color: #fff;
	border: 1px solid #5CBDFF;
	border-radius: 40px;
	color: #5CBDFF;
	font-weight: 400;
	line-height: 18px;
}

#ts-speaking>.container section.contents-wrap .table-m .fic-lv,
#ts-speaking>.container section.contents-wrap .table-pc .fic-lv {
	height: 28px;
	border-radius: 30px;
}

#ts-speaking>.container section.contents-wrap .table-m .btn-view-fiction,
#ts-speaking>.container section.contents-wrap .table-pc .btn-view-fiction {
	display: inline-block;
	margin-left: 5px;
	width: 75px;
	height: 24px;
	line-height: 24px;
	background-color: #31A5FF;
	border-radius: 30px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#ts-speaking>.container section.contents-wrap .table-m .ex-book,
#ts-speaking>.container section.contents-wrap .table-pc .ex-book {
	display: grid;
	grid-template-columns: repeat(3, 70px);
	gap: 5px;
	margin: 10px 0;
}

#ts-speaking>.container section.contents-wrap .table-pc {
	display: none;
}

#ts-speaking>.container section.contents-wrap .table-info p {
	padding-top: 10px;
	font-size: 13px;
	color: #999;
	text-align: justify;
}

#ts-speaking>.container section.contents-wrap .table-info .url a {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	background-color: #999;
	border-radius: 30px;
	font-size: 13px;
	color: #fff;
}

#ts-speaking>.container section.contents-wrap .table-info .url a:hover,
#ts-speaking>.container section.contents-wrap .table-info .url a:active {
	background-color: #666666;
}


@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .table-pc {
		display: block;
	}
	
	#ts-speaking>.container section.contents-wrap .table-m {
		display: none;
	}
}


/*교재소개*/

#ts-speaking>.container section.contents-wrap .teaching-material {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

#ts-speaking>.container section.contents-wrap .teaching-material:last-child {
	border-bottom: none;
}

#ts-speaking>.container section.contents-wrap .teaching-material .book-img {
	position: relative;
	object-fit: contain;
	margin: 0 auto;
	max-width: 320px;
	padding-right: 50px;
}

#ts-speaking>.container section.contents-wrap .teaching-material .book-img .more-view {
	position: absolute;
	left: 60%;
	top: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	cursor: pointer;
}

#ts-speaking>.container section.contents-wrap .teaching-material .book-img .more-view i {
	color: #fff;
	font-size: 16px;
}

#ts-speaking>.container section.contents-wrap .teaching-material .book-img img {
	width: 100%;
}

#ts-speaking>.container section.contents-wrap .teaching-material .book-info {
	display: grid;
	grid-template-columns: 90px 1fr;
	row-gap: 10px;
	column-gap: 5px;
}

#ts-speaking>.container section.contents-wrap .teaching-material .book-info > div > span {
	display: inline-block;
	margin-right: 5px;
	width: 90px;
	height: 24px;
	line-height: 24px;
	border-radius: 30px;
	background-color: #31A5FF;
	color: #fff;
	font-size: 14px;
	text-align: center;
}


@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .teaching-material {
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		justify-content: center;
		width: 950px;
		margin: 0 auto;
	}
}



/*학습구성*/

#ts-speaking>.container section.contents-wrap .component-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	justify-content: center;
}

#ts-speaking>.container section.contents-wrap .component-wrap img {
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .component-wrap span {
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 18px;
	color: #31A5FF;
}

#ts-speaking>.container section.contents-wrap .component-wrap p {
	line-height: 20px;
}

#ts-speaking>.container section.contents-wrap .component-wrap p.point {
	font-size: 15px;
	font-weight: 700;
}

@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .component-wrap {
		gap: 30px;
	}
}



/*학습대상*/

#ts-speaking>.container section.contents-wrap .learn-object-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: top;
	gap: 30px;
	width: 100%;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	width: 100%;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>div {
	border-radius: 20px;
	width: 130px;
	height: 130px;
	object-fit: fill;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>div.bg-yellow {
	background-color: #FFFCDD;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>div.bg-red {
	background-color: #FFEDDC;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>div.bg-purple {
	background-color: #F4EAFF;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>div.bg-blue {
	background-color: #E4F3FF;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>div.bg-green {
    background-color: #D7FBE5;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>p {
	display: inline-block;
	width: calc(100% - 130px);
	margin-top: 10px;
	line-height: 20px;
	text-align: left;
	letter-spacing: -0.5px;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>p span {
	display: inline-block;
	margin: 5px 0;
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 18px;
	color: #31A5FF;
}


@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .learn-object-wrap {
		flex-direction: row;
		gap: 40px;
		/*
		flex-direction: row;
        justify-content: space-between;
		*/
	}
	
	#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object {
		/*
		flex-direction: column;
		justify-items: center;
		gap: 10px;
		width: 280px;
		*/
		flex-direction: column;
        justify-items: center;
        gap: 10px;
        width: 130px;
	}
	
	#ts-speaking>.container section.contents-wrap .learn-object-wrap .learn-object>p {
		text-align: center;
		width: 100%;
        word-break: keep-all;
        overflow: hidden;
	}
	
}



/*학습목표*/

#ts-speaking>.container section.contents-wrap .goal-box-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: left;
	align-items: top;
	gap: 20px;
	margin: 0 auto;
}

#ts-speaking>.container section.contents-wrap .goal-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
	width: 100%;
	height: auto;
	border-radius: 20px;
	border: 1px solid #eaeaea;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

#ts-speaking>.container section.contents-wrap .goal-box i {
	margin-top: 7px;
	font-size: 22px;
	color: #31A5FF;
}

#ts-speaking>.container section.contents-wrap .goal-box p {
	font-weight: 500px;
	line-height: 22px;
	text-align: justify;
}

#ts-speaking>.container section.contents-wrap .goal-box p span {
	font-size: 16px;
	font-weight: 800;
	color: #31A5FF;
}


@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .goal-box-wrap {
		flex-direction: row;
		justify-content: center;
		gap: 30px;
	}
	
	#ts-speaking>.container section.contents-wrap .goal-box {
		flex-direction: column;
		padding: 20px;
		width: 280px;
	}
}



/*학습과정*
#ts-speaking>.container section.contents-wrap .learn-course-wrap {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: top;
	gap: 20px;
	margin: 0 auto;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	width: 100%;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .circle-box {
	background-color: #E4F3FF;
	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	object-fit: contain;
}



#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box span {
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 18px;
	color: #31A5FF;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box p {
	line-height: 20px;
	text-align: justify;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box p.point {
	font-size: 15px;
	font-weight: 700;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box br {
	display: none;
}

@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .learn-course-wrap {
		flex-direction: row;
		justify-content: center;
	}
	
	#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course {
		flex-direction: column;
		align-items: top;
		justify-content: center;
		width: 280px;
		text-align: center;
	}
	
	#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box p {
		text-align: center;
	}
}

/*학습과정*/
#ts-speaking>.container section.contents-wrap .learn-course-wrap {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: top;
	gap: 20px;
	margin: 0 auto;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course {
	display: grid;
	grid-template-columns: 100px auto;
	gap: 10px;
	align-items: center;
	justify-content: left;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .circle-box {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background-color: #E4F3FF;
	border-radius: 50%;
	object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box span {
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 18px;
	color: #31A5FF;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box p {
	line-height: 20px;
	text-align: left;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box p.point {
	font-size: 15px;
	font-weight: 700;
}

#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box br {
	display: none;
}

@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .learn-course-wrap {
		flex-direction: row;
		justify-content: center;
	}
	
	#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course {
		display: grid;
		grid-template-columns: 200px;
		grid-template-rows: 100px auto;
		gap: 20px;
		align-items: top;
	}
	
	#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box span {
		display: inline-block;
		width: 100%;
		text-align: center;
		font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
		font-size: 18px;
		color: #31A5FF;
	}

	#ts-speaking>.container section.contents-wrap .learn-course-wrap .learn-course .text-box p {
		text-align: center;
	}
}

/*교재 미리보기*/

#ts-speaking>.container section.contents-wrap .preview-title {
    padding: 30px 0;
    text-align: center;
}

#ts-speaking>.container section.contents-wrap .preview-title span {
    display: inline-block;
    padding: 8px 15px 5px 15px;
    border-radius: 30px;
    background-color: #31A5FF;
    color: #fff;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
    font-size: 16px;
    line-height: 16px;
}

#ts-speaking>.container section.contents-wrap .preview-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
    row-gap: 20px;
}

#ts-speaking>.container section.contents-wrap .preview-wrap .preview {
    position: relative;
}

#ts-speaking>.container section.contents-wrap .preview-wrap .preview .more-view {
    position: absolute;
    left: 70%;
    top: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    cursor: pointer;
}

#ts-speaking>.container section.contents-wrap .preview-wrap .preview .more-view i {
    color: #fff;
}

#ts-speaking>.container section.contents-wrap .preview-wrap .preview img {
    margin-bottom: 10px;
    object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .preview-wrap .preview p {
    line-height: 20px;
    text-align: center;
}

#ts-speaking>.container section.contents-wrap .preview-wrap .preview p.point {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
    font-size: 18px;
    color: #31A5FF;   
    font-weight: 600;
    text-align: center;
}

/*신규컨텐츠 only*/

#ts-speaking>.container section.contents-wrap form.search-new-contents {
	width: 100%;
}

#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset {
	display: grid;
	grid-template-columns: 120px auto;
	gap: 10px;
}

#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset legend {
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset select {
	border: 1px solid #ddd;
	border-radius: 10px;
}

#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset .input-wrap {
	display: flex;
	flex-direction: row;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}

#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset .input-wrap input.search-input {
	padding-left: 5px;
	border: none;
	width: calc(100% - 40px);
	line-height: 14px;
}

#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset .input-wrap button.search-btn {
	content: "";
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	text-align: center;
}

#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset .input-wrap input::placeholder,
#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset .input-wrap button.search-btn i {
	color: #999;
}

#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset .input-wrap input:focus,
#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset .input-wrap input:hover {
	outline: none;
}

#ts-speaking>.container section.contents-wrap .newContentsViewWrapper {
	/* 신규 컨텐츠 내용 */
	margin-top:20px;
}

#ts-speaking>.container section.contents-wrap .left-button {/*관리자 전용 버튼*/
	margin-top: 10px;
}

#ts-speaking>.container section.contents-wrap .bnn-new-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 10px 0;
	width: 100%;
}

#ts-speaking>.container section.contents-wrap .bnn-new-list>div {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
}

#ts-speaking>.container section.contents-wrap .bnn-new-list>div:nth-child(4) {
	display: none;
}

#ts-speaking>.container section.contents-wrap .bnn-new-list>div.noData {
	grid-column:1 / span 3;
	padding:50px 0;
	text-align:center;
	font-size:2rem;
}

#ts-speaking>.container section.contents-wrap .bnn-new-list a.bnn {
	border-radius: 10px;
	overflow: hidden;
}

#ts-speaking>.container section.contents-wrap .new-ts-curriculum-wrap{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

/*
#ts-speaking>.container section.contents-wrap .new-ts-curriculum {
	padding: 20px;
	border-radius: 20px;
	background-color: #fafafa;
	text-align: center;
}
*/

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table {
	width: 1000px;
	border-radius: 20px;
	border: 2px solid #94CEF6;
	overflow: hidden;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table table {
	border-collapse: collapse;
	border-style: hidden;
	table-layout: fixed;
	word-wrap: break-word;
	border-spacing: 0 5px;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table td,th {
	border: 1px solid #C7E8FF;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table thead th {
	height: 40px;
	vertical-align: middle;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table tbody th,
#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table tbody td {
	height: 100px;
	vertical-align: middle;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table thead tr:first-child {
	background-color: #31A5FF;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table thead tr:nth-child(3),
#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table tbody tr:nth-of-type(even) {
	background-color: #F3FAFF;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table thead tr:first-child th:first-child {
	background-color: #F3FAFF;
	color: #444;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table thead tr:first-child th {
	color: #fff;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table a.view-class {
	display: inline-block;
	margin-top: 3px;
	width: 80px;
	height: 24px;
	line-height: 24px;
	background-color: #E4F3FF;
	border: 1px solid #31A5FF;
	border-radius: 30px;
	color: #31A5FF;
	text-align: center;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table .txt-phonics {
	margin: 0 auto;
	padding: 5px;
	background-color: #5CBDFF;
	border-radius: 10px;
	color: #fff;
	width: 70px;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table .txt-basic {
	margin: 0 auto;
	padding: 5px;
	background-color: #FF7593;
	border-radius: 30px;
	color: #fff;
	width: 460px;
	text-align: center;
	font-size: 13px;
	font-weight: 400px;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table .txt-fiction {
	margin: 0 auto;
	padding: 5px;
	background-color: #FF7593;
	border-radius: 30px;
	color: #fff;
	width: 780px;
	text-align: center;
	font-size: 13px;
	font-weight: 400px;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table .txt-speaking {
	margin: 0 auto;
	padding: 5px;
	background-color: #AA7FDC;
	border-radius: 30px;
	color: #fff;
	width: 620px;
	text-align: center;
	font-size: 13px;
	font-weight: 400px;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table .txt-ourworld {
	margin: 0 auto;
	padding: 5px;
	background-color: #FF7593;
	border-radius: 30px;
	color: #fff;
	width: 540px;
	text-align: center;
	font-size: 13px;
	font-weight: 400px;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table .txt-animation {
	margin: 0 auto;
	padding: 5px;
	background-color: #FF7593;
	border-radius: 30px;
	color: #fff;
	width: 460px;
	text-align: center;
	font-size: 13px;
	font-weight: 400px;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table .txt-debate {
	margin: 0 auto;
	padding: 5px;
	background-color: #FF8165;
	border-radius: 30px;
	color: #fff;
	width: 620px;
	text-align: center;
	font-size: 13px;
	font-weight: 400px;
	word-break: keep-all;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .graph-table .txt-suppliment {
	margin: 0 auto;
	padding: 5px;
	background-color: #FF8165;
	border-radius: 30px;
	color: #fff;
	width: 460px;
	text-align: center;
	font-size: 13px;
	font-weight: 400px;
	word-break: keep-all;
}


@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap form.search-new-contents {
		margin: 0 auto;
		width: 660px;
	}
	
	#ts-speaking>.container section.contents-wrap form.search-new-contents fieldset {
		grid-template-columns: 250px auto;
	}
	
	#ts-speaking>.container section.contents-wrap .bnn-new-list {
		grid-template-columns: repeat(4, 1fr);
		margin: 20px auto;
	}
	
	#ts-speaking>.container section.contents-wrap .bnn-new-list>div:nth-child(4) {
		display: block;
	}
	#ts-speaking>.container section.contents-wrap .bnn-new-list>div.noData {
		grid-column:1 / span 4 ;
		font-size:1.5rem;
	}

	#ts-speaking>.container section.contents-wrap .bnn-new-list a.bnn {
		border-radius: 20px;
		overflow: hidden;
	}
	
	
	#ts-speaking>.container section.contents-wrap .new-ts-curriculum-wrap {
		flex-direction: row;
		flex-wrap: nowrap;
	}
}



/*기초회화&패턴 only*/

#ts-speaking>.container section.contents-wrap .talk-intro {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	margin: 0 auto 30px auto;
	width: 100%;
	max-width: 830px;
}

#ts-speaking>.container section.contents-wrap .talk-intro .bg-img {
	width: 50px;
	height: 50px;
	background-color: #31A5FF;
	border-radius: 50%;
	overflow: hidden;
	object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .talk-intro .bg-talk {
	position: relative;
	padding: 5px 10px;
	background-color: #31A5FF;
	border-radius: 15px;
	width: calc(100% - 65px);
}

#ts-speaking>.container section.contents-wrap .talk-intro .bg-talk:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: #31a5ff;
	border-left: 0;
	margin-top: -10px;
	margin-left: -10px;
}

#ts-speaking>.container section.contents-wrap .talk-intro .bg-talk p {
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}


/*영어통합 only*/

#ts-speaking>.container section.contents-wrap .ourworld-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#ts-speaking>.container section.contents-wrap .ourworld-wrap .ourworld-info {
	display: grid;
	grid-template-columns: 90px auto;
	gap: 10px;
	align-items: center;
	width: 100%;
}

#ts-speaking>.container section.contents-wrap .ourworld-wrap .ourworld-info img {
	object-fit: contain;
	border-radius: 50%;
	overflow: hidden;
}

#ts-speaking>.container section.contents-wrap .ourworld-wrap .ourworld-info p {
	line-height: 20px;
	letter-spacing: -0.5px;
	text-align: justify;
}

#ts-speaking>.container section.contents-wrap .ourworld-book-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

#ts-speaking>.container section.contents-wrap .ourworld-book-wrap .ourworld-book .img-box {
	position: relative;
	object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .ourworld-book-wrap .ourworld-book .img-box span {
	position: absolute;
	left: 45%;
	top: 10%;
	width: 42px;
	height: 22px;
	line-height: 22px;
	background-color: #333;
	border-radius: 30px;
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 12px;
	text-align: center;
	color: #fff;
}

#ts-speaking>.container section.contents-wrap .ourworld-book-wrap .ourworld-book p {
	text-align: center;
}


@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .ourworld-wrap {
		flex-direction: row;
	}
	
	#ts-speaking>.container section.contents-wrap .ourworld-wrap .ourworld-info p {
		width: 80%;
	}
}


/*스피킹 심화과정, 애니메이션, 디베이트, DFB VOCA*/
#ts-speaking>.container section.contents-wrap .speaking-info-imgwrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media(min-width:1280px){
    #ts-speaking>.container section.contents-wrap .speaking-info-imgwrap {
        flex-direction: row;
        justify-content: center;
        gap: 50px;
        margin: 0 auto;
        width: unset;
    }

    #ts-speaking>.container section.contents-wrap .speaking-info-imgwrap > div {
        width: 280px;
    }
}




/*원서수업 only*/

#ts-speaking>.container section.contents-wrap .tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	margin-bottom: 20px;
}

#ts-speaking>.container section.contents-wrap .tag .icn-tag {
	display: inline-block;
	flex-shrink: 0;
	padding: 4px 8px;
	border: 1px solid #31A5FF;
	border-radius: 30px;
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	color: #31A5FF;
}

#ts-speaking>.container section.contents-wrap .fic-info-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: top;
	gap: 20px;
	margin: 0 auto;
}

#ts-speaking>.container section.contents-wrap .fic-info-wrap .fic-info {
	object-fit: contain;
	text-align: center;
	width: 90px;
}

#ts-speaking>.container section.contents-wrap .fic-info-wrap .fic-info p {
	line-height: 20px;
	color: #444;
	text-align: center;
}

#ts-speaking>.container section.contents-wrap .fic-choice-wrap {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: top;
	gap: 20px;
	margin: 0 auto;
}

#ts-speaking>.container section.contents-wrap .fic-choice {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	width: 100%;
}

#ts-speaking>.container section.contents-wrap .fic-choice .right-txt p {
	line-height: 20px;
	color: #444;
	text-align: justify;
}

#ts-speaking>.container section.contents-wrap .fic-info img,
#ts-speaking>.container section.contents-wrap .fic-choice img {
	max-width: 90px;
	object-fit: contain;
}

#ts-speaking>.container section.contents-wrap .fic-info span,
#ts-speaking>.container section.contents-wrap .fic-choice .right-txt span {
	display: block;
	font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
	font-size: 18px;
	color: #31A5FF;
}

#ts-speaking>.container section.contents-wrap .fic-goal-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: left;
	align-items: top;
	gap: 20px;
	margin: 0 auto;
}

#ts-speaking>.container section.contents-wrap .btn-box {
	padding-top: 30px;
	width: 100%;
	text-align: center;
}

#ts-speaking>.container section.contents-wrap .btn-box a,
#ts-speaking>.container section.contents-wrap .btn-box a:link,
#ts-speaking>.container section.contents-wrap .btn-box a:visited {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 30px;
	border: 1px solid #31A5FF;
	color: #31A5FF;
}

#ts-speaking>.container section.contents-wrap .btn-box a:hover,
#ts-speaking>.container section.contents-wrap .btn-box a:active {
	background-color: #31A5FF;
	color: #fff;
}

@media(min-width:1280px){
	#ts-speaking>.container section.contents-wrap .fic-info-wrap {
		gap: 40px;
	}
	
	#ts-speaking>.container section.contents-wrap .fic-info-wrap .fic-info {
		width: 150px;
	}
	#ts-speaking>.container section.contents-wrap .fic-choice-wrap {
		flex-direction: row;
		justify-content: center;
	}
	
	#ts-speaking>.container section.contents-wrap .fic-choice {
		width: 400px;
	}
}


/*애니메이션, 디베이트 only*/

#ts-speaking>.container section.contents-wrap .vertical-scroll>table {
	border-collapse: separate;
	border-style: hidden;
	border-spacing: 7px;
	table-layout: fixed;
	width: 100%;
	min-width: 1000px;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll>table th,
#ts-speaking>.container section.contents-wrap .vertical-scroll>table td {
	padding: 10px 15px;
	border-radius: 15px;
	border: transparent;
	color: #fff;
	vertical-align: middle;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll>table td img {
	max-width: 120px;
}


#ts-speaking>.container section.contents-wrap .vertical-scroll .level1-1 {
	background-color: #FF7593;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level1-2 {
	background: #F5C1CD;
	text-align: left;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level1-3 {
	background: #FFECF0;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level2-1 {
	background-color: #AA7FDC;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level2-2 {
	background: #CFB6ED;
	text-align: left;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level2-3 {
	background: #F4EAFF;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level3-1 {
	background-color: #FF8165;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level3-2 {
	background: #FFB5A5;
	text-align: left;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level3-3 {
	background: #FFEDDC;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level4-1 {
	background-color: #65b5ff;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level4-2 {
	background: #9fd1ff;
	text-align: left;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll .level4-3 {
	background: #d7ecff;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll>table a {
	display: inline-block;
	margin-top: 5px;
	width: 77px;
	height: 24px;
	border-radius: 30px;
	line-height: 24px;
	text-align: center;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll>table .url-level1 {
	border: 1px solid #FF7593;
	color: #FF7593;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll>table .url-level2 {
	border: 1px solid #AA7FDC;
	color: #AA7FDC;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll>table .url-level3 {
	border: 1px solid #FF8165;
	color: #FF8165;
}

#ts-speaking>.container section.contents-wrap .vertical-scroll>table .url-level4 {
	border: 1px solid #65b5ff;
	color: #65b5ff;
}