@charset "UTF-8";

.btn-top {display: none;}
.main-container .section-wrap {position: relative; max-width: 1570px; margin: 0 auto; overflow: hidden; padding: 40px 20px;}
.section {overflow: hidden;}
.section-tit {color: #222; font-size: max(26px,5vw); line-height: 1.3; margin-bottom: 20px; position: relative;}
.section-tit:before {content: ''; position: absolute; left: 0; top: 0; background-repeat: no-repeat; width: 100%; height: 100%;}
.introduce .section-tit:before {background-image: url('/_user/img/main/bg-intro.svg'); left: 8px;}
.art-wrap .section-tit:before {background-image: url('/_user/img/main/bg-art.svg'); left: -9px; top: 3px;}
.community .section-tit:before {background-image: url('/_user/img/main/bg-community.svg'); height: 49px; left: 100px; top: -15px;}

.nav-wrap {display: none; position: fixed; top: 50%; transform: translateY(-50%); right: 0; z-index: 10;}
.nav-wrap li {position: relative; margin-top: 30px; width: 30px; padding: 3px 0;}
.nav-wrap li:first-child {margin-top: 0;}
.nav-wrap .pager-btn {text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 auto; background: #aaa; border-radius: 50%;}
.nav-wrap .active .pager-btn {background: #fff;}
.nav-wrap .active:before {content: ''; position: absolute; left: 0; top: 2px; width: 29px; height: 11px; background: url('/_user/img/main/icon-pager-on.png') no-repeat;}

@media screen and (min-width: 768px){
    .main-container .section-wrap {padding: 35px 20px;}
}
@media screen and (min-width: 1024px){
    .section {height: 100vh; overflow: hidden;}
    .section-nav {text-align: center; z-index: 10;}
    .main-container .section-wrap {overflow: visible;}
    .nav-wrap {display: block;}
    .section-tit {font-size: min(50px,calc(5.5vh)); margin-bottom: 0;}
    .section-wrap .col-bar:after {content: ''; position: absolute; left: 0; top: 32px; width: 40px; height: 4px; background: #222;}
    .section-wrap .section-tit.col-bar:after {top: 106px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .section-tit {font-size: 26px;}
    .introduce .banner, .main-tit .opening {font-size: 16px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) {
    .section-tit {font-size: 40px;}
    .introduce .banner, .main-tit .opening {font-size: 24px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
    .section-tit {font-size: 50px;}
    .main-tit .opening {font-size: 20px;}
}

.main-tit {box-sizing: border-box; text-align: center; position: relative; padding: 30px 20px;}
.main-tit img {max-width: 100%;}
.main-tit .opening {font-size: max(16px,3vw); color: #222; text-align: center; margin-top: 30px;}
.main-tit .opening em {display: inline-block; font-weight: bold; color: #64A6A7; padding-left: 40px; position: relative;}
.main-tit .opening em:before {content: ''; position: absolute; left: 10px; top: 50%; width: 20px; height: 1px; border-top: 1px solid #222;}

.rotate-text {display: none;}

@media screen and (min-width: 1024px){
    .main-tit, .main-container .section-wrap {padding: 125px 35px 40px 50px; height: 100%; box-sizing: border-box;}
    .main-tit img {height: 100%;}
    .main-tit .opening {position: absolute; margin-top: 0; left: 80px; bottom: 20px; font-size: 20px;}

    .rotate-text {display: block; position: absolute; right: 30px; bottom: 10px; width: 140px; height: 140px; animation: rotate-text 20s linear infinite; -webkit-animation: rotate-text 20s linear infinite;}
}
@media screen and (min-width: 1500px){
    .main-tit, .main-container .section-wrap {padding-left: 80px; padding-right: 40px;}
}
@media screen and (min-width: 1730px){
    .main-tit, .main-container .section-wrap {padding-left: 0; padding-right: 0;}
}
@keyframes rotate-text{
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes rotate-text{
    100% {transform: rotate(360deg);}
}
.video-wrap .swiper-slide {padding-top: 56.5%; height: 0;}
.video-wrap .swiper-slide .video-area {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.main-container .introduce .slide-control {display: flex; align-items: center; justify-content: flex-start; padding-top: 20px;}
.main-container .introduce .slide-control>* {position: static; width: auto;}
.introduce .slide-control .swiper-pagination {font-size: 16px; display: flex; align-items: center; justify-content: space-between; width: 40px;}
.introduce .swiper-pagination .swiper-pagination-current {font-size: 18px; font-weight: bold;}
.main-container .introduce .swiper-button-next, .main-container  .introduce .swiper-button-prev {position: relative; left: 0; top: 0; background: none; width: 40px; height: 30px; margin-top: 0;}
.main-container .introduce .swiper-button-next:before, .main-container  .introduce .swiper-button-prev:before {content: ''; position: absolute; left: 17px; top: 10px; width: 8px; height: 8px; border-top: 2px solid #222; border-left: 2px solid #222; transform: rotate(-45deg);}
.main-container .introduce .swiper-button-next:before {transform: rotate(135deg); left: 13px; border-right: none;}
.main-container .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: 1;}
.marquee-banner {font-size: 16px; font-weight: 700; width: 100vw; max-width: 100vw; height: auto; padding: 7px 0; overflow-x: hidden; overflow-y: hidden; background: #222;}
.marquee-banner .banner {white-space: nowrap; will-change: transform; animation: marquee 5s linear infinite;}
.marquee-banner .banner .text span{display: inline-block; padding: 0 10px; color: #fff;}
/*영상 없을경우*/
.video-wrap .swiper-slide .video-area.no-video {color: #aaa; display: flex; flex-direction: column; align-items: center; justify-content: center; background: url('/_user/img/layout/img-no-video.png') no-repeat; background-size: 100%;}
.video-wrap .swiper-slide .video-area.no-video>p {color: #64A6A7; font-weight: 500; font-size: 16px; padding-top: 60px; background: url('/_user/img/layout/icon-video.png') no-repeat 50% 0; background-size: 50%;}

@media screen and (min-width: 768px){
    .introduce .swiper-pagination {font-size: 18px; align-items: baseline;}
    .introduce .swiper-pagination .swiper-pagination-current {font-size: 24px;}

    .video-wrap .swiper-slide .video-area.no-video {font-size: 16px;}
    .video-wrap .swiper-slide .video-area.no-video>p {font-size: 20px; padding-top: 80px;}
}
@media screen and (min-width: 1024px){
    .main-container .introduce {position: relative;}
    .section-wrap.video-wrap {padding-bottom: 60px; width: 100%; display: grid; display: -ms-grid; grid-template-columns: 1fr; -ms-grid-columns: 1fr; grid-template-rows: minmax(min-content, 1.5fr) 5fr minmax(min-content, 1fr); -ms-grid-rows: minmax(min-content, 1.5fr) 5fr minmax(min-content, 1fr);}
    .section-wrap.video-wrap .video-slide {-ms-grid-row: 2;}
    .section-wrap.video-wrap .swiper-container {height: 100%; width: 100%;}
    .video-wrap .swiper-slide {height: 100%; padding-top: 0;}
    .section-wrap .video-wrap .col-bar:after {display: none;}
    .introduce .slide-control {padding-top: 0; -ms-grid-row: 3;}
    .introduce .swiper-pagination {font-size: 22px; width: 55px !important;}
    .introduce .swiper-pagination .swiper-pagination-current {font-size: 30px;}
    .introduce .swiper-button-next, .introduce .swiper-button-prev {width: 60px; height: 45px; margin-top: 5px;}
    .introduce .swiper-button-next:before, .introduce .swiper-button-prev:before {top: 15px; left: 25px; width: 13px; height: 13px;}
    .introduce .swiper-button-next:before {right: 20px;}

    .marquee-banner {position: absolute; left: 0; bottom: 0; font-size: 25px;}
    .marquee-banner .banner {transform; animation: marquee 10s linear infinite;}
    .marquee-banner .banner .text span{padding: 0 20px;}

    .video-wrap .swiper-slide .video-area.no-video {font-size: 18px;}
    .video-wrap .swiper-slide .video-area.no-video>p {background-size: auto; padding-top: 110px;}
}
@media screen and (min-width: 1200px){
    .section-wrap.video-wrap {align-items: center; display: grid; display: -ms-grid; grid-template-columns: 3fr minmax(min-content,1fr); -ms-grid-columns: 3fr minmax(min-content,1fr); grid-template-rows: 1fr 1fr; -ms-grid-rows: 1fr 1fr;}
    .section-wrap.video-wrap .swiper-container {width: 100%; height: 32vw; grid-column: 1; grid-row: span 2; -ms-grid-column: 1; -ms-grid-row: 1; -ms-grid-row-span: 2;}
    .section-wrap.video-wrap .section-tit {margin-left: 3.55vw; grid-column: 2; -ms-grid-column: 2; grid-row: 1; -ms-grid-row: 1; margin-top: auto;}
    .section-wrap.video-wrap .slide-control {margin-left: 3.55vw; position: relative; padding-top: 70px; -ms-grid-column: 2; -ms-grid-row: 2; margin-bottom: auto;}
    .section-wrap .video-wrap .col-bar:after {display: block;}
    .introduce .section-tit:before {-ms-background-position-y: 80%;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1200px) {
    .section-wrap.video-wrap .swiper-container {position: relative; top: 50%; transform: translateY(-50%);}
    .section-wrap.video-wrap .section-tit {display: flex; flex-direction: column; min-height: 100%; height: 1px;}
    .section-wrap.video-wrap .section-tit>p:first-child {margin-top: auto;}
    .section-wrap.video-wrap .slide-control {align-items: flex-start;}
    .introduce .section-wrap.video-wrap .swiper-button-next::before, .introduce .section-wrap.video-wrap .swiper-button-prev::before {margin-top: 10px;}
}
@keyframes marquee {
    from {transform: translateX(0);}
    to {transform: translateX(-100%);}
}

.tab-btn .btn-more {display: none;}
.tab-btn>* {width: 100%;}
.main-container .btn-more {padding-right: 20px; font-weight: 500; position: absolute; right: 0; top: 60px; color: #222;}
.main-container .btn-more:before {content: ''; position: absolute; width: 12px; height: 2px; right: 0; top: 11px; background: #222; transition: .2s ease-in-out;}
.main-container .btn-more:after {content: ''; position: absolute; width: 2px; height: 12px; right: 5px; top: 6px; background: #222; transition: .2s ease-in-out;}
.main-container .btn-more:hover::before {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.main-container .btn-more:hover::after {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.section .tab-btn {display: flex; position: relative;}
.section .tab-btn button {vertical-align: top; font-size: 12px; width: 100%; height: 34px; line-height: 1; padding: 2px; background: #d6d6d6; opacity: 0.5;}
.section .tab-btn .active button {opacity: 1; background: #fff; box-shadow: 0 0 0 2px #222 inset; font-weight: 500;}
.section .tab-wrap {margin-top: 80px;}
.section .tab-view {display: none;}
.section .tab-view>* {display: block;}
.section .tab-view.active, .tab-btn .active .btn-more {display: block;}
.tab-wrap {display: block;}
.main-container .tab-con {width: 100%; overflow: hidden; padding: 0 30px; box-sizing: border-box;}
.main-container .img-area {position: relative; padding-top: 100%; height: 0; overflow : hidden;}
.main-container .img-area img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: .3s ease-in-out; -webkit-transform: scale(1); -webkit-transition: .3s ease-in-out;}
.main-container .img-area:hover img {transform: scale(1.2); -webkit-transform: scale(1.2);  /* -webkit-transition: top .2s ease-in-out; */ }
.main-container .box-con {text-align: center; color: #222; padding-top: 12px;}
.main-container .box-con>p {font-weight: 500;}
.main-container .box-con>* {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.box-con .artists-name>em {font-weight: bold;}
.box-con .artists-born, .main-container .box-con .date {font-size: 12px; color: #666;}
.section.art-wrap .tab-view {position: relative;}
.main-container .swiper-button-next, .main-container .swiper-button-prev {background: none; margin-top: -50px;}
.main-container .swiper-button-prev {left: 0;}
.main-container .swiper-button-prev:before {content: ''; position: absolute; left: 5px; top: 10px; width: 20px; height: 20px; border-top: 3px solid #222; border-left: 3px solid #222; transform: rotate(-45deg);}
.main-container .swiper-button-next {right: 0;}
.main-container .swiper-button-next:before {content: ''; position: absolute; right: 5px; top: 10px; width: 20px; height: 20px; border-top: 3px solid #222; border-right: 3px solid #222; transform: rotate(45deg);}
/*게시글 없을 경우*/
.main-container .tab-con.no-contents {border-color: #ddd; color: #64A6A7; text-align: center; font-weight: 500;}
.community .tab-con.no-contents>li {border-color: #ddd; padding-top: 110px; padding-bottom: 30px; background: url('/_user/img/layout/no-community.svg') no-repeat 50% 30px; background-size: 50px 66px;}
@media screen and (min-width: 500px){
    .section .tab-btn button {font-size: 14px;}
}
@media screen and (min-width: 768px){
    .section .tab-wrap {margin-top: 100px;}
    .section .tab-btn button {font-size: 20px; height: 40px;}
    .main-container .btn-more {font-size: 18px; padding-right: 25px; top: 75px;}
    .main-container .btn-more:before {top: 14px; width: 16px;}
    .main-container .btn-more:after {right: 7px; top: 7px; height: 16px;}
    .tab-con .box-con>* {font-size: 16px;}
    .box-con .artists-born, .main-container .box-con .date {font-size: 14px;}

    .community .tab-con.no-contents>li {font-size: 16px;}
}
@media screen and (min-width: 1024px){
    .tab-wrap {padding-bottom: 0; height: auto;}
    .tab-btn>* {width: auto;}
    .section .tab-btn button {width: 130px;}
    .tab-wrap .tab-con {padding: 0;}
    .tab-con .box-con>* {font-size: 18px;}
    .main-container .box-con .date {font-size: 16px;}
    .art-wrap .section-wrap {display: flex; position: relative; align-items: center; justify-content: space-between;}
    .art-wrap .section-wrap:before {content: ''; position: absolute; left: -50%; right: 0; width: 0; height: 0; border-bottom: 80vw solid #F7F7F7; border-left: 175vw solid transparent;}
    .art-wrap .section-tit {margin-bottom: 14vw; margin-right: 3vw;}
    .art-wrap .tab-btn {position: absolute; top: 50%; margin-top: 8vw; left: 50px;}
    .art-wrap .tab-btn .btn-more {right: auto; left: 0; top: 8vw;}
    .art-wrap .tab-wrap {width: calc(100% - 313px); margin-top: 0;}
    .art-wrap .tab-view {padding: 0 4vw;}

    .community .tab-con.no-contents>li {font-size: 20px; background-size: auto; padding-top: 162px; background-position-y: 50px; padding-bottom: 50px;}
}
@media screen and (min-width: 1200px){
    .art-wrap .section-tit {margin-bottom: 11vw;}
    .art-wrap .tab-btn .btn-more {top: 5vw;}
}
@media screen and (min-width: 1500px){
    .art-wrap .section-tit {margin-bottom: 9vw;}
    .art-wrap .tab-btn {margin-top: 3.5vw; left: auto;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1500px) {
    .art-wrap .tab-btn {left: 80px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1730px) {
    .art-wrap .tab-btn {left: 0;}
}

.community .tab-con {border-top: 1px solid #222; padding: 0;}
.community .tab-con>li {border-bottom: 1px solid #222; padding: 15px 0;}
.community .tab-con>li>a {display: grid; display: -ms-grid; grid-template-columns: 6fr minmax(min-content, 1fr); -ms-grid-columns: 6fr minmax(min-content, 1fr);}
.community .tab-con>li>a>* {white-space: nowrap;}
.community .tab-con>li>a>p {display: inline-block; color: #222; font-weight: 500; overflow: hidden; text-overflow: ellipsis; margin-right: 10px;}
.community .tab-con>li>a>p>span{position: relative; width: fit-content;}
.community .tab-con>li>a>p>span::after{content: ''; display: inline-block; position: absolute; left: 0; bottom: 3px; z-index: -1; width: 0; height: 5px; background: rgba(100, 166, 167, .4);}
.community .tab-con>li>a>p>span:hover::after{width: 100%;transition: all .3s;}
.community .tab-con .date {text-align: right; -ms-grid-column: 2; display: block;}


@media screen and (min-width: 768px){
    .community .tab-con>li>a {font-size: 16px;}
    .community .tab-con>li>a>p>span::after{height: 8px;}

}
@media screen and (min-width: 1024px){
    .community .section-wrap {display: flex; flex-direction: column; justify-content: center;}
    .community .section-wrap:before {content: ''; position: absolute; left: 0; top: 0; bottom: 0; z-index: -1; width: 120%; background: url('/_user/img/main/bg-main.png') no-repeat 80% 100%;}
    .community.section .tab-btn {margin-top: 40px;}
    .community.section .tab-btn button {width: 200px;}
    .section .tab-wrap {margin-top: 60px;}
    .community .tab-btn .btn-more {top: 4px;}
    .community .tab-con>li {padding: 2.7vh 0;}
    .community .tab-con>li>a {font-size: 18px;}
    .community .tab-con>li>a>p>span::after{height: 10px;}
}


.main-container .sns-wrap {background: #F7F7F7;}
.main-container .sns-wrap .btn-more {top: 75px; right: 20px;}
.main-container .sns-wrap .tab-con {position: relative; margin-top: 80px;}
.main-container .sns-wrap .box-con {text-align: left;}

@media screen and (min-width: 1024px){
    .section.sns {position: relative;}
    .section.sns:before {content: ''; position: absolute; left: 0; top: 0; width: 33%; height: 100%; background: #f7f7f7;}
    .section.sns>div {max-width: 1570px; margin: 0 auto;}
    .main-container .sns-wrap {display: flex; width: 1px; min-width: 100%; flex-direction: column; justify-content: center; background: none;}
    .main-container .sns-wrap .btn-more {position: relative; top: 0; right: 0; margin-left: auto; margin-top: 15px;}
    .main-container .sns-wrap .tab-con {margin-top: 7vh;}
}
@media screen and (min-width: 1200px){
    .main-container .sns-wrap .tab-con {padding: 0;}
    .main-container .sns-wrap .swiper-button-next, .main-container .sns-wrap .swiper-button-prev {display: none;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
    .main-container .sns-wrap .btn-more {width: 91px;}
}

.section-wrap.location-wrap {padding-bottom: 20px;}
.section .place>li {display: flex; align-items: flex-start; padding-top: 7px;}
.section .place>li>p {font-size: 15px; white-space: nowrap; font-weight: bold; color: #64A6A7; padding-right: 22px; margin-right: 25px;}
.section .img-map {margin-top: 40px; position: relative; padding: 25px 0; box-sizing: border-box;}
.section .img-map:before {content: ''; position: absolute; left: -20px; top: 0; width: calc(100% + 40px); height: calc(100% + 20px); background: #F7F7F7; z-index: -1;}
.section .img-map img {width: 100%; height: 100%; max-width: 1040px;}

@media screen and (min-width: 768px){
    .section-wrap.location-wrap {display: grid; display: -ms-grid; grid-template-columns: minmax(min-content, 1fr) 5fr; -ms-grid-columns: minmax(min-content, 1fr) 5fr; -ms-grid-rows: 1fr 2fr; padding-bottom: 50px;}
    .section .place {grid-row: 2; -ms-grid-row: 2; font-size: 16px; white-space: nowrap; position: relative;}
    .section .place>li {flex-direction: column;}
    .section .place>li>p {font-size: 18px;}
    .section .img-map {margin-top: 0; grid-column: 2; -ms-grid-column: 2; grid-row: span 2; -ms-grid-row-span: 2; padding-left: 30px;}
    .section .img-map:before {display: none;}
}
@media screen and (min-width: 1024px){
    .section-wrap.location-wrap {align-items: center;}
    .location-wrap .section-tit {margin-top: auto; padding-bottom: 20px;}
    .section .place {margin-bottom: auto; font-size: 18px; padding-top: 70px;}
    .section .place>li>p {font-size: 20px;}
    .section .img-map {height: 100%; display: flex; margin-left: 6vw; padding-left: 6vw;}
    .section .img-map:before {display: block; left: 0; width: 150%; height: 150%; top: 50%; transform: translateY(-50%);}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
    .location-wrap .section-tit {display: flex; flex-direction: column; min-height: 100%; height: 1px;}
    .location-wrap .section-tit>p {margin-top: auto;}
}