header{
  display: flex;
  position: fixed;
  background-color: white;
  width: 100%;
  top: 0;
  box-shadow: 0 1px 8px #949494;
  z-index: 1;
}
main {
  margin-top: 90px;
}
body {
  user-select: initial;
}
a {
  color: black;
}
td a {
  color: var(--mainColor);
}

.admin_page_wrap {
  position: relative;
}
.btn_wrap {
  width: 100%;
  margin: 10px 0px 30px 200px;
}
.pagination_wrap {
  margin: 40px 0;
}
.inline_wrap {
  display: inline;
  position: relative;
}
.expand,
.collapse {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: -35px;
}
.expand img,
.collapse img {
  width: 24px;
}
.excel_download {
  position: absolute;
  font-weight: bold;
  top: 0;
  right: 50px;
}

#hd_wrap {
  width: 100%;
  height: 50px;
}
.hd_lnb_list ul li {
  margin-right: 5px;
}
.hd_lnb_list ul li::after {
  content: "|";
  margin-left: 3px;
}
.page_head a {
  color: black;
}

.list th,
.list td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px;
  font-size: 14px;
}
.list th {
  cursor: pointer;
  border: 1px solid var(--grayLine);
  background-color: rgba(220, 220, 220, 0.5);
}
.list td {
  border: 1px solid var(--grayLine);
}
.list th > div {
  display: flex;
  justify-content: center;
}
.list th > div img {
  width: 20px;
  margin-left: 5px;
}
.list td > img {
  width: 100px;
}

.search_form_wrap {

}
.search_form {
  overflow-y: hidden;
  transition: all 0.6s ease;
  width: 480px;
}
.search_form > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.search_form > .last {
  width: 240px;
}
.search_form label {
  flex: 1;
  margin: 3px 10px 7px 20px;
}
.search_form input[type="text"],
.search_form input[type="date"] {
  width: 120px;
  padding-left: 5px;
  border: 1px solid rgba(150, 150, 150, 1);
  border-radius: 4px;
}

.input_image_wrap {
  margin-bottom: 25px;
}
.input_image {
  display: inline-block;
  position: relative;
  width: auto;
}
.input_image img {
  width: 282px;
}
.image_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.image_wrap .input_btn {
  margin-top: 20px;
}
.input_image_form_wrap form {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.input_image_form_wrap form input:first-child {
  margin-bottom: 60px;
}

.product_form ul li {
  text-align: right;
  float: none;
  margin-bottom: 20px;
}

.product_form .product_type,
.product_form .file {
  width: 193px;
}