/* start */
#choiceCourseGiftWrap{
	padding: 38px 0;
}
.LandingSalebutton_9{
	text-align: center;
	text-decoration: none;
	border: 1px solid;
	height: 39px;
	padding-top: 8px;
	border-radius: 20px;
}

.landingChoiceContainer {
	width: 100%;
	max-width: 1200px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0 auto;
	font-size: 16px;
}
.landingChoiceHead {
	text-align: center;
	margin-bottom: 27px;
}
.landingCourseGifts{
	padding: 12px;
	margin-bottom: 12px;
}
.landingCourseGiftParent img,.landingCourseGiftChild img{
	width: 90px;
	height: 90px;
}

.landingCourseGifts:last-child{
	margin-bottom: 0px;
}
.landingCourseGiftParent {
	margin-bottom: 35px;
}

.landingCourseGiftParent .landingCourseGiftDetail{
	margin-left: 12px;
	width: calc(100% - 235px);
	line-height: 24px;
}
.landingCourseGiftParent a{
	width: 133px;
}
.landingCourseGiftChild {
	margin-left: 102px;
}

.landingCourseGiftChild .landingCourseGiftDetail{
	margin-left: 12px;
	width: calc(100% - 235px);
	line-height: 24px;
}
.landingCourseGiftChild a{
	width: 133px;
}
.searchResuilt .landingCourseGiftChild {
	margin-bottom: 25px;
}
.groupFilterCourse .landingCourseGiftParent a {
	width: 180px;
	position: relative;
}
.groupFilterCourse .landingCourseGiftChild {
	margin-bottom: 25px;
	display: none;
}
.groupFilterCourse .landingCourseGiftChild:last-child {
	margin-bottom: 0;
}
.groupFilterCourse .landingCourseGiftParent {
	margin-bottom: 0;
	position: relative;
	transition: all 0.2s;
}
.groupFilterCourse .landingCourseGiftParent .groupFilterSelect {
	position: absolute;
	top: 60px;
	left: 102px;
}
.groupFilterCourse .landingCourseGiftParent .landingCourseGiftDetail {
	width: calc(100% - 282px);
}
.comboSelectboxClass {
	margin-right: 23px;
}
.landingChoiceHead > p:nth-child(2){
	margin-bottom: 16px;
}
/*custom label*/
.comboSelectboxClass .labelSelectBox{
	width: 128px;
	cursor: pointer;
}
.comboSelectboxSubjects .labelSelectBox{
	width: 167px;
	cursor: pointer;
}
.landingCourseGiftParent .landingCourseGiftDetail p, .landingCourseGiftChild .landingCourseGiftDetail p {
	text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;
	text-align: justify;
}
.groupFilterCourse .landingCourseGiftParent .landingCourseGiftDetail p {
	text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;
	text-align: justify;
}
.LandingMargin-35 {
	margin-bottom: 35px !important;
	transition: all 0.2s;
}
.groupFilterCourse .landingCourseGiftParent a::after {
	width: 52px;
	height: 28px;
	left: -58px;
	top: 4px;
}

/* custom select box */
.comboOptionSelectBox {
	position: relative;
}
.optionSelectBox {
	border: 1px solid #ebe9e9;
	display: inline-block;
	position: absolute;
	z-index: 0;
	top: 16px;
	transform: translateY(-30px);
	opacity: 0;
	height: 0px;
	overflow: hidden;
	text-align: center;
	border-radius: 7px;
}
.optionSelectBox li {
	padding: 3px;
	transition: all 0.2s;
	cursor: pointer;
	float: left;
	width: calc(50% - 20px);
	margin: 3px 10px;
	border-radius: 20px;

}
.comboOptionShowSelect {
	transform: translateY(0px);
	opacity: 1;
	transition: all 0.2s;
	height: unset;
	overflow: unset;
}
.comboOptionHeadFilterCourse > p {
	margin-right: 72px;
}
.labelSelectBox {
	display: block;
	position: relative;
	padding-top: 4px;
	text-align: center;
	height: 30px;
	z-index: 2;
	border-radius: 22px;
	border: 1px solid #cccccc;
}
.labelSelectBox::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #b7b7b7;
	position: absolute;
	right: 8px;
	top: 13px;
	z-index: 3;
}

