@charset "UTF-8";
.course {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 16px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 16px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #f9f9ff;
	margin-bottom: 40px;
}
.course .main {
	padding: 20px;
}
.course .main .title {
	margin-bottom: 8px;
	font-size: 28px;
	padding-bottom: 8px;
	border-bottom: 1px solid #32ab47;
	color: #004d19;
	font-weight: normal;
	width: auto;
}
.course .main .description h2 {
	font-size: 18px;
	margin: 12px 0 8px 0;
}
.course .main .description p {
	margin-bottom: 8px;
}
.course .main .description ul {
	list-style-type: none;
}
.course .main .description ul li {
	position: relative;
	margin-bottom: 8px;
}
.course .main .description ul li:before {
    content: "✔︎";
	color: green;
	font-weight: bold;
	position: absolute;
	left: -25px;
}
.course .main .description .target {
	border: 1px solid rgba(255, 0, 0, 0.4);
	border-radius: 9999px;
	padding: 1px 5px 1px 6px;
	background-color: rgba(255, 0, 0, 0.2);
	margin-right: 6px;
	font-size: 15px;
	color: #0f0f9f;
	vertical-align: 5%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.course .right {
	width: 300px;
	float: right;
	margin-bottom: 6px;
	background-color: #f9f9ff;
}
.course .right .thumbnail {
	padding: 20px 20px 14px;
}
.course .right .thumbnail img {
	width: 100%;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	background-color: white;
}
.course .right h2 {
	font-size: 18px;
	margin: 0 20px;
	text-align: right;
}
.course .right .price {
	background-color: #8d90f7;
	margin: 8px 20px 14px 20px;
	border-radius: 24px 0;
	position: relative;
	height: 100px;
	display: block;
	color: white;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.course .right .price:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 24px 0;
	background-color: #f7908d;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(82% -2%, 52% 102%, 102% 102%, 102% -2%);
	clip-path: polygon(82% -2%, 52% 102%, 102% 102%, 102% -2%);
}
.course .right .price:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 24px 0;
	background-color: rgba(255, 255, 255, 0.2);
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}
.course .right .price:hover:before, .course .right .price:focus:before, .course .right .price:active:before {
	display: block;
}
.course .right .price .first {
	position: absolute;
	top: 12px;
	left: 24px;
}
.course .right .price .second {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 1;
}
.course .right .price .dollar {
	position: relative;
	bottom: 18px;
}
.course .right .price .fee {
	position: relative;
	font-size: 44px;
	left: 2px;
}
.course .right .price .number {
	position: relative;
	right: 4px;
	font-size: 44px;
}
.english .course .right .price:after {
	-webkit-clip-path: polygon(69% -2%, 39% 102%, 102% 102%, 102% -2%);
	clip-path: polygon(69% -2%, 39% 102%, 102% 102%, 102% -2%);
}
.english .course .right .price .dollar {
	bottom: 12px;
}
.english .course .right .price .fee, .english .course .right .price .number {
	font-size: 36px;
}
.english .course .right h2 {
	font-size: 16px;
}
.course .right .price.two-digits:after {
	-webkit-clip-path: polygon(78% -2%, 48% 102%, 102% 102%, 102% -2%);
	clip-path: polygon(78% -2%, 48% 102%, 102% 102%, 102% -2%);
}
.course .right .price.two-digits .number {
	font-size: 40px;
}
.course .right .price.three-digits:after {
	-webkit-clip-path: polygon(74% -2%, 44% 102%, 102% 102%, 102% -2%);
	clip-path: polygon(74% -2%, 44% 102%, 102% 102%, 102% -2%);
}
.course .right .price.three-digits .first {
	left: 30px;
}
.course .right .price.three-digits .second {
	right: 28px;
}
.english .course .right .price.two-digits .first {
	top: 10px;
	left: 22px;
}
.english .course .right .price.two-digits:after {
	-webkit-clip-path: polygon(66% -2%, 36% 102%, 102% 102%, 102% -2%);
	clip-path: polygon(66% -2%, 36% 102%, 102% 102%, 102% -2%);
}
.english .course .right .price.two-digits .number {
	font-size: 32px;
}
.english .course .right .price.three-digits:after {
	-webkit-clip-path: polygon(65% -2%, 35% 102%, 102% 102%, 102% -2%);
	clip-path: polygon(65% -2%, 35% 102%, 102% 102%, 102% -2%);
}
.english .course .right .price.three-digits .dollar {
	bottom: 15px;
}
.english .course .right .price.three-digits .fee, .english .course .right .price.three-digits .number {
	font-size: 40px;
}