.search-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 5px;
	box-sizing: border-box;
}
ul{
	padding: 0;
	margin: 0;
}
ul>li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a:hover, a:focus,a{
	color: #212121;
	text-decoration: none;
}
.search-bar {
	width: 100%;
}

.search-group {
	position: relative;
	width: 100%;
	height: 53px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
}

.search-group input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	width: 100%;
	border: none;
	outline: none;
	font-size: 20px;
	line-height: 30px;
	color: #212121;
	font-weight: 400;
	padding-right: 40px;
	box-sizing: border-box;
}
.search-group input:focus{
	outline: none;
}
.search-group:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.search-icon{
	position: absolute;
	width: 60px;
	height: 53px;
	top: 0;
	right: 0;
	display: inline-block;
	text-align: center;
	line-height: 62px;
}
.icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: .1em;
    width: 1em;
    height: 1em;
    background-image: url(/casio-static/images/icons.svg);
    background-repeat: no-repeat;
    background-size: 17em 113em;
}
.icon-search-grey-deep {
    background-position: -10em -42em;
}
.search-icon span{
	font-size: 30px;
}
.search-result-box{
	margin-top: 28px;
}
.nav-tab{
	border-bottom: 1px solid #d8d8d8;
	display: flex;
	display: -webkit-flex;
}
.navst a{
	display: inline-block;
	padding: 6px 20px 4px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	font-weight: 600;
}
.navst.active a{
	border-bottom: 2px solid #000000;
}
.prd-list{
	display: none;
	position: relative;
}
.prd-list.active{
	display: block;
}
.c-icon{
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	transform: translateY(3px);
}
.nav-tabs-con{
	padding-top: 40px;
}
.title-s{
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
}
.prd-list-li{
	padding: 15px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.prd-list-li .prd-item{
	width: calc(33.33% - 16px);
	margin: 8px;
	transition: all .4s ease-in-out;
	position: relative;
}
.prd-list-li .prd-item:hover{
	box-shadow: 1px 1px 12px #000000a6;
}
.prd-list-li .prd-item .pd-img{
	padding: 16px;
	background: #f7f7f7;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.prd-list-li .prd-item .pd-img img{
	width: auto;
	max-width: unset;
	max-height: 300px;
    height: calc((300 / 987) * 100vw);
	margin: 0 auto;
}
.prd-list-li .prd-item .pd-des{
	padding: 15px 20px 65px;
}
.g-tt{
	font-size: 16px;
	line-height: 24px;
}
.g-ty{
	font-size: 20px;
	font-weight: 500;
}
.g-ty:hover{
	text-decoration: underline;
}
.g-dd{
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.g-d-link{
	font-size: 14px;
}
.g-detail{
	display: block;
	width: calc(100% - 40px);
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	background-color:#000;
	color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-weight: 500;
}
.g-detail:hover{
	color: #FFFFFF;
	opacity: 0.5;
}
.show-more{
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
.title-ss{
	padding-left: 15px;
	color: #757575;
	font-weight: bold;
	font-size: 16px;
}
.sort-box{
	position: absolute;
	width: 200px;
	left: -210px;
	top: 0;
}
.title-l{
	color: #212121;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	position: relative;
}
.check-box label,
.radio-box label{
	margin-top: 5px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 6px;
}
.check-box{
	overflow-y: auto;
	display: none;
}
.check-list{
	margin-top: 13px;
}
.check-list .title-l{
	margin-bottom: 6px;
}
.check-list .title-l.open + .check-box{
	display: block;
}

.arup{
	display: inline-block;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 5px;
	right: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.check-list .title-l.open .arup{
	transform: rotate(-180deg);
}
.inner-search{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 14px;
	border: 1px solid #d8d8d8;
	padding: 4px 8px;
	box-sizing: border-box!important;
	width: 100%;
	border-radius: 4px!important;
	font-weight: normal;
	line-height: 19px;
}
.top-t{
	display: flex;
	display: -webkit-flex;
	padding-right: 15px;
	justify-content: space-between;
}
.selected-list{
	margin:0 10px;
	flex: 1;
	text-align: left;
}
.iselected{
	font-weight: lighter;
	font-size: 14px;
	color: #616161;
	font-style: italic;
	display: inline-block;
	padding: 0px 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #d8d8d8;
}
i.delect{
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	transform: translateY(2px);
	margin-left: 5px;
}
i.delect::before{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	border-top: 1px solid #000;
    content: "";
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}
i.delect::after{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	border-top: 1px solid #000;
    content: "";
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media only screen and (max-width:768px){
	.prd-list-li .prd-item .pd-img img{
		max-height: 320px;
		height: calc((193 / 390) * 100vw);
	}
}
@media only screen and (max-width:768px) and (min-width:500px) {
	.prd-list-li .prd-item{
		width: calc(33.33% - 16px);
	}
}
@media only screen and (max-width:500px) {
	.prd-list-li .prd-item{
		margin: 1px;
		width: calc(50% - 2px);
	}
	.search-container{
		padding: 20px 0;
	}
	.prd-list-li{
		padding: 0;
	}
	.search-bar{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.g-tt{
		font-size: 14px;
	}
	.g-ty{
		font-size: 18px;
	}
}
.sort-btn{
	display: none;
	cursor: pointer;
}
.showbtn{
	display: none;
}
@media only screen and (max-width:1430px) {
	.sort-btn{
		display: block;
	}
	.sort-box{
		width: 100%;
		left: 0;
		top: 42px;
		background-color: #fff;
		padding: 20px 20px 80px;
		box-sizing: border-box;
		display: none;
	}
	.sort-btn.open{
		display: none;
	}
	.showbtn{
		position: absolute;
		bottom: 20px;
		width: calc(100% - 40px);
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background-color: #000;
		border-radius: 3px;
		cursor: pointer;
		display: block;
	}
}