#main {border-top: 1px solid #7f7f7f;}
#main > div:nth-child(2) {
    display: flex;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}
#main > div:nth-child(2) > div {width: 50%;}

@media screen and (max-width: 1024px) {
    #main > div:nth-child(2) {display: block; border-bottom: 0;}
    #main > div:nth-child(2) > div {width: 100%;}
    #main > div:nth-child(2) > div + div {border-left: none; border-top: 1px solid #7f7f7f;}
}

/* 공연 배너 */
.ss24 {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 10;
}
.banner-item {width: calc(100% / 4); position: relative; border-left: 1px solid #7f7f7f;}
.banner-item .img-sort {width:100%; height: 0; padding-top: 150%; position: relative;}
.banner2 .banner-item .img-sort {padding-top: 80%;}
.banner-item .img-sort > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
.banner-item .img-sort > *:first-child {z-index: 1;}
.banner-item .img-sort:hover > *:last-child {z-index: 2;}
.banner-item > div:last-child {
    padding: 25px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.slick-current .banner-item {border-left: none;}
#banner p {
    font-size: 24px;
    font-weight: 600;
}
#banner span {display: inline-block; margin-right: 10px;}
#banner span:last-child,
#banner span.bold {margin-right: 0;}
#banner .btnArea {
    display: flex;
    gap: 10px;
    margin: auto auto 0;
    width: calc(100% - 100px);
}
.btnArea a {
    width: 100%;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    padding: 15px 10px;
    margin: 0;
}
#banner .btnArea span {margin-right: 0; padding-left: 30px;}
#banner .btn-ticket {background-color: #fff; border: 1px solid #000;}
#banner .btn-ticket span {background: url('../img/main/btn_ticket.png') left center / 19px auto no-repeat; max-width: 100px; margin: 0 auto;}
#banner .btn-more {background-color: #101010; color: #fff;}
#banner .btn-more span {background: url('../img/main/btn_more.png') left center / 18px auto no-repeat;}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/main/slide-prev.png') center / 10px auto #000 no-repeat;
    display: block;
    position: absolute;
    left: 20px;
    top: 225px;
    z-index: 1;
}
.slick-next {background-image: url('../img/main/slide-next.png'); left: auto; right: 20px;}

#banner .slick-prev,
#banner .slick-next {
    top: 35%;
    left: -10px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    background: url('../img/main/banner-prev.png') 14px center / 9px auto #fff no-repeat;
}
#banner .slick-next {background: url('../img/main/banner-next.png') calc(100% - 14px) center / 9px auto #fff no-repeat; left: auto; right: -10px;}
#banner .slick-dots {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
    padding: 5px 15px 5px 20px;
    height: 40px;
    display: flex;
    align-items: center;
}
#banner .slick-dots button {
    width: 16px;
    height: 16px;
    position: relative;
}
#banner .slick-dots button::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e2e2e2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#banner .slick-dots .slick-active {border-left: none;}
#banner .slick-dots .slick-active button::after {background-color: #000;}

#banner .slick-pause,
#banner .slick-play {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/main/banner-pause.png') center / 9px auto transparent no-repeat;
    display: block;
    z-index: 1;
}
#banner .slick-play {background-image: url('../img/main/banner-play.png'); display: none;}

@media screen and (max-width: 1850px) {
    #banner .slick-prev {left: 15px;}
    #banner .slick-next {right: 15px;}
}
@media screen and (max-width: 1440px) {
    .banner-item > div:last-child {padding: 20px;}
    #banner .btnArea {width: calc(100% - 60px);}

    #banner .slick-dots {top: 60%;}

    #banner .slick-prev,
    #banner .slick-next {top: 30%;}
}
@media screen and (max-width: 1024px) {
    .ss24 {
        left: 20px;
        top: 20px;
        width: 50px;
        height: 50px;
    }
    .banner-item .img-sort {margin: 20px 20px 0; width: calc(100% - 40px);}
    .banner-item > div:last-child {height: 145px;}
    #banner p {font-size: 20px; text-align: center;}
    #banner span {font-size: 13px;}
    #banner .btnArea {
        width: calc(100% - 40px);
        flex-direction: row;
        gap: 8px;
        bottom: 20px;
    }

    #banner .slick-track {display: flex;}
    #banner .slick-current {border-left: none;}
    #banner .slick-dots {top: 65%;}
}
@media screen and (max-width: 768px) {
    #banner .banner2 .slick-dots {top: 55%;}

    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
        background-size: 5px auto;
        top: 215px;
    }
}
@media screen and (max-width: 500px) {
    #banner .slick-dots {top: 75%;}
    #banner .slick-slide {border-left: none;}

    #banner .banner2 .slick-dots {top: 50%;}
}
@media screen and (max-width: 425px) {
    #banner .slick-prev, #banner .slick-next {width: 35px; height: 35px; background-position: 12px center; background-size: 7px auto;}
    #banner .slick-next {background-position: calc(100% - 12px) center;}
    #banner .slick-dots {
        top: 70%;
        height: 35px;
        padding: 5px 10px 5px 15px;
    }
    #banner .slick-dots button::after {width: 6px; height: 6px;}
    #banner .slick-pause, #banner .slick-play {width: 25px; background-size: 7px auto;}
    #banner .banner2 .slick-prev,
    #banner .banner2 .slick-next {top: 25%;}
}
@media screen and (max-width: 375px) {
    #banner .slick-dots {top: 65%;}
}

