@CHARSET "UTF-8";

.footer {
	width: 100%;
	height: 150px;
	background-color: black;
}

.footer .footer_box {
	width: 1300px;
	height: 150px;
	margin: 0 auto;
	background-color: black;
}

.footer .footer_logo {
	float: left;
	width: 160px;
	height: 60px;
	margin-top: 45px;
}

.footer .footer_txt {
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #c6c6c6;
	margin-top: 25px;
	margin-left: 150px;
	width: 900px;
}

.footer .family {
	float: right;
	text-align: center;
}

.footer .select_box {
	width: 180px;
	height: 25px;
	font-size: 14px;
	margin-top: 60px;
}

.footer .footbox {
	margin-top: 40px;
	margin-left: 130px;

}

.footer .footbox * {
	vertical-align: middle;
}

.footer .footbox .logo {
	width: 140px;
	height: 53px;
}

.footer .footbox .family {
	display: inline-block;
	width: 180px;
	text-align: center;
}

.footer .footbox .info {
	display: inline-block;
	width: 420px;
}

.footer .footbox .info div {
	color: white;
	font-size: 12px;
}


/*  */


#footer {
  background: #E0E4E8;
  padding: 0 0 15px 0;
  color: #495057;
  font-size: 15px;
  border-top: 1px solid #D0D5DB;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #468db3;
}

#footer .footer-top {
  background: #E0E4E8;
  border-top: 1px solid #D0D5DB;
  /*border-bottom: 1px solid #D0D5DB;*/
  /*padding: 30px 0 15px 0;*/
  padding-top: 30px ;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1e4356;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #a2cce3;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  /*padding-top: 15px;*/
  /*color: #868e96;*/
  color: #495057 !important;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #868e96;
}

#footer .credits a {
  color: #5E3BEE;
}

/* Footer Company Info (Responsive) */
#footer .footer-company-info {
  text-align: center;
  color: #495057;
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}

#footer .footer-company-info .footer-info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
}

#footer .footer-company-info .info-item {
  display: inline-block;
  white-space: nowrap;
}

#footer .footer-company-info .address-row .addr-line {
  margin-right: 4px;
}

#footer .footer-company-info .address-row .addr-line:last-child {
  margin-right: 0;
}

#footer .footer-company-info .info-divider {
  display: inline-block;
  margin: 0 8px;
  color: #ced4da;
  font-weight: 300;
  user-select: none;
}

@media (max-width: 768px) {
  #footer {
    font-size: 13px;
  }

  #footer .footer-top {
    /*padding: 24px 15px 18px 15px;*/
    padding: 24px 15px 0px 15px;
  }

  #footer .footer-company-info {
    font-size: 14px;
    line-height: 1.7;
  }

  #footer .footer-company-info .footer-info-row {
    margin-bottom: 4px;
  }

  #footer .footer-company-info .info-divider {
    margin: 0 6px;
  }
}

@media (max-width: 576px) {
  #footer .footer-top {
    /*padding: 22px 10px 18px 10px;*/
    padding: 22px 10px 0px 10px;
  }

  #footer .footer-company-info {
    font-size: 14px;
    line-height: 1.65;
  }

  /* 상호명/사업자번호, 통신판매업/호스팅사업자 모바일 세로 2줄 분리 */
  #footer .footer-company-info .footer-info-row.split-mobile {
    flex-direction: column;
    row-gap: 2px;
    margin-bottom: 6px;
  }

  #footer .footer-company-info .footer-info-row.split-mobile .info-divider {
    display: none;
  }

  /* 주소 모바일 2줄 분리 */
  #footer .footer-company-info .footer-info-row.address-row {
    flex-direction: column;
    row-gap: 2px;
    margin-bottom: 6px;
  }

  #footer .footer-company-info .address-row .addr-line {
    margin-right: 0;
  }

  #footer .footer-company-info .info-item {
    word-break: keep-all;
  }

  #footer .footer-company-info .info-divider {
    margin: 0 5px;
    opacity: 0.6;
  }

  #footer .copyright {
    font-size: 11.5px;
    /*padding-top: 12px;*/
  }
}


