footer {
  background: #141414;
  position: relative;
  top: 10em;
  width: 100%;
  padding: 2em 0;
  height: 360px;
}
footer .micronics_logo {
  width: 100px;
  position: relative;
  left: -5px;
  top: 0;
  opacity: 0.6;
}
.footer-col-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: auto;
}
.footer-sub,
.footer-sub a {
  color: #666666;
  margin-top: 2rem;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.footer-sub h4 {
  font-size: 16px;
  color: #fff;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.footer-sub ul li:before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  font-size: 8px;
}
.footer-sub ul li a,
.footer-sub p {
  font-size: 12px;
  color: #666;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.footer-sub .serivce-center h4 {
  font-size: 16px;
  color: #fff;
}
.footer-sub .service-center {
  color: #fff;
}
#subfooter {
  background: #ff3333;
  padding-bottom: 0em;
  padding-top: 0em;
  position: relative;
  top: 10em;
  /*margin-top: 3em;*/
  /*height: 50px;*/
  /*margin: 0 !important;*/
}
#subfooter .footer_img {
  margin-top: 1em;
  max-width: 100px;
}
#subfooter .d-flex {
  width: 100%;
  flex-direction: row;
  align-items: center;
}
#subfooter p {
  font-size: 12px;
  color: #fff;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  line-height: 12px;
}
.footer-info {
  position: relative;
  left: 10%;
}
.social-icons {
  float: right;
  margin-top: 1em;
}
.social-icons a {
  margin-right: 0.5em;
}
.credits {
  margin-top: 0.5em;
  text-align: left;
}
.privacy-policy-container {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.privacy-policy {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  height: 600px;
  padding: 10px;
  border-radius: 5px;
}
.privacy-policy-content {
  overflow-y: scroll;
  width: 100%;
  height: 530px;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.privacy-policy-btn:hover {
  text-decoration: underline;
}
.close-btn {
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid black;
  font-size: 13px;
  background-color: red;
  color: white;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
}
.close-btn:hover {
  border: 2px solid black;
}

/*@media only screen and (max-width: 1200px) {
  .credits {
    right: 19%;
  }
}
@media only screen and (max-width: 1000px) {
  .credits {
    right: 17em;
  }
}*/