/* 공연 일정 */
#calendar {padding: 40px; position: relative;}
#calendar > p {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 50px;
    background: url('../img/main/icon_calendar.png') right center / 32px auto no-repeat;
    display: inline-block;
}
#calendar > span {word-break: keep-all; display: block;}
#calendar > a {
    position: absolute;
    top: 165px;
    right: 40px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #000;
    background: url(../img/content/zoom_img_pop.png) center / 15px auto #fff no-repeat;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

#calendar .performanceCalendar__item {border: none; padding-top: 15px;}
#calendar .performanceCalendar__info {justify-content: flex-start; gap: 5px; margin-bottom: 20px;}
#calendar .performanceCalendar__info > p {
    font-size: 40px;
    letter-spacing: -3px;
    font-family: 'classic';
}
#calendar .performanceCalendar__info ul {position: relative;}
#calendar .performanceCalendar__info ul::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#calendar .performanceCalendar__info li {float: left;}
#calendar .performanceCalendar__info button {
    width: 45px;
    height: 60px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-size: 9px auto;
    margin: 0 !important;
    padding: 15px;
    box-sizing: border-box;
}
#calendar .performanceCalendar__info button.prev {background-image: url('../img/main/calendar-prev.png'); background-position: calc(50% + 8px) center; padding: 15px 0;}
#calendar .performanceCalendar__info button.next {background-image: url('../img/main/calendar-next.png'); background-position: calc(50% - 8px) center; padding: 15px 0;}

#calendar .performanceCalendar__table {border-collapse: separate; border-spacing: 18px 0; width: calc(100% + 20px); margin-left: -10px;}
#calendar .performanceCalendar__table thead th {
    padding: 15px 0;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    border: none;
}
#calendar .performanceCalendar__table thead th:nth-child(1) {color: #f14627;}
#calendar .performanceCalendar__table tbody td {
    border: none;
    border-top: 1px solid #cdcdcd;
    height: 80px;
    padding: 15px 0 30px;
    cursor: pointer;
}
#calendar .performanceCalendar__table tbody td > a {display: block;}
#calendar .performanceCalendar__table tbody tr:first-child td,
#calendar .performanceCalendar__table tbody td.on,
#calendar .performanceCalendar__table tbody td:hover {border-top-color: #000;}
#calendar .performanceCalendar__table tbody td .day {font-size: 18px; font-weight: 500;}
#calendar .performanceCalendar__table tbody td:nth-child(1) .day {color: #f14627;}
#calendar .performanceCalendar__table tbody td .icon {min-height: 21px;}
#calendar .performanceCalendar__table tbody td .icon span {display: inline-block;}
#calendar .performanceCalendar__table thead th::before,
#calendar .performanceCalendar__table thead th::after,
#calendar .performanceCalendar__table tbody td::after {display: none;}
#calendar .performanceCalendar__item .item {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #000;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
    padding: 20px 28px;
    margin-top: 0;
}
#calendar .performanceCalendar__item .on .item {display: block;}
#calendar .performanceCalendar__item .item li::before {font-weight: normal;}
#calendar .performanceCalendar__item .item li + li {border-top: none;}
#calendar .performanceCalendar__item .item li > a {font-size: 14px; font-weight: 500;}

#calendar .today {background-color: #ffe800 !important;}

