@charset "utf-8";

/* common */
.main-contents .swiper-arrow { position: initial; width: 4rem; aspect-ratio: 1/1; background: var(--main-black) url('/resources/img/main_arw.png') no-repeat center/1.4rem; border-radius: 5rem; }
.main-contents .swiper-arrow-wrap { display: flex; gap:1rem; }

.tab-menu-buttons { display: flex; gap:1.6rem; font-size: 2rem; font-weight: 500; }
.tab-menu-buttons button { position: relative; padding: 0 .4rem; }
.tab-menu-buttons button.active { font-weight: 800; }
.tab-menu-buttons button.active::before { content: ''; z-index: -1; position: absolute; left: 0; bottom: -.6rem; width: 100%; height: 1.3rem; background: var(--key-color); }

.tab-menu-wrap .tab-content { display: none; height: 100%; }
.tab-menu-wrap .tab-content.active { display: block; }

.iframe-wrap { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
.iframe-wrap > * { position: absolute; width: 100%; height: 100%; left:0px; top:0px; border:none; }

/* main-visual */
.main-visual { position: relative; width: 100%; height: 100dvh; }
.main-visual .swiper-container { height: 100%; }
.main-visual li { z-index: 1; position: relative; overflow: hidden; }
.main-visual .inner { z-index: 5; height: 100%; }

.main-visual-title { position: absolute; left: 10rem; top:calc(10rem + 50%); transform: translateY(-50%); color:white; }
.main-visual-title p { font-size: 5.6rem; line-height: 1.4; font-weight: 900; opacity: 0; }
.main-visual-title p:last-child { margin-top: 3.8rem; font-size: 2rem; line-height: 1.4; font-weight: 600; }
.main-visual-title .fw5 span { font-family: 'NanumBarunGothic'; }

.main-visual-img { position: absolute; right: 10rem; bottom: 0; width: 43rem; opacity: 0; }

.main-visual-photo { position: absolute; right: 4.6rem; bottom: 3.3rem; font-size: 1.7rem; font-family: 'Nanum Myeongjo'; color:white; }

.main-visual .swiper-controller { z-index: 1; position: absolute; left: 50%; bottom: 6.8rem; transform: translateX(-50%); display: flex; align-items: center; gap:1.2rem; height: 3.6rem; padding:0 1.2rem 0 2.3rem; background: rgba(0, 0, 0, 0.6); border-radius: 5rem; color:white; }
.main-visual .swiper-pagination { position: initial; width: 5.5rem; font-weight: 900; font-size: 1.4rem; letter-spacing: 4px; text-align: center; }
.main-visual .swiper-pagination span { font-weight: 300; }
.main-visual .swiper-button-prev,
.main-visual .swiper-button-next { position: initial; width: 2rem; height: 2.7rem; background: url('/resources/img/main_vis_arw.png') no-repeat center/auto .8rem; }
.main-visual .swiper-button-pause { width: 2rem; height: 2.7rem; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.main-visual .swiper-arrow-wrap { display: flex; }

.main-visual li .main-visual-bg { position: absolute; width: 100%; height: 100%; }
.main-visual li .main-visual-bg::after { content: ''; position: absolute; left: 0; top:0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%); }
.main-visual li .main-visual-bg img { width: 100%; height: 100%; object-fit: cover; transition: 6.5s; }
.main-visual li.swiper-slide-active .main-visual-bg img { transform: scale(1.1); }

.main-visual li.swiper-slide-active .main-visual-title p { animation: fadeInUp 1s ease forwards; }
.main-visual li.swiper-slide-active .main-visual-title p:nth-child(2) { animation-delay: .2s; }
.main-visual li.swiper-slide-active .main-visual-title p:nth-child(3) { animation-delay: .3s; }

.main-visual li.swiper-slide-active .main-visual-img { animation: fadeInRight 1s ease forwards; animation-delay: .6s; }

@media screen and (max-width:1700px){
  .main-visual-title { left: 8rem; }
  .main-visual-title p { font-size: 5rem; }
  .main-visual-title p:last-child { margin-top: 3rem; }
}
@media screen and (max-width:1300px){
  .main-visual-title { left: 4rem; top:calc(8rem + 50%); }
  .main-visual-title p { font-size: 4.6rem; }
  .main-visual-img { right: 6rem; width: 36rem; }
}
@media screen and (max-width:1024px){
  .main-visual-title { left: 2rem; top:calc(2rem + 50%); }
  .main-visual-title p { font-size: 3.6rem; }
  .main-visual .swiper-controller { left: 2rem; bottom:16%; transform: none; }
  .main-visual-img { right: 2rem; width: 32rem; }
}
@media screen and (max-width:500px){
  .main-visual-title { width: 100%; padding: 0 2rem; left: 0; }
  .main-visual-title p { display: inline; font-size: 3.6rem; }
  .main-visual-title p:last-child { display: block; }
}


/* main-links-notice */
.main-links-notice .inner { display: flex; justify-content: space-between; padding: 6.6rem 10rem; margin: 5rem auto; }
.main-links-notice .inner::before { content: ''; z-index: -1; display: block; position: absolute; left: 0; top:0; width: 62%; height: 100%; background: url('/resources/img/main_notice_bg.jpg') no-repeat left/cover; border-radius: 0 7rem 14.8rem 0; }

.main-links-notice .main-links { z-index: 1; position: relative; width: 41.2rem; padding: 5rem 6.4rem 4.8rem; border-radius: 6px; color:white; text-align: center; overflow: hidden; }
.main-links-notice .main-links::before { content: ''; z-index: -1; position: absolute; left: 0; top:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); }
.main-links-notice .main-links h3 { font-size: 3.2rem; line-height: 100%; }
.main-links-notice .main-links ul { display: grid; grid-template-columns: repeat(2, 1fr); gap:1rem; margin-top: 3.6rem; border-radius: 6px; }
.main-links-notice .main-links li { border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.1); border-radius: 6px; backdrop-filter: blur(10px); transition: .3s; }
.main-links-notice .main-links li:hover { background: var(--main-black); border-color:var(--main-black); }
.main-links-notice .main-links a { display: flex; align-items: center; justify-content: center; width: 100%; height: 10rem; }
.main-links-notice .main-links span { display: block; }

