.lillog .mobileSidebar {
  display: none;
}
.lillog .mobileSidebar.active {
  display: block;
}
/* blogMain */
.mainBanner-cont {
  max-width: 1455px;
  width: calc(100vw - 40px);
  height: 464px;
  position: relative;
  margin: 0 auto 100px auto;
}
.blog-inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.banner-slide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  /* overflow: hidden; */
  max-width: 1200px;
  width: 100%;
  height: 464px;
}
.banner-slide .blogLeft {
  width: 689px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  /* border: 1px solid #e9ecef; */
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.04));
}
.blogSlide01 {
  background-image: url(../images/sub/blogSingle-Img02.png);
}
.blogSlide02 {
  background-image: url(../images/sub/cardImg10.png);
}
.blogSlide03 {
  background-image: url(../images/sub/blog-banner.png);
}
.banner-slide .blogRight {
  max-width: 464px;
  width: 100%;
  height: 100%;
  padding: 85px 0;
  position: relative;
}
.banner-slide .blogRight h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #f3520d;
  line-height: 20px;
}
.banner-slide .blogRight span {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  line-height: 44px;
  display: block;
}
.banner-slide .blogRight p {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  color: #666666;
  letter-spacing: -0.03em;
}
.banner-slide .blogRight .user-information {
  gap: 15px;
  margin-top: 60px;
  position: absolute;
  bottom: 85px;
}
.banner-slide .blogRight .user-name {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
}
.banner-slide .blogRight .user-job {
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
}
.banner-slide li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.75s ease;
  opacity: 0;
  z-index: 1;
}
.banner-slide li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.banner-slide li.active {
  transition: 0.75s ease;
  opacity: 1;
  z-index: 100;
}
.banner-slide li.active .blogLeft {
  animation: 1s blog ease forwards;
}
/* @keyframes blog {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
} */
.blogBanner-cont {
  position: absolute;
  bottom: 87px;
  right: 0;
  z-index: 1;
}
.banner-slide-controller .slide-state .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 111px;
  width: 100%;
}
.banner-slide-controller .slide-state .state-line {
  width: 59px;
  height: 2px;
  position: relative;
  background-color: #cccccc;
}
.banner-slide-controller .slide-state .state-line span {
  width: 0;
  height: 100%;
  background-color: #fb4700;
  position: absolute;
  left: 0;
  top: 0;
}
.prev-btn:after,
.next-btn:after {
  display: none;
}
.prev-btn {
  width: 46px;
  height: 46px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/main/angle-left.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s ease;
}
.next-btn {
  width: 46px;
  height: 46px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/main/angle-right.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s ease;
}
.mainBanner-cont:hover .next-btn {
  opacity: 1;
}
.mainBanner-cont:hover .prev-btn {
  opacity: 1;
}
.banner-btn button:hover {
  opacity: 0.4;
}
.current {
  font-size: 12px;
  font-weight: 700;
  color: #fb4700;
}
.total {
  font-size: 12px;
  font-family: 700;
  color: #999999;
}
.blogMain .card-cont {
  margin: 30px auto 60px auto;
  max-width: 1200px;
}
.blogMain .card {
  height: 275px;
}
.blogMain .move-banner {
  padding: 50px 0 50px 38px !important;
  height: 160px;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto 60px auto;
}
.blogMain .move-banner br {
  display: none;
}
.top-cont {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.article-button {
  display: none;
}
.article-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.slide-article {
  width: 100%;
  margin: 0 auto 60px auto;
  /* height: 570px; */
  height: auto;
  display: block;
  position: relative;
  padding-top: 30px;
}
.article-swiper {
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto;
  overflow: visible !important;
}
.article-swiper ul {
  display: flex;
  height: auto;
}
.article-swiper ul li {
  width: 380px !important;
  height: auto;
  margin-bottom: 40px;
}
.article-swiper ul li:hover .user-hover {
  opacity: 1;
}
.article-swiper ul li a {
  width: 100%;
  height: auto;
}
.swiper-scrollbar {
  width: 100% !important;
  height: 1px !important;
  /* margin-bottom: 60px !important; */
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
  left: 0 !important;
}
.swiper-scrollbar-drag {
  background-color: #888888;
  position: absolute;
}
.top-contMO {
  max-width: 1200px;
  width: calc(100vw - 40px);
  margin: 0 auto;
}
.top-cont h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  color: #212121;
  letter-spacing: -0.03em;
}
.top-cont .sub-menu ul {
  display: flex;
  gap: 50px;
}
.top-cont .sub-menu ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 19px;
  letter-spacing: -0.04em;
}
.top-cont .sub-menu ul li a.active {
  color: #f3520d;
}
.mainCard-cont {
  margin: 36px auto 76px auto;
}
.mainCard-cont ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 28px;
  cursor: pointer;
}
.mainCard-cont .card {
  height: 202px;
}
.cardImg07 {
  background-image: url(../images/sub/cardImg07.png);
}
.cardImg08 {
  background-image: url(../images/sub/cardImg08.png);
}
.cardImg09 {
  background-image: url(../images/sub/cardImg09.png);
}
.cardImg10 {
  background-image: url(../images/sub/cardImg10.png);
}
.cardImg11 {
  background-image: url(../images/sub/cardImg11.png);
}
.blogMain .add-btn {
  margin-bottom: 106px;
}
@media all and (max-width: 768px) {
  .blogMain .article-swiper .card {
    height: 233px;
  }
  .mainBanner-cont {
    height: 519px;
    max-width: 100%;
    margin: 46px auto 80px auto;
  }
  .blog-inner {
    max-width: 100%;
    width: 100%;
  }
  .prev-btn,
  .next-btn {
    display: none;
  }
  .banner-slide {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    z-index: 0;
    /* overflow: hidden; */
    width: 100%;
    height: 519px;
  }
  .banner-slide li a {
    display: block;
  }
  .banner-slide .blogLeft {
    width: 100%;
    height: 235px;
    border-radius: 20px;
  }
  .banner-slide .blogRight {
    padding: 0;
    max-width: 100%;
    height: 235px;
    margin-top: 40px;
  }
  .banner-slide .blogRight h4 {
    font-size: 14px;
  }
  .banner-slide .blogRight span {
    margin-top: 20px;
    font-size: 24px;
    line-height: 38px;
    overflow: hidden;
    height: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .banner-slide .blogRight p {
    font-size: 16px;
    margin-top: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .banner-slide .blogRight .user-information {
    margin-top: 40px;
    position: absolute;
    bottom: 0;
  }
  .blogBanner-cont {
    /* bottom: 0; */
    bottom: 15px;
  }
  .top-cont h4 {
    font-size: 22px;
    color: #333333;
  }
  .top-cont button svg {
    width: 24px;
    height: 24px;
  }
  .top-contMO {
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    max-width: 100%;
    width: 100%;
  }
  .top-contMO .sub-menu {
    width: 100%;
    max-width: 100%;
  }
  .top-contMO .sub-menu ul li {
    width: auto;
    white-space: nowrap;
  }
  .top-contMO .sub-menu ul {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    gap: 10%;
  }
  .top-contMO .sub-menu ul::-webkit-scrollbar {
    display: none;
  }
  .top-contMO .sub-menu li:last-of-type {
    padding-right: 20px;
  }
  .mainCard-cont {
    margin: 40px auto 60px auto;
  }
  .mainCard-cont ul {
    display: unset;
    grid-template-columns: unset;
  }
  .mainCard-cont .card {
    height: 242px;
  }
  .card-p {
    margin-top: 10px;
    color: #666666;
  }
  .article-swiper {
    padding-left: 20px;
    /* width: max-content; */
  }
  .article-swiper ul li {
    width: 315px !important;
    margin-right: 20px !important;
    margin-bottom: 20px;
  }
  .swiper-scrollbar {
    width: calc(100% - 40px) !important;
    max-width: 100% !important;
    position: relative;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .blogMain .move-banner {
    height: 121px;
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 20px 0 20px 40px !important;
  }
  .blogMain .move-banner br {
    display: none;
  }
  /* .article-swiper ul li:last-of-type {
    margin-right: -500px !important;
  } */
}
/* blogMain */

/* blogSingle */
.sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #f3520d;
  padding-top: 162px;
}
.title {
  margin-top: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
  color: #111111;
}
.sub-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #666666;
  letter-spacing: -0.03em;
  margin-top: 20px;
}
.single-line {
  width: 15px;
  margin: 30px 0 20px 0;
  height: 1px;
  /* background-color: #e9e9e9; */
  background-color: transparent;
}
.user-cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.user-information {
  display: flex;
  gap: 12px;
  align-items: center;
}
.user-bg {
  width: 52px;
  height: 52px;
  background-color: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-bg img {
  width: 32px;
  height: 32px;
}
.user-bg .user-bg-img {
  width: 52px;
  height: 52px;
  /* background-image: url(/images/sub/blogSingle-user.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.user {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.user-hover {
  opacity: 0;
  transition: 0.3s ease;
}
.user-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #555555;
  letter-spacing: -0.03em;
}
.user-job {
  font-size: 14px;
  line-height: 18px;
  left: -0.03em;
  font-weight: 400;
}
.data-day {
  font-weight: 100;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #c2c2c2;
  white-space: nowrap;
}
.blogSigle-banner {
  width: 100%;
  height: 488px;
  margin-top: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/sub/blogSingle-Img02.png);
  background-size: cover;
  border-radius: 20px;
}
/* blog single 본문 디자인 시스템 */
.blogSingle-content {
  margin: 40px 0;
  /* max-width: 720px; */
  max-width: 998px;
  width: 100%;
  color: #000000;
  /* margin-top: 80px; */
}
.blogSingle-content figure {
  margin: 10px auto 10px auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.wp-block-gallery {
  width: 100%;
  display: flex;
}
.wp-block-gallery p {
  display: none !important;
  font-weight: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  letter-spacing: unset !important;
  color: unset !important;
  margin-bottom: unset !important;
}
.wp-block-image {
  margin-right: 20px !important;
}
.wp-block-image:last-of-type {
  margin-right: 0 !important;
}
.blogSingle-content figcaption {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #767676;
  letter-spacing: -0.03em;
  line-height: 1.6;
  /* margin-top: 10px; */
}
.blogSingle-content h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  color: #222222;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.blogSingle-content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #222222;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.blogSingle-content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #313131;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.blogSingle-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.blogSingle-content blockquote {
  border-left: 2px solid #000000;
  padding: 18px 0px 18px 35px;
  margin: 34px 0;
}
.blogSingle-content blockquote p {
  margin: 0;
}
.blogSingle-content blockquote p strong {
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  margin: 0;
}
.blogSingle-content p {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: -0.03em;
  color: #333333;
  display: block;
  margin-bottom: 7px;
}
.blogSingle-content ul li {
  font-weight: 400;
  font-size: 19px;
  color: #111111;
  line-height: 1.6;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  list-style: inside;
}
.blogSingle-content ol {
  padding-left: 35px;
}
.blogSingle-content strong {
  line-height: 1.7;
  letter-spacing: -0.03em;
  /* display: inline; */
}
.blogSingle-content ol li {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: #111111;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  /* list-style: decimal; */
}
.blogSingle-content p a {
  position: relative;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  /* color: #fb4700; */
  letter-spacing: -0.03em;
  text-decoration: underline;
}
.blogSingle-content img {
  display: block;
  border-radius: 15px;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 10px auto 10px auto;
}
.blogSingle-content hr {
  margin: 30px 0;
}
/* blog single 본문 디자인 시스템 */
.desc-title {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #212121;
  letter-spacing: -0.03em;
}
.desc-p {
  margin: 30px 0 50px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #333333;
  letter-spacing: -0.03em;
}
.sub-banner {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/sub/blogSingle-Img03.png);
  background-size: cover;
  border-radius: 20px;
}
.desc-sub {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #313131;
  letter-spacing: -0.03em;
  margin-top: 30px;
}
.sns-title {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #333333;
  display: block;
  text-align: center;
}
.sns-cont {
  max-width: 218px;
  width: 100%;
  height: 100%;
  margin: 20px auto 0 auto;
  display: flex;
  gap: 34px;
}
.sns-cont li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  transition: 0.3s ease;
}
.sns-cont li:hover {
  background-color: #333333;
  border: 1px solid #333333;
}
.sns-cont li:hover .icon-path {
  fill: #ffffff;
}
.sns-cont li:hover .icon-line {
  stroke: #ffffff;
}
.sns-cont li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-card {
  margin: 70px auto 120px auto;
  width: 100%;
  /* max-width: 790px; */
  max-width: 998px;
  height: 188px;
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #f8f9fa;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editor-img-bg {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}
.editor-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(/images/sub/editor-img.png); */
}
.editor-desc {
  max-width: 479px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.editor-desc strong {
  font-size: 18px;
  line-height: 1.6;
}
.editor-desc span {
  color: #6c757d;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.editor-desc span::before {
  content: "";
  width: 0;
  height: 15px;
  border-left: 1px solid #e9ecef;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.editor-desc p {
  color: #6c757d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.move-banner {
  max-width: 998px;
  width: 100%;
  height: 136px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/sub/blogSingle-Img04.png);
  background-size: cover;
  margin: 80px auto 100px auto;
  padding: 38px 0 38px 50px;
}
.move-banner span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 30px;
}
.move-banner p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #ffe6e0;
  margin-top: 10px;
}
.move-banner p br {
  display: none;
}
.article {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #222222;
  text-align: center;
  display: block;
}
.article br {
  display: none;
}
.blogSigle-card {
  max-width: 998px;
  margin: 42px auto 140px auto;
}
.blogSigle-card ul {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  cursor: pointer;
  gap: 30px;
}
.blogSigle-card ul li {
  width: 100%;
  height: auto;
  border: #48b534;
}
.blogSigle-card ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.blogSigle-card ul li:hover .card,
.card-cont ul li a:hover .card,
.mainCard-cont ul li a:hover .card,
.article-swiper ul li a:hover .card {
  transform: translateY(-10px);
  filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.14));
}
.blogSigle-card ul li:hover .card-bg,
.card-cont ul li a:hover .card-bg,
.mainCard-cont ul li a:hover .card-bg,
.article-swiper ul li a:hover .card-bg {
  opacity: 1;
}
.card {
  width: 100%;
  height: 225px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease;
  position: relative;
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.04));
  /* border: 1px solid #e9ecef; */
}
.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.14));
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-bg img {
  width: 73px;
  height: 26px;
}
/* .cardImg01 {
  background-image: url(../images/sub/cardImg01.png);
}
.cardImg02 {
  background-image: url(../images/sub/cardImg02.png);
}
.cardImg03 {
  background-image: url(../images/sub/cardImg03.png);
} */
.card-desc {
  margin-top: 30px;
  width: 279px;
}
.desc-100 {
  width: auto;
}
.desc-100 .card-title {
  width: 100%;
}
.title-width {
  width: 100% !important;
}
.card-sub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fb4700;
}
.card-title {
  font-size: 19px;
  font-weight: 700;
  color: #111111;
  margin-top: 5px;
  line-height: 44px;
  position: relative;
  width: 100%;
  display: inline-block;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 1px;
  width: 0px;
  display: inline-block;
  background-color: #111111;
  transition: 0.3s width linear;
}
.article-title {
  width: 310px !important;
}
.blogSigle-card ul li:hover .card-title:after,
.card-cont ul li a:hover .card-title:after,
.mainCard-cont ul li a:hover .card-title:after,
.article-swiper ul li a:hover .card-title:after {
  width: 100%;
}
.title-icon {
  position: absolute;
  right: -8px;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #f3520d;
}
.card-p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #6c6c6c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
}
.p-lineClamp {
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
}
.data-cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.card-day {
  font-weight: 100;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #c2c2c2;
  white-space: nowrap;
}
.card-information {
  display: flex;
  gap: 8px;
  align-items: center;
}
.card-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  letter-spacing: -0.03em;
  opacity: 0;
  transition: 0.3s ease;
}
.blogSigle-card ul li:hover .card-name,
.card-cont ul li a:hover .card-name,
.mainCard-cont ul li a:hover .card-name {
  opacity: 1;
}
.card-information .user-bg {
  width: 26px;
  height: 26px;
}
.card-information .user-bg img {
  width: 19px;
  height: 19px;
}
@media all and (max-width: 768px) {
  .sub-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-top: 46px;
  }
  .title {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.03em;
  }
  .sub-desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .user-information {
    gap: 5px;
  }
  .card-title::after {
    bottom: 3px;
  }
  .related-bg {
    width: 32px;
    height: 32px;
  }
  .user {
    margin-left: 20px;
  }
  .user-job {
    font-size: 12px;
    line-height: 15px;
    color: #777777;
  }
  .data-day {
    font-weight: 400;
  }
  .blogSigle-banner {
    height: 250px;
    width: calc(100vw + 20px);
    border-radius: 0;
    margin-left: -40px;
    margin-top: 30px;
  }
  /* blog single 본문 디자인 시스템 */
  .blogSingle-content {
    margin: 34px 0;
    max-width: 100%;
  }
  .blogSingle-content h1 {
    font-size: 25px;
  }
  .blogSingle-content h2 {
    font-size: 23px;
  }
  .blogSingle-content h3 {
    font-size: 18px;
  }
  .blogSingle-content h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #222222;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
  }
  .blogSingle-content blockquote {
    border-left: 5px solid #000000;
    padding: 11px 0px 11px 35px;
    margin: 34px 0;
  }
  .blogSingle-content blockquote p {
    margin: 0;
  }
  .blogSingle-content blockquote p strong {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    margin: 0;
  }
  .blogSingle-content p {
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.7;
    letter-spacing: -0.03em;
    color: #333333;
    /* margin: 30px 0; */
    margin: 10px 0;
  }
  .blogSingle-content ul li {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 1.6;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
    list-style: inside;
  }
  .blogSingle-content ol {
    padding-left: 15px;
  }
  .blogSingle-content strong {
    /* font-size: 16px; */
    line-height: 1.7;
    letter-spacing: -0.03em;
    color: #333333;
    margin: 30px 0;
    /* display: inline-block; */
    font-size: 1.25em;
  }
  .blogSingle-content ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #111111;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    list-style: decimal;
  }
  .blogSingle-content p a {
    font-size: 16px;
  }
  .blogSingle-content img {
    width: 100%;
    height: auto;
  }
  .blogSingle-content hr {
    margin: 30px 0;
  }
  .blogSingle-content .img-flex-two,
  .blogSingle-content .img-flex-three {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .blogSingle-content .img-flex-two img,
  .blogSingle-content .img-flex-three img {
    width: 100% !important;
  }
  .blogSingle-content figure {
    flex-direction: column;
  }
  .blogSingle-content img {
    /* margin-top: 10px; */
    margin-top: 0;
  }
  /* blog single 본문 디자인 시스템 */
  .desc-title {
    font-size: 22px;
    line-height: 35px;
  }
  .desc-p {
    font-size: 16px;
    margin: 20px auto 50px auto;
  }
  .p-13 {
    margin: 13px auto 50px auto;
  }
  .single-line {
    margin: 20px 0;
  }
  .sub-banner {
    height: 230px;
    border-radius: 18px;
  }
  .desc-sub {
    font-size: 18px;
    margin-top: 20px;
  }
  .sns-title {
    margin-top: 60px;
  }
  .sns-cont {
    max-width: 190px;
    gap: 20px;
  }
  .editor-card {
    height: 117px;
    max-width: 100%;
    margin: 30px 0 80px 0;
    padding: 20px 25px;
  }
  .editor-img-bg {
    width: 64px;
    height: 64px;
  }
  .editor-desc {
    gap: 7px;
    max-width: 165px;
  }
  .editor-desc strong {
    font-size: 16px;
  }
  .editor-desc span {
    font-size: 16px;
  }
  .editor-desc p {
    font-size: 14px;
  }
  .editor-desc br {
    display: none;
  }
  .move-banner {
    max-width: 335px;
    height: 149px;
    border-radius: 20px;
    padding: 35px 0 35px 40px !important;
    background-image: url(../images/sub/blogSingle-Img04MO_new.png);
  }
  .blogSingle-move {
    margin: 70px auto 40px auto;
  }
  .move-banner span {
    font-size: 20px;
    line-height: 1.6;
  }
  .move-banner p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 72px;
    margin-top: 5px;
  }
  .move-banner p br {
    display: block;
  }
  .article {
    font-size: 20px;
  }
  .article br {
    display: block;
  }
  .card-cont,
  .blogSigle-card {
    /* margin: 30px auto 80px auto; */
    margin: 20px auto 58px auto;
    max-width: max-content;
  }
  .card-cont ul,
  .blogSigle-card ul {
    gap: 20px;
    overflow-x: scroll;
    width: 100%;
  }
  .card-cont ul li,
  .blogSigle-card ul li {
    min-width: 315px;
  }
  .card {
    height: 225px;
  }
  .blog .card-cont ul li:first-of-type,
  .blog .blogSigle-card ul li:first-of-type {
    padding-left: 20px;
  }
  .blog .card-cont ul li:last-child,
  .blog .blogSigle-card ul li:last-child {
    padding-right: 20px;
  }
  /* .card {
    width: 315px;
    height: 242px;
  } */
  .card-desc {
    /* margin-top: 25px; */
    margin-top: 13px;
    width: 100%;
  }
  .card-title {
    font-size: 20px;
    line-height: 33px;
    /* margin-top: 20px; */
    margin-top: 10px;
    width: 100%;
  }
  .article-title {
    width: 100% !important;
  }
  .blog.card-p {
    font-size: 16px;
    margin-top: 10px;
  }
  .data-cont {
    margin-bottom: 45px;
    margin-top: 13px;
  }
  .card-day {
    font-size: 14px;
  }
  .card-cont ul li a:hover .card,
  .mainCard-cont ul li a:hover .card,
  .article-swiper ul li a:hover .card {
    transform: translateY(0px);
    filter: unset;
  }
  .card-cont ul li a:hover .card-bg,
  .mainCard-cont ul li a:hover .card-bg,
  .article-swiper ul li a:hover .card-bg {
    opacity: 0;
  }
}
/* blogSingle */