@media screen and (max-width: 1440px) {
    #calendar {padding: 30px;}
    #calendar > a {right: 30px; top: 155px;}

    #calendar .performanceCalendar__table {border-spacing: 10px 0;}
}
@media screen and (max-width: 1100px) {
    #calendar > span {max-width: 330px;}
    #calendar > a {top: 180px;}
}
@media screen and (max-width: 1024px) {
    #calendar {padding: 30px 20px;}
    #calendar > span {max-width: none;}
    #calendar > a {top: 155px; right: 20px;}

    #calendar .performanceCalendar__table thead th {text-align: center;}
    #calendar .performanceCalendar__table tbody td {height: 50px; padding: 15px 0;}
    #calendar .performanceCalendar__table td:nth-child(n + 5) .item {
        left: auto;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    #calendar {padding: 30px 20px;}
    #calendar > p,
    #calendar > span,
    #calendar > a {display: none;}

    #calendar .performanceCalendar__info {justify-content: space-between; margin-bottom: 20px;}
    #calendar .performanceCalendar__info > p {font-size: 26px;}
    #calendar .performanceCalendar__info ul::after {width: 6px; height: 6px;}
    #calendar .performanceCalendar__info li + li {margin-left: 5px;}
    #calendar .performanceCalendar__info button {background-size: 8px auto; height: 40px; width: 30px; background-position: center !important;}
    #calendar .performanceCalendar__item {padding: 0;}
    #calendar .performanceCalendar__table thead th {padding: 10px 0;}
    #calendar .performanceCalendar__table tbody td {padding: 10px 0; position: static;}
    #calendar .performanceCalendar__table td.on {background: transparent;}
    #calendar .performanceCalendar__table tbody td .day {font-size: 15px;}
    #calendar .performanceCalendar__item .on .item {display: none;}
    #calendar .performanceCalendar__item > .item {
        display: block;
        position: static;
        border: none;
        box-shadow: none;
        padding: 0;
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    #calendar .performanceCalendar__item .item::after,
    #calendar .performanceCalendar__item .item::before {display: none;}
    #calendar .performanceCalendar__item .item li {display: flex; padding: 0;}
    #calendar .performanceCalendar__item .item li::before {font-size: 13px; min-width: 23px; height: 23px;}
    #calendar .performanceCalendar__item .item li:not(:last-child) {margin-bottom: 10px;}
    #calendar .performanceCalendar__item .item li > a {font-size: 13px;}
}
@media screen and (max-width: 425px) {
    #calendar .performanceCalendar__info li {padding: 5px 0;}
    #calendar .performanceCalendar__table {border-spacing: 5px 0;}
    #calendar .performanceCalendar__table thead th span {display: none;}
}

/* 공연 정보 */
.dream #info {height: 750px;}
#info {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 500;
    width: calc(50% - 30px) !important;
    height: 770px;
    overflow: auto;
    margin: 40px 30px 40px 0;
    padding-right: 10px;
}
#info::-webkit-scrollbar {width: 7px;}
#info::-webkit-scrollbar-thumb {background: #000; border-radius: 3.5px;}
.info-item {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.info-item:first-child {padding-top: 0;}
.info-item:last-child {padding-bottom: 0;}
.info-item + div {border-top: 1px solid #54c8e8;}
.info-item > span {font-weight: bold; width: 120px; margin-top: 5px;}
.info-item > div {
    position: relative;
    width: 30%;
    padding: 0 0 60px;
}
.dream .info-item > div {width: 40%;}
#info p {font-size: 20px; font-weight: 600; margin-bottom: 15px;}
#info ul {display: flex; gap: 10px;}
#info ul::after {display: none;}
#info li {width: 50%;}
#info li span {display: block; font-weight: bold;}
#info .btnArea {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 10px;
}
#info .btnArea a {padding: 10px; font-size: 14px; line-height: 20px;}
#info .btn-ticket {background-color: #ffea00;}
#info .btn-more {border: 1px solid #a6a6a6; max-width: 180px; background-color: #ffea00;}
#info .img-sort {width: 45%; height: 0; position: relative; padding: 0 0 30%;}
#info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
.dream #info .img-sort {padding: 0 0 38%;}

/* 상태 */
[class^='stat_'] {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    max-width: 65px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    top: 0 !important;
}
.stat_ing {background-color: #ffea00; color: #000;}
.stat_end {
    border-color: #cfcfcf;
    background-color: #fff;
    color: #989898;
}

@media screen and (max-width: 1440px) {
    #info {margin: 40px 20px 40px 0; width: calc(50% - 20px) !important;}
    .info-item {padding: 30px;}
    .info-item > span {
        position: absolute;
        margin-top: 0;
    }
    .info-item > div {width: 50%; padding: 25px 0 60px;}
}
@media screen and (max-width: 1024px) {
    #info {
        display: block;
        height: auto !important;
        white-space: nowrap;
        margin: 0 0 20px 0;
        padding: 0 0 10px 0;
        font-size: 13px;
        width: 100% !important;
        position: relative;
    }
    #info::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #7f7f7f;
        display: block;
        position: sticky;
        left: 0;
        bottom: 0;
    }
    #info::-webkit-scrollbar {width: auto; height: 7px;}
    #info::-webkit-scrollbar-thumb {background: #000; border-radius: 3.5px;}
    .info-item {
        display: inline-flex;
        width: 300px;
        min-height: 394px;
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding: 20px !important;
    }
    .info-item + .info-item::after {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #7f7f7f;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    .info-item + div {border-top: none;}
    .info-item > div > span,
    .info-item > span {top: 210px;font-size: 13px;}
    .info-item > div {width: 100% !important; min-height: 258px; padding: 45px 0 60px;}
    #info p {font-size: 20px; white-space: initial; margin-bottom: 10px;}
    #info ul {display: block;}
    #info li {width: 100%;}
    #info li + li {margin-top: 5px;}
    #info .btnArea {margin-top: auto;}
    #info .btnArea a {font-size: 13px;}
    #info .btn-more {max-width: none;}
    #info .img-sort {width: 100%; min-height: 165px;}
}
@media screen and (max-width: 768px) {
    .info-item {width: 250px;}
    .info-item > span {top: 180px;}
    #info .img-sort {min-height: 135px;}

    #info .slick-active {border-left: 1px solid #7f7f7f;}
    #info .slick-current {border-left: none;}
    #info .slick-prev,
    #info .slick-next {top: 97px;}
}

/* 진행중인 이벤트 */
#event {
    padding: 80px 50px;
    display: flex;
    gap: 50px;
    font-weight: 500;
}
#event > div {
    width: calc((100% - 150px) / 4);
    position: relative;
}
#event p {
    background-color: #54c8e8;
    margin-top: 30px;
    padding: 15px 105px 15px 20px;
    font-size: 22px;
    word-break: keep-all;
}
#event .img-sort {
    width: 100%;
    height: 460px;
    position: relative;
    display: block;
}
#event img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
#event li {
    border-bottom: 1px solid #54c8e8;
    padding: 15px 20px;
    font-size: 20px;
}

