@charset "utf-8";

#pop {
  width: 300px;
  height: 400px;
  background: #3d3d3d;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 450px;
  text-align: center;
  border: 2px solid #000;
}

.close div {
  float: left;
  text-align: right;
}

#check {
  font-size: 12px;
  font-family: '돋움';
  padding-left: 70px;
}

#close {
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
}

#sortTop {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 3px solid #bc0013;
  margin: 20px 0;
  height: 100px;
}

#cardselect,#product_type {
  margin-top: 8px;
  padding: 5px;
  border: 2px solid #bc0013;
  color: white;
  background: #cb2a3a;
  font-size: 14px;
  font-weight: bold;
}

#cardselect option {
  font-weight: bold;
}

#cardSort{
  width: 150px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#stockbox{
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.search_box {
  width: 440px;
  height: 38px;
  border: 2px solid #858585;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;

}

.search_box input {
  padding: 10px;
}

.search_box .eng input {
  padding: 12px;
}

.search_box input:focus {
  outline: none;
}

.search_box #search_val {
  border: none;
  width: 340px;
  background: none;
}

.search_box .search_btn {
  width: 100px;
  background-color: #bc0013;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 50px;
  border: none;
}

.search_box .search_btn:hover {
  cursor: pointer;
  background: #9e0111;
}


#cardSort{
  width: 270px;
}

#sortmain {
  display: flex;
  flex-direction: row;
  align-items: center;
  
}

#asort,#bsort,#csort,#dsort,#esort,#fsort, #gsort{
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

option{
  font-weight: bold;
}