@charset "UTF-8";
.share_wrap {
  background-color: #f4f5fa;
  padding: 62px 0 60px;
  width: 100%;
  margin: 0;
}
.share_wrap::before {
  background-color: #f4f5fa;
}
@media (max-width: 985px) {
  .share_wrap {
    padding-top: 48px;
  }
}
.share_wrap .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 26px;
}
.share_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 985px) {
  .share_list {
    gap: 16px;
  }
}
.share_list .btn {
  padding: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 985px) {
  .share_list .btn {
    width: 48px;
    height: 48px;
  }
}
.share_list [class*=ico_] {
  margin-right: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 985px) {
  .share_list [class*=ico_] {
    width: 48px;
    height: 48px;
  }
}
.share_list .ico_kakao {
  background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_kakao.png");
}
.share_list .ico_facebook {
  background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_facebook.png");
}
.share_list .ico_x {
  background-image: url("https://assets.joongang.co.kr/images/event/artSeminar/icon-x.min.png");
}
.share_list .ico_url {
  background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_share.png");
}

[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (min-width: 691px) {
  [data-animate] {
    transform: scale(0.95);
  }
}

[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media (min-width: 691px) {
  [data-animate].animated {
    transform: scale(1);
  }
}

[data-animate=slide-left] {
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
[data-animate=slide-left] .animated {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-right] {
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
[data-animate=slide-right] .animated {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-up] {
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
[data-animate=slide-up] .animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-down] {
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
[data-animate=slide-down] .animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=fade-in] {
  opacity: 0;
  transition: opacity 0.5s ease;
}
[data-animate=fade-in] .animated {
  opacity: 1;
}

[data-animate=fade-out] {
  opacity: 1;
  transition: opacity 0.5s ease;
}
[data-animate=fade-out] .animated {
  opacity: 0;
}

@keyframes float {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 7px);
  }
}
html {
  scroll-behavior: auto;
}

footer {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

#container {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #102246;
}

.contents {
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 985px) {
  .contents {
    padding-left: 0;
    padding-right: 0;
  }
}

.section {
  position: relative;
  width: 100%;
  z-index: 2;
}
.section::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  z-index: -1;
}
.section .section_heading strong {
  font-size: 40px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: -3px;
}
@media (max-width: 985px) {
  .section .section_heading strong {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -2px;
  }
}
.section.section1 {
  padding: 180px 0 150px;
  height: 948px;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  overflow: hidden;
}
.section.section1::before {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/cover@2x.min.png) no-repeat center/cover fixed;
  height: 948px;
  top: 0;
  left: 0;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.6s ease;
}
.section.section1.zoomed::before {
  transform: scale(1.2);
}
.section.section1.hidden {
  opacity: 0;
}
.section.section1 .section_heading {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/cover_tit@2x.min.png) no-repeat;
  width: 507.5px;
  height: 313px;
  background-size: 100% auto;
  margin: 0 auto;
}
.section.section1 .cover_title {
  margin-bottom: 80px;
  color: #FD7600;
}
.section.section1 .cover_title strong {
  display: block;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 61px;
  font-weight: 500;
  letter-spacing: 5px;
}
.section.section1 .cover_title p {
  font-size: 20px;
  line-height: 36.287px;
  font-weight: 400;
  letter-spacing: 1px;
}
.section.section1 .ico_scroll {
  position: relative;
  display: block;
  padding-top: 73px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
.section.section1 .ico_scroll::before {
  content: "";
  width: 58px;
  height: 58px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 58 58' fill='none'%3E%3Cg filter='url(%23filter0_d_593_1715)'%3E%3Ccircle cx='29' cy='29' r='28.5' fill='white' stroke='white' stroke-opacity='0.3' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cpath d='M37 30.1704L35.7008 28.8212L29.9188 34.8267V19H28.0812V34.8248L22.2992 28.8212L21 30.1704L29.0009 38.4783L37 30.1704Z' fill='black'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_593_1715' x='0' y='0' width='66' height='66' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_593_1715'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_593_1715' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  animation: float 2s ease-in-out infinite;
}
@media (max-width: 985px) {
  .section.section1 {
    padding: 95px 0 50px;
    max-height: 487px;
  }
  .section.section1::before {
    background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/cover_m@2x.min.png) no-repeat center/cover fixed;
    height: 487px;
  }
  .section.section1 .section_heading {
    background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/cover_tit_m@2x.min.png) no-repeat;
    width: 266px;
    height: 172px;
    background-size: 100% auto;
  }
  .section.section1 .cover_title {
    margin-bottom: 0;
  }
  .section.section1 .cover_title strong {
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 2.754px;
    margin-bottom: 100px;
  }
  .section.section1 .cover_title p {
    font-size: 14px;
    line-height: 20.5px;
  }
  .section.section1 .ico_scroll {
    display: none;
  }
}
.section.section2 {
  padding: 150px 0 150px 18.0835%;
  text-align: left;
  margin-top: 948px;
  transition: margin-top 0.6s ease;
}
.section.section2::before {
  background-color: #102246;
}
.section.section2::after {
  content: "";
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/intro@2x.min.png) no-repeat center;
  background-size: 1359px auto;
  width: 1359px;
  height: 406px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 130px;
  z-index: -1;
}
.section.section2 .section_heading {
  color: #fff;
  margin-bottom: 20px;
}
.section.section2 .intro_description {
  color: rgba(229, 229, 229, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.4px;
}
.section.section2 .intro_description strong {
  color: #FD7600;
  font-weight: 400;
}
@media (max-width: 985px) {
  .section.section2 {
    padding: 60px 20px 186px;
    background-color: #102246;
  }
  .section.section2::before {
    background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/introleft_m@2x.min.png) no-repeat center;
    background-size: 109.5px auto;
    width: 109.5px;
    height: 65px;
    top: auto;
    left: 20px;
    bottom: 60px;
    transform: none;
    z-index: 0;
  }
  .section.section2::after {
    content: "";
    background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/introright_m@2x.min.png) no-repeat center;
    background-size: 100px auto;
    width: 100px;
    height: 106px;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 60px;
    transform: none;
    z-index: 0;
  }
  .section.section2 .intro_description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
  }
}
.section.section3 {
  padding: 150px 0 150px 18.0835%;
  text-align: left;
}
.section.section3::before {
  background-color: #fff;
}
.section.section3 .description {
  margin: 20px 0 70px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.4px;
}
@media (max-width: 985px) {
  .section.section3 {
    padding: 60px 20px;
  }
  .section.section3 .description {
    margin: 20px 0 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.28px;
  }
}
.section.section4 {
  padding: 150px 0 75px;
}
.section.section4::before {
  background-color: #FFF8F4;
}
.section.section4 .section_heading {
  position: relative;
  padding-top: 42px;
}
.section.section4 .benefit::before {
  content: "";
  width: 102px;
  height: 42px;
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/benefit_tit@2x.min.png) no-repeat center;
  background-size: 102px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.section.section4 .benefit_list {
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  max-width: 766px;
  text-align: left;
}
.section.section4 .benefit_list .item {
  position: relative;
  background-color: #fff;
  margin-bottom: 1px;
  padding: 50px 76px 30px;
}
.section.section4 .benefit_list .item:last-child {
  padding-bottom: 50px;
}
.section.section4 .benefit_list .number {
  width: 50px;
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: #fff;
  background-color: #FD7600;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section4 .benefit_list .tit {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  display: inline-block;
  margin-bottom: 20px;
}
.section.section4 .benefit_list .description {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.section.section4 .benefit_list .description span {
  color: #FD7600;
}
@media (max-width: 985px) {
  .section.section4 {
    padding: 60px 20px 20px;
  }
  .section.section4 .section_heading {
    padding-top: 27px;
  }
  .section.section4 .benefit {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.44px;
  }
  .section.section4 .benefit::before {
    width: 53px;
    height: 22px;
    background-size: 53px auto;
  }
  .section.section4 .benefit_list {
    margin: 30px auto 0;
    max-width: 460px;
    width: 100%;
  }
  .section.section4 .benefit_list .item {
    margin-bottom: 10px;
    padding: 40px 30px;
  }
  .section.section4 .benefit_list .item:last-child {
    padding-bottom: 40px;
  }
  .section.section4 .benefit_list .number {
    width: 30px;
    padding: 0;
    font-size: 16px;
  }
  .section.section4 .benefit_list .tit {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.227px;
    margin-bottom: 15px;
  }
  .section.section4 .benefit_list .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.568px;
  }
}
.section.section5 {
  padding: 75px 0 150px;
}
.section.section5::before {
  background-color: #FFF8F4;
}
.section.section5 .section_heading {
  position: relative;
  padding-top: 42px;
}
.section.section5 .target::before {
  content: "";
  width: 90px;
  height: 42px;
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/target_tit@2x.min.png) no-repeat center;
  background-size: 90px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.section.section5 .target_list {
  margin: 30px auto 150px;
  max-width: 918px;
  display: flex;
  gap: 15px;
}
.section.section5 .target_list .item {
  flex: 1 1 25%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FD7600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section.section5 .target_list .description {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.section.section5 .subscribe p {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 33.33px;
  letter-spacing: -0.55px;
  margin-bottom: 30px;
}
@media (max-width: 985px) {
  .section.section5 {
    padding: 30px 0 60px;
  }
  .section.section5 .section_heading {
    padding-top: 27px;
  }
  .section.section5 .target {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.44px;
  }
  .section.section5 .target::before {
    width: 46px;
    height: 22px;
    background-size: 46px auto;
  }
  .section.section5 .target_list {
    margin: 20px auto 60px;
    max-width: 500px;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 20px;
  }
  .section.section5 .target_list .item {
    flex: 0 0 calc(50% - 6px);
  }
  .section.section5 .target_list .description {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .section.section5 .subscribe p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.28px;
  }
}
.section.section6 {
  padding: 150px 0;
}
.section.section6::before {
  background-color: #FD7600;
}
.section.section6 .section_heading {
  position: relative;
  padding-top: 96px;
}
.section.section6 .alarm::before {
  content: "";
  width: 293px;
  height: 78px;
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/house_tit@2x.min.png) no-repeat center;
  background-size: 293px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.section.section6 .event_info {
  margin: 25px 0 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -1px;
}
.section.section6 .event_list {
  display: flex;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto 50px;
}
.section.section6 .event_list li {
  position: relative;
  flex: 1 1 50%;
  background-color: #fff;
  padding: 50px 39px 279px;
}
.section.section6 .event_list li::after {
  content: "";
  display: block;
  width: 264px;
  height: 184px;
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/starbucks@2x.min.png) no-repeat center;
  background-size: 264px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 3;
}
.section.section6 .event_list li:last-child::after {
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/pay@2x.min.png) no-repeat center;
  background-size: 264px auto;
}
.section.section6 .event_list .number {
  color: #FD7600;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: -0.4px;
}
.section.section6 .event_list .tit {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.section.section6 .event_list .description {
  color: #837E7A;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.8px;
}
.section.section6 .date {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.4px;
}
@media (max-width: 985px) {
  .section.section6 {
    padding: 60px 20px;
  }
  .section.section6 .section_heading {
    padding-top: 38px;
  }
  .section.section6 .alarm {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.44px;
  }
  .section.section6 .alarm::before {
    width: 166px;
    height: 33px;
    background-size: 166px auto;
  }
  .section.section6 .event_info {
    margin: 15px 0 30px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.26px;
  }
  .section.section6 .event_list {
    flex-direction: column;
    gap: 10px;
    max-width: 460px;
    margin: 0 auto 30px;
  }
  .section.section6 .event_list li {
    flex: 1 1 100%;
    padding: 30px 30px 189px;
  }
  .section.section6 .event_list li::after {
    width: 193px;
    height: 129px;
    background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/starbucks_m@2x.min.png) no-repeat center;
    background-size: 193px auto;
    bottom: 40px;
  }
  .section.section6 .event_list li:last-child::after {
    background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/pay_m@2x.min.png) no-repeat center;
    background-size: 193px auto;
  }
  .section.section6 .event_list .number {
    font-size: 14px;
    line-height: 19px;
  }
  .section.section6 .event_list .tit {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-top: 5px;
  }
  .section.section6 .event_list .description {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.568px;
  }
  .section.section6 .date {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
  }
}
.section.section7 {
  padding: 50px 0 20px;
  color: #fff;
  font-family: Pretendard;
}
.section.section7::before {
  background-color: #102246;
}
.section.section7 .section_heading {
  position: absolute;
  top: 99px;
  left: 63px;
}
.section.section7 .section_heading strong {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  padding-left: 33px;
}
.section.section7 .section_heading strong::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://assets.joongang.co.kr/images/event/2025/theHouse/ico_info@2x.min.png) no-repeat center;
  background-size: 24px auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section.section7 .info_details {
  text-align: left;
  padding: 50px 51px 50px 351px;
  line-height: 30px;
  letter-spacing: -0.4px;
  font-weight: 400;
}
.section.section7 .info_details:first-of-type {
  border-bottom: 1px solid #2C426F;
}
.section.section7 .info_details dt strong {
  font-size: 20px;
  font-weight: 400;
}
.section.section7 .info_details dd {
  position: relative;
  color: #999DA5;
  font-size: 18px;
  padding-left: 26px;
}
.section.section7 .info_details dd::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 12px;
}
.section.section7 .info_details dd strong {
  color: #FFF;
  font-weight: 400;
}
@media (max-width: 985px) {
  .section.section7 {
    padding: 52px 20px 20px;
  }
  .section.section7 .section_heading {
    top: 50px;
    left: 20px;
  }
  .section.section7 .section_heading strong {
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px;
  }
  .section.section7 .section_heading strong::before {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .section.section7 .info_details {
    padding: 30px 0;
    line-height: 22px;
  }
  .section.section7 .info_details dt strong {
    font-size: 14px;
  }
  .section.section7 .info_details dd {
    font-size: 14px;
    padding-left: 20px;
  }
  .section.section7 .info_details dd::before {
    top: 8px;
    left: 8px;
  }
}
.section .jswiper {
  overflow: visible !important;
  margin: 0 auto;
  padding: 0;
}
.section .jswiper .slide {
  width: 687px;
  background-color: #FFF8F4;
  margin-right: 30px;
}
.section .jswiper .interviewee {
  position: relative;
  display: block;
  min-height: 373px;
  padding: 50px 40px;
  pointer-events: none;
  cursor: default;
}
.section .jswiper .interviewee .upcoming_txt {
  display: none;
}
.section .jswiper .interviewee .link {
  display: none;
}
.section .jswiper .interviewee.published {
  pointer-events: auto;
  cursor: pointer;
}
.section .jswiper .interviewee.published .upcoming_txt {
  display: none;
}
.section .jswiper .interviewee.published .publish {
  display: none;
}
.section .jswiper .interviewee.published .link {
  display: block;
  position: relative;
  padding-right: 18px;
}
.section .jswiper .interviewee.published .link::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'><path d='M1.00781 12.9531L7.4541 6.50781L7.44531 6.5L7.4541 6.49219L1.00781 0.046875L0 1.05566L5.44434 6.5L0 11.9453L1.00781 12.9531Z' fill='%231D1D1D'/></svg>") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5px;
}
.section .jswiper .interviewee.upcoming {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section .jswiper .interviewee.upcoming .upcoming_txt {
  display: block;
  color: #FD7600;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -1px;
}
.section .jswiper .interviewee.upcoming .company,
.section .jswiper .interviewee.upcoming .tit,
.section .jswiper .interviewee.upcoming .info,
.section .jswiper .interviewee.upcoming .profile {
  display: none;
}
.section .jswiper .company {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.section .jswiper .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -1px;
}
.section .jswiper .title span {
  color: #FD7600;
}
.section .jswiper .info {
  position: absolute;
  left: 40px;
  bottom: 50px;
  font-size: 18px;
  font-weight: 500;
}
.section .jswiper .info .name {
  display: block;
  line-height: 30px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.section .jswiper .info .publish {
  color: #666;
  line-height: 23px;
  letter-spacing: -0.6px;
}
.section .jswiper .info .link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}
.section .jswiper .profile {
  position: absolute;
  bottom: 50px;
  right: 40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #C4C4C4;
}
.section .jswiper .profile img {
  width: 100%;
  height: auto;
}
@media (max-width: 985px) {
  .section .jswiper .slide {
    width: 306px;
    margin-right: 15px;
  }
  .section .jswiper .interviewee {
    min-height: 287px;
    padding: 30px;
  }
  .section .jswiper .interviewee.published .link {
    padding-right: 12px;
  }
  .section .jswiper .interviewee.published .link::after {
    width: 5px;
    height: 8px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 8 13' fill='none'><path d='M1.00781 12.9531L7.4541 6.50781L7.44531 6.5L7.4541 6.49219L1.00781 0.046875L0 1.05566L5.44434 6.5L0 11.9453L1.00781 12.9531Z' fill='%231D1D1D'/></svg>") no-repeat center center;
    top: 3px;
  }
  .section .jswiper .interviewee.upcoming .company {
    margin-bottom: 0;
  }
  .section .jswiper .interviewee.upcoming .upcoming_txt {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.568px;
  }
  .section .jswiper .interviewee.upcoming .info {
    bottom: 49px;
  }
  .section .jswiper .company {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.227px;
  }
  .section .jswiper .title {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.568px;
  }
  .section .jswiper .info {
    left: 30px;
    bottom: 30px;
    font-size: 12px;
  }
  .section .jswiper .info .name {
    line-height: 17px;
    letter-spacing: -0.568px;
    margin-bottom: 5px;
  }
  .section .jswiper .info .publish {
    line-height: 13px;
    letter-spacing: -0.341px;
  }
  .section .jswiper .profile {
    bottom: 30px;
    right: 30px;
    width: 83px;
    height: 83px;
  }
}
.section .jswiper_pagination {
  display: none;
}
@media (max-width: 985px) {
  .section .jswiper_pagination {
    display: flex;
    margin-top: 15px;
  }
  .section .jswiper_pagination button {
    margin: 0 6.5px;
  }
}

.br_m {
  display: none;
}
@media (max-width: 985px) {
  .br_m {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media (max-width: 985px) {
  .br_pc {
    display: none;
  }
}

.btn_default {
  position: relative;
  display: block;
  height: 80px;
  width: 100%;
  max-width: 460px;
  border-radius: 100px;
  background: #001235;
  margin: 0 auto;
  z-index: 2;
}
.btn_default strong {
  display: inline-block;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.4px;
}
@media (max-width: 985px) {
  .btn_default {
    height: 60px;
    width: calc(100% - 40px);
  }
  .btn_default strong {
    font-size: 18px;
  }
}

.share_wrap {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
  z-index: 2;
}
.share_wrap::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  z-index: -1;
  background-color: #fff;
}
.share_wrap .inner {
  position: relative;
}
.share_wrap .title {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.share_wrap .share_list .btn {
  width: 50px;
  height: 50px;
  border: none;
}
.share_wrap .share_list .ico_kakao {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'><circle cx='25' cy='25' r='25' fill='%23102246'/><path d='M24.9209 15.7695C30.4437 15.7695 34.9209 19.3859 34.9209 23.8467C34.9207 28.3073 30.4437 31.9238 24.9209 31.9238C24.1094 31.9238 23.3209 31.8427 22.5654 31.6953L18.7646 34.2305L19.6963 30.7334C16.8319 29.3129 14.921 26.7605 14.9209 23.8467C14.9209 19.3859 19.3981 15.7695 24.9209 15.7695Z' fill='white'/></svg>") no-repeat center/contain;
}
.share_wrap .share_list .ico_facebook {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'><circle cx='25' cy='25' r='25' fill='%23102246'/><path fill-rule='evenodd' clip-rule='evenodd' d='M29.1678 26.165L29.6829 22.5727H26.4605V20.2417C26.4605 19.2588 26.9105 18.3008 28.3537 18.3008H29.8192V15.2425C29.8192 15.2425 28.4893 15 27.2179 15C24.5641 15 22.8293 16.7202 22.8293 19.8346V22.5727H19.879V26.165H22.8293V34.849C23.4208 34.9484 24.0271 35 24.6447 35C25.2623 35 25.8686 34.9484 26.4605 34.849V26.165H29.1678Z' fill='white'/></svg>") no-repeat center/contain;
}
.share_wrap .share_list .ico_x {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'><circle cx='25' cy='25' r='25' fill='%23102246'/><path d='M26.5253 23.2393L32.4831 16.3262H31.0713L25.8982 22.3288L21.7664 16.3262H17.001L23.249 25.4032L17.001 32.6527H18.4128L23.8758 26.3137L28.2392 32.6527H33.0047L26.525 23.2393H26.5253ZM24.5916 25.4832L23.9585 24.5793L18.9216 17.3871H21.0901L25.155 23.1914L25.7881 24.0953L31.0719 31.64H28.9034L24.5916 25.4835V25.4832Z' fill='white' stroke='white' stroke-width='0.5'/></svg>") no-repeat center/contain;
}
.share_wrap .share_list .ico_url {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'><circle cx='25' cy='25' r='25' fill='%23102246'/><path d='M21.6466 23.9795L18.8351 26.8066C17.6708 27.9781 17.671 29.8782 18.8351 31.0498C19.9996 32.2211 21.8884 32.2212 23.0529 31.0498L25.8644 28.2217L27.2697 29.6367L24.4591 32.4639C22.5183 34.4164 19.3708 34.4162 17.4298 32.4639C15.4892 30.5112 15.4899 27.3461 17.4308 25.3936L20.2413 22.5654L21.6466 23.9795ZM27.9943 23.2139L23.0743 28.1641L21.6681 26.75L26.588 21.7998L27.9943 23.2139ZM25.3107 17.4648C27.2516 15.5122 30.399 15.5122 32.34 17.4648C34.2803 19.4175 34.2797 22.5827 32.339 24.5352L29.5284 27.3633L28.1232 25.9492L30.9337 23.1221C32.0982 21.9506 32.0981 20.0505 30.9337 18.8789C29.7692 17.7073 27.8805 17.7073 26.7159 18.8789L23.9054 21.707L22.4991 20.292L25.3107 17.4648Z' fill='white'/></svg>") no-repeat center/contain;
}
@media (max-width: 985px) {
  .share_wrap {
    padding: 50px 0;
  }
  .share_wrap .title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.44px;
    margin-bottom: 20px;
    font-weight: 700;
  }
}

.event_nav {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: min(100%, 430px);
  inset: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  z-index: 300;
}
.event_nav .nav_item {
  position: relative;
  padding: 0 20px;
  pointer-events: none;
  cursor: default;
}
.event_nav .nav_item strong {
  display: inline-block;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.event_nav.open .nav_item {
  display: inline-block;
  pointer-events: auto;
  cursor: pointer;
}
.event_nav.open .nav_item.active strong::after {
  content: "";
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
@media (max-width: 985px) {
  .event_nav {
    width: 100%;
    background: #18181d;
    z-index: 301;
    display: none;
  }
  .event_nav .nav_item {
    padding: 0 10px;
  }
  .event_nav .nav_item strong {
    font-size: 14px;
    font-weight: 700;
  }
  .event_nav .nav_item.active strong::after {
    left: 10px;
    right: 10px;
  }
  .event_nav.open .nav_item strong {
    font-weight: 400;
  }
  .event_nav.open .nav_item.active strong {
    font-weight: 700;
  }
  .event_nav.open .nav_item.active strong::after {
    left: 10px;
    right: 10px;
  }
  .event_nav.show {
    display: block;
  }
}

.full_popup {
  display: none;
}
.full_popup:not(.bg_white, .menu_plus) .layer_popup:not(.layer_aisearch_option) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full_popup:not(.bg_white, .menu_plus) .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
}
.full_popup:not(.bg_white, .menu_plus) .btn_close [class*=ico_] {
  margin-right: 0;
}

.layer_default {
  max-width: 320px;
  padding: 30px;
  min-height: 100px;
}
.layer_default .layer_body .default {
  display: block;
  text-align: center;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.layer_default .layer_body .default strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #111;
}
.layer_default .layer_body .default.gray {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.layer_default .layer_body .default.gray strong {
  margin-bottom: 16px;
}
.layer_default .layer_footer {
  margin-top: 20px;
}
.layer_default .layer_footer button {
  margin: 8px auto 0;
  width: 100%;
  height: 36px;
  padding: 0 20px;
}

#container ~ .full_popup .layer_popup:not(.layer_aisearch_option) {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90%;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.layer_terms {
  position: relative;
  width: 100%;
  max-width: 360px;
  padding: 60px 20px 58px;
}
.layer_terms .logo_plus {
  margin: 0 auto;
  max-width: 254px;
  width: 100%;
  height: 30px;
}
.layer_terms .subtitle {
  margin: 20px 0 30px;
  color: hsl(0, 0%, 0%);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.layer_terms .sub_title {
  display: block;
  margin-top: 20px;
  color: hsl(0, 0%, 7%);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.layer_terms .sub_title .font_primary {
  color: #F6330A;
  vertical-align: top;
  margin-left: 2px;
}
.layer_terms .sub_title + form {
  margin-top: 4px;
}
.layer_terms .guide {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: hsl(0, 0%, 40%);
  margin-bottom: 31px;
}
.layer_terms .guide:before {
  content: "※ ";
}
.layer_terms .guide.error {
  color: #F6330A;
}
.layer_terms .input_group + .guide {
  margin-top: 3px;
}
.layer_terms .form_control {
  width: 100%;
  height: 48px;
  border: 1px solid hsl(0, 0%, 86%);
  padding: 0 16px;
}
.layer_terms .form_check {
  margin-top: 20px;
}
.layer_terms .form_check [type=checkbox] {
  display: none;
}
.layer_terms .form_check [type=checkbox]:checked + .form_check_label:before {
  border-color: hsl(0, 0%, 7%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23111'/%3E%3Cpath fill='%23fff' d='m4.8 10.06 4.074 4.073 6.716-6.72-1.167-1.166-5.545 5.551L5.97 8.89 4.8 10.06Z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 20px auto;
}
.layer_terms .form_check_label,
.layer_terms .form_check_input[type=checkbox]:checked + label {
  position: relative;
  display: block;
  padding-left: 26px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.4px;
  cursor: pointer;
}
.layer_terms .agree_box {
  max-height: 97px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  margin-top: 11px;
  padding: 16px;
  background-color: hsl(0, 0%, 97%);
  color: hsl(0, 0%, 40%);
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.4px;
}
.layer_terms .button_submit_terms {
  margin-top: 32px;
  background-color: hsl(0, 0%, 7%);
  width: 100%;
  height: 48px;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.4px;
  border: none;
}
.layer_terms .button_submit_terms:disabled {
  background-color: hsl(0, 0%, 85%);
}
.layer_terms .input_group {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.layer_terms .input_group .form_control {
  flex: 1;
}
.layer_terms .btn_close {
  top: 20px !important;
  right: 20px !important;
}
.layer_terms .btn_close .ico_close {
  width: 24px;
  height: 24px;
}

@media (max-width: 985px) {
  #container ~ .full_popup .layer_term {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media (max-width: 986px) {
  #container ~ .full_popup .layer_popup.layer_terms {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
  #container ~ .full_popup .layer_popup.layer_terms:after {
    max-width: 100%;
  }
}