#event .slick-prev,
#event .slick-next,
#event .slick-pause,
#event .slick-play {
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/main/event-prev.png') center / auto 13px transparent no-repeat;
    display: block;
    position: absolute;
    left: auto;
    right: 75px;
    top: 510px;
    z-index: 1;
}
#event .slick-next {right: 15px; background-image: url('../img/main/event-next.png');}
#event .slick-pause {right: 45px; background-image: url('../img/main/event-pause.png');}
#event .slick-play {right: 45px; background-image: url('../img/main/event-play.png'); display: none;}

@media screen and (max-width: 1440px) {
    #event {padding: 80px 30px; gap: 30px;}
    #event > div {width: calc((100% - 90px) / 4);}
    #event .img-sort {height: 360px;}
    #event p {font-size: 20px;}
    #event li {font-size: 18px;}

    #event .slick-prev,
    #event .slick-next,
    #event .slick-pause,
    #event .slick-play {top: 408px;}
}
@media screen and (max-width: 1260px) {
    #event .img-sort {height: 300px;}

    #event .slick-prev,
    #event .slick-next,
    #event .slick-pause,
    #event .slick-play {top: 348px;}
}
@media screen and (max-width: 1024px) {
    #event {
        padding: 40px 20px;
        flex-wrap: wrap;
        gap: 40px;
        max-width: 800px;
        margin: 0 auto;
    }
    #event > div {width: calc((100% - 40px) / 2);}
    #event .img-sort {height: 460px;}
    #event p {margin-top: 20px;}

    #event .slick-prev,
    #event .slick-next,
    #event .slick-pause,
    #event .slick-play {top: 498px;}
}
@media screen and (max-width: 768px) {
    #event {gap: 40px 20px;}
    #event > div {width: calc((100% - 20px) / 2);}
    #event .img-sort {height: 360px;}
    #event p {font-size: 17px; margin-top: 10px; padding: 10px 15px; word-break: break-all;}
    #event li {font-size: 15px; padding: 10px 15px;}

    #event .slick-prev,
    #event .slick-next,
    #event .slick-pause,
    #event .slick-play {top: 381px; right: 60px; background-size: auto 11px;}
    #event .slick-next {right: 10px;}
    #event .slick-pause,
    #event .slick-play {right: 35px;}
}
@media screen and (max-width: 500px) {
    #event .img-sort {height: 300px;}

    #event .slick-prev,
    #event .slick-next,
    #event .slick-pause,
    #event .slick-play {top: 270px;}
}
@media screen and (max-width: 425px) {
    #event {gap: 30px 15px;}
    #event .img-sort {height: 200px;}

    #event p {font-size: 15px; padding: 10px;}
    #event li {font-size: 14px;}

    #event .slick-prev,
    #event .slick-next,
    #event .slick-pause,
    #event .slick-play {top: 170px;}
}

