@charset "UTF-8";
@import url(/reset.css);
@font-face {
  font-family: pretendard-Regular;
  src: url(./font/Pretendard-Regular.woff);
}
@font-face {
  font-family: pretendard-Medium;
  src: url(./font/Pretendard-Medium.woff);
}
@font-face {
  font-family: pretendard-Bold;
  src: url(./font/Pretendard-Bold.woff);
}
@font-face {
  font-family: pretendard-SemiBold;
  src: url(./font/Pretendard-SemiBold.woff);
}
h1, h2, h3, h4, p, a, span {
  font-family: pretendard-Regular;
}

h2 {
  color: #ff0571;
  text-align: center;
  font-size: 2.5vw;
}

section {
  width: 100%;
  height: 100vh;
}

body {
  overflow-x: hidden;
}

#sect1 {
  position: relative;
}
#sect1 .ham {
  position: absolute;
  top: 0;
  right: -500px;
  background: #fff;
  width: 280px;
  height: 100%;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px 0 0 10px;
  transition: 0.35s;
}
#sect1 .ham .xmark {
  position: absolute;
  width: 10%;
  top: 10px;
  right: 10px;
  transition: 0.35s;
}
#sect1 .ham .xmark img {
  width: 100%;
}
#sect1 .ham ul {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
#sect1 .ham ul li {
  font-family: pretendard-SemiBold;
  font-size: 2.5rem;
  top: 50px;
  padding: 15px;
  margin-top: 25px;
  position: relative;
  opacity: 0;
}
#sect1 .ham ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff0571;
  width: 0%;
  height: 3px;
  transition: 0.35s;
}
#sect1 .ham ul li:hover {
  color: #ff0571;
}
#sect1 .ham ul li:hover::after {
  width: 70%;
}
#sect1 .intro {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#sect1 .intro header {
  z-index: 99;
  margin: auto;
  width: 72%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
}
#sect1 .intro .fullvideo {
  position: relative;
  height: 100vh;
}
#sect1 .intro .fullvideo .gradient {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  width: 100%;
  height: 100vh;
  z-index: 90;
  background-image: linear-gradient(90deg, #ff0571 0%, #ff4a96 50%, #ff92c2 100%);
}
#sect1 .intro .fullvideo video {
  height: 100%;
  position: absolute;
}
#sect1 .intro .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 99;
}
#sect1 .intro .desc h2 {
  color: #fff;
}

#sect2 .tabmenu {
  width: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#sect2 .tabmenu p {
  cursor: pointer;
}
#sect2 .tabmenu p.on {
  color: #ff0571;
  font-family: pretendard-SemiBold;
}
#sect2 .contents {
  position: relative;
}
#sect2 .contents .tab {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#sect2 .contents .tab.on {
  display: block;
}
#sect2 .contents .tab .audimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/swf_img.png);
}
#sect2 .contents .tab .awdimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/mama_img.jpeg);
}
#sect2 .contents .tab .chartimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./images/mcount_img.jpg);
}
#sect2 .contents .tab .info {
  background: #ff0571;
  color: #ffffff;
}
#sect2 .contents .tab .info .pg1, #sect2 .contents .tab .info .pg2, #sect2 .contents .tab .info .pg3 {
  display: none;
}
#sect2 .contents .tab .info .pg1.on, #sect2 .contents .tab .info .pg2.on, #sect2 .contents .tab .info .pg3.on {
  display: block;
}
#sect2 .contents .tab .thumbnail {
  position: relative;
}
#sect2 .contents .tab .thumbnail .box {
  position: relative;
  display: block;
}
#sect2 .contents .tab .thumbnail .box img {
  position: absolute;
  top: 0;
  left: 0;
}
#sect2 .contents .tab .box1, #sect2 .contents .tab .box2, #sect2 .contents .tab .box3 {
  display: block;
}
#sect2 .contents .tab .box1.on, #sect2 .contents .tab .box2.on, #sect2 .contents .tab .box3.on {
  display: none;
}

