/* 하단정보:Start */
.footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 320px;
  border-top: 1px solid var(--system-color-grey-8, #E5E5EA);
  background: #f2f3f7;
}

.footer-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 16px;
}

.footer-top {
  display: flex;
}

.footer-left {
  min-width: 700px;
  display: block;
}

.footer-title {
  color: var(--system-color-grey-4, #8E8E93);
  font-family: NanumSquareRound;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  margin-top: 16px;
}

.footer-menu {
  margin-top: 16px;
  display: flex;
}

.footer-menu .item {
  color: var(--system-color-grey-4, #8E8E93);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  display: inline-flex;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--system-color-grey-6, #C7C7CC);
  margin-right: 4px;
}

.footer-content {
  display: flex;
}

.footer-content .group {
  display: block;
  margin-top: 14px;
  margin-right: 56px;
}

.footer-content .group .item-title {
  color: var(--system-color-grey-4, #8E8E93);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 2px;
}

.footer-content .group .item {
  color: var(--system-color-grey-4, #8E8E93);
  text-align: left;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 2px;
}

.footer-content .group {
  display: block;
  margin-top: 14px;
  margin-right: 56px;
}

.footer-right {
  width: 100%;
  padding-top: 38px;
  display: none;
}

.search {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.search .input {
  width: 328px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  border-radius: 56px;
  border: 1px solid var(--system-color-grey-8, #E5E5EA);
  background: #FFF;
}

.footer-bottom {
  color: var(--system-color-grey-4, #8E8E93);
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.nowogo {
  color: #ff5139;
}
@media (max-width: 600px) {
  .footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 296px;
    border-top: 1px solid var(--system-color-grey-8, #E5E5EA);
  }

  
  .footer-container {
      margin: auto;
  }
  .footer-left {
      min-width: auto;
      display: block;
      padding: 16px 0 0 16px;
  }
  
  .footer-top {
      display: block;
  }

.page3 > div {
  display: flex;
  justify-content: center;
}

.footer {
  height: 495px;
  border-top: 1px solid var(--system-color-grey-8, #E5E5EA);
}
.footer-bottom {
  padding: 0 16px;
  width: auto;
}
.footer-container {
  /* max-width: 100% !important; */
  width: 100%;
  margin: auto;
  padding: 0 0px;
}
.footer-right {
  padding-top: 38px;
  display: none;
}
.footer-content .group .item {
  width: 100%;
}
.footer-content {
  display: block;
}
.footer-content {
 display: block;
 }
.search {
  justify-content: center;
}
}


.css-bottom-height-30 { /* 2024.0314 업데이트(영상 하단 높이 간격) */
  margin-bottom: 30px;
  width: 100%;
}

/* 하단정보:End */