/* 세종문화회관 소개 */
.dream #intro {margin: 90px 50px 0;}
#intro {display: flex; color: #fff;}
.intro-item {width: calc(100% / 3); position: relative;}
.intro-item > div:last-child {
    position: absolute;
    bottom: 65px;
    left: 50px;
    max-width: 330px;
    word-break: keep-all;
    margin-right: 30px;
}
#intro img {height: 100%;}
#intro p {font-size: 26px; font-weight: 500; margin-bottom: 20px;}
#intro span {font-size: 16px; font-weight: 300;}

@media screen and (max-width: 1440px) {
    .dream #intro {margin: 50px 30px 0;}
    .intro-item > div:last-child {left: 30px; bottom: 45px;}
    #intro .img-sort {height: 440px; position: relative;}
    #intro img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: auto;
    }
}
@media screen and (max-width: 1260px) {
    #intro .img-sort {height: 400px;}
}
@media screen and (max-width: 1024px) {
    .dream #intro {margin: 50px 20px 0;}
    .intro-item > div:last-child {left: 20px; bottom: 35px; margin-right: 20px;}
    #intro p {margin-bottom: 10px; font-size: 19px;}
    #intro span {font-size: 13px;}
}
@media screen and (max-width: 768px) {
    .dream #intro {margin: 40px 0 0;}
    #intro {display: block; padding: 0 20px;}
    .intro-item {width: 100%;}
    .intro-item > div:last-child {left: 40px; margin-right: 40px; max-width: none;}
    #intro .img-sort {height: 300px;}

    #intro .slick-prev,
    #intro .slick-next {top: 135px;}
}
@media screen and (max-width: 425px) {
    #intro .img-sort {height: 200px;}

    #intro .slick-prev,
    #intro .slick-next {top: 85px;}
}

/* 주요 서비스 */
#service {padding: 200px 50px 75px; position: relative;}

@keyframes rotate_image{
    100% { transform: rotate(360deg); }
}
#service > p {
    position: absolute;
    right: 50px;
    top: 30px;
}
#service > p a {position: relative; display: block; height: 110px;}
#service > p a::after {
    content: '';
    width: 46px;
    height: 46px;
    display: block;
    background: url('../img/main/newsletter_arr.png') center #fff no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#service > p img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    animation: rotate_image 6s linear infinite;
}
#service ul {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 500;
}
#service ul::after {display: none;}
#service li a {
    text-align: center;
    width: 100px;
    display: block;
    position: relative;
}
#service li a:hover::after {
    content: '';
    width: 27px;
    height: 27px;
    background-color: #ffea00;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -5px;
    right: 25px;
    z-index: -1;
}
#service li img {display: block; margin: 0 auto 15px;}

@media screen and (max-width: 1440px) {
    #service {padding: 200px 30px 75px;}
    #service > p {right: 30px;}
    #service ul {max-width: 1100px;}
}
@media screen and (max-width: 1024px) {
    #service {padding: 175px 20px 75px;}
}
@media screen and (max-width: 768px) {
    #service {padding: 135px 20px 35px; display: none;}
    #service > p {top: 20px; right: 20px;}
    #service > p a {height: 80px;}
    #service > p a::after {
        content: '';
        width: 33px;
        height: 33px;
        background-size: 10px auto;
    }
    #service > p img {width: 80px; height: 80px;}
    #service ul {font-size: 15px; justify-content: center;}
    #service li a {width: 80px;}
    #service li a:hover::after {width: 20px; height: 20px; top: 0; right: 20px;}
    #service li img {width: 40px; margin: 0 auto 10px;}
}
@media screen and (max-width: 425px) {
    #service ul {gap: 20px;}
}

/* 게시판 */
#board {display: flex; gap: 40px; padding: 50px;}
#board > div {width: 25%; position: relative; font-size: 18px; font-weight: 500;}
#board > div > p,
#board .tit {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    display: block;
}
#board > div > p + * {height: calc(100% - 65px);}
#board li {border-top: 1px solid #7f7f7f;}
#board .add {
    text-indent: -9999px;
    overflow: hidden;
    width: 36px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/main/btn_add.png') center / 30px no-repeat;
}

#board > div:nth-child(1) li,
#board .board_tab > div li {
    height: calc(100% / 4);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
