.box-se-check {
	width:100%;
	display:inline-block;
	margin-bottom:30px;
	}
.box-se-check .input {
	width: calc(100% - 40px);
	float:left;
	background: #FFFFFF;
	border: 1px solid #BCBCBC;
	border-radius: 10px 0 0 10px;
	border-right:0;
	height:45px;
	padding:10px;
	line-height:23px;
	font-weight: normal;
	font-size: 14px;
	color:#333;
	}
.box-se-check .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #969696;

}
.box-se-check .button {
	width:40px;
	height:45px;
	float:right;
	border:0;
	cursor:pointer;
	background: #16BCDC;
	border-radius: 0px 10px 10px 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 44px;
	color: #FFFFFF;
	text-align:center;	
	}
.box-se-check .button:before {
	height:45px;
	display:inline-block;
	width:16px;
	content:"";
	background:url(../images/icon-s.svg) no-repeat center center;
	vertical-align:middle;
	}	
.box-se-check .button span {
	display:none;
	}			
.text-sub {
	margin:0;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #727272;
	}
.text-note {
	margin:0;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #303030;
	margin-top:24px;
	}
.btn-green-s {
    width: auto;
    display: inline-block;
    background: #16BCDC;
    border-radius: 10px;
    height: 36px;
    border: 0;
    cursor: pointer;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
	margin:20px 0;
	
}	
.list-check-price {
	width:100%;
	display:inline-block;
	margin-top:15px;
	}
.list-check-price .photo {
	width:100%;
	border-radius: 8px;
	display:inline-block;
	}
.list-check-price .info {
	width:100%;
	display:inline-block;
	margin-top:15px;
	}
.list-check-price .title {
	margin:0;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #303030;
	margin-bottom:10px;
	}
.list-check-price .title a {
	color: #303030;
	
	}
.list-check-price  .des {
	margin:0;
	font-weight: normal;
	font-size: 13px;
	line-height:140%;
	color: #727272;
	position:relative;
	padding-left:25px;
	}


.list-check-price .item {
	width:100%;
	float:left;
	background: #FFFFFF;
	border-radius: 8;
	box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
	margin-bottom:20px;
	padding:10px;
	}
.list-check-price .bottom {
	width:100%;
	display:inline-block;
	}
.list-check-price .bottom .btn-button {
	width:100%;
	display:inline-block;
	background: #16BCDC;
	border-radius: 10px;
	height:36px;
	border:0;
	cursor:pointer;
	padding:8px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align:center;
	margin-top:10px;
	}	
.list-check-price  .des:before {
	position:absolute;
	content:"";
	background: #727272;
	height:3px;
	width:3px;
	left:10px;
	top:10px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	}	
.pagination-cate {
	margin:0;
	padding:0;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-bottom:30px;
	}
.pagination-cate li {
	display:inline-block;
	list-style:none;	
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #4D555D;
	margin-right:10px;
	}
.pagination-cate li a {
	width:20px;
	height:20px;
	color: #4D555D;
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
vertical-align: middle;
display:inline-block;
	}
.pagination-cate .active a {	
	color: #fff;
	background: #16BCDC;
	}			
.pagination-cate .prev {
	background:url(../images/myacc/icon-prev.png) no-repeat center center;
	}
.pagination-cate .next {
	background:url(../images/myacc/icon-next.png) no-repeat center center;
	}	
														
@media screen and (min-width:767px) {
.box-se-check .input {
	width: calc(100% - 132px);
	}
.box-se-check .button {
	width:132px;
	}
.box-se-check .button:before {
	margin-right:10px;
	}	
.box-se-check .button span {
	display: inline-block;
	}				
.list-check-price { margin-top:35px;}

.list-check-price .item {
	border-radius: 10px;
	padding:18px;
	}
.list-check-price .info {
	width: calc(100% - 280px);
	float:left;
	margin-top:0;
	}				
.list-check-price .photo {
	border-radius: 10px;
	float:left;
	width:260px;
	margin-right:20px;
	}
.list-check-price .title {
	font-size: 20px;
	line-height: 28px;
	max-height:53px;
	}
.list-check-price .title a{
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	}	
.list-check-price .des {
	line-height: 24px;
}	
.list-check-price .bottom { margin-top:20px;}
.list-check-price .bottom .btn-button { width:auto; margin-right:10px; margin-top:0;}
.list-check-price .bottom .btn-button:last-child { margin-right:0;}
		
	}
@media screen and (min-width:767px) and (max-width:1060px) {
	.list-check-price .bottom .btn-button{ padding:10px;}
	.list-check-price .item {
		padding:12px;
	}
	}
@media screen and (min-width:960px) {
	.pagination-cate { margin:0;}
	}			