.wrap{
  width:100%;
  overflow: hidden;
}
.bers {
  display: none;
}
.clearfix::after{
	content:"";
	display:block;
	clear:both;
}
.header {
  width:1440px;
  height: 70px;
  background-color:#ffffff;
  margin: auto;
  overflow: hidden;
}
.header:hover{
  color:black;
}
.header_wrap {
  width: 1440px;
  height: 70px;
  position: relative;
  margin: auto;
}

.logo {
  float: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.logo_bg {
  display: block;
  width: 96px;
  height: 40px;
  background-image: url(../img/icon/logo_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



/* footer */
.footer{
  width:100%;
}
.footer-top {
  width: 100%;
  margin: auto;
  height: 120px;
  background-color:#000000;
}
.footer-top-content {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-txt{
  width:100%;
  color:#ffffff;
  font-size:14px;
  font-weight:400;
  padding: 30px 35px 30px 35px;
}
.top-name{
  font-size:24px;
  font-weight:700;
  margin-bottom:15px;
}

.form-container {
  padding: 30px;
}
.form-content{
  position: relative;
  width: 692px;
  height: 53px;
}
.email-input {
  width: 100%;
  height: 100%;
  font-size:14px;
  padding: 15px;
  padding-right: 120px;
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.email-input::placeholder {
  font-family:'Freesentation';
  font-weight:600;
  color:#A5A5A5;
}
.sign-btn{
  text-decoration: none !important;
  position: absolute;
  right:9%;
  top: 46%;
  transform: translateY(-46%);
  font-size:14px;
  color: black;
  font-family:'Freesentation';
  font-weight:800;
}
.arrow{
  position: absolute;
  right: 6%;
  top: 46%;
  transform: translateY(-46%);
  width:14px;
  height:14px;
}
.sign-btn:hover {
  text-decoration: underline;
}

.ft-txt-content{
  width:100%;
  margin-top:53px;
  margin-left:35px;
}
.ft-txt{
  width: 1440px;
  margin: 0 auto;
}
.ft-left, .ft-right{
  float:left;
}
.family1{
  margin-bottom: 14px;
}
.family-b{
  font-size:12px;
  font-weight:500;
}
.ft-name{
  font-size:16px;
  font-weight:800;
  color:#000000;
  margin-bottom:15px;
}
.family-g{
  font-size:12px;
  font-weight:500;
  color:#8F8F8F;
  margin-left:12px;
}
.family-g:first-child{
  margin-left:0;
}
.family1 p, .family2 p{
  float:left;
}
.ft--group li{
  float:left;
  margin-right: 150px;
}
.ft--group li:last-child{
  margin-right:0;
}
.group-name{
  font-size:16px;
  font-weight:800;
}
.ft--group a{
  float:none;
  display:block;
  font-size:14px;
  color:#000000;
}
.ft-right{
  margin-left: 220px;
}
.group-name, .ft--group li a{
  margin-bottom:15px;
}
.sns-icon{
  display:flex;
  gap:6px;
  align-items: center;
}
.sns-icon a{
  text-indent: -99999px;
}
.instagram{
  width:14px;
  height:14px;
  background-image:url(../img/icon/instagram.png);
}
.youtube{
  width:18px;
  height:18px;
  background-image:url(../img/icon/youtube.png);
  padding-bottom: 2px;
}
.facebook{
  width:14px;
  height:14px;
  background-image:url(../img/icon/facebook.png);
}

.ft-logo{
  width:100%;
}
.logo-txt{
  width:1440px;
  margin:auto;
}
.big-txt{
  font-size:365px;
  font-weight:900;
  color:#000000;
}
.copyright{
  text-align: center;
  margin-bottom:60px;
}
.copyright p{
  display: inline-block;
  font-size:14px;
  font-weight:400;
  margin-left:10px;
}
.copyright p:first-child{
  margin-left:0;
}

.미디어쿼리{}
/* min-width:740px */
@media only screen and (max-width: 740px) {
.header_wrap {
  width:100%;
}
.header {
  width: 100%;
}
.logo {
  left: 15%;
}



/* 푸터 */
.footer-top-content, .ft-txt, .logo-txt{
  width: 100%;
}
.footer-top-content{
  display: block;
}
.footer-top{
  height:auto;
}
.top-txt {
  text-align: center;
}
.big-txt {
  font-size: 23vw;
  text-align: center;
}
.ft-right {
  margin: 50px 0;
}
.ft-left, .ft-right{
  float: none;
}
.ft--group li {
  margin-right: 20px;
}
.ft-family{
  width:100%;
}
.family1 p, .family2 p  {
  float:none;
}
.family-g {
  margin-left:0;
}
.ft-txt-content {
  margin-left: 25px;
}
.form-content {
  width: 320px;
  height: 53px;
  margin: auto;
}
.sign-btn {
  right: 10%;
  top: 50%;
}
.arrow {
  right: 4%;
  top: 50%;
}
}
