#main_spec_CHILD{
	display:none;
}
.main_spec_list{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 40px 0;
	clear: both;
}
.main_spec_list > ._list_item{
	width:100%;
	max-width: Calc(100%/3);
}
.main_spec_list ._list_item > div{
	margin:10px 20px 10px 0;
	display:flex;
}
.main_spec_list._no_letter ._list_item > div{
	margin:0 20px 40px 0;
}
.main_spec_list ._letter{
	min-width: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.078px;
	color: #F17BB4;
	margin-right: 14px;
}
.main_spec_list ._letter + div{
	width:100%;
}

.main_spec_list ._spec_section{
	background-repeat: no-repeat;
	padding-left: 66px;
	background-size: 50px 50px;
	background-position: top left;
}

.main_spec_list a._spec{
	display:block;
	font-weight: 600;
	font-size: 17px;
	line-height: 17px;
	color: #1B1B1B;
	padding:6px 8px;
	float:left;
	clear:both;
	position:relative;
	left:-8px;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main_spec_list._no_letter a._spec{
	font-size: 17px;
}
.main_spec_list a._spec:hover{
	background: #5ED6E7;
	border-radius: 5px;
	color:#000;
}

.main_spec_list li{
	float: left;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main_spec_list li label{
	width: fit-content;
	width: -moz-fit-content;
	display: block;
	margin-bottom: 2px;
	color: #5ED6E7;
	font-weight: 700;
	font-size: 13px;
	padding-right: 15px;
	background:url(image/open_down_green.svg) no-repeat right center;
	cursor: pointer;
}

.main_spec_list li label._active{
	background-image:url(image/close_up_green.svg);
}
.main_spec_list li div{
	display:none;
}
.main_spec_list li div a, .main_spec_list li div span{
	font-weight: 400;
	font-size: 14px !important;
	display: block;
	padding: 8px 0 0;
	cursor: pointer;
	margin-left: 16px;
	position: relative;
	line-height: 16px;
}
.main_spec_list li div a:before, .main_spec_list li div span:before{
	content:'•';
	position:absolute;
	left:-11px;
	top:10px;
}
.main_spec_list li div a:hover{
	color:#5ED6E7;
}
.main_spec_list li div a._all{
	font-weight: 700;
	font-size: 13px !important;
	line-height: 15px;
	color: #5ED6E7;
	margin-left: 0;
	padding-top: 8px;
}
.main_spec_list li div a._all:before{
	content:none;
}

.main_spec_title{
	float:left;
}

h2.main_spec_title{
	width: Calc(100% - 247px);
	margin: 0;
	display: block;
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	color: #1B1B1B;
}

.main_spec_type{
	width: 237px;
	height:48px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	background:#EDEDED;
	border-radius:30px;
	/*float:left;*/
	padding:2px;
	margin-bottom:22px;
	overflow:hidden;
}

.main_spec_title + .main_spec_type{
	float:right;
	margin-bottom:40px;
	position:relative;
}

.main_spec_type button{
	height: 44px;
	width: 50%;
	font-size: 16px;
	font-weight: 500;
	color: #1B1B1B;
	letter-spacing: -0.078px;
	border-radius: 30px;
	border: 0;
	padding: 0 20px;
	cursor: pointer;
	background: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	letter-spacing: -0.078px;
}

.main_spec_type button._active{
	background:#fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 3px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px){

	.main_spec_list > ._list_item{
		max-width: Calc(100%/2);
	}

	h2.main_spec_title{
		font-size: 26px;
		line-height: 30px;
	}
}

@media (max-width:768px){
	.main_spec_list{
		gap: 0;
	}
	.main_spec.page_services .desk_height_bottom{
		padding-bottom: 40px;
	}

	h2.main_spec_title{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
		width: 100%;
	}

	.main_spec_title + .main_spec_type{
		position:static;
		float:left;
		clear:both;
		margin-bottom: 20px;
	}

	.main_spec_search{
		height:44px;
		width:44px;
		float:left;
		margin-left:15px;
		background:url("image/search_green.svg") no-repeat center center;
	}

	.main_spec_list._no_letter ._list_item > div{
		margin: 0;
	}

	.main_spec_list ._spec_section{
		margin-bottom: 30px;
	}
}

@media (max-width: 568px){
	.main_spec_list ._list_item{
		width:max-content;
		margin-right: 25px;
	}
	.main_spec_list > ._list_item{
		max-width: 100%;
	}
}

@media (max-width: 360px){

	.main_spec_search{
		margin-left: 6px;
	}
}