#board .board_tab > div li:last-child {border-bottom: 1px solid #7f7f7f;}
#board .board_tab > div li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#board .board_tab > div li a:hover {text-decoration: underline;}
#board .new a {padding-right: 30px; position: relative;}
#board .new a::before {
    content: '새글';
    position: absolute;
    left: -99999999999px;
}
#board .new a::after {
    content: 'N';
    font-size: 13px;
    font-weight: bold;
    display: block;
    background-color: #ffea00;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 1px;
}

#board > div:nth-child(2) {width: 50%;}
#board > div:nth-child(2) ul {display: flex; flex-wrap: wrap; border-bottom: 1px solid #7f7f7f;}
#board > div:nth-child(2) li {width: 50%;}
#board > div:nth-child(2) li:nth-child(2n) {border-left: 1px solid #7f7f7f;}
#board > div:nth-child(2) li a {
    display: block;
    padding: 30px 25px 75px;
    height: 100%;
    position: relative;
}
#board > div:nth-child(2) li p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}
#board > div:nth-child(2) li a:hover p {text-decoration: underline;}
#board > div:nth-child(2) span {
    font-size: 15px;
    padding-left: 22px;
    background: url('../img/main/icon-open.png') left 4px / 16px auto no-repeat;
    display: block;
    margin-top: 10px;
}
#board > div:nth-child(2) strong {
    font-size: 50px;
    white-space: nowrap;
    position: absolute;
    right: 25px;
    bottom: 10px;
}

#board > div:nth-child(3) > div {padding: 30px 30px 80px; border: 1px solid #7f7f7f;}
#board > div:nth-child(3) > div p {font-size: 20px; font-weight: bold; margin-top: 15px;}

#board .bookmark a {padding: 30px 20px 75px;}
#board .bookmark a span {
    font-size: 30px;
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    background: none;
    border-bottom: 1px solid #666;
    line-height: 100%;
}
#board .bookmark li:nth-child(1) {background: url('../img/main/bookmark01.png') bottom 24px right 27px / 42px auto no-repeat;}
#board .bookmark li:nth-child(2) {background: url('../img/main/bookmark02.png') bottom 29px right 20px / 50px auto no-repeat;}
#board .bookmark li:nth-child(3) {background: url('../img/main/bookmark03.png') bottom 25px right 27px / 35px auto no-repeat;}
#board .bookmark li:nth-child(4) {background: url('../img/main/bookmark04.png') bottom 25px right 25px / 39px auto no-repeat;}

.dream #board > div:nth-child(1),
.dream #board > div:nth-child(2) {width: 50%;}

.board_tab > ul {display: flex;}
.board_tab > ul > li {border: none !important;}
.board_tab > ul > li:not(:last-child) {margin-right: 30px}
.board_tab > ul > li:not(.on) {color: #b3b3b3;}
.board_tab > div {display: none; height: calc(100% - 65px);}
.board_tab > ul + div {display: block;}
.board_tab > div ul {height: 100%;}

.event .controll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
    padding: 5px 10px;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.event .slick-pause,
.event .slick-play,
.event .slick-prev,
.event .slick-next {
    width: 25px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/main/banner-pause.png') center / 9px auto transparent no-repeat;
    display: block;
    z-index: 1;
    position: static;
}
.event .slick-play {background-image: url('../img/main/banner-play.png'); display: none;}
.event .slick-prev {background-image: url('../img/main/banner-prev.png');}
.event .slick-next {background-image: url('../img/main/banner-next.png');}

.event-slide a {display: block; overflow: hidden;}
.event-slide .img-sort {
    position: relative;
    width: 100%;
    height: 200px;
}
.event-slide .img-sort img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

@media screen and (max-width: 1440px) {
    #board {flex-wrap: wrap; padding: 50px 30px;}
    #board > div:nth-child(1) {order:1; width: calc(60% - 20px);}
    #board > div:nth-child(2) {order:3; width: 100%;}
    #board > div:nth-child(3) {order:2; width: calc(40% - 20px);}

    .dream #board {flex-direction: column;}
    .dream #board > div:nth-child(1),
    .dream #board > div:nth-child(2) {width: 100%;}
    .dream #board > div:nth-child(1) li {padding: 20px 10px;}
}
@media screen and (max-width: 1024px) {
    #board {flex-wrap: wrap; padding: 50px 20px;}
    #board > div:nth-child(1) {width: calc(50% - 20px);}

    #board > div:nth-child(2) li a {padding: 20px 20px 65px;}
    #board > div:nth-child(2) strong {right: 20px;}

    #board > div:nth-child(3) {width: calc(50% - 20px);}
    #board > div:nth-child(3) > div {padding: 25px 25px 75px;}
}
@media screen and (max-width: 768px) {
    #board > div {width: 100% !important; font-size: 17px;}
    #board > div:nth-child(1) {order:1;}
    #board > div:nth-child(2) {order:2;}
    #board > div:nth-child(3) {order:3;}

    #board > div > p,
    #board .tit {font-size: 26px; margin-bottom: 15px;}
    #board .add {background-size: 22px;}

    #board .board_tab > div li {padding: 20px 10px; font-size: 15px;}
    #board .board_tab > ul > li:not(:last-child) {margin-right: 15px}

    #board .new a::after {
        font-size: 12px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        top: 0;
    }

    #board > div:nth-child(2) ul {
        flex-direction: column;
        flex-wrap: nowrap;
        border-bottom: 0;
    }
    #board > div:nth-child(2) li {width: 100%;}
    #board > div:nth-child(2) li:nth-child(2n) {border-left: none;}
    #board > div:nth-child(2) li:last-child {border-bottom: 1px solid #000;}
    #board > div:nth-child(2) li a {padding: 15px 10px 25px;}
    #board > div:nth-child(2) span {font-size: 14px;}
    #board > div:nth-child(2) strong {font-size: 30px; right: 10px;}

    #board > div:nth-child(3) > div p {font-size: 18px; text-align: center;}
    #board .img-sort {width: 100%; height: 240px; position: relative;}
    #board img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: auto;
    }

    #board .bookmark li {background-position-y: center !important;}
    #board .bookmark a {padding: 25px 10px !important;}
    #board .bookmark a span {font-size: 20px; width: auto !important;}
}
@media screen and (max-width: 425px) {
    #board .img-sort {height: 140px;}
}
@media screen and (max-width: 320px) {
    #board > div:nth-child(2) li a {padding: 15px 10px;}
    #board > div:nth-child(2) span {width: 160px;}
}

