/* inner */
.inner {
  width: calc(100vw - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.inner-998 {
  max-width: 998px;
  margin: 0 auto;
  width: calc(100vw - 40px);
}
.inner-790 {
  max-width: 790px;
  margin: 0 auto;
  width: calc(100vw - 40px);
}
.inner-720 {
  /* max-width: 720px; */
  max-width: 998px;
  margin: 0 auto;
  width: calc(100vw - 40px);
}
/* // inner // */

/* header */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 138px;
  z-index: 100000;
  transition: 0.3s ease;
  background-color: transparent;
  /* background: linear-gradient(180deg, #fff7f0 0%, rgba(255, 247, 240, 0) 100%); */
}
.on_sticky header {
  top: -157px;
}
.not-top header {
  background-color: #fff;
}
header .inner {
  width: calc(100% - 40px);
  max-width: 1700px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .gnb {
  height: 100%;
}
header .gnb ul {
  height: 100%;
  display: flex;
  gap: 60px;
  align-items: center;
}
header .gnb li {
  position: relative;
}
header .gnb li a {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.03em;
  line-height: 19px;
  transition: 0.3s ease;
}
header .gnb li.active a {
  color: #f3520d;
}
header .gnb li a:first-child {
  display: flex;
  gap: 7px;
  align-items: center;
}
header .gnb li.active .service-icon path {
  fill: #f3520d;
}
header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo img {
  width: auto;
  height: 55px;
}
header .header-right {
  display: flex;
  align-items: center;
  gap: 43px;
}
header .header-right .login-btn {
  display: block;
}
header .header-right .login-btn span {
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  color: #333333;
}
header .orange-btn-full {
  width: 128px;
  height: 52px;
  padding: 15px 17px;
  background-color: #fb4700;
  border: 1px solid #fb4700;
  color: #ffffff;
  border-radius: 40px;
  transition: 0.3s ease;
  text-align: center;
}
header .orange-btn-full span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.service-icon {
  margin-top: -5px;
  transition: 0.3s ease;
}
.orange-btn-full:hover {
  background-color: #ffffff;
  color: #f3520d;
}
.burger-menu {
  display: none;
}
.mobileSidebar {
  display: none;
}
.mobileSidebar.active {
  display: block;
}
.service-down {
  border-radius: 10px;
  background-color: #ffffff;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  margin-top: 9px;
  padding: 3px;
  transform: translateX(-50%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
}
.service-down button {
  white-space: nowrap;
  height: 36px;
  width: 108px;
  border-radius: 7px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.03em;
  color: #666666;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 9px 0 9px 12px;
  transition: 0.3s ease;
}
.service-down button:hover {
  background-color: rgba(255, 177, 147, 0.3);
  color: #fb4700;
}
.service-down button:hover .icon path,
.service-down button:hover .icon circle,
.service-down button:hover .icon ellipse,
.service-down button:hover .icon rect,
.service-down button:hover .icon line {
  stroke: #fb4700;
}
.service-btn:hover .service-down {
  opacity: 1;
  visibility: visible;
}
.service-btn:hover .service-icon {
  transform: rotate(180deg);
  margin-top: 0;
}
.service-btn:hover .a-color {
  color: #fb4700;
}
.service-btn:hover .service-icon path {
  fill: #fb4700;
}
header .gnb li a:hover {
  color: #fb4700;
}
header .gnb li a:hover .service-icon path {
  fill: #fb4700;
}
@media all and (max-width: 768px) {
  header {
    height: 63px;
  }
  header .gnb {
    display: none;
  }
  header .logo {
    left: unset;
    transform: unset;
    position: relative;
  }
  header .logo img {
    width: 96px;
    height: 39px;
  }
  .header-right {
    gap: 19.53px !important;
  }
  header .header-right .login-btn {
    display: none;
  }
  .mobileSidebar {
    width: 100%;
    height: 100%;
    padding: 0 20px 30px 20px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 100000;
    overflow-y: scroll;
    -ms-overflow-style: none;
    transition: 0.3s ease;
  }
  .mobileSidebar::-webkit-scrollbar {
    display: none;
  }
  .burger-header {
    height: 63px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    z-index: 10;
    justify-content: space-between;
  }
  .mobileSidebar ul {
    width: 100%;
    position: relative;
    margin-top: 103px;
  }
  .mobileSidebar ul::after {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #eeeeee;
    position: absolute;
  }
  .mobileSidebar ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .mobileSidebar ul li a {
    font-size: 24px;
    font-weight: 700;
    color: #010101;
    line-height: 35px;
  }
  .mobileSidebar ul li button {
    font-size: 24px;
    font-weight: 700;
    color: #010101;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobileSidebar ul .flex-none {
    justify-content: unset;
  }
  .mobileSidebar ul .flex-none img {
    margin-left: 10px;
  }
  .mobileSidebar .burger-desc {
    margin-top: 70px;
    display: block;
    margin-bottom: 200px;
  }
  .mobileSidebar .burger-desc strong {
    font-size: 18px;
    line-height: 26px;
    color: #010101;
    margin-right: 40px;
  }
  .mobileSidebar .burger-eventBanner {
    width: calc(100% - 40px);
    border-radius: 10px;
    height: auto;
    background-color: #fb4700;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 20px;
  }
  .mobileSidebar .burger-eventBanner strong {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
  }
  .mobileSidebar .burger-eventBanner strong p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .mobileSidebar .burger-eventBanner button {
    width: auto;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #fb4700;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.03em;
  }
  .mobileSidebar .flex-column {
    flex-direction: column;
    align-items: flex-start;
  }
  .mobileSidebar .service-btn {
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  .mobileSidebar .service-menu {
    padding: 20px 20px 0 20px;
    display: none;
    transition: 0.3s ease;
  }
  .mobileSidebar .service-menu ul::after {
    content: none;
  }
  .mobileSidebar .service-menu ul {
    margin-top: 0;
  }
  .mobileSidebar .service-menu ul li a {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    line-height: 23px;
  }
  .mobileSidebar .service-menu .burger-a {
    margin-bottom: -10px !important;
  }
  .mobileSidebar .service-menu ul li a:last-child {
    margin-bottom: 0;
  }
  .mobileSidebar .service-menu.active {
    display: block;
  }
  .mobileSidebar .service-arrow {
    transition: 0.3s ease;
  }
  .mobileSidebar .service-arrow.active {
    transform: rotate(180deg);
  }
  .mobileSidebar .burger-desc b {
    font-size: 24px;
    line-height: 35px;
    color: #fb4700;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
/* // header // */

/* blog-header */
.blogHeader .inner {
  max-width: 1200px;
}
.blog-right nav {
  display: block;
}
.blogHeader .logo {
  position: relative;
  left: unset;
  transform: unset;
}
.blogHeader .logo img {
  width: 182px;
  height: 46px;
}
.blogHeader .blog-right {
  display: flex;
  gap: 24px;
  align-items: center;
}
.blogHeader .blog-right nav ul {
  display: flex;
  gap: 60px;
}
.blogHeader .blog-right nav ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #858585;
  line-height: 22px;
  letter-spacing: -0.03em;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  gap: 5px;
}
.blogHeader .blog-right nav ul li a:hover {
  font-weight: 700;
  color: #111111;
}
.blogHeader .blog-right nav ul li.active a {
  font-weight: 700;
  color: #111111;
}
/* .blogHeader nav ul li.active a {
  font-weight: 700;
  color: #111111;
}
.blogHeader nav ul li.active .header-icon {
  opacity: 1;
} */
.header-icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fb4700;
  opacity: 0;
  position: relative;
  transition: 0.4s ease;
}
.blogHeader .black-btn-full {
  border-radius: 40px;
  width: 113px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111111;
  margin-left: 31px;
  position: relative;
}
.blogHeader .black-btn-full span {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 13px;
  transition: 0.4s ease;
}
.blogHeader .black-btn-full .blogBtn-header {
  position: absolute;
  left: 0;
  background-color: #fb4700;
  border-radius: 20px;
  opacity: 0;
}
.blogHeader .black-btn-full:hover.black-btn-full span {
  color: #fb4700;
}
.blogHeader .black-btn-full:hover .blogBtn-header {
  animation: header-icon 0.4s ease forwards;
}
@keyframes header-icon {
  0% {
    width: 113px;
    height: 36px;
    opacity: 0;
  }
  100% {
    width: 13px;
    height: 13px;
    opacity: 1;
  }
}
.blogHeader .black-btn-full:hover.black-btn-full {
  background-color: transparent;
}
.blogHeader .burger-menu {
  display: none;
}
@media all and (max-width: 768px) {
  .blogHeader .logo img {
    width: 160px;
    height: 39px;
  }
  .blogHeader .blog-right nav {
    display: none;
  }
  .blogHeader .blog-right {
    gap: 10px;
  }
  header .orange-btn-full {
    display: none;
  }
  .blogHeader .black-btn-full {
    display: none;
  }
  .blogHeader .search-btn path {
    stroke: #666666;
  }
  .blogHeader .burger-menu {
    display: block;
  }
  Header .burger-menu {
    display: block;
  }
}
/* // blog-header // */

/* search */
.search-box {
  max-width: 792px;
  height: 100%;
  z-index: 100001;
  position: fixed;
  top: -350px;
  transition: 0.8s ease;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  transition: 0.3s ease;
  padding: 46px 0 140px 0;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -ms-overflow-style: none;
}
.search-box::-webkit-scrollbar {
  display: none;
}
.search-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-inputCont {
  margin-top: 46px;
  border-radius: 20px;
  background-color: #f7f7f7;
  height: 70px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}
.search-inputCont input {
  width: 100%;
  max-width: 670px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  color: #000000;
}
.search-inputCont input::placeholder {
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  color: #999999;
}
.search-category {
  max-width: 606px;
  width: 100%;
  height: auto;
  margin: 40px auto;
}
.search-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6.9px;
  justify-content: center;
}
.search-category ul li {
  width: auto;
  height: 37px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 0 20px;
  transition: 0.3s ease;
  color: #333333;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 13px;
  font-size: 13px;
}
.search-category ul li:hover {
  background-color: #fb4700;
  border: 1px solid #fb4700;
  color: #ffffff;
}
.search-category ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.search-result {
  margin: 40px auto;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.search-result span,
.search-result-not span {
  font-weight: 500;
  font-size: 20px;
  color: #111111;
  letter-spacing: -0.03em;
  line-height: 31px;
  display: flex;
  gap: 5px;
}
.search-result span strong,
.search-result-not span strong {
  color: #fb4700;
}
.search-result .result-num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.03em;
  background-color: #fb4700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-result .editor-card {
  gap: 40px;
  justify-content: flex-start;
}
.search-result .editor-card span {
  display: inline-block;
  color: #6c757d;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}
.search-result .card-cont,
.search-result-not .card-cont {
  margin: 30px 0px 0px 0px;
}
.search-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-more {
  width: 93px;
  height: 32px;
  border-radius: 70px;
  overflow: hidden;
  position: relative;
  margin: 50px 0 0 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  transition: 0.3s ease;
}
.search-more:hover .search-cricle {
  animation: aniCrcle 0.3s ease forwards;
}
.search-more:hover .more-span {
  color: #ffffff;
}
.search-more:hover .more-svg path {
  stroke: #ffffff;
}
.search-more span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fb4700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: 0.3s ease;
}
.search-cricle {
  width: 98px;
  height: 98px;
  background-color: #fb4700;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
}
@keyframes aniCrcle {
  0% {
    bottom: -100px;
    transform: scale(1);
  }
  100% {
    bottom: -20px;
    transform: scale(1.1);
  }
}
.search-card li {
  width: 244px;
}
.search-result .card-cont ul,
.search-result-not .card-cont ul {
  gap: 30px;
}
.search-result .card-cont .card,
.search-result-not .card-cont .card {
  height: 170px;
}
.search-result .card-cont .card-desc,
.search-result-not .card-cont .card-desc {
  margin-top: 20px;
  width: 244px;
}
.search-result .card-cont .card-sub,
.search-result-not .card-cont .card-sub {
  font-size: 12px;
}
.search-result .card-cont .card-title,
.search-result-not .card-cont .card-title {
  font-size: 16px;
}
.search-result .card-cont .card-p,
.search-result-not .card-cont .card-p {
  color: #555555;
  -webkit-line-clamp: 1;
}
.search-result .card-cont .user-cont,
.search-result-not .card-cont .user-cont {
  margin-top: 10px;
}
.search-result .card-cont .user-bg,
.search-result-not .card-cont .user-bg {
  width: 35px;
  height: 35px;
}
.search-result .card-cont .user-bg img,
.search-result-not .card-cont .user-bg img {
  width: 21px;
  height: 21px;
  margin: 0;
}
.search-result .card-cont .data-day,
.search-result-not .card-cont .data-day {
  font-size: 13px;
  color: #aaaaaa;
  margin-top: 19px;
}
.search-result-not {
  text-align: center;
  margin-top: 46px;
}
.search-result-not .add-btn {
  margin-top: 80px;
}
.search-result-not .card-bg img {
  width: 73px;
  height: 26px;
  margin: 0;
}
.search-result-not img {
  margin: 80px auto 0 auto;
  width: 130px;
  height: 130px;
  display: block;
}
.search-not-p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #bbbbbb;
  margin-top: 30px;
}
.result-btnBox {
  max-width: 265px;
  width: 100%;
  margin: 20px auto 80px auto;
  display: flex;
  justify-content: space-between;
}
.search-back {
  width: 108px;
  height: 40px;
  border-radius: 6px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.search-back img {
  width: 18px;
  height: 18px;
  margin: 0;
}
.search-back span {
  font-weight: 500;
  font-size: 13px;
  color: #696969;
  letter-spacing: -0.03em;
}
.search-suggest {
  width: 147px;
  height: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #fb4700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.search-suggest span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fb4700;
}
.search-suggest img {
  width: 18px;
  height: 18px;
  margin: 0;
}
.search-article {
  text-align: left;
}
.search-article strong {
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #010101;
  line-height: 41px;
}
.dim-white {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: linear-gradient(
    180deg,
    #ffffff 50%,
    rgba(255, 255, 255, 0.8) 100%
  );
  width: 100vw;
  height: 100vh;
  transition: 0.2s ease;
  opacity: 1;
  visibility: hidden;
}
.search-box.show {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.blogTop {
  transition: 0.3s ease;
}
.blogTop.show {
  padding-top: 350px;
}
.dim-white.show {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 768px) {
  .dim-white {
    background-color: #ffffff;
  }
  .search-box {
    padding: 0;
    -ms-overflow-style: none;
  }
  .search-box::-webkit-scrollbar {
    display: none;
  }
  .search-top {
    height: 63px;
  }
  .close-btn img {
    width: 20px;
    height: 20px;
  }
  .search-inputCont {
    margin-top: 40px;
    height: 50px;
    border-radius: 10px;
    padding: 12px 15px;
  }
  .searchBtn img {
    width: 26px;
    height: 26px;
  }
  .search-inputCont input {
    margin-left: 15px;
  }
  .search-category {
    max-width: 100%;
    width: calc(100% - 20px);
  }
  .search-category ul {
    gap: 6.5px;
  }
  .search-card li {
    width: 100%;
  }
  .search-result {
    margin: 33px auto 80px auto;
  }
  .search-result span {
    gap: 0;
    font-size: 18px;
  }
  .search-result .editor-card {
    margin: 30px 0 50px 0;
  }
  .result-not-txt {
    gap: 0 !important;
    font-size: 18px !important;
  }
  .search-result .card-cont,
  .search-result-not .card-cont {
    margin: 40px 0 0 0;
    max-width: 100%;
  }
  .search-result .card-cont ul,
  .search-result-not .card-cont ul {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  .search-result .card-cont .card,
  .search-result-not .card-cont .card {
    height: 224px;
  }
  .search-result .card-cont .card-desc,
  .search-result-not .card-cont .card-desc {
    margin-top: 25px;
    width: 100%;
  }
  .search-result .card-cont .card-sub,
  .search-result-not .card-cont .card-sub {
    font-size: 14px;
  }
  .search-result .card-cont .card-title,
  .search-result-not .card-cont .card-title {
    margin-top: 15px;
    font-size: 20px;
  }
  .search-result .card-cont .card-p,
  .search-result-not .card-cont .card-p {
    font-size: 16px;
    margin-top: 8px;
    line-height: 23px;
  }
  .search-result .card-cont .user-cont,
  .search-result-not .card-cont .user-cont {
    margin-top: 20px;
  }
  .search-result .card-cont .user-bg,
  .search-result-not .card-cont .user-bg {
    width: 46px;
    height: 46px;
  }
  .search-result .card-cont .user-bg img,
  .search-result-not .card-cont .user-bg img {
    width: 25px;
    height: 25px;
  }
  .search-result-not {
    margin: 33px auto 80px auto;
  }
  .search-result-not img {
    margin: 40px auto 0 auto;
  }
  .result-btnBox {
    margin: 20px auto 93px auto;
  }
  .search-back img,
  .search-suggest img {
    margin: 0;
  }
  .search-result-not .card-cont {
    margin: 20px 0 0 0;
  }
  .search-result-not .add-btn {
    display: none;
  }
  .search-more {
    width: 89px;
    border-radius: 60px;
    margin: 30px 0 0 0;
  }
  .search-more span {
    font-weight: 500 !important;
    font-size: 14px !important;
    gap: 4px !important;
  }
}
/* // search // */

/* main */
main {
  padding-top: 138px;
}
@media all and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}
/* // main // */

/* button */
.orange-btn-strok {
  border: 1px solid #f3520d;
  height: 50px;
  border-radius: 6px;
  transition: 0.3s ease;
}
.orange-btn-strok a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #f3520d;
  padding: 14px 69px;
  line-height: 22px;
}
.orange-btn-strok:hover {
  background-color: #f3520d;
}
.orange-btn-strok:hover a {
  color: #ffffff;
}
/* // button // */

/* footer */
footer {
  background-color: #f8f8f8;
  padding: 94px 0 45px 0;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
}
.logo-pc {
  display: block;
}
.logo-mo {
  display: none;
}
footer .gnb ul {
  display: flex;
  gap: 38px;
  flex-direction: column;
}
footer .gnb ul li {
  text-align: right;
}
footer .gnb ul li a {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #111111;
  letter-spacing: -0.03em;
}
.footer-bottom {
  margin-top: 68px;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 14px;
}
.footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0.07em;
  color: #bbbbbb;
  /* font-family: 'Gotham', sans-serif; */
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.footer-flex span {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #bbbbbb;
  letter-spacing: -0.03em;
  position: relative;
  margin-right: 14px;
  white-space: nowrap;
}
.footer-flex span::after {
  content: '';
  width: 0;
  height: 13px;
  border-right: 1px solid #bbbbbb;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-flex span:nth-child(4)::after {
  border-right: none;
}
.footer-flex span:last-of-type::after {
  content: none;
}
.footer-desc {
  width: auto;
  height: auto;
  display: block;
}
.footer-bottom ul {
  display: flex;
  gap: 30px;
  white-space: nowrap;
}
.footer-bottom ul li a {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #424242;
  font-weight: 700;
  white-space: nowrap;
}
.footer-event {
  width: 100%;
  height: 77px;
  background-color: #f3520d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-event p {
  font-size: 14px;
  line-height: 51px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.footer-event p br {
  display: none;
}
.footer-event p strong {
  margin-left: 8px;
}
.footer-descMo {
  display: none;
}
/*  */
.lillo-home-custom-noti-icon {
  margin-right: -7px;
  height: 32px;
  width: 32px;
  background-image: url(/images/icons/icon-noti-bell.png);
  background-size: contain;
}
.search-icon-lillog {
  display: flex;
  /* padding: 11px 6px; */
  justify-content: center;
  align-items: center;

  /* gap: 10px; */
}

@media all and (max-width: 768px) {
  footer {
    padding: 30px 0 20px 0;
  }
  .logo-pc {
    display: none;
  }
  .logo-mo {
    display: block;
  }
  footer .gnb {
    margin-top: 75px;
  }
  footer .gnb ul {
    gap: 30px;
  }
  footer .gnb ul li a {
    font-size: 21px;
  }
  .footer-bottom {
    margin-top: 50px;
    padding-top: 30px;
    flex-direction: column-reverse;
    justify-content: unset;
    display: block;
    align-items: flex-end;
    border-top: 1px solid #ebebeb;
  }
  .footer-flex {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .footer-bottom ul {
    margin-top: 0;
    gap: 20px;
  }
  .footer-bottom ul li a {
    color: #666666;
  }
  .footer-bottom p {
    font-size: 11px;
    line-height: 51px;
    font-weight: 400;
    text-align: right;
  }
  .footer-event {
    height: 87px;
  }
  .footer-event p {
    color: #fddccf;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }
  .footer-event p br {
    display: block;
  }
  .footer-event p strong {
    color: #ffffff;
    margin-left: 0;
    margin-top: 6px;
    display: block;
  }
  .footer-desc {
    display: none;
  }
  .footer-flex span:nth-of-type(5)::after {
    border-right: none;
  }
  .footer-descMo {
    display: block;
    margin-top: 16px;
    width: auto;
    height: auto;
  }
  .footer-cont.show {
    display: block;
  }
  .footer-cont {
    display: none;
    text-align: right;
    transition: 0.3s ease;
  }
  .footer-flex span {
    font-size: 12px;
  }
  .footer-flex span:nth-child(2)::after,
  .footer-flex span:nth-of-type(3)::after,
  .footer-flex span:nth-of-type(4)::after {
    content: none;
  }
  .footer-flex span:nth-child(2),
  .footer-flex span:nth-of-type(3),
  .footer-flex span:nth-of-type(4),
  .footer-flex span:last-of-type {
    margin-right: 0;
  }
  .footer-descMo button {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.55;
    color: #f3520d;
    display: flex;
    gap: 18px;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .descIcon {
    transition: 0.3s ease;
  }
  .descIcon.active {
    transform: rotate(-180deg);
  }
  .lillo-home-custom-noti-icon {
    margin-top: -7px;
    margin-right: -7px;
    height: 25px;
    width: 25px;
  }
  .mt-minus7 {
    margin-top: -7px !important;
  }
}
/* // footer // */
