body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

header {
  width: 100%;
  height: 45px;
  background: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 0;
}
header .label {
  width: 100%;
  margin: 0 auto;
  color: rgba(0, 11, 132, 0.838);
  font-size: 1.4em;
  text-decoration: none;
}

nav {
  width: 100%;
  height: 45px;
  background-color: rgb(7, 151, 246);
}
nav ul {
  width: 100%;
  margin: 0 auto;
  list-style: none;
}
nav ul li {
  display: inline;
}
nav ul li a {
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
nav ul li a:hover {
  text-decoration: underline;
}

main {
  width: 80%;
  margin: 0 10%;
  display: flex;
  padding-bottom: 90px;
}
main #detail {
  width: 100%;
  margin: 0 auto;
}
main #detail h1 {
  font-size: 1.3em;
  color: rgb(7, 151, 246);
  padding-left: 20px;
  padding-right: 20px;
}
main #detail #base {
  width: 60%;
  float: left;
  padding: 0;
}
main #detail #base ul {
  width: 90%;
  padding: 0 6% 0 4%;
  margin-top: 0;
}
main #detail #base li {
  width: 18%;
  float: left;
  list-style-type: none;
  margin-left: 1%;
  margin-right: 1%;
}
main #detail #base li img {
  width: 100%;
}
main #detail #column {
  width: 100%;
  margin: 0 auto;
}
main #detail #column h1 {
  width: 100%;
  font-size: 150%;
  color: rgba(0, 11, 132, 0.838);
  border-bottom: solid 3px rgb(7, 151, 246);
}
main #detail #column ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
main #detail #column li {
  width: 20%;
  list-style: none;
  margin-bottom: 30px;
}
main #detail #column li img {
  width: 90%;
  padding: 3%;
  margin: 2%;
}
main #detail #column a, main #detail #column a:visited {
  text-decoration: none;
  color: #111;
}
main #detail #column p {
  font-size: 90%;
  margin-bottom: 3px;
}
main #detail #column img {
  width: 200px;
}
main #detail #column #btn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin: 10px auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid rgb(7, 151, 246);
  background: rgb(7, 151, 246);
  color: #FFF;
  transition: 0.5s;
}
main #detail #column a#btn:hover {
  color: rgb(7, 151, 246);
  background: #FFF;
}
main #detail #column .item_no {
  font-size: 100%;
  display: block;
  text-align: center;
}
main #detail #column .item_name {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 10px;
}
main #detail #column .item_size {
  font-size: 90%;
  text-align: center;
  display: block;
  margin-top: 10px;
}
main #detail #column .center {
  width: 100%;
  margin: 0 auto;
}
main #detail #column .center .pagination {
  display: inline-block;
  margin: 0 auto;
}
main #detail #column .center .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}
main #detail #column .center .pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}
main #detail #column .center .pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #ddd;
  border: 1px solid #ddd;
  margin: 0 4px;
}
main #detail #column .center .pagination a:hover:not(.active) {
  background-color: #ddd;
}
main #detail #column table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
main #detail #column table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
main #detail #column table tr:nth-child(even) {
  background-color: #eee;
}
main #detail #column table th, main #detail #column table td {
  padding: 0.35em 1em;
  text-align: center;
}
main #detail #column table thead th {
  font-size: 0.85em;
  padding: 1em;
}
main #detail #column table thead tr {
  background-color: rgb(7, 151, 246);
  color: #fff;
}
main #detail #column table tbody th {
  text-align: left;
  font-size: 0.8em;
}
main #detail #column table img {
  width: 40px;
}
main #info {
  width: 38%;
  float: right;
}
main #info .item_no {
  font-size: 100%;
  display: block;
  text-align: center;
}
main #info .item_name {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 10px;
}
main #info .item_size {
  font-size: 90%;
  text-align: center;
  display: block;
  margin-top: 10px;
}
main #info table {
  width: 100%;
  border-collapse: collapse;
}
main #info table tr {
  border-bottom: solid 2px white;
}
main #info table tr:last-child {
  border-bottom: none;
}
main #info table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: rgb(159, 175, 185);
  color: white;
  text-align: center;
  padding: 10px 0;
}
main #info table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: rgb(236, 239, 240);
  padding: 10px 0;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 10px;
  width: 100%;
  height: 90px;
  background-color: rgb(7, 151, 246);
  border-bottom: 3px solid rgba(0, 11, 132, 0.838);
  border-top: 3px solid rgba(0, 11, 132, 0.838);
}
footer .end_image {
  position: fixed;
  width: 100%;
  margin: 0;
}
footer .content {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
footer .content .end_logo {
  position: relative;
  float: right;
  width: 300px;
  height: auto;
  padding-right: 10px;
  padding-top: 25px;
}
footer .content p {
  margin: 0;
  padding-left: 10px;
  padding-top: 20px;
  color: #FFF;
}

#zoomback {
  position: absolute;
  z-index: 10000;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

#zoomimg {
  height: 100%;
}

.container {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
  box-sizing: border-box;
  min-height: 100vh;
  max-width: 100%;
}/*# sourceMappingURL=customer.css.map */