/* blogInsight */
.blogInsight h2 {
  margin-top: 162px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 45px;
  color: #111111;
}
.blogInsight .tab-menu {
  margin: 30px auto auto auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.blogInsight .tab-menu ul {
  display: flex;
  gap: 21px;
}
.blogInsight .tab-menu ul li {
  width: auto;
  height: 44px;
  background-color: #f9f9f9;
  color: #767676;
  border-radius: 17.5px;
  font-weight: 500;
}
.blogInsight .tab-menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: -0.03em;
  padding: 0 30px;
  white-space: nowrap;
}
.blogInsight .tab-menu ul li.active {
  background-color: #fff5f3;
  color: #f3520d;
  font-weight: 700;
}
.blogInsight .card-cont {
  margin: 50px auto 140px auto;
  max-width: 1200px;
}
.blogInsight .card-cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blogInsight .card-cont ul li {
  margin-bottom: 80px;
  width: 382px;
}
.cardImg04 {
  background-image: url(../images/sub/cardImg04.png);
}
.cardImg05 {
  background-image: url(../images/sub/cardImg05.png);
}
.cardImg06 {
  background-image: url(../images/sub/cardImg06.png);
}
.blogInsight .card {
  height: 275px;
}
.blogInsight .card-title {
  font-size: 20px;
  margin-top: 10px;
}
.blogInsight .card-p {
  font-size: 16px;
  margin-top: 5px;
}
.blogInsight .user-bg {
  width: 46px;
  height: 46px;
}
.blogInsight .user-information {
  gap: 15px;
}
.blogInsight .user {
  gap: 4px;
}
.blogInsight .user-name {
  font-size: 14px;
  color: #666666;
}
.blogInsight .user-job {
  font-size: 12px;
  line-height: 15px;
  color: #777777;
}
.blogInsight .data-day {
  font-size: 13px;
  margin-top: 26px;
}
.add-btn {
  height: 46px;
  width: 144px;
  border: 1px solid #d3d3d3;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
}
.add-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadingClick {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
.loadingClick.active {
  display: none;
}
.loadingClick > div {
  height: 3px;
  border-radius: 50%;
}
.loadingClick::before,
.loadingClick::after {
  content: "";
}
.loadingClick > div,
.loadingClick:before,
.loadingClick:after {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.loading {
  display: none;
}
.loading.active {
  animation-duration: 0.5s;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: calc(3px * 1.75);
  width: max-content;
}
.loading:before,
.loading:after {
  content: "";
}
.loading > div,
.loading:before,
.loading:after {
  height: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #666666;
  animation: bounce 0.5s ease infinite alternate;
}
.loading:after {
  animation-delay: calc(0.5s / 2);
}
.loading > div {
  animation-delay: calc(0.5s / 4);
}
@keyframes bounce {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-98%);
  }
}
@media all and (max-width: 768px) {
  .blogInsight h2 {
    margin-top: 46px;
    font-size: 28px;
    line-height: 35px;
    color: #010101;
  }
  .blogInsight .tab-menu {
    margin-top: 20px;
    max-width: 100%;
  }
  .blogInsight .tab-menu ul {
    gap: 15px;
    overflow-x: scroll;
    width: 100%;
  }
  .blogInsight .tab-menu ul li:first-of-type {
    margin-left: 20px;
  }
  .blogInsight .tab-menu ul li:last-of-type {
    margin-right: 20px !important;
  }
  .blogInsight .card-cont {
    margin: 40px auto 80px auto;
    overflow-x: unset;
  }
  .blogInsight .card-cont ul {
    grid-template-columns: unset;
    gap: 0;
    width: 100%;
  }
  .blogInsight .card-cont ul li {
    margin-bottom: 40px;
    width: 100%;
  }
  .blogInsight .card {
    max-height: 237px;
  }
  .blogInsight .card-title {
    margin-top: 15px;
  }
  .blogInsight .card-p {
    margin-top: 8px;
  }
  .blogInsight .add-btn {
    margin-top: 20px;
  }
}
/* blogInsight */

/* blog-ready */
.blog-ready {
  width: 100%;
  height: auto;
  margin: 60px auto 140px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-ready .ready-img {
  width: 200px;
  height: 204px;
}
.blog-ready p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #bbbbbb;
  margin: 18px 0;
  text-align: center;
}
.blog-ready p br {
  display: none;
}
.blog-ready a {
  width: auto;
  height: 39px;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #e9ecef;
  font-size: 13px;
  line-height: 19px;
  color: #6c757d;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media all and (max-width: 768px) {
  .blog-ready {
    width: 100%;
    height: auto;
    margin: 40px auto 140px auto;
  }
  .ready-title {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .blog-ready .ready-img {
    width: 138px;
    height: 140px;
  }
  .blog-ready p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin: 14px 0;
  }
  .blog-ready p br {
    display: block;
  }
}
/* blog-ready */
