@charset "utf-8";
@import url('/share/css/swiper.min.css');
#visual {
  position: relative;
}

#visual .con-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8.6rem;
  z-index: 3;
}

#visual .slogan {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

#visual .slogan .txt01 {
  width: 44.6rem;
  height: 5.6rem;
  background: url(../img/main/slogan.svg) no-repeat 0 0 / 100%;
}

#visual .slogan .txt02 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-align: center;
  font-family: var(--tt-typo-font-type);
  color: #FFF;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: normal;
  text-shadow: 0 0.8rem 4.634rem #000;
}

#visual .slogan .txt02 .name {
  font-family: var(--ye-typo-font-type);
  font-size: 10.3rem;
  letter-spacing: 0.05em; 
}

#visual .link {
  display: flex;
  gap: 3rem;
  padding: 1.6rem 5.8rem 2rem 5.8rem;
  border-radius: 10rem;
  background: linear-gradient(91deg, #C90003 0%, #FEB400 54.45%, #69008C 100%);
  box-shadow: 0.4rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.25);
}

#visual .link>li {
  flex: 1 1 auto;
}

#visual .link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  border-right: 1px dashed rgba(255, 255, 255, 0.28);
  text-shadow:-1px 0 rgba(0,0,0,0.2), 0 -1px rgba(0,0,0,0.2), 1px 0 rgba(0,0,0,0.2), 0 1px rgba(0,0,0,0.2);
}

#visual .link a::before {
  content: '';
  --w: 8rem;
  width: var(--w);
  height: 7rem;
  background: url(../img/main/visual-link.svg) no-repeat 0 0 / auto 100%;
  transition: var(--krds-transition-base);
}

#visual .link a:hover::before {
  transform: translateY(-0.5rem);
}

#visual .link02 a::before {
  background-position: calc(var(--w) * -1) 0;
}

#visual .link03 a::before {
  background-position: calc(var(--w) * -1 * 2) 0;
}

#visual .link04 a::before {
  background-position: calc(var(--w) * -1 * 3) 0;
}

#visual .link05 a::before {
  background-position: calc(var(--w) * -1 * 4) 0;
}

#visual .link06 a {
  border-right: none;
}

#visual .link06 a::before {
  background-position: calc(var(--w) * -1 * 5) 0;
}

#visual .control-btn {
  position: absolute;
  left: 5rem;
  right: 5rem;
  top: calc(50% - 7rem / 2);
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

#visual .control-btn .swiper-pagination {
  display: none;
}

#visual .control-btn button {
  width: 3.7rem;
  height: 7rem;
  background: url(../img/main/visual-arr.svg) no-repeat 0 0 / 100%;
}

#visual .control-btn button.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
}

#visual .control-btn button.swiper-button-disabled:focus {
  outline: none;
  box-shadow: none;
}

#visual .control-btn .prev {
  transform: rotate(180deg);
}

#visual .swiper {
  position: relative;
}

#visual .swiper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 26.39%, rgba(0, 0, 0, 0.00) 90.31%);
  z-index: 2;
}

#visual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-cnt {
  background: url(../img/main/bg.png) no-repeat center top / 100%;
  overflow: hidden;
}

.main-cnt h3 {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 1rem;
  font-family: var(--tt-typo-font-type);
  font-size: 4.8rem;
  font-weight: 700;
}