/* 영문 사이트 */
.en_img_list {display: flex; padding: 80px 0 0; border-top: 1px solid #000;}
.en_img_list li {
    width: calc(100% / 2);
    color: #fff;
    position: relative;
}
.en_img_list li div:last-child {position: absolute; bottom: 65px; left: 40px; max-width: 360px; width: calc(100% - 80px);}
.en_img_list li div:first-child {height: 500px;}
.en_img_list li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
.en_img_list li p {
    font-family: 'Pretendard';
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
.en_img_list li span {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 300;
}

.en_icon_list {display: flex; justify-content: center; margin: 80px 0 100px; padding: 0 50px;}
.en_icon_list li {
    border: 1px solid #000;
    border-left: none;
    width: calc(100% / 3);
    padding: 30px 30px 20px 14px;
    min-height: 140px;
    position: relative;
}
.en_icon_list li:nth-child(1) {background: url('../img/main/en_icon_list01.png') calc(100% - 16px) calc(100% - 20px) / 34px auto no-repeat;}
.en_icon_list li:nth-child(2) {background: url('../img/main/en_icon_list02.png') calc(100% - 16px) calc(100% - 20px) / 34px auto no-repeat;}
.en_icon_list li:nth-child(3) {background: url('../img/main/en_icon_list03.png') calc(100% - 16px) calc(100% - 20px) / 29px auto no-repeat;}
.en_icon_list li:nth-child(4) {background: url('../img/main/en_icon_list04.png') calc(100% - 16px) calc(100% - 20px) / 41px auto no-repeat;}
.en_icon_list li:nth-child(5) {background: url('../img/main/en_icon_list05.png') calc(100% - 6px) calc(100% - 20px) / 35px auto no-repeat; padding-right: 44px;}
.en_icon_list li:last-child {border-right: none;}
.en_icon_list li:not(:last-child)::after {
    content: '';
    width: 7px;
    height: 13px;
    background: url('../img/main/en_icon_list_arr.png') center / 7px auto no-repeat;
    display: block;
    position: absolute;
    right: 16px;
    top: 34px;
}
.en_icon_list p {
    font-size: 20px;
    display: inline;
    border-bottom: 1px solid #000;
    padding-left: 18px;
    position: relative;
    line-height: 22px;
}
.en_icon_list p::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}
.en_icon_list .time {font-size: 20px; line-height: 26px; margin-top: 12px; display: block;}
.en_icon_list .phone {border-top: 1px solid #000; display: inline-block; padding-top: 4px;}

@media screen and (max-width: 1260px) {
    .en_img_list {flex-wrap: wrap;}
    .en_img_list li div:first-child {height: 400px;}
}
@media screen and (max-width: 1024px) {
    .en_img_list {padding: 80px 0 0;}

    .en_icon_list {padding: 0 30px; flex-wrap: wrap;}
    .en_icon_list li:nth-child(n + 4) {border-top: none; width: calc(100% / 2);}
    .en_icon_list li:nth-child(3n) {border-right: none;}
}
@media screen and (max-width: 768px) {
    .en_img_list {padding: 40px 0 0;}
    .en_img_list li {width: 100%;}
    .en_img_list li div:first-child {height: 300px;}
    .en_img_list li div:last-child {left: 30px; bottom: 40px; width: calc(100% - 60px);}
    .en_img_list li p {font-size: 22px; margin-bottom: 10px;}
    .en_img_list li span {font-size: 15px;}

    .en_icon_list {padding: 0 20px; margin: 40px 0;}
    .en_icon_list li {width: calc(100% / 2); padding: 20px 30px 20px 14px; min-height: 120px;}
    .en_icon_list li:last-child {width: 100%;}
    .en_icon_list li::after {top: 24px;}
    .en_icon_list li:nth-child(n + 3) {border-top: none;}
    .en_icon_list li:nth-child(3n) {border-right: 1px solid #000;}
    .en_icon_list li:nth-child(2n) {border-right: none;}
    .en_icon_list p {font-size: 18px;}
    .en_icon_list .time {font-size: 18px;}
    .en_icon_list .phone {font-size: 14px;}
}
@media screen and (max-width: 600px) {
    .en_img_list li div:last-child {left: 20px; width: calc(100% - 40px);}

    .en_icon_list li {width: 100% !important; border-right: none !important;}
    .en_icon_list li:nth-child(n + 2) {border-top: none;}
}

/* 티켓몰 사이트 */
#ticket {background-color: #000;}
#ticket::before,
#ticket::after {
    background-color: #fff;
    opacity: 0.2;
}
#ticket * {color: #fff;}

#ticket #logo a {background-image: url('../../mall/img/header_logo.png');}
#ticket header h2 {border-top-color: #fff;}

#ticket footer {border-top-color: rgba(255, 255, 255, 0.4);}
#ticket footer::before {
    background-image: url('../../mall/img/footer_logo.png');
    background-color: #000;
}
#ticket footer li,
#ticket footer p {opacity: 0.3;}
#ticket footer li:nth-child(2) {display: inline-block;}
#ticket footer li:nth-child(3) {display: inline-block; position: relative; padding-left: 16px;}
#ticket footer li:nth-child(3)::before {background-color: #fff;}
#ticket footer a {border-color: #fff;}

#ticket .form {max-width: 370px; width: 100%; margin: 60px auto;}
#ticket .form input {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    height: 60px;
}
#ticket .form input::placeholder {color: #fff;}
#ticket .form .btn_yellow {
    width: 100%;
    margin-top: 30px;
    background-color: #ffe800;
    color: #000;
    height: 50px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    #ticket .form {max-width: 300px; margin: 40px auto;}
    #ticket .form input {font-size: 16px; height: 45px;}
    #ticket .form .btn_yellow {font-size: 16px; margin-top: 15px; height: 40px;}
}