#sect3 {
  background-image: url(./images/sect3_bg.png);
  background-position: center;
  background-size: cover;
}
#sect3 .bk-slider {
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: auto;
  padding: 50px 0 100px;
  z-index: 3;
}
#sect3 .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
#sect3 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#sect3 .swiper-slide {
  position: relative;
  width: 100%;
  height: 20vw;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#sect3 .swiper-slide::after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
#sect3 .swiper-slide .preview {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  transition: 0.35s;
}
#sect3 .swiper-slide video {
  width: 100%;
  position: relative;
}
#sect3 .swiper-slide h2.tt {
  text-align: left;
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #ff0571;
  z-index: 11;
}
#sect3 .swiper-slide.swiper-slide-active {
  color: #fff;
  z-index: 2;
}
#sect3 .swiper-slide.swiper-slide-active:hover .preview {
  display: block;
}
#sect3 .swiper-slide.swiper-slide-active video {
  border: 3px solid #ff0571;
}
#sect3 .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
#sect3 .swiper-button-next,
#sect3 .swiper-button-prev {
  position: absolute;
  top: 100%;
  width: calc(var(--swiper-navigation-size) / 44 * 100);
  height: calc(var(--swiper-navigation-size) / 44 * 100);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: #fff;
}
#sect3 .swiper-pagination-bullet {
  background-color: #fff;
}
#sect3 .swiper-pagination-bullet-active {
  background-color: #ff0571;
}

#sect4 .list {
  height: 60%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
#sect4 .list .new {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sect4 .list .new:hover p {
  opacity: 1;
}
#sect4 .list .new:hover .newbox img {
  border: 2px solid #ff0571;
}
#sect4 .list .new p {
  opacity: 0;
}
#sect4 .list .new:hover .newbox img {
  border: 2px solid #ff0571;
}
#sect4 .sns {
  background: #232323;
  display: flex;
  flex: 1;
  align-items: center;
}
#sect4 .sns .snsimg img {
  width: 100%;
}

#sect5 .tvn {
  width: 100%;
  height: 20vw;
  background-color: #fa0028;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#sect5 .ocn {
  width: 100%;
  height: 20vw;
  background-color: #121212;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#sect5 footer {
  padding: 5vw;
  background: #333333;
  color: #fff;
  font-size: 0.9rem;
}
#sect5 footer .row1 {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
#sect5 footer .row1 .col {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
#sect5 footer .row1 .col2 {
  align-items: center;
  justify-content: center;
}
#sect5 footer .row1 .col2 img {
  width: 20%;
}
#sect5 footer .row {
  padding-bottom: 20px;
}