.main-links-notice .main-links-1 { font-size: 4.8rem; font-weight: 800; background: url('/resources/img/main_notice_bg_1.jpg') no-repeat center/cover; }
.main-links-notice .main-links-1 span { font-size: 2rem; font-weight: 900; line-height: 2.6rem; }

.main-links-notice .main-links-2 { font-size: 2.4rem; font-weight: 800; background: url('/resources/img/main_notice_bg_2.jpg') no-repeat center/cover; }
.main-links-notice .main-links-2 span { margin-top: 1rem; font-size: 1.8rem; font-weight: 600; }
.main-links-notice .main-links-2 li { padding-top: 1rem; }

.main-notice { display: flex; flex-direction: column; width: calc(100% - 98.4rem); gap:3.2rem; overflow: hidden; }
.main-notice .swiper-container { overflow: visible; }
.main-notice h3 { font-size: 3.2rem; font-weight: 300; }
.main-notice h3 b { font-weight: 800; }

.main-notice .tab-menu-wrap { flex:1; }
.main-notice .tab-menu-wrap a { position: relative; display: flex; flex-direction: column; gap:2.6rem; padding: 3rem 3.6rem 4.2rem; border-radius: 2.4rem; background: white; border: 1px solid #cccccc; transition: .3s; }
.main-notice .tab-menu-wrap a:hover { color:var(--key-color); }
.main-notice .tab-menu-wrap :where(.swiper-container, a){ height: 100%; }
.main-notice .tab-menu-wrap .list-new a::after { content: ''; position: absolute; right: 3.1rem; top: 3.5rem; width: 3.8rem; aspect-ratio: 38/30; background: url('/resources/img/main_notice_new.png') no-repeat center/contain; }

.main-notice .notice-header { display: flex; align-items: center; justify-content: space-between; }

.main-notice .list-date { font-size: 1.4rem; color: #999999; font-family: 'Montserrat'; font-weight: 600; }
.main-notice .list-date span { display: block; margin-top: .8rem; font-size: 2.8rem; font-weight: 700; color:#333333; }
.main-notice .list-title { font-size: 2rem; font-weight: 800; line-height: 3rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.main-notice .list-text { margin-top: .5rem; font-size: 1.4rem; line-height: 2rem; font-weight: 600; color: #666666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

@media screen and (max-width:1700px){
  .main-links-notice .inner { padding: 6.6rem 8rem; }
  .main-links-notice .main-links { width: 38rem; padding: 5rem 5rem 4rem; }
  .main-notice .tab-menu-wrap a { gap:2rem; }
  .main-notice { width: calc(100% - 82rem); }
}
@media screen and (max-width:1300px){
  .main-links-notice .inner { display: grid; grid-template-columns: repeat(2, 1fr); gap:6rem 2rem; padding: 6rem 4rem; }
  .main-links-notice .inner::before { width: 76%; height: 52%; border-radius: 0 4rem 10rem 0; }
  .main-links-notice .main-links { width: 100%; }
  .main-links-notice .main-links-2 { order: -1; }
  .main-notice { width: 100%; grid-column: 1/3; }
}
@media screen and (max-width:1024px){
  .main-links-notice .inner { padding: 6rem 2.4rem; gap:6rem 1.6rem; }
  .main-links-notice .main-links-1 { font-size: 4rem; }
  .main-links-notice .main-links { padding: 4rem 4rem 3rem; }
  .main-links-notice .main-links ul { margin-top: 3rem; }
  .main-notice .tab-menu-wrap a { padding: 2.4rem 2.4rem 3rem; border-radius: 1.6rem; }
}
@media screen and (max-width:500px){
  .main-links-notice .inner { grid-template-columns: repeat(1, 1fr); }
  .main-links-notice .inner::before { width: 90%; height: 33%; border-radius: 0 2rem 6rem 0; }
  .main-notice { grid-column: 1/1; }

  .main-notice .notice-header { flex-wrap:wrap; justify-content: right; }
  .main-notice h3 { width: 100%; margin-bottom: 1rem; }
}


/* main-tv-spirit */
.main-tv-spirit { z-index: 1; position: relative; padding: 13.8rem 0 8.2rem; background: var(--main-black) url('/resources/img/main_tv_bg.jpg') no-repeat center top/contain; color:white; }
.main-tv-spirit::before { content: ''; z-index: -1; position: absolute; left: 0; top:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.main-tv-spirit .inner { display: flex; justify-content: space-between; }
.main-tv-spirit .main-tv { width: 49%; }
.main-tv-spirit .main-spirit { width: 44%; }
.main-tv-spirit h3 { font-size: 6.2rem; font-weight: 300; }
.main-tv-spirit .tv-spirit-header { display: flex; align-items: center; justify-content: space-between; height: 4rem; margin-top: 3.6rem; margin-bottom: 2.8rem; font-size: 2.6rem; font-weight: 800; }
.main-tv-spirit .tv-spirit-link { display: flex; align-items: center; justify-content: center; width: 21rem; height: 6rem; margin-top: 4rem; border:1px solid rgba(255, 255, 255, 0.5); border-radius: 4px; font-weight: 800; font-size: 1.4rem; color:white; transition: .3s; }
.main-tv-spirit .tv-spirit-link:hover { background: white; color:var(--main-black); }
.main-tv-spirit .tab-menu-wrap { height: 34.5rem; }

.main-tv-spirit .tv-box { display: flex; gap:2.7rem; height: 34.5rem; aspect-ratio: 834/345; }
.main-tv-spirit .tv-main { flex:3; height: 100%; border:3px solid white; border-radius: 8px; overflow: hidden; background: var(--main-black); cursor: pointer; }
.main-tv-spirit .tv-main img { height: 100%; object-fit: cover; }
.main-tv-spirit .tv-subs { flex:1; }
.main-tv-spirit .tv-subs ul { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.main-tv-spirit .tv-subs li { position: relative; height:31%; border:1px solid rgba(255, 255, 255, 0.3); cursor: pointer; }
.main-tv-spirit .tv-subs li::after { content: ''; display: block; width: 3.4rem; height: 3.4rem; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); background: url('/resources/img/main_tv_play.png') no-repeat center/contain; }
.main-tv-spirit .tv-subs li a { display: block; width: 100%; height: 100%; }
.main-tv-spirit .tv-subs li img { height: 100%; object-fit: cover; }

.main-spirit .tab-menu-wrap li a { display: flex; flex-direction: column; justify-content: space-between; width: 100%; padding: 2.2rem 2.2rem 3.8rem; aspect-ratio: 32/16; background: white; border-radius: 8px; }
.main-spirit .tab-menu-wrap li a .list-img { aspect-ratio: 2/1; height: fit-content; }
.main-spirit .tab-menu-wrap li a img { height: 100%; object-fit: cover; }
.main-spirit .list-title { margin-top: 2.2rem; padding:0 4px; font-size: 2rem; line-height: 2.6rem; color:var(--main-black); font-weight: 600; transition: .3s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.main-spirit .tab-menu-wrap li a:hover .list-title { color: var(--key-color); }
.main-spirit .list-date { display: flex; align-items: end; flex:1; padding:0 4px; color: #666666; font-weight: 600; font-size: 1.4rem; }
.main-spirit .tab-menu-wrap :where(.swiper-container, a){ height: 100%; }
.main-spirit .swiper-arrow { background-color: var(--key-color); }

@media screen and (max-width:1700px){
  .main-tv-spirit h3 { font-size: 5.4rem; }
  .main-tv-spirit .tv-spirit-header { margin-top: 2.8rem; margin-bottom: 2.4rem; }
}
@media screen and (max-width:1500px){
  .main-tv-spirit .tv-box { height: 30rem; gap:2rem; }
  .main-tv-spirit .tab-menu-wrap { height: 30rem; }
}
@media screen and (max-width:1300px){
  .main-tv-spirit .tv-box { height: 28rem; gap:2rem; aspect-ratio: 834/410; }
  .main-tv-spirit .tv-main { display: flex; align-items: center; }
  .main-tv-spirit .tab-menu-wrap { height: 28rem; }
  .main-spirit .tab-menu-wrap li a { padding: 1.8rem 1.8rem 3rem; }
  .main-spirit .list-title { margin-top: 2rem; }
}
@media screen and (max-width:920px){
  .main-tv-spirit .inner { flex-wrap:wrap; }
  .main-tv-spirit .main-tv { width: 100%; margin-bottom: 10rem; }
  .main-tv-spirit .tv-box { height: auto; aspect-ratio: 834/350; }
  .main-tv-spirit .main-spirit { width: 100%; }
  .main-tv-spirit .tab-menu-wrap { height: auto; }
  .main-spirit .tab-menu-wrap :where(.swiper-container, a) { height: auto; }
  .main-spirit .list-date { margin-top: 1rem; }
}
@media screen and (max-width:500px){
  .main-tv-spirit .tv-spirit-link { width: 100%; }
}


/* main-shortcuts-community */
.main-shortcuts-community { z-index: 1; position: relative; padding-top: 9rem; overflow: hidden; }
.main-shortcuts-community::before { content: ''; z-index: -1; position: absolute; right: 0; top:0; width: 60%; aspect-ratio: 1/1; background: radial-gradient(50% 50% at 50% 50%, #F4A269 0%, rgba(244, 162, 105, 0.00) 100%); border-radius: 150rem; transform: translate(34%, -60%); }
.main-shortcuts ul { display: grid; grid-template-columns: repeat(4, 1fr); gap:4rem; }
.main-shortcuts a { z-index: 1; position: relative; display: block; height: 100%; padding: 3.5rem 2.5rem 4.5rem; border-radius: 8px; overflow: hidden; color:white; }
.main-shortcuts a::after { content: ''; z-index: -1; position: absolute; right: 2.7rem; bottom:2.4rem; width: 2.7rem; aspect-ratio: 27/29; background: url('/resources/img/main_short_arw.png') no-repeat center/contain; transition: .3s; }
.main-shortcuts .list-img img { width: fit-content; }
.main-shortcuts .list-title { margin-top: 4rem; font-size: 2.4rem; font-weight: 900; }
.main-shortcuts .list-text { margin-top: 1.6rem; font-size: 1.8rem; font-weight: 600; }
.main-shortcuts .list-text p { line-height: 2.4rem; }
.main-shortcuts .list-bg { z-index: -1; position: absolute; left: 0; bottom:0; width: 100%; height: 100%; }
.main-shortcuts .list-bg img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.main-shortcuts .list-bg::before { content: ''; z-index: 1; position: absolute; left: 0; top:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); transition: .3s; }

.main-shortcuts a:hover .list-bg img { transform: scale(1.1); }
.main-shortcuts a:hover::before { background: rgba(0, 0, 0, 0.6); }
.main-shortcuts a:hover::after { transform: rotate(45deg); }

@media screen and (max-width:1700px){
  .main-shortcuts ul { gap:3rem; }
}
@media screen and (max-width:1400px){
  .main-shortcuts .list-text p { display: inline; }
  .main-shortcuts ul { gap:2rem; }
  .main-shortcuts a { padding: 3.5rem 2rem 4.5rem; }
  .main-shortcuts a::after { width: 2rem; }
}
@media screen and (max-width:850px){
  .main-shortcuts ul { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width:500px){
  .main-shortcuts ul { grid-template-columns: repeat(1, 1fr); }
}


/* main-community */
.main-community { margin-top: 7.6rem; }
.main-community h3 { font-size: 6.2rem; font-weight: 300; }
.community-header { display: flex; align-items: center; gap:4rem; margin-bottom: 2.2rem; }
.community-header .community-link-box { flex:1; display: flex; justify-content: right; }
.community-link { display: flex; gap:1rem; align-items: center; font-size: 1.8rem; font-weight: 800; }
.community-link::before { content: ''; display: block; width:3rem; aspect-ratio: 30/24; background: url('/resources/img/main_comm_ico.png') no-repeat center/contain; }
.main-community .tab-menu-wrap ul { display: flex; width: 100%; }
.main-community .tab-menu-wrap li { width: 25%; border:1px solid var(--main-black); border-right:none; }
.main-community .tab-menu-wrap li:last-child { border-right:1px solid var(--main-black); }
.main-community .tab-menu-wrap li a { display: block; min-height: 22rem; height: 100%; padding: 8rem 3.8rem 3.8rem; }
.main-community .list-date { font-size: 1.4rem; font-weight: 600; color: #666666; }
.main-community .list-title { margin-top: 1.2rem; font-size: 2rem; line-height: 3rem; font-weight: 600; transition: .3s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main-community .tab-menu-wrap li a:hover .list-title { color: var(--key-color); }

@media screen and (max-width:1700px){
  .main-community .tab-menu-wrap li a { min-height: 18rem; padding: 6rem 3.2rem 3.2rem; }
}
@media screen and (max-width:1024px){
  .main-community .tab-menu-wrap ul { flex-wrap: wrap; }
  .main-community .tab-menu-wrap li { width: 50%; }
  .main-community .tab-menu-wrap li:nth-child(2) { border-right:1px solid var(--main-black); }
  .main-community .tab-menu-wrap li:nth-child(n+3) { border-top:none; }
}
@media screen and (max-width:768px){
  .community-header { flex-wrap:wrap; gap:2rem; }
  .main-community h3 { width: 100%; }
}
@media screen and (max-width:500px){
  .tab-menu-buttons { width: 100%; }
  .main-community .tab-menu-wrap li { width: 100%; margin-top: -1px; border:1px solid var(--main-black) !important; }
  .main-community .tab-menu-wrap li a { min-height: 14rem; padding: 4.5rem 2.4rem 2.4rem; }
}


/* main-banner */
.main-banner { margin-top: 6.6rem; margin-bottom: 6.3rem; padding: 0 5rem; }
.main-banner li { height: 7.2rem; display: flex; align-items: center; justify-content: center; border:1px solid #cccccc; }
.main-banner li img { width: fit-content; max-width: 80%; }
.main-banner .swiper-arrow { position: absolute; top:calc(50% - 2rem); background: transparent url('/resources/img/main_banner_arw.png') no-repeat center/8px; }

@media screen and (max-width:1300px){
  .main-banner { padding: 0 3rem; }
}
@media screen and (max-width:1024px){
  .main-banner { padding: 0 ; }
  .main-banner .inner { padding: 0 4rem; }
}