.comboSelectboxSubjects .optionSelectBox, .comboSelectboxClass .optionSelectBox {
	width: 233px;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 5px;
	z-index: 1;
}
.groupFilterSelect {
	display: none;
}
/* end custom select */
@media all and ( max-width: 768px ){
	.landingChoiceContainer {
		width: 100%;
		max-width: 768px;
	}
	.landingCourseGifts img {
		width: 70px;
		height: 70px;
	}
	.landingCourseGiftParent .landingCourseGiftDetail, .landingCourseGiftChild .landingCourseGiftDetail, .groupFilterCourse .landingCourseGiftParent .landingCourseGiftDetail {
		margin-left: 12px;
		width: calc(100% - 82px);
	}
	.landingCourseGiftChild {
		margin-left: 0;
	}
	.groupFilterCourse .landingCourseGiftParent {
		padding-bottom: 43px;
	}
	.groupFilterCourse .landingCourseGiftParent .landingCourseGiftDetail {
		width: calc(100% - 82px);
		position: relative;
	}
	.groupFilterCourse .landingCourseGiftParent .groupFilterSelect {
		top: 129px;
		width: 100%;
		left: 0;
	}
	.groupFilterCourse .landingCourseGiftParent {
		margin-bottom: 4px;
		position: relative;
	}
	.landingCourseGiftParent .landingCourseGiftDetail p, .landingCourseGiftChild .landingCourseGiftDetail p {
		text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;
	}
	.groupFilterCourse .landingCourseGiftParent .landingCourseGiftDetail p {
		text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;
	}
	.groupFilterCourse .landingCourseGiftChild .landingCourseGiftDetail p {
		text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;
	}
	.landingCourseGiftParent,.landingCourseGiftChild  {
		position: relative;
	}
	.landingCourseGiftParent a,.landingCourseGiftChild a{
		position: absolute;
		right: 0;
		bottom: -1px;
	}
	.groupFilterCourse .landingCourseGiftParent a {
		position: absolute;
		top:82px;
	}
	.groupFilterCourse .landingCourseGiftChild a {
		bottom: 3px;
	}
	.groupFilterCourse .landingCourseGiftChild {
		padding-bottom: 45px;
		margin-bottom: 12px;
	}
	.LandingMargin-58 {
		margin-bottom: 58px !important;
		transition: all 0.2s;
	}
	.groupFilterCourse .landingCourseGiftParent a::after {
		width: 41px;
		height: 26px;
		left: -51px;
		top: 6px;
	}
}
@media all and ( max-width: 576px ){
	.landingChoiceContainer {
		width: 100%;
		max-width: 576px;
	}


	.landingCourseGiftParent .landingCourseGiftDetail, .landingCourseGiftChild .landingCourseGiftDetail, .groupFilterCourse .landingCourseGiftParent .landingCourseGiftDetail {
		margin-left: 12px;
		width: calc(100% - 102px);
	}
}
@media all and ( max-width: 425px ){
	.landingChoiceContainer {
		width: 100%;
		max-width: 425px;
	}
	.comboSelectboxSubjects .labelSelectBox {
		width: 159px;
		cursor: pointer;
	}
	.groupFilterCourse .landingCourseGiftParent .groupFilterSelect {
		position: absolute;
		top: 124px;
		left: 0;
	}
	.comboSelectboxSubjects .optionSelectBox {
		left:-66px;
	}
	.landingCourseGiftParent a,.landingCourseGiftChild a {
		width: 105px;
		height: 30px;
		font-size: 14px;
		padding-top: 5px;
	}
	.landingCourseGiftParent .landingCourseGiftDetail p, .landingCourseGiftChild .landingCourseGiftDetail p {
		font-size: 14px;
	}
	.groupFilterCourse .landingCourseGiftParent {
		margin-bottom: -3px;
	}
	.groupFilterCourse .landingCourseGiftChild a {
		bottom: 0;
	}
	.groupFilterCourse .landingCourseGiftChild {
		padding-bottom: 35px;
	}
	.LandingMargin-51 {
		margin-bottom: 51px !important;
		transition: all 0.2s;
	}
	.groupFilterCourse .landingCourseGiftParent a::after {
		width: 33px;
		height: 20px;
		left: -42px;
		top: 5px;
	}
}
@media all and ( max-width: 360px ){
	.comboSelectboxSubjects .optionSelectBox {
		left: -74px;
	}

}
@media all and ( max-width: 320px ){
	.comboSelectboxClass .labelSelectBox {
		width: 120px;
		cursor: pointer;
	}
	.comboSelectboxSubjects .labelSelectBox {
		width: 125px;
		cursor: pointer;
	}
	.comboSelectboxSubjects .optionSelectBox {
		left: -108px;
	}
}