.main-cnt h3 span {
  font-family: var(--ye-typo-font-type);
  font-size: 9rem;
  font-weight: 400;
  letter-spacing: -0.2rem;
  background: linear-gradient(180deg, #E50012 0%, #900C16 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-cnt > div {
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.main-cnt .control-btn {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.main-cnt .control-btn button {
  width: 3rem;
  height: 3rem;
}

.main-cnt .control-btn button i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--krds-light-color-text-basic);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: contain;
  -webkit-mask-image: url(../img/main/control.svg);
  mask-size: 11.6rem;
}

.main-cnt .control-btn .swiper-button-disabled i {
  background-color: var(--krds-light-color-border-disabled);
}

.main-cnt .control-btn .prev {
  position: relative;
  margin-right: 1.2rem;
}

.main-cnt .control-btn .prev::before {
  content: '';
  position: absolute;
  right: -1.2rem;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 0.1rem;
  height: 1.4rem;
  background: #CDD1D5;
}

.main-cnt .control-btn .next i {
  mask-position: -3rem 0;
}

.main-cnt .control-btn .toggle-play {
  border: 1px dashed rgba(0, 0, 0, 0.50);;
  border-radius: 50%;
}

.main-cnt .control-btn .toggle-play i {
  mask-position: -5.9rem -0.1rem;
}

.main-cnt .control-btn .toggle-play.paused i {
  mask-position: -8.9rem -0.1rem;
}

#onair {
  gap: 2rem;
}

#onair .tit-box {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#onair .swiper-wrapper>li:nth-child(2n+1) {
  margin-top: 5rem;
}

#onair .swiper-slide {
  height: 40rem;
  border-radius: 2rem;
  box-shadow: 0.4rem 0.4rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

#onair .img {
  position: relative;
  width: 100%;
  height: 100%;
}

#onair .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53%, rgba(0, 0, 0, 0.90) 97.78%);
}

#onair .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--krds-transition-base);
}

#onair a:hover .img img {
  transform: scale(1.1, 1.1);
}

#onair .con-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 2rem 3rem;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
}

#onair .con-box .tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  border-radius: 6rem;
  border: 1px solid #FFF;
}

#onair .con-box .tag::before {
  content: '';
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/main/onair-tag.svg) no-repeat 0 0 / auto 2.5rem;
}

#onair .con-box .tag.video::before {
  background-position: 0 0;
}

#onair .con-box .tag.photo::before {
  background-position: -2.5rem 0;
}

#onair .con-box .tit {
  display: -webkit-box;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

#promise {
  position: relative;
  border-radius: 0 0 0 30rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF9ED 100%);
}

#promise .con,
#promise .con .swiper-wrapper,
#promise .con .swiper-slide {
  position: static;
}

#promise .swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

#promise .swiper-slide {
  position: relative;
flex-shrink: 0;
  display: block;
  height: 100%;
  transition-property: opacity;
}

#promise .con .swiper-slide dt {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
}

#promise .con .swiper-slide dt span {
  display: flex;
  padding: 0 1.6rem;
  color: #FFF;
  font-size: 2.6rem;
  border-radius: 0.4rem;
  background: #592365;
}

#promise .con .swiper-slide dd ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 1.6rem;
  margin-bottom: 3.2rem;
}

#promise .con .swiper-slide dd ul > li {
  position: relative;
  padding-left: 4.5rem;
  font-size: 2rem;
  counter-increment: counter;
}

#promise .con .swiper-slide dd ul > li:before {
  content: counter(counter, decimal-leading-zero)'.';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  font-weight: 700;
  z-index: 1;
}

#promise .img-box-group {
  position: absolute;
  right: 0;
  top: 7.5rem;
  width: 50%;
  height: 57.2rem;
}

#promise .img-box-group .more {
  position: absolute;
  left: 2rem;
  top: 2rem;
  display: flex;
  width: 13rem;
  height: 13rem;
  padding: 2.5rem;
  border-radius: 16.25rem;
  background: rgba(0, 0, 0, 0.10);
  z-index: 2;
}

#promise .img-box-group .more i {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  border-radius: 3.8rem;
  background: url(../img/main/promise-arr.svg) no-repeat 0 0 / 8rem, linear-gradient(142deg, #D10010 0.05%, #FEB400 81.53%);
  transition: var(--krds-transition-base);
}

#promise .img-box-group .more:hover i {
  background-position: 0.5rem -0.5rem, 0 0;
}

