.footer {
  /* layout */
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 180px;
  padding-right: 180px;

  /* style */
  background-color: #333;

  /* responsive */
  @media screen and (max-width: 860px) {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-content-wrapper {
  /* layout */
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  padding-left: 180px;
  padding-right: 180px;
  margin-top: auto;

  /* responsive */
  @media screen and (max-width: 1200px) {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-logo {
  /* layout */
  width: 57px;
  height: 14px;
  margin-right: auto;
}

.vertical-divider {
  /* layout */
  width: 1px;
  height: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: auto;
  margin-bottom: auto;

  /* style */
  background-color: #6c6c6c;

  /* responsive */
  @media screen and (max-width: 860px) {
    height: 8px;
  }
}

.new-footer-wrapper-2 {
  /* layout */
  margin-top: 24px;
  display: flex;
  flex-direction: row;

  /* typography */
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.email {
  /* layout */
  margin-left: 12px;

  /* typography */
  color: #ccc;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer-divider {
  /* layout */
  margin-top: 20px;
  margin-bottom: 24px;
  width: 100%;
  height: 1px;

  /* style */
  background-color: #4f4f4f;
}

.ceo {
  /* typography */
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.new-footer-wrapper-3 {
  /* layout */
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 12px;

  /* typography */
  color: #787878;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dot-divider {
  /* layout */
  margin-left: 12px;
  margin-right: 12px;

  /* responsive */
  @media screen and (max-width: 860px) {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.copyright {
  /* layout */
  margin-top: 8px;

  /* typography */
  color: #a0a0a0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer-pc {
  display: block;

  /* responsive */
  @media screen and (max-width: 860px) {
    display: none;
  }
}

.footer-mobile {
  display: none;

  /* responsive */
  @media screen and (max-width: 860px) {
    display: block;
  }
}

.footer .ft_link {overflow: hidden}
.footer .ft_link > li{float: left; display: inline-block;margin-right: 20px;border-right: 1px solid #999;padding-right: 15px;line-height: 16px;font-family:'GmarketSansBold';cursor: pointer; border-right:0;  padding-right: 0px; margin-bottom:20px; color: #787878; font-size: 12px; font-style: normal; font-weight: 400; line-height: normal;}
.footer .ft_link > li:nth-of-type(3),.ft_link > li:nth-of-type(3){border-right:0}
.footer .ft_link > li.color_pt { color: #25abda; }

/* The Modal (background) */
.modal_2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
  background-color: #fff;
  border-radius: 20px;    
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
}

@media only screen and (max-width: 959px) {
	.modal-content {width: 100%;}   
}