#ticket .info {max-width: 660px; width: 100%; margin: 100px auto 0; display: flex; align-items: center;}
#ticket .info p {font-size: 20px;}
#ticket .info ol {position: relative; margin-left: 40px; padding-left: 30px;}
#ticket .info ol::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
}
#ticket .info li {line-height: 180%;}

@media screen and (max-width: 768px) {
    #ticket .info {margin: 70px auto 20px; max-width: 550px;}
    #ticket .info p {font-size: 18px;}
    #ticket .info ol {font-size: 14px; margin-left: 20px; padding-left: 15px;}
}

@keyframes marquee {
	0% {transform: translateX(-10%);}
	100% {transform: translateX(-190%);}
}

#ticket .marquee {
    overflow: hidden;
    margin: 0 -100px;
    width: calc(100% + 200px);
    height: 210px;
    position: absolute;
    bottom: 65px;
    z-index: -1;
}
#ticket .marquee::after {
    content: '';
    width: 100%;
    height: 210px;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#ticket .marquee div {
	animation: marquee 80s linear infinite;
	white-space: nowrap;
}
#ticket .marquee img {width: 210px;}

@media screen and (max-width: 1260px) {
    #ticket .marquee {margin: 0 -60px; width: calc(100% + 120px);}
}
@media screen and (max-width: 1024px) {
    #ticket .marquee {margin: 0 -30px; width: calc(100% + 60px); height: 180px; bottom: 55px;}
    #ticket .marquee img {width: 180px;}
}
@media screen and (max-width: 768px) {
    #ticket .marquee {margin: 0 -20px; width: calc(100% + 40px); height: 150px;}
    #ticket .marquee img {width: 150px;}
}