@charset "UTF-8";
body {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.con-popupinterview {
  display: flex;
  justify-content: center;
}
.con-popupinterview .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 50px 55px 50px;
  box-sizing: border-box;
  background-color: #75648a;
  background-image: url("/90/img/popup_backtext.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 500px auto;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 576px) {
  .con-popupinterview .inner {
    padding: 0 0 60px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.con-popupinterview .inner .content-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 867px) {
  .con-popupinterview .inner .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .con-popupinterview .inner .content-wrapper {
    gap: 20px;
  }
}
.con-popupinterview .inner .content-wrapper .thumbnail-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 867px) {
  .con-popupinterview .inner .content-wrapper .thumbnail-wrapper {
    width: 100%;
  }
}
@media (max-width: 5760px) {
  .con-popupinterview .inner .content-wrapper .thumbnail-wrapper {
    border-radius: 0;
  }
}
.con-popupinterview .inner .content-wrapper .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con-popupinterview .inner .content-wrapper .thumbnail-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.1rem;
  transition: opacity 0.3s ease;
  text-align: center;
}
.con-popupinterview .inner .content-wrapper .thumbnail-wrapper:hover .overlay {
  opacity: 1;
}
.con-popupinterview .inner .content-wrapper .text-box {
  flex: 1 1 300px;
  color: white;
  padding-bottom: 10px;
}
@media (max-width: 867px) {
  .con-popupinterview .inner .content-wrapper .text-box {
    flex: 1 1 150px;
  }
}
@media (max-width: 576px) {
  .con-popupinterview .inner .content-wrapper .text-box {
    padding: 0 8%;
  }
}
.con-popupinterview .inner .content-wrapper .text-box .webzine-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.con-popupinterview .inner .content-wrapper .text-box .webzine-logo img {
  height: 85px;
}
.con-popupinterview .inner .content-wrapper .text-box .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.con-popupinterview .inner .content-wrapper .text-box .tags .tag {
  background-color: white;
  color: #75648a;
  padding: 6px 12px;
  border-radius: 20px;
  font-family: "Pretendar", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateX(40px);
  filter: blur(4px);
}
.con-popupinterview .inner .additional-box {
  padding-top: 20px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.6;
  color: #f0e1f4;
}
@media (max-width: 867px) {
  .con-popupinterview .inner .additional-box {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .con-popupinterview .inner .additional-box {
    padding: 0 8%;
  }
}
.con-popupinterview .fade-in-trigger.show .tag:nth-child(1) {
  animation: softTag 0.7s cubic-bezier(0.25, 0.8, 0.4, 1) 0.1s forwards;
}
.con-popupinterview .fade-in-trigger.show .tag:nth-child(2) {
  animation: softTag 0.7s cubic-bezier(0.25, 0.8, 0.4, 1) 0.25s forwards;
}
.con-popupinterview .fade-in-trigger.show .tag:nth-child(3) {
  animation: softTag 0.7s cubic-bezier(0.25, 0.8, 0.4, 1) 0.4s forwards;
}
.con-popupinterview .fade-in-trigger.show .tag:nth-child(4) {
  animation: softTag 0.7s cubic-bezier(0.25, 0.8, 0.4, 1) 0.55s forwards;
}
@keyframes softTag {
  0% {
    transform: translateX(40px) scale(0.95);
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

/*////////////////////////////*/
/* content > con-bottom  저작권 및 광고배너 */
.con-bottom {
  padding: 30px 0 0 0;
}
.con-bottom .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .con-bottom .inner {
    padding: 0 37px;
  }
}
@media (max-width: 768px) {
  .con-bottom .inner {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .con-bottom .inner {
    padding: 0 20px;
  }
}
.con-bottom .inner .bottom_left {
  flex: 7;
  padding: 20px;
  display: block;
  background-color: #75648a;
  border-radius: 24px 24px 0 0;
  position: relative;
}
@media (max-width: 950px) {
  .con-bottom .inner .bottom_left {
    flex: 6;
  }
}
@media (max-width: 867px) {
  .con-bottom .inner .bottom_left {
    flex: 5;
  }
}
.con-bottom .inner .bottom_left::before {
  content: "";
  position: absolute;
  left: 3em;
  bottom: 0px;
  background-image: url("/90/img/Kobpra_CI_web_symbol_white.png");
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: 0% 100%;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .con-bottom .inner .bottom_left::before {
    left: -0.3em;
  }
}
@media (max-width: 950px) {
  .con-bottom .inner .bottom_left::before {
    display: none;
  }
}
.con-bottom .inner .bottom_left .kobpra_news {
  position: absolute;
  bottom: 50px;
  right: 2em;
  max-width: 420px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .con-bottom .inner .bottom_left .kobpra_news {
    max-width: 420px;
    width: 100%;
  }
}
@media (max-width: 950px) {
  .con-bottom .inner .bottom_left .kobpra_news {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .con-bottom .inner .bottom_left .kobpra_news {
    padding: 20px 5px 0;
  }
}
.con-bottom .inner .bottom_left .kobpra_news .news-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.con-bottom .inner .bottom_left .kobpra_news .news-wrap .news_title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.con-bottom .inner .bottom_left .kobpra_news .news-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 90%;
}
@media (max-width: 1100px) {
  .con-bottom .inner .bottom_left .kobpra_news .news-wrap ul {
    width: 100%;
  }
}
.con-bottom .inner .bottom_left .kobpra_news .news-wrap ul li {
  border-bottom: 1px solid #b4b1b8;
  width: 100%;
}
.con-bottom .inner .bottom_left .kobpra_news .news-wrap ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 2.8;
}
.con-bottom .inner .bottom_left .kobpra_news .news-wrap ul li a:hover {
  font-weight: 600;
}
.con-bottom .inner .bottom_right {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 950px) {
  .con-bottom .inner .bottom_right {
    flex: 4;
  }
}
@media (max-width: 867px) {
  .con-bottom .inner .bottom_right {
    flex: 5;
  }
}
@media (max-width: 765px) {
  .con-bottom .inner .bottom_right {
    order: -1;
  }
}
.con-bottom .inner .bottom_right .rights-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 765px) {
  .con-bottom .inner .bottom_right .rights-box {
    flex-direction: row;
  }
}
@media (max-width: 657px) {
  .con-bottom .inner .bottom_right .rights-box {
    flex-direction: column;
  }
}
.con-bottom .inner .bottom_right .rights-box .webtoon-banner,
.con-bottom .inner .bottom_right .rights-box .news-banner {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3e8de;
  height: 150px;
  cursor: pointer;
  border-radius: 24px;
  border: 2px solid #eaeaea;
}
.con-bottom .inner .bottom_right .rights-box .webtoon-banner .text-box,
.con-bottom .inner .bottom_right .rights-box .news-banner .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
}
.con-bottom .inner .bottom_right .rights-box .webtoon-banner {
  background-image: url("/90/img/webtoon-banner.jpg");
}
.con-bottom .inner .bottom_right .rights-box .news-banner {
  background-image: url("/90/img/news-banner.svg");
}
@media (max-width: 765px) {
  .con-bottom .inner .bottom_right .webtoon-banner,
  .con-bottom .inner .bottom_right .news-banner {
    width: 100%;
  }
}
@media (max-width: 765px) and (min-width: 420px) and (max-width: 657px) {
  .con-bottom .inner .bottom_right .webtoon-banner,
  .con-bottom .inner .bottom_right .news-banner {
    height: 200px;
  }
}
.con-bottom .inner .bottom_right .icon-box {
  display: flex;
  gap: 16px;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  background-color: #f2e8de;
  border-radius: 12px;
}
@media (max-width: 765px) {
  .con-bottom .inner .bottom_right .icon-box {
    margin-bottom: 0;
  }
}
.con-bottom .inner .bottom_right .icon-box .channel-tag {
  font-size: 0.7rem;
  line-height: 1.1;
  font-weight: 700;
  background-color: #584c73;
  color: #fff;
  padding: 0.8em 1em;
  display: inline-block;
  border-radius: 12px;
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper {
  display: flex;
  gap: 16px;
  transition: gap 0.3s ease;
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper:hover {
  gap: 0;
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  transition: width 0.3s ease;
  position: relative;
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon:hover {
  width: 120px;
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon .label {
  margin-left: 40px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon:hover .label {
  opacity: 1;
  transform: translateX(0);
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon.instagram {
  background-image: url("/90/img/instagram.svg");
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon.instagram:hover {
  background-image: url("/90/img/instagram_hover.svg");
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon.youtube {
  background-image: url("/90/img/youtube.svg");
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon.youtube:hover {
  background-image: url("/90/img/youtube_hover.svg");
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon.brochure {
  background-image: url("/90/img/brochure.svg");
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon.brochure:hover {
  background-image: url("/90/img/brochure_hover.svg");
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon.website {
  background-image: url("/90/img/website.svg");
}
.con-bottom .inner .bottom_right .icon-box .icon-wrapper .icon.website:hover {
  background-image: url("/90/img/website_hover.svg");
}/*# sourceMappingURL=index.css.map */