/* 모바일--------------------------- */
@media screen and (max-width: 516px) {
  section {
    width: 100%;
    height: 100vh;
  }
  h2 {
    font-size: 4.5vw;
    font-family: pretendard-Bold;
    padding-top: 80px;
  }
  #sect1 header {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sect1 header h1 {
    display: inline-block;
  }
  #sect1 header h1.logo {
    height: 25px;
    width: 50px;
  }
  #sect1 header h1.logo img {
    width: 100%;
  }
  #sect1 header h1.menu {
    height: 25px;
    width: 25px;
  }
  #sect1 header h1.menu img {
    width: 100%;
  }
  #sect1 .fullvideo {
    width: 100%;
    height: 100vh;
  }
  #sect1 .fullvideo .gradient {
    opacity: 1;
  }
  #sect1 .fullvideo video {
    display: none;
  }
  #sect2 .tabmenu {
    flex: 1;
    gap: 4%;
    margin-top: 43px;
  }
  #sect2 .tabmenu p {
    font-size: 1rem;
    font-family: pretendard-Regular;
  }
  #sect2 .contents {
    width: 72vw;
    height: 70vh;
    margin: 10% auto 0;
  }
  #sect2 .contents .tab {
    width: 100%;
    height: 100%;
  }
  #sect2 .contents .tab .main {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 84vw;
    overflow: hidden;
  }
  #sect2 .contents .tab .audimg {
    background-position: center;
  }
  #sect2 .contents .tab .awdimg {
    background-position: 50% 130%;
  }
  #sect2 .contents .tab .chartimg {
    background-position: 60% 60%;
  }
  #sect2 .contents .tab .info {
    position: absolute;
    left: 0;
    top: 46%;
    width: 100%;
    height: 32vw;
  }
  #sect2 .contents .tab .info .pg {
    text-align: center;
    align-items: center;
  }
  #sect2 .contents .tab .info .pg h4 {
    margin: 23px 28px;
    font-size: 18px;
    font-family: pretendard-SemiBold;
  }
  #sect2 .contents .tab .info .pg p {
    margin: 7px;
    padding: 12px;
    height: 210px;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    font-family: pretendard-Regular;
  }
  #sect2 .contents .tab .thumbnail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 101%;
    height: 25%;
    display: flex;
    justify-content: space-between;
  }
  #sect2 .contents .tab .thumbnail .box {
    width: 47%;
    height: 100%;
    overflow: hidden;
  }
  #sect2 .contents .tab .thumbnail .box img {
    max-width: 100%;
  }
  #sect3 .bk-slider {
    position: relative;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: auto;
    padding: 80px 0 80px;
    z-index: 3;
  }
  #sect3 .swiper {
    height: 100%;
    overflow: hidden;
  }
  #sect3 .swiper-wrapper {
    width: 100%;
    height: 600px;
  }
  #sect3 .swiper-slide {
    width: 70vw;
    height: 50vw;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease;
  }
  #sect3 .swiper-slide::after {
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
  }
  #sect3 .swiper-slide .preview {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: none;
    transition: 0.35s;
  }
  #sect3 .swiper-slide .preview h4 {
    font-size: 15px;
    margin: 12px 0;
  }
  #sect3 .swiper-slide .preview p {
    font-size: 14px;
  }
  #sect3 .swiper-slide h2.tt {
    font-size: 2rem;
  }
  #sect3 .swiper-button-next {
    right: 5px;
    top: 50%;
  }
  #sect3 .swiper-button-prev {
    left: 5px;
    top: 50%;
  }
  #sect4 .list {
    height: 70%;
    display: flex;
  }
  #sect4 .list .new:hover p.on {
    opacity: 1;
  }
  #sect4 .list .new:hover figure img {
    border: 2px solid #ff0571;
    top: -10%;
  }
  #sect4 .list .new .newbox {
    width: 35vw;
    height: 45vw;
    margin: 0 10px;
    position: relative;
  }
  #sect4 .list .new .newbox img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #sect4 .list .new:hover .newbox img {
    top: -10%;
    border: 2px solid #ff0571;
  }
  #sect4 .sns {
    height: calc(30% - 80px - 4.5vw);
    background: #232323;
    display: flex;
    gap: 5px;
    flex: 1;
    padding: 1vw 2vw;
  }
  #sect4 .sns .snsimg {
    width: 50%;
    margin: 0;
    padding: 0 5px;
  }
  #sect4 .sns .snsimg img {
    width: 100%;
  }
  #sect5 .family {
    height: calc(100% - 250px);
    display: flex;
  }
  #sect5 .family .tvn {
    width: 100%;
    height: 100%;
    background-color: #fa0028;
    position: relative;
    overflow: hidden;
  }
  #sect5 .family .tvn a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    font-family: pretendard-Medium;
    border-radius: 40px;
    width: 140px;
    line-height: 35px;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #sect5 .family .tvn .tvnlogo {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  #sect5 .family .tvn .tvnlogo img {
    width: 100%;
  }
  #sect5 .family .tvn .tvnimg {
    position: absolute;
    width: 160%;
    left: 30%;
    bottom: -7px;
    transform: translateX(-50%);
  }
  #sect5 .family .tvn .tvnimg img {
    width: 100%;
  }
  #sect5 .family .ocn {
    width: 100%;
    height: 100%;
    background-color: #121212;
    position: relative;
    overflow: hidden;
  }
  #sect5 .family .ocn a {
    border: 2px solid #FFB000;
    color: #FFB000;
    font-size: 1.2rem;
    font-family: pretendard-Medium;
    border-radius: 40px;
    width: 140px;
    line-height: 35px;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #sect5 .family .ocn .ocnlogo {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
  }
  #sect5 .family .ocn .ocnlogo img {
    width: 100%;
  }
  #sect5 .family .ocn .ocnimg {
    width: 150%;
    position: absolute;
    left: 30%;
    bottom: -5px;
    transform: translateX(-50%);
  }
  #sect5 .family .ocn .ocnimg img {
    width: 100%;
  }
  #sect5 footer {
    height: 250px;
    padding: 5vw;
    background: #333333;
    color: #fff;
    font-size: 0.9rem;
  }
  #sect5 footer .row1 {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
  }
  #sect5 footer .row1 .col {
    order: 2;
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px;
  }
  #sect5 footer .row1 .col2 {
    order: 1;
    align-items: center;
    justify-content: center;
  }
  #sect5 footer .row1 .col2 img {
    width: 20%;
  }
  #sect5 footer .row {
    padding-bottom: 20px;
  }
  #sect5 footer .row2 {
    display: none;
  }
}
/* 태블릿--------------------------- */
@media screen and (min-width: 517px) {
  section {
    width: 100%;
    height: 70vw;
  }
  h2 {
    font-size: 2.5vw;
    font-family: pretendard-Bold;
    padding-top: 80px;
  }
  #sect1 .intro {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #sect1 .intro header {
    position: fixed;
    width: 72%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sect1 .intro header h1 {
    display: inline-block;
  }
  #sect1 .intro header h1.logo {
    height: 25px;
    width: 50px;
  }
  #sect1 .intro header h1.logo img {
    width: 100%;
  }
  #sect1 .intro header h1.menu {
    height: 25px;
    width: 25px;
  }
  #sect1 .intro header h1.menu img {
    width: 100%;
  }
  #sect1 .intro .desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #sect1 .intro .desc h1 {
    text-align: center;
  }
  #sect1 .intro .desc h1 img {
    width: 300px;
  }
  #sect1 .intro .fullvideo {
    height: 100vh;
    top: 0;
    left: 0;
  }
  #sect1 .intro .fullvideo .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #sect1 .intro .fullvideo video {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #sect2 {
    background-image: url(./images/sect2_bg.png);
    background-position: center;
    background-size: cover;
  }
  #sect2 .tabmenu {
    flex: 1;
    gap: 4%;
    margin-top: 5%;
  }
  #sect2 .tabmenu p {
    font-size: 1rem;
    font-family: pretendard-Regular;
  }
  #sect2 .contents {
    width: 65vw;
    height: 30vw;
    margin: 11% auto 0;
  }
  #sect2 .contents .tab {
    width: 100%;
    height: 100%;
  }
  #sect2 .contents .tab .main {
    position: absolute;
    left: 0%;
    width: 74%;
    height: 100%;
    overflow: hidden;
  }
  #sect2 .contents .tab .audimg {
    background-position: center;
  }
  #sect2 .contents .tab .awdimg {
    background-position: 50% 55%;
  }
  #sect2 .contents .tab .chartimg {
    background-position: 50% 15%;
  }
  #sect2 .contents .tab .info {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 72%;
  }
  #sect2 .contents .tab .info .pg {
    text-align: center;
    align-items: center;
    overflow: hidden;
  }
  #sect2 .contents .tab .info .pg h4 {
    margin: 13% 5% 6% 5%;
    font-size: 1.4vw;
    font-family: pretendard-SemiBold;
  }
  #sect2 .contents .tab .info .pg p {
    margin: 0 6%;
    padding: 11px;
    height: 18vw;
    text-align: center;
    word-wrap: break-word;
    font-size: 1.25vw;
    font-family: pretendard-Regular;
  }
  #sect2 .contents .tab .thumbnail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    display: flex;
    justify-content: space-between;
  }
  #sect2 .contents .tab .thumbnail .box {
    width: 47%;
    height: 100%;
    overflow: hidden;
  }
  #sect2 .contents .tab .thumbnail .box img {
    max-width: 100%;
  }
  #sect3 .swiper-slide {
    width: 800px;
    height: 300px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    transition: all 0.3s ease;
  }
  #sect3 .swiper-slide::after {
    width: 100%;
    height: 98%;
    top: 0;
    left: 0;
  }
  #sect3 .swiper-slide .preview {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 98%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px;
    display: none;
    transition: 0.35s;
  }
  #sect3 .swiper-slide .preview h4 {
    font-size: 17px;
    margin: 12px 0;
  }
  #sect3 .swiper-slide .preview p {
    font-size: 16px;
  }
  #sect3 .swiper-slide video {
    width: 100%;
  }
  #sect3 .swiper-slide h2.tt {
    font-size: 3rem;
  }
  #sect3 .swiper-button-next {
    right: 20px;
    top: 40%;
  }
  #sect3 .swiper-button-prev {
    left: 20px;
    top: 40%;
  }
  #sect4 {
    background-image: url(./images/sect4_bg.png);
    background-position: center;
    background-size: cover;
  }
  #sect4 .list .new {
    width: 200px;
    height: 200px;
  }
  #sect4 .list .new p {
    font-size: 1.2rem;
    opacity: 0;
  }
  #sect4 .list .new .newbox {
    width: 20vw;
  }
  #sect4 .list .new .newbox img {
    width: 100%;
  }
  #sect4 .sns {
    height: calc(40% - 80px - 2.5vw);
    border: 1px solid #f0f;
    padding: 2% 5%;
  }
  #sect4 .sns .snsimg {
    width: 50%;
    padding: 1vw;
  }
  #sect4 .sns .snsimg img {
    width: 100%;
  }
  #sect5 .family {
    height: 66.6666666667%;
  }
  #sect5 .family .tvn {
    width: 100%;
    height: 50%;
    background-color: #fa0028;
    position: relative;
    overflow: hidden;
  }
  #sect5 .family .tvn a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 1rem;
    font-family: pretendard-Medium;
    border-radius: 40px;
    width: 120px;
    line-height: 30px;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    right: 15%;
    top: 80%;
    transform: translateY(-50%);
  }
  #sect5 .family .tvn .tvnlogo {
    width: 30%;
    right: 15%;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
  }
  #sect5 .family .tvn .tvnlogo img {
    width: 100%;
  }
  #sect5 .family .tvn .tvnimg {
    position: absolute;
    width: 40%;
    left: 2%;
    top: 55%;
    transform: translateY(-50%);
  }
  #sect5 .family .tvn .tvnimg img {
    width: 100%;
  }
  #sect5 .family .ocn {
    width: 100%;
    height: 50%;
    background-color: #121212;
    position: relative;
    overflow: hidden;
  }
  #sect5 .family .ocn a {
    border: 2px solid #FFB000;
    color: #FFB000;
    font-size: 1rem;
    font-family: pretendard-Medium;
    border-radius: 40px;
    width: 120px;
    line-height: 30px;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    right: 15%;
    top: 80%;
    transform: translateY(-50%);
  }
  #sect5 .family .ocn .ocnlogo {
    width: 30%;
    right: 15%;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
  }
  #sect5 .family .ocn .ocnlogo img {
    width: 100%;
  }
  #sect5 .family .ocn .ocnimg {
    position: absolute;
    width: 40%;
    left: 2%;
    top: 55%;
    transform: translateY(-50%);
  }
  #sect5 .family .ocn .ocnimg img {
    width: 100%;
  }
  #sect5 footer {
    height: 33.3333333333%;
    padding: 5vw;
    background: #333333;
    color: #fff;
    font-size: 0.9rem;
  }
  #sect5 footer .row1 {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
  #sect5 footer .row1 .col {
    display: flex;
    gap: 15px;
    justify-content: space-between;
  }
  #sect5 footer .row1 .col2 {
    align-items: center;
    justify-content: center;
  }
  #sect5 footer .row1 .col2 img {
    width: 20%;
  }
  #sect5 footer .row {
    padding-bottom: 20px;
  }
}
/* PC--------------------------- */
@media screen and (min-width: 1195px) {
  section {
    width: 100%;
    height: 56vw;
  }
  h2 {
    font-size: 2.5vw;
    font-family: pretendard-Bold;
    padding-top: 90px;
  }
  #sect1 .intro {
    position: relative;
  }
  #sect1 .intro header {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
  }
  #sect1 .intro header h1 {
    display: inline-block;
  }
  #sect1 .intro header h1.logo {
    height: 50px;
    width: 115px;
  }
  #sect1 .intro header h1.logo img {
    width: 100%;
  }
  #sect1 .intro header h1.menu {
    height: 50px;
    width: 50px;
  }
  #sect1 .intro header h1.menu img {
    width: 100%;
  }
  #sect1 .intro .desc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #sect1 .intro .desc h1 {
    text-align: center;
  }
  #sect1 .intro .desc h1 img {
    width: 300px;
  }
  #sect1 .intro .fullvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #sect1 .intro .fullvideo .gradient {
    width: 100%;
    height: 100%;
  }
  #sect1 .intro .fullvideo video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #sect2 {
    background-image: url(./images/sect2_bg.png);
    background-position: center;
    background-size: cover;
  }
  #sect2 .tabmenu {
    flex: 1;
    gap: 4.8%;
    margin-top: 4.8%;
  }
  #sect2 .tabmenu p {
    font-size: 1.5vw;
    font-family: pretendard-Regular;
  }
  #sect2 .contents {
    width: 68%;
    height: 46%;
    margin: 6% auto 0;
  }
  #sect2 .contents .tab {
    width: 100%;
    height: 100%;
  }
  #sect2 .contents .tab .main {
    width: 62%;
    height: 100%;
    position: absolute;
    transform: translateX(30%);
  }
  #sect2 .contents .tab .audimg {
    background-position: center;
  }
  #sect2 .contents .tab .awdimg {
    background-position: 50% 60%;
  }
  #sect2 .contents .tab .chartimg {
    background-position: 50% 20%;
  }
  #sect2 .contents .tab .info {
    position: absolute;
    left: 5.3%;
    top: 10%;
    width: 23%;
    height: 80%;
  }
  #sect2 .contents .tab .info .pg {
    text-align: center;
    align-items: center;
  }
  #sect2 .contents .tab .info .pg h4 {
    margin: 11% 6%;
    font-size: 1.5vw;
    font-family: pretendard-SemiBold;
  }
  #sect2 .contents .tab .info .pg p {
    margin: 1% 6%;
    padding: 4%;
    height: 210px;
    text-align: center;
    line-height: 26px;
    font-size: 1.2vw;
    font-family: pretendard-Regular;
  }
  #sect2 .contents .tab .thumbnail {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 18%;
    height: 100%;
  }
  #sect2 .contents .tab .thumbnail .box1, #sect2 .contents .tab .thumbnail .box2, #sect2 .contents .tab .thumbnail .box3 {
    margin-bottom: 8%;
  }
  #sect2 .contents .tab .thumbnail .box {
    width: 100%;
    height: 12vw;
    overflow: hidden;
  }
  #sect2 .contents .tab .thumbnail .box img {
    width: 100%;
  }
  #sect3 .swiper-slide {
    width: 100%;
    height: 27vw;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    transition: all 0.3s ease;
  }
  #sect3 .swiper-slide::after {
    width: 101%;
    height: 102%;
    top: -5px;
    left: -2px;
  }
  #sect3 .swiper-slide .preview {
    position: absolute;
    top: -5px;
    right: 0;
    width: 30%;
    height: 102%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: none;
    transition: 0.35s;
  }
  #sect3 .swiper-slide .preview h4 {
    font-size: 25px;
    margin: 40px 0;
  }
  #sect3 .swiper-slide .preview p {
    font-size: 22px;
  }
  #sect3 .swiper-slide h2.tt {
    font-size: 90px;
  }
  #sect4 {
    background-image: url(./images/sect4_bg.png);
    background-position: center;
    background-size: cover;
  }
  #sect4 .list .new {
    width: 400px;
    height: 500px;
  }
  #sect4 .list .new p {
    font-size: 1.2rem;
    opacity: 0;
  }
  #sect4 .list .new .newbox {
    width: 20vw;
  }
  #sect4 .list .new .newbox img {
    width: 90%;
  }
  #sect4 .sns {
    height: 28vh;
    padding: 10px 50px;
  }
  #sect4 .sns .snsimg {
    width: 50%;
  }
  #sect4 .sns .snsimg img {
    padding: 10px;
    width: 70%;
  }
  #sect5 .family {
    height: 66.6666666667%;
  }
  #sect5 .family .tvn {
    width: 100%;
    height: 50%;
    background-color: #fa0028;
    position: relative;
    overflow: hidden;
  }
  #sect5 .family .tvn a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    font-family: pretendard-Medium;
    border-radius: 40px;
    width: 140px;
    line-height: 40px;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    right: 20%;
    top: 80%;
    transform: translateY(-50%);
  }
  #sect5 .family .tvn .tvnlogo {
    width: 25%;
    right: 20%;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
  }
  #sect5 .family .tvn .tvnlogo img {
    width: 100%;
  }
  #sect5 .family .tvn .tvnimg {
    position: absolute;
    width: 35%;
    left: 2%;
    top: 55%;
    transform: translateY(-50%);
  }
  #sect5 .family .tvn .tvnimg img {
    width: 100%;
  }
  #sect5 .family .ocn {
    width: 100%;
    height: 50%;
    background-color: #121212;
    position: relative;
    overflow: hidden;
  }
  #sect5 .family .ocn a {
    border: 2px solid #FFB000;
    color: #FFB000;
    font-size: 1.2rem;
    font-family: pretendard-Medium;
    border-radius: 40px;
    width: 140px;
    line-height: 40px;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    right: 20%;
    top: 80%;
    transform: translateY(-50%);
  }
  #sect5 .family .ocn .ocnlogo {
    width: 25%;
    right: 20%;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
  }
  #sect5 .family .ocn .ocnlogo img {
    width: 100%;
  }
  #sect5 .family .ocn .ocnimg {
    position: absolute;
    width: 35%;
    left: 2%;
    top: 55%;
    transform: translateY(-50%);
  }
  #sect5 .family .ocn .ocnimg img {
    width: 100%;
  }
  #sect5 footer {
    height: 33.3333333333%;
    padding: 5vw;
    background: #333333;
    color: #fff;
    font-size: 0.9rem;
  }
  #sect5 footer .row1 {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
  #sect5 footer .row1 .col {
    display: flex;
    gap: 15px;
    justify-content: space-between;
  }
  #sect5 footer .row1 .col2 {
    align-items: center;
    justify-content: center;
  }
  #sect5 footer .row1 .col2 img {
    width: 20%;
  }
  #sect5 footer .row {
    padding-bottom: 20px;
  }
}