<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

button {border: 0; background: none; padding: 0; margin: 0;}

.wrap {max-width: 96%;}


.section * {box-sizing: border-box;}
.section {position: relative; font-family:'Pretendard GOV'; font-weight: 400;}

.sec01 {height: 505px;}
.v_slide {position: absolute; top: 0; left: 0; width: 100%;}
.v_slide .item{height: 505px}
.v_slide .item1{background: url(../imgs/main/mainVisual_bg1.jpg) no-repeat 50% 0;}
.v_slide .item2{background: url(../imgs/main/mainVisual_bg2.jpg) no-repeat 50% 0;}

.v_copy {position: absolute; top: 100px; left: 0;}
.v_copy h1 {font-family: 'Vitro_core'; font-size: 95px; color: #fff; line-height: 1.2;}
.v_copy h1 span {display: block; font-size: 85px; color: transparent; -webkit-text-stroke: 2px #fff;}
.v_copy h1 span:before{content: ''; display: block; position: absolute; left: -17px; top: -18px; width: 55px; height: 55px; background: rgba(255,255,255,0.1);border-radius:100px;}
.v_box {width: 100%; margin-top: 20px;}
.v_box p {font-size: 21px; color: #fff;display: inline-block; margin-right: 40px;}
.v_ctrl {display: inline-block; vertical-align: middle;}
.v_ctrl .dot {display: inline-block; vertical-align: middle;}
.v_ctrl .dot li {float: left; margin-right: 10px;}
.v_ctrl .dot li button {width: 50px; height: 5px; background: rgba(255, 255, 255, 0.3); display: block;}
.v_ctrl .dot li.slick-active button {background: #fff;}
.v_ctrl button {text-indent: -99999px; overflow: hidden; color: transparent; font-size: 1px; vertical-align: middle;}
.v_ctrl&gt;button {width: 26px; height: 26px; border: solid 1px rgba(255, 255, 255, 0.5); border-radius: 10px;}
.v_ctrl button.stop {background: url(../imgs/main/v_stop.png) no-repeat 50%;}
.v_ctrl button.play {background: url(../imgs/main/v_play.png) no-repeat 50%; display: none;}
.v_link {position: absolute; right: 0; top: 80px;}
.v_link ul {width: 425px;}
.v_link ul li {margin-right: 30px; float: left; margin-bottom: 30px;}
.v_link ul li:nth-child(3) {padding-left: 75px; margin-bottom: 0;}
.v_link ul li:last-child {margin: 0;}
.v_link ul li a {font-size: 18px; display: flex; width: 160px; height: 160px; text-align: center; border: solid 1px rgba(255, 255, 255, 0.3); color: #fff; flex-direction: column; justify-content: center; align-items: center;}
.v_link ul li a:before {content: ''; margin: 0 auto 10px; display: block; width: 60px; height: 60px; background-size: 100% !important;}
.v_link ul li:nth-child(1) a:before {background: url(../imgs/main/v_ico1.png) no-repeat 50%;}
.v_link ul li:nth-child(2) a:before {background: url(../imgs/main/v_ico2.png) no-repeat 50%;}
.v_link ul li:nth-child(3) a:before {background: url(../imgs/main/v_ico3.png) no-repeat 50%;}
.v_link ul li:nth-child(4) a:before {background: url(../imgs/main/v_ico4.png) no-repeat 50%;}
.v_link ul li a:hover {font-size: 19px; border-color: #fff; background: rgba(255,255,255,0.4); text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);}
.v_link ul li:nth-child(1) a:hover:before {background: url(../imgs/main/v_ico1_h.png) no-repeat 50%;}
.v_link ul li:nth-child(2) a:hover:before {background: url(../imgs/main/v_ico2_h.png) no-repeat 50%;}
.v_link ul li:nth-child(3) a:hover:before {background: url(../imgs/main/v_ico3_h.png) no-repeat 50%;}
.v_link ul li:nth-child(4) a:hover:before {background: url(../imgs/main/v_ico4_h.png) no-repeat 50%;}
@media all and (max-width:1024px) {
	.v_copy h1 {font-size: 75px;}
	.v_copy h1 span {font-size: 70px;}
	.v_copy h1 span:before{width:40px;height:40px;left:-10px;top:-10px;}
	.v_box p {font-size: 19px;}
	.v_link {width: 40%;}
	.v_link ul {width: 100%;}
	.v_link ul li {width: calc(50% - 15px);}
	.v_link ul li:nth-child(2n) {margin-right: 0;}
	.v_link ul li:nth-child(3) {padding-left: 0;}
	.v_link ul li a {width: 100%; height: 140px;}
	.v_link ul li a:before {width: 50px; height: 50px; background-size: 100% !important;}
}
@media all and (max-width:768px) {
	.sec01,
	.v_slide .item{height: 480px}
	.v_copy h1 {font-size: 65px;}
	.v_copy h1 span {font-size: 60px;}
	.v_copy {top: 40px;}
	.v_link {width: 100%; top: 280px;}
	.v_link ul li {width: calc(25% - 15px); margin-bottom: 0; margin-right: 20px;}
	.v_link ul li:nth-child(2n) {margin-right: 20px;}
	.v_link ul li:last-child {margin-right: 0;}
	.v_link ul li a {width: 100%; height: 120px;}
}
@media all and (max-width:640px) {
	.sec01,
	.v_slide .item{height: 440px}
	.v_slide .item {background-size: cover !important;}
	.v_copy {top: 30px;}
	.v_copy h1 {font-size: 60px;}
	.v_copy h1 span {font-size: 55px;}
	.v_copy h1 span:before{display:none;}
	.v_box p {margin: 0; font-size: 17px;}
	.v_ctrl {display: block; margin-top: 10px;}
	.v_link {top: 260px;}
	.v_link ul li a {height: 100px; font-size: 16px !important;}
	.v_link ul li a:before {width: 40px; height: 40px;}
}
@media all and (max-width:520px) {
	.sec01,
	.v_slide .item{height: 550px}
	.v_link ul li {width: calc(50% - 10px); margin-bottom: 20px;}
	.v_link ul li:nth-child(2n) {margin-right: 0}
}


.sec02 {}
.artist {background: #eff0f1;}
.artist .artist_btn {width: 22.5%; float: left; margin-top: -5px; height: 130px; position: relative;}
.artist .artist_btn:before {width: 689px; height: 172px; display: block; position: absolute; bottom: 0; right: 0; background: url(../imgs/main/artist_bg.jpg) no-repeat; content: '';}
.artist .artist_btn button {height: 55px; width: 100%; padding-top: 7px; text-align: left; font-size: 21px; font-family: 'Tenada'; color: #fff; display: block; position: relative; z-index: 1;}
.artist .artist_btn button span {position: relative; z-index: 1;}
.artist .artist_btn button.on {}
.artist .artist_btn button.on span {padding-left: 30px; background: url(../imgs/main/artist_chk.png) no-repeat 0 3px;text-shadow:2px 0 3px rgba(0,0,0,0.2);}
.artist .artist_btn button.on:before {content: ''; display: block; position: absolute; right: -25px; top: 0; width: 121%; height: 100%; background: #dc5576;}
.artist .artist_btn button.on:after {content: ''; display: block; position: absolute; right: -25px; top: 49%; width: 46%; height: 1px; background: #e37791;}
.artist_conts {width: 77.5%; float: left; background: #eff0f1;}
.artist_conts&gt;div {display: none;}
.artist_conts&gt;div:first-child {display: block;}
.artist_conts ul {display: flex;}
.artist_conts ul li {flex: 1; margin-left: 5%; padding-left: 5%; position: relative;}
.artist_conts ul li:before {content: ''; width: 5px; height: 37px; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: url(../imgs/main/v_tab_dot.png);}
.artist_conts ul li:first-child:before {display: none;}
.artist_conts ul li a {height: 120px; font-size: 20px; display: flex; align-items: center; justify-content: space-between;font-weight:600;}
.artist_conts ul li a:after {content: ''; width: 7px; height: 12px; display: block; background: url(../imgs/main/v_tab_arr.png) no-repeat;}
.artist_conts ul li a:hover:after {animation: mv_arr .6s linear infinite;}
@media all and (max-width:1024px) {
	.artist .artist_btn {width: 35%; height: 155px;}
	.artist_conts {width: 65%;}
	.artist_conts ul {display: block;}
	.artist_conts ul li {padding: 0 40px 0 60px; margin-left: 0;}
	.artist_conts ul li:before {display: none;}
	.artist_conts ul li a {height: 50px;}
}
@media all and (max-width:640px) {
	.sec02 {overflow: hidden;}
	.artist .artist_btn {width: 100%; height: auto;}
	.artist .artist_btn:before {right: -3%; height: 130px}
	.artist .artist_btn button {padding-left: 20px;}
	.artist .artist_btn button.on:before {width: 100%; right: 0;}
	.artist .artist_btn button.on:after {width: 30%; right: 0;}
	.artist_conts {width: 100%;}
	.artist_conts ul li {padding: 0 40px;}
	.artist_conts ul li a {font-size: 18px;}

}


/*링크*/
.linkbnr {position:relative; margin-top: 40px;}
.linkbnr li {float:left; width:calc(100%/6); border:1px solid #eee; border-right: 0;}
.linkbnr li:last-child {border-right:1px solid #eee;}
.linkbnr li a {height:70px; font-size:15px; padding: 0 5px; font-weight: 600; color:#333; display:flex; align-items: center; justify-content: center;}
.linkbnr li a:hover {background:#ecfbff}
.linkbnr li a span span{font-size:12px; color:#3a73ad; display: block; letter-spacing: -1px;}
.linkbnr li a:before {width: 36px; height: 36px; margin-right: 15px; display: block; content:'';}
.linkbnr li:nth-child(1) a:before {background:url(../imgs/main/linkbnr_01.png) no-repeat 50%;}
.linkbnr li:nth-child(2) a:before {background:url(../imgs/main/linkbnr_02.png) no-repeat 50%;}
.linkbnr li:nth-child(3) a:before {background:url(../imgs/main/linkbnr_03.png) no-repeat 50%;}
.linkbnr li:nth-child(4) a:before {background:url(../imgs/main/linkbnr_04.png) no-repeat 50%;}
.linkbnr li:nth-child(5) a:before {background:url(../imgs/main/linkbnr_05.png) no-repeat 50%;}
.linkbnr li:nth-child(6) a:before {background:url(../imgs/main/linkbnr_06.png) no-repeat 50%;}
.linkbnr li:nth-child(7) a:before {background:url(../imgs/main/linkbnr_07.png) no-repeat 50%;}
.linkbnr li:nth-child(8) a:before {background:url(../imgs/main/linkbnr_08.png) no-repeat 50%;}
@media all and (max-width:1200px) {
	.linkbnr li a:before {width: 34px; height: 34px; margin-right: 8px; background-size: 100% !important;}
	.linkbnr li {width: 16.4%;}
	.linkbnr li:first-child{width: 18%;}
}
@media all and (max-width:1024px) {
	.linkbnr li {width: calc(100%/3) !important;}
	.linkbnr li:nth-child(3) {border-right: solid 1px #eee;}
	.linkbnr li:nth-child(n+4) {border-top: 0;}
	.linkbnr li a {justify-content: flex-start; padding: 0 10%;}
}
@media all and (max-width:640px) {
	.linkbnr li {width: 50% !important;}
	.linkbnr li:nth-child(2n) {border-right: solid 1px #eee;}
	.linkbnr li:nth-child(3) {border-right: 0; border-top: 0;}
	.linkbnr li a {padding: 0 8%;}
}
@media all and (max-width:425px) {
	.linkbnr li a {padding: 0 5px; height: 100px; flex-direction: column; text-align: center; justify-content: center;}
	.linkbnr li a:before {margin: 0 0 10px;}
}


.sec03 {padding: 70px 0 15px;}
.sec03 .bg {display: flex; flex: 0 0 auto; white-space: nowrap; overflow: hidden; transition: 0.3s; margin-top: 40px;}
.sec03 .bg span {font-family: 'Vitro_core'; padding-right: 20px; font-size: 100px; color: #ebebeb; animation: sec03_txt 40s linear infinite;}
@keyframes sec03_txt {
	0% {transform: translate3d(0, 0, 0);}
	100% {transform: translate3d(-100%, 0, 0);}
}
.sec03 h2 {font-family: 'Tenada'; font-size: 35px; color: #000; margin-bottom: 10px;}
.sec03 .more {position: absolute; right: 0; top: 8px;}
.sec03 .more a {font-size: 15px; color: #000; padding-right: 20px; display: block;}
.sec03 .more a:after {content: ''; top: 3px; right: 0; width: 7px; height: 12px; display: block; position: absolute; background: url(../imgs/main/brd_more.png) no-repeat;}
.sec03 .more a:hover:after {animation: mv_arr .6s linear infinite;}
@keyframes mv_arr {
	0%,100% {transform: translateX(0);}
	50% {transform: translateX(5px);}
}

/*공지사항*/
.board {width: 46.8%; float: left; margin-right: 3.2%; position: relative;}
.board ul {border-top: solid 3px #000; border-bottom: solid 3px #000;}
.board ul li {padding: 30px 0; border-bottom: dashed 1px #c7c7c7;}
.board ul li:last-child {border: 0;}
.board ul li a {display: flex; height: 40px; padding: 0 5px; align-items: center; justify-content: space-between;}
.board ul li a span.tit {font-size: 18px; color: #333; font-weight: 600; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board ul li a span.date {font-size: 16px; color: #767676;}
.board ul li a:hover span.tit {text-decoration: underline;}
/*문화예술교육*/
.board2 {width: 46.8%; float: left; margin-left: 3.2%; position: relative;}
.board2 ul li a {display: flex; padding: 34px 0; align-items: center; border-bottom: solid 1px #ccc;}
.board2 ul li:first-child a {padding-top: 10px;}
.board2 ul li a:after {content: ''; display: block; width: 40px; height: 40px; border-radius: 50px; background: url(../imgs/main/brd2_arr.png) no-repeat 50%;}
.board2 ul li a span {}
.board2 ul li a span.type {width: 75px; line-height: 75px; font-size: 19px; font-weight: 600; color: #fff; text-align: center; display: block;}
.board2 ul li a span.type1 {background: #e30404;}
.board2 ul li a span.type2 {background: #222;}
.board2 ul li a span.type3 {background: #194c94;}
.board2 ul li a span.conts {padding: 0 5px 0 20px; width: calc(100% - 120px);}
.board2 ul li a span.tit {font-size: 18px; color: #333; font-weight: 600; margin-bottom: 10px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board2 ul li a span.date {font-size: 16px; color: #424242;}
.board2 ul li a span.date span:after {content: ''; display: inline-block; width: 1px; height: 13px; margin: 0 15px; background: #ccc;}
.board2 ul li a:hover {border-color: #000;}
.board2 ul li a:hover:after {background: #000 url(../imgs/main/brd2_arr2.png) no-repeat 50%;}
.board2 ul li.none a {padding: 35px 0;}

@media all and (max-width:1400px) {
	.sec03 .bg span {font-size: 70px;}
	.board {margin-right: 2%; width: 48%;}
	.board2 {margin-left: 2%; width: 48%;}
}
@media all and (max-width:1024px) {
	.board {margin-right: 0; width: 100%;}
	.board ul li {padding: 15px 0;}
	.board2 {margin-left: 0; width: 100%; margin-top: 60px;}
	.board2 ul li a {padding: 20px 0;}
}
@media all and (max-width:640px) {
	.sec03 h2 {font-size: 32px;}
}
@media all and (max-width:425px) {
	.board2 ul li a {display: block;}
	.board2 ul li a:after {display: none;}
	.board2 ul li a span.type {width: 60px; line-height: 35px; font-size: 16px;}
}


/*공연전시*/
.sec04 {padding: 80px 0; background: url(../imgs/main/sec04_bg.jpg) no-repeat 50% 0; overflow: hidden;}
.sec04 h2 {font-family: 'Tenada'; font-size: 47px; color: #fff;}
.sec04 .ctrl {position: absolute; right: 0; top: -8px;}
.sec04 .ctrl button {width: 60px; height: 60px; border: solid 1px rgba(255, 255, 255, 0.5); text-indent: -9999px; overflow: hidden;}
.sec04 .ctrl button.prev {background: url(../imgs/main/sec04_prev.png) no-repeat 50%; margin-right: 25px;}
.sec04 .ctrl button.next {background: url(../imgs/main/sec04_next.png) no-repeat 50%;}
.sec04 .slide {width: 118%; margin-top: 30px; margin-left: -9%;}
.sec04 .slide .item {padding: 0 45px 25px;}
.sec04 .slide .item a {display: block;}
.sec04 .slide .item a span {display: block;}
.sec04 .slide .item a span.type {width: 60px; line-height: 60px; margin: 0 auto; text-align: center; color: #fff; font-size: 19px; color: #fff; background: #dc5576; position: relative; z-index: 1;}
.sec04 .slide .item a span.imgs {margin-top: -30px; height:510px;}
.sec04 .slide .item a span.imgs img {display: block !important; width: 100%; height:100%;}
.sec04 .slide .item a:hover  span.imgs {box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);}
.sec04 .slide .item.none {color: #fff; text-align: center; font-size: 20px;padding: 60px 0;}
@media all and (max-width:1400px) {
	.sec04 .slide {width: 100%; margin-top: 30px; margin-left: 0;}
	.sec04 .slide .item {padding: 0 20px 25px;}
}
@media all and (max-width:1024px) {
	.sec04 {padding: 50px 0; background-size: auto 60%;}
	.sec04 h2 {font-size: 43px;}
	.sec04 .ctrl {top: 0;}
	.sec04 .ctrl button {width: 40px; height: 40px; background-size: 8px !important;}
	.sec04 .ctrl button.prev {margin-right: 10px;}
}
@media all and (max-width:640px) {
	.sec04 h2 {font-size: 32px;}
}
</pre></body></html>