@charset "utf-8";
body{
  margin: 0;
}
.nav-a {
  width: 200px;
}

.nav-a ul {
  padding: 0;
}

.nav-a li {
  list-style: none;
}

.nav-a .left-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.nav-a .left-top a img {
  width: 100%;
}

.nav-a .gift-category {
  display: flex;
  border: 1px solid #000;
  background-color: #404040;
  justify-content: center;
  border: none;
}

.nav-a .gift-category .gift-img {
  display: flex;
  align-items: center;
}

.nav-a .gift-category .gift-img img {
  width: 30px;
  height: 30px;
  padding-right: 10px;
}

.nav-a .gift-category .gift-img p {
  display: flex;
  align-items: center;
}

.nav-a .gift-category p {
  color: #FFFFFF;
}

.nav-a .search-box {
  border: 0.5px solid #404040;
  margin-bottom: 20px;
}

.nav-a .search-box .search-bar {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background-color: #404040;
  border: none;
}

.nav-a .search-box .search-bar .search-img {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.nav-a .search-box .search-bar .search-img img {
  width: 30px;
  height: 30px;
}

.nav-a .search-box .search-bar p {
  color: #FFFFFF;
}

.nav-a .search-content {
  text-align: center;
}

.nav-a .search-content .gift-name {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 180px;
  height: 35px;
  box-shadow: inset 3px 3px 3px #00000029;
  border-radius: 5px;
  border: 1px solid #C7C7C7;
}

.nav-a .search-content .price {
  width: 50px;
  height: 35px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 3px 3px 3px #00000029;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}

.nav-a .search {
  background-color: #404040;
  color: #FFFFFF;
  width: 170px;
  height: 35px;
  border-radius: 23px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-a .categorytable {
  border-bottom: 5px solid #868686;
}

.nav-a .categorytable ul {
  margin: 0;
}

.nav-a .skplncateparent {
  line-height: 60px;
  border-bottom: .5px solid #707070;
  width: 200px;
  padding-left: 53px;
  box-sizing: border-box;
}

.nav-a .skplncateparent:last-child {
  margin-bottom: 2px;
}

.nav-a .skplncateparent a {
  text-decoration: none;
  color: #000000;
}

.nav-b {
  width: 200px;
}

.nav-b ul {
  padding: 0;
}

.nav-b li {
  list-style: none;
}

.nav-b .left-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.nav-b .left-top a img {
  width: 100%;
}

.nav-b .gift-category {
  display: flex;
  border: 1px solid #000;
  background-color: #868686;
  justify-content: center;
  border-radius: 15px 15px 0px 0px;
  border: none;
}

.nav-b .gift-category .gift-img {
  display: flex;
  align-items: center;
}

.nav-b .gift-category .gift-img img {
  width: 30px;
  height: 30px;
  padding-right: 10px;
}

.nav-b .gift-category .gift-img p {
  display: flex;
  align-items: center;
}

.nav-b .gift-category p {
  color: #FFFFFF;
}

.nav-b .search-box {
  margin-bottom: 20px;
}

.nav-b .search-box .search-bar {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background-color: #868686;
  border-radius: 15px 15px 0px 0px;
  border: none;
}

.nav-b .search-box .search-bar .search-img {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.nav-b .search-box .search-bar .search-img img {
  width: 30px;
  height: 30px;
}

.nav-b .search-box .search-bar p {
  color: #FFFFFF;
}

.nav-b .search-content {
  text-align: center;
  border: 0.5px solid #868686;
}

.nav-b .search-content .gift-name {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 180px;
  height: 35px;
  box-shadow: inset 3px 3px 3px #00000029;
  border-radius: 5px;
  border: 1px solid #C7C7C7;
}

.nav-b .search-content .price {
  width: 50px;
  height: 35px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 3px 3px 3px #00000029;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}

.nav-b .search {
  background-color: #606060;
  color: #FFFFFF;
  width: 170px;
  height: 35px;
  border-radius: 23px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-b .categorytable ul {
  margin: 0;
}

.nav-b .skplncateparent {
  line-height: 60px;
  border-bottom: .5px solid #868686;
  width: 200px;
  padding-left: 53px;
  box-sizing: border-box;
}

.nav-b .skplncateparent:last-child {
  margin-bottom: 2px;
}

.nav-b .skplncateparent a {
  text-decoration: none;
  color: #868686;
}

.nav-b .bottom {
  width: 200px;
  height: 30px;
  background-color: #868686;
  border-radius: 0px 0px 15px 15px;
}

/*# sourceMappingURL=side-layout.css.map */