#promise .img-box-group .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  border-radius: 30rem 0 0 30rem;
  box-shadow: 0.4rem 0.4rem 2rem 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

#promise .img-box-group .img-box.active {
  opacity: 1;
  pointer-events: auto;
}

#promise .img-box-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#promise .control-btn {
  margin-bottom: 1.2rem;
}

#promise .thumb {
  margin: 0;
  padding: 2rem;
  max-width: 115.2rem;
  width: 100%;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.70);
  overflow: hidden;
}

#promise .thumb .swiper-slide {
  border-radius: 1.6rem;
  overflow: hidden;
}

#promise .thumb .swiper-slide span {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  background: rgba(3, 47, 25, 0.80);
  opacity: 0;
  transition: var(--krds-transition-base);
}

#promise .thumb .swiper-slide.swiper-slide-thumb-active span {
  opacity: 1;
}

#promise .thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* mob */
@media (max-width: 1023px) {
  #visual {
    display: flex;
    flex-direction: column-reverse;
  }

  #visual .con-box {
    position: static;
  }

  #visual .slogan {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }

  #visual .slogan .txt01 {
    width: 280px;
    height: 25px;
    margin-bottom: 20px;
    line-height: normal;
  }

  #visual .slogan .txt02 {
    flex-direction: column;
    gap: 0;
    text-align: center;
    font-size: 22px;
    line-height: normal;
  }

  #visual .slogan .txt02 .name {
    font-size: 37px;
    line-height: normal;
  }
  
  #visual .link {
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    margin-top: 16px;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }

  #visual .link>li {
    width: calc(50% - 3px);
  }
  
  #visual .link>li a {
    flex-direction: row;
    padding: 3px;
    font-size: 1.5rem;
    border-right: 0;
    border-radius: 8px;
    background: linear-gradient(91deg, #C90003 0%, #69008C 100%);
  }

  #visual .link a::before {
    --w: 40px;
    height: 35px;
  }

  #visual .swiper {
    height: 296px;
    overflow: hidden;
  }

  #visual .control-btn {
    left: 0;
    right: 0;
    top: 261px;
    justify-content: center; 
  }

  #visual .control-btn button {
    display: none;
  }

  #visual .control-btn .swiper-pagination {
    display: flex;
    gap: 7px;
  }

  #visual .control-btn .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    opacity: 0.5;
    border-radius: 4px;
    background: #FFF;
  }

  #visual .control-btn .swiper-pagination-bullet-active {
    width: 20px;
    height: 5px;
    opacity: 1;
  }

  .main-cnt h3 {
    gap: 0;
    flex-direction: column;
    font-size: 27px;
    line-height: normal;
  }

  .main-cnt h3 span {
    font-size: 46px;
  }

  #onair {
    padding-bottom: 0;
  }

  #onair .tit-box {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  #onair .swiper-slide {
    flex: 0 0 auto;
    margin-top: 0 !important;
    width: 300px;
    height: 215px;
  }

  #promise {
    border-radius: 0 0 0 50px;
    padding-bottom: 0;
  }
  
  #promise h3 {
    padding-bottom: 40px;
  }

  #promise .control-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    justify-content: center;
  }

  #promise .img-box-group {
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: -16px;
    width: 100%;
  }

  #promise .img-box-group .img-box {
    box-shadow: none;
  }

  #promise .con .swiper-slide dt {
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 20px;
  }

  #promise .con .swiper-slide dt span {
    font-size: 16px;
  }

  #promise .thumb {
    display: none;
  }
}


@media (max-width: 767px) {
  #promise .img-box-group {
    width: 345px;
    height: 206px;
  }

  #promise .img-box-group .more {
    left: 7px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 46px;
    height: 46px;
  }

  #promise .img-box-group .more i {
    width: 28px;
    height: 28px;
    background-size: 100%;
  }

  #promise .img-box-group .img-box {
    border-radius: 108px 0 0 108px;
  }
}