@charset "utf-8";

/************************************* 
Search Style Sheet
Version : 1.0
Author : uracle(sejong) - sk.k
Create date : 2025. 05.
*************************************/

@media only screen and (max-width:1280px) {
	.search-input,
	.search-more{
		max-width: 80%;
	}
}

@media only screen and (max-width:1024px) {
	.total-search-box{
		display: block;
		padding: 5rem 2rem;
		text-align: center;
	}
	.search-input{
		display: inline-flex;
		justify-content: center;
		margin: 0 auto 2rem;
		vertical-align: middle;
	}
	.btn-detail-search{
		vertical-align: top;
	}
	.search-resrch-check {
		display: block;
	}
	.search-resrch-check *{
		vertical-align: middle;
	}
	.searchLeft{
		width: 100%;
	}
	.searchRight{
		display: none;
	}
	
	.searchNav{
		display: block;
		border: none;
	}
	.searchNav .categoryList{
		width: 100%;
		border-top: 1px #ddd solid;
		position: relative;
	}
	.searchNav .categoryList:before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1px;
		height: 100%;
		background-color: #ddd;
	}
	.searchNav .categoryList:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #ddd;
	}
	.searchNav .categoryList > li{
		border-bottom: 1px #ddd solid;
	}
	.rightBox{
		margin: 2rem 0;
		text-align: right;
	}
	.rightBox select{
		width: auto;
	}
}

@media only screen and (max-width:768px) {
	.detailSearch{
		padding: 5rem 2rem;
	}
	.detailSearch .optionList > li{
		flex-direction: column;
		gap: 1rem;
	}
	.detailSearch .optionList > li + li{
		margin-top: 2rem;
		padding-top: 2rem;
		border-top: 1px #bdbdbd solid;
	}
	.detailSearch .tit{
		text-align: center;
		font-weight: 700;
		font-size: 1.8rem;
	}
	
	.search-input,
	.search-more{
		max-width: 80%;
	}
	.btn-detail-search,
	.search-resrch-check {
		display: inline-block;
	}
	.searchNav .categoryList{
		flex-wrap: wrap;
	}
	.searchNav .categoryList > li{
		flex: 25% 0;
	}
	.searchContents{
		padding-top: 5rem;
	}
	
	.search-list-tit{
		font-size: 3rem;
	}
	.searchList .tit{
		font-size: 2.2rem;
	}
}

@media only screen and (max-width:440px) {
	.search-input,
	.search-more{
		max-width: 100%;
	}
	.searchNav .categoryList > li{
		flex: 50% 0;
	}	
}

@media only screen and (max-width:380px) {
	.search-input{
		display: block;
	}
	.search-input .search-input-kwd{
		width: 100%;
		margin-bottom: 1rem;
	}
	.search-input .btn-search{
		width: 100%;
	}
	.search-more{
		display: block;
	}
	.btn-detail-search, 
	.search-resrch-check{
		display: block;
		margin: 0 auto;
	}
	.search-resrch-check{
		margin-bottom: 3rem;
	}
	
}