@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.case-top {
  width: 100%;
  height: 600px;
  background-image: url("../img/case/top_image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .case-top {
    height: 310px;
  }
}
.case-top .top-wrap {
  width: 100%;
}
.case-top .top-wrap .txt-box {
  text-align: center;
}
@media (max-width: 1080px) {
  .case-top .top-wrap .txt-box {
    padding: 0 20px;
  }
}
.case-top .top-wrap .txt-box .tit {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .case-top .top-wrap .txt-box .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.case-top .top-wrap .txt-box .desc {
  color: #FFF;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .case-top .top-wrap .txt-box .desc {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.case-top .top-wrap .txt-box .desc .mo-br {
  display: none;
}
@media (max-width: 768px) {
  .case-top .top-wrap .txt-box .desc .mo-br {
    display: inline;
  }
}

.works {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .works {
    margin-top: 50px !important;
    padding-top: 0 !important;
    align-items: flex-start;
  }
}
.works .tabs-group {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .works .tabs-group {
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
  }
}
.works .tabs-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.works .tabs-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
@media (max-width: 768px) {
  .works .tabs-wrap {
    padding: 0 10px;
    width: auto;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
  }
}
.works .tabs-wrap::-webkit-scrollbar {
  display: none;
}
.works .tabs-wrap .tab-arrow {
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
.works .tabs-wrap .tab-arrow .arrow-wrap {
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%) #2D2D2D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 100;
  position: relative;
}
@media (max-width: 1080px) {
  .works .tabs-wrap .tab-arrow {
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 100%;
    background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
    overflow: hidden;
    box-sizing: border-box;
  }
}
.works .tabs-wrap .tab-arrow img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.works .tabs-wrap .tab-arrow.tab-arrow-left {
  left: 8px;
}
.works .tabs-wrap .tab-arrow.tab-arrow-right {
  right: 8px;
}
.works .tabs {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .works .tabs {
    width: max-content;
    display: inline-flex;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .works .tabs::-webkit-scrollbar {
    display: none;
  }
}
.works .tabs .tab {
  display: flex;
  padding: 12px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  flex-shrink: 0;
  white-space: nowrap;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .works .tabs .tab {
    font-size: 13px;
  }
}
.works .tabs .tab.active {
  border-radius: 100px;
  background: #FFF;
  color: #3A3E6D;
}
@media (max-width: 768px) {
  .works .hashtag-group {
    padding: 0 10px;
  }
}
.works .hashtags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .works .hashtags {
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 8px;
  }
}
.works .hashtags .hashtag {
  display: flex;
  padding: 9px 28px 9px 9px;
  align-items: center;
  gap: 9px;
  border-radius: 100px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .works .hashtags .hashtag {
    padding: 9px 28px 9px 9px;
    display: flex;
    gap: 4px;
  }
}
.works .hashtags .hashtag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.works .hashtags .hashtag.active {
  background: #FFF;
  border: 1px solid #3A3E6D;
}
.works .hashtags .hashtag.active .txt {
  color: #000;
}
.works .hashtags .hashtag .icon-box {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 6px 5.5px 6px 6.5px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #1EEB7D;
  flex-shrink: 0;
}
@media (max-width: 1080px) {
  .works .hashtags .hashtag .icon-box {
    width: 23px;
    height: 23px;
  }
}
.works .hashtags .hashtag .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1080px) {
  .works .hashtags .hashtag .icon-box img {
    object-fit: none;
  }
}
.works .hashtags .hashtag .txt {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
}
@media (max-width: 768px) {
  .works .hashtags .hashtag .txt {
    font-size: 13px;
  }
}
.works .hashtags .hashtag .close-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  position: absolute;
  right: 7px;
}
.works .no-result {
  margin-top: 102px;
  width: 100%;
  max-width: 1160px;
  border-radius: 24px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 48px 24px;
  align-items: center;
  gap: 36px;
  flex: 1 0 0;
  color: #9393B0;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.72px;
}
@media (max-width: 1200px) {
  .works .no-result {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .works .no-result {
    margin-top: 32px;
  }
}
.works .no-result::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.works .work-list {
  margin-top: 102px;
  display: grid;
  grid-template-columns: repeat(3, 327px);
  justify-content: center;
  gap: 18px;
  width: 100%;
}
@media (max-width: 1070px) {
  .works .work-list {
    grid-template-columns: repeat(2, 327px);
  }
}
@media (max-width: 768px) {
  .works .work-list {
    margin-top: 32px !important;
    grid-template-columns: repeat(1, 327px);
  }
}
.works .work-list .work-item {
  display: flex;
  width: 327px;
  min-width: 327px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 18px;
  border: 1px solid #121212;
  background: radial-gradient(100% 100% at 50% 0%, rgba(90, 41, 217, 0.15) 0%, rgba(90, 41, 217, 0) 100%);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.works .work-list .work-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
  z-index: 1;
}
.works .work-list .work-item::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  z-index: 0;
  pointer-events: none;
}
.works .work-list .work-item > * {
  position: relative;
  z-index: 2;
}
.works .work-list .work-item:hover .img-box img {
  transform: scale(1.025);
}
.works .work-list .work-item .img-box {
  display: flex;
  padding: 0.139px 0 2.809px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  aspect-ratio: 326.67/326.67;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .works .work-list .work-item .img-box {
    height: 200px;
    aspect-ratio: auto;
  }
}
.works .work-list .work-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.works .work-list .work-item .txt-box {
  display: flex;
  padding: 0 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.works .work-list .work-item .txt-box .title {
  color: #FFF;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  max-height: 3.9em;
}
@media (max-width: 1080px) {
  .works .work-list .work-item .txt-box .title {
    font-size: 20px;
  }
}
.works .work-list .work-item .txt-box .subtitle {
  color: #9393B0;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
  text-align: left;
}
@media (max-width: 1080px) {
  .works .work-list .work-item .txt-box .subtitle {
    font-size: 16px;
  }
}
.works .work-list .work-item .tags {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 9px;
  align-self: stretch;
  flex-wrap: wrap;
}
.works .work-list .work-item .tags .tag {
  display: flex;
  padding: 9px 15px;
  align-items: center;
  gap: 9px;
  border-radius: 24px;
  border: 1px solid #121212;
  background: #110e18;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  white-space: nowrap;
}
.works .work-list .work-item .tags .tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(to right, #121212 0%, #3A3E6D 50%, #121212 100%);
}
.works .work-list .work-item .tags .tag.more-tag {
  background: #110e18;
}
.works .work-list .work-item .tags .tag.more-tag:hover {
  background: rgba(90, 41, 217, 0.3);
}
.works .work-list .work-item .tags .tag.active-tag {
  color: #85B4F5;
}

/*# sourceMappingURL=case.css.map */
