 /* Festival CSS [S] */
/* Font */
@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight:700;
    src: local('Gmarket Sans Bold'),url('/child/font/GmarketSansBold.woff2') format('woff2'),
    url('/child/font/GmarketSansBold.woff') format('woff');
}
@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight:500;
    src: local('Gmarket Sans Medium'),url('/child/font/GmarketSansMedium.woff2') format('woff2'),
    url('/child/font/GmarketSansMedium.woff') format('woff');
}
@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight:300;
    src: local('Gmarket Sans Light'),url('/child/font/GmarketSansLight.woff2') format('woff2'),
    url('/child/font/GmarketSansLight.woff') format('woff');
}

/* Common */
.wrap--festival {
    padding:0px;
}

.wrap--festival header, .wrap--festival footer {
    display: none;
}

.wrap--festival .main-festival {
    padding:0px;
    display:block;
    position: relative;
    -webkit-transition: padding ease-out .2s;
    -ms-transition: padding ease-out .2s;
    transition: padding ease-out .2s;
}

.wrap--festival i {
    font-style: normal;
}

.wrap--festival .modal {
    max-width:1000px;
}

.wrap--festival .list-dot {
    margin-right:5px;
}

.wrap--festival .confirm-button-wrap {
    margin-top:30px;
}

.wrap--festival .confirm-button-wrap .confirm-button {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    margin:-6px -5px;
}

.wrap--festival .festival-button {
    border-radius:50px;
    background-color: #000;
    padding:10px 20px;
    max-width:200px;
    width:100%;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 auto;
}

.wrap--festival .confirm-button-wrap .festival-button {
    margin:6px 5px;
}

.wrap--festival .festival-button span {
    color:#fff;
    font-weight:700;
    font-size:14px;
    margin-top:2px;
}

.wrap--festival .clear-button {
    background-color:#fff;
    border:3px solid #000;
}

.wrap--festival .clear-button span {
    color:#000;
}
.wrap--festival .festival-point {
    color:#006fff;
}

.wrap--festival .festival-button span.festival-button-arrow {
    background-size:auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/child/img/sub/fastival/arrow.svg');
    width:29px;
    height:14px;
    width:24px;
    height:12px;
    margin-top:0px;
    transition:all .3s ease;
}

.wrap--festival .clear-button span.festival-button-arrow {
    background-image: url('/child/img/sub/fastival/arrow-black.svg');
}

.wrap--festival .modal__head {
    background:#000;
}

.wrap--festival .i-pointer {
    color:#006fff !important;
}

.wrap--festival .i-grey {
    color:#999999 !important;
}

.wrap--festival .green-bus1 {
    color:#3cc344 !important;
}

.wrap--festival .green-bus2 {
    color:#87c700 !important;
}

.wrap--festival .color-pink {
    color:#ff4866;
}

.festival-section-main {
    font-family:'Gmarket Sans',"Apple SD Gothic Neo",Helvetica,sans-serif,Arial;
    padding-top:110px;
    background-image: url('/child/img/sub/fastival/fastival-bg.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position:top center;
    transition:all .3s ease;
}

.festival-section-main .hidden {
    overflow: hidden;
}

.festival-section-main .grey-bg {
    background-color: #f7f8f9;
}

.festival-main-inner {
    max-width:1030px;
    width:100%;
    margin:0 auto;
    padding:0px 15px;
}

.festival-section {
    padding-bottom:60px;
    transition:all .3s ease;
}

.wrap--festival .header-fastival-logo {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    position: absolute;
    top: 40px;
    z-index: 1;
    display: block;
    width: 208px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/child/img/ci-white.png);
}

.fastival-section__tit {
    border-bottom:2px solid #000000;
    transition:all .3s ease;
    margin-bottom:22px;
}

.fastival-section__tit .hidden {
    margin-bottom:12px;
}

.fastival-section__tit p {
    color:#000;
    font-size:24px;
    font-weight:700;
    transition:all .3s ease;
}

.festival-section .festival-icon-item {
    background-size:auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.festival-section .time-icons {
    background-image: url('/child/img/sub/fastival/time.svg');
    width:30px; height:30px;
    margin-right:5px;
    margin-bottom:2px;
}

.festival-section .color-icons {
    background-image: url('/child/img/sub/fastival/paint-palette.svg');
    width:38px; height:38px;
    margin:0 auto 8px;
}

.festival-section .private-icons {
    background-image: url('/child/img/sub/fastival/private.svg');
    width:38px; height:38px;
    margin:0 auto 8px;
}

.festival-section .vip-icons {
    background-image: url('/child/img/sub/fastival/red-carpet.svg');
    width:38px; height:38px;
    margin:0 auto 8px;
}


/* Desktop */
@media (min-width:768px) {
    .festival-section-main {
        padding-top:100px;
    }
    .festival-section {
        padding-bottom:100px;
    }

}
@media (min-width: 992px) {

    .wrap--festival .header-fastival-logo {
        left:40px;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none;
    }


    .wrap--festival .festival-button {
        max-width:280px;
        height:72px;
        padding:10px 40px;
    }
    .wrap--festival .confirm-button-wrap {
        margin-top:54px;
    }
    .wrap--festival .confirm-button-wrap .festival-button {
        flex:1 1 auto;
    }
    .wrap--festival .festival-button span {
        font-size:20px;
    }
    .wrap--festival .festival-button span.festival-button-arrow {
        width:29px;
        height:14px;
    }
    .wrap--festival .festival-button:hover {
        background-color: #006fff;
    }
    .wrap--festival .clear-button:hover {
        background-color: #fff;
    }

    .wrap--festival .festival-button:hover span.festival-button-arrow {
        transform: translateX(10px);
    }

    .fastival-section__tit {
        border-bottom:4px solid #000000;
        margin-bottom:44px;
    }
    .fastival-section__tit .hidden {
        margin-bottom:24px;
    }
    .fastival-section__tit p {
        font-size:44px;
    }

    .festival-section .time-icons {
        width:40px; height:40px;
        margin-right:10px;
        margin-bottom:4px;
    }

    .festival-section .color-icons {
        width:48px; height:48px;
        margin:0 auto 16px;
    }

    .festival-section .private-icons {
        width:48px; height:48px;
        margin:0 auto 16px;
    }

    .festival-section .vip-icons {
        width:48px; height:48px;
        margin:0 auto 16px;
    }

}
@media (min-width:1200px) {
    .festival-section-main {
        padding-top:140px;
    }
    .festival-section {
        padding-bottom:140px;
    }
}

/*Margin*/
.mg-bottom-80 {
    margin-bottom:40px;
}

@media (min-width:992px) {
    .mg-bottom-80 {
        margin-bottom:60px;
    }
}
@media (min-width:1200px) {
    .mg-bottom-80 {
        margin-bottom:80px;
    }
}

/*Slot Modal*/
.festival-slot .festival-slot-wrap {
    padding:30px 0px;
}
.festival-slot .button {
    margin-top:30px;
}

.festival-slot .festival-slot-tit {
    color:#111111;
    font-weight:500;
    font-size:24px;
    line-height:1.2;
}

.festival-slot .festival-vip-tit {
    margin-bottom:24px;
}

.festival-slot .festival-slot-tit span {
    font-weight:700;
}

.festival-slot .festival-slot-list {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding:14px;
    margin-top:30px;
}

.festival-slot .festival-slot-list li {
    font-size:18px;
    font-weight:500;
    color:#111;
    line-height:1.4;
}

/* Desktop */
@media (min-width: 992px) {
    .festival-slot .button {
        margin-top:60px;
    }
    .festival-slot .festival-slot-tit {
        font-size:44px;
    }

    .festival-slot .festival-vip-tit {
        margin-bottom:48px;
    }

    .festival-slot .festival-slot-list {
        padding:28px;
        margin-top:60px;
    }

    .festival-slot .festival-slot-list li {
        font-size:26px;
    }

}

/* Default /child/font/NotoSansKR-Bold.woff2*/
/* Mobile - Portrait */
.festival--intro {
    position: relative;
}
.festival--intro .festival-intro__tit {
    margin-bottom:36px;
}

.festival--intro .festival-intro__tit img {
    max-width:280px;
}

.festival--intro .intro-image-animal {
    position: relative;
}

.festival--intro .festival-intro-animals {
    max-width:847px;
    width:100%;
    margin:0 auto;
    position:relative;
    z-index:2;
}

.festival--intro .animal-thumb {
    position: relative;
    width:100%;
    height:0;
    padding-top: calc(885/847*100%);
    overflow: hidden;
    margin-bottom:-10.645%;
}

.festival--intro .animal-thumb__img {
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    -ms-transform: translate(-50%,-50%);
    -webkit-ransform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.festival-intro-con {
    max-width:1000px;
    width:100%;
    margin:0 auto;
    position: relative;
}

.festival-intro-con::before {
    content:"";
    display: block;
    border-radius:50px;
    background-color:#000;
    width:100%;
    position: absolute;
    height:100%;
    z-index:0;
    top:2%;
    left:1%;
}

.festival-intro-con .festival-con__txt {
    border-radius:50px;
    background-color:#fff;
    width:100%;
    padding:36px 26px;
    position: relative;
    border:4px solid #000;
    z-index:1;
}

.festival-intro-con .festival-con__txt::before{
    content:"";
    display:none;
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:calc(100% - 20px);
    height: calc(100% - 20px);
    background-image: url('/child/img/sub/fastival/line-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover;
    object-fit: cover; */
}
.festival--intro .festival-con__txt p {
    font-size:24px;
    font-weight:500;
    color:#111111;
    margin-bottom:24px;
    line-height:1.4;
}
.festival--intro .festival-con__txt p span {
    font-weight:700;
}
.festival--intro .festival-con__txt p i {
    color:#006fff;
}
.festival--intro .festival-con__txt ul {
    margin:-10px 0px;
    padding:16px 0px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.festival--intro .festival-con__txt li {
    display: flex;
    flex-wrap: wrap;
    padding:10px 0px;
}
.festival--intro .festival-con__txt li span {
    font-size:18px;
    color:#111;
    font-weight:500;
    width:100%;
}
.festival--intro .festival-con__txt li i {
    margin-right:4px;
}
.festival--intro .festival-con__txt li span:first-child {
    font-weight:700;
    padding-right:20px;
    min-width:110px; margin-bottom:12px;
}


.festival--overview .fastival-overview__con {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:-4px -40px;
}
.festival--overview  .overview-list {
    padding:0px 40px;
    flex:1 1 100%;
}
.festival--overview  .overview-list li {
    padding:4px 0px;
    display: flex;
}
.festival--overview  .overview-list span {
    font-size:18px;
    font-weight:500;
    color:#111111;
    line-height:1.4;
}
.festival--overview .overview-table-wrap {
    background-color:#fff;
    border:3px solid #000;
    border-radius:30px;
    padding:30px 20px;
}
.festival--overview .festival-overview__table {
    margin-top:30px;
}
.festival--overview .overview-table__tit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.festival--overview .overview-table__tit span {
    color:#111;
    font-size:22px;
    font-weight:700;
}
.festival--overview .overview-table__con {
    border-top:3px solid #000;
    margin-top:20px;
}
.festival--overview .overview-table__con li {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    padding:20px;
    border-bottom: 1px solid #000;
}
.festival--overview .overview-table__con li span  {
    color:#111111;
    font-size:16px;
    line-height:1.4;
}
.festival--overview .overview-table__con li span:first-child {
    width:100%;
    font-weight:700;
    margin-bottom:4px;
}
.festival--overview .overview-table__con li span:last-child {
    width:100%;
}


.festival-lineup__con .lineup-list {
    display: flex;
    flex-wrap: wrap;
    margin:-10px -5px;
    justify-content: center;
}
.festival-lineup__con li {
    flex:0 1 50%;
    text-align: center;
    padding:10px 5px;
}
.festival-lineup__con p {
    color:#111;
    font-size:18px;
    font-weight:700;
    margin-top:10px;
}
.festival-lineup__con .lineup-thumb {
    position: relative;
    width:100%;
    height:0;
    padding-top:calc(440/312*100%);
    border-radius: 30px;
    overflow: hidden;
    background-color:transparent;
}
.festival-lineup__con .lineup-thumb::before {
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: transparent;
    border-radius:30px;
    border:3px solid #000;
    z-index:10;
}
.festival-lineup__con .lineup-thumb__img {
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.fastival-location__con .fastival-location-thumbs {
    position: relative;
    width:100%;
    border-radius:30px;
    overflow: hidden;
    height:280px;
    border:3px solid #000;
    padding-top:0;
}
.fastival-location__con .location-thumbs__imgs {
    width:100%;
    height:100%;
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-ransform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fastival-location__con .fastival-location-guide {
    padding-top:24px;
}
.fastival-location__con .location-guide__tit {
    font-weight:700;
    color:#111111;
    font-size:18px;
    margin-bottom:14px;
}
.fastival-location__con .location-guide__tit .tit-pin {
    margin-right:5px;
}
.fastival-location__con .location-guide__list {
    margin:-8px 0px;
}
.fastival-location__con .location-guide__list li {
    display: flex;
    padding:8px 0px;
}
.fastival-location__con .location-guide__list li .guide-list__txt {
    display: flex;
    flex-wrap: wrap;
}
.fastival-location__con .location-guide__list li .guide-list__txt p:first-child {
    width:100%;
}
.fastival-location__con .location-guide__list li .guide-list__txt p:last-child {
    width:100%;
    margin-top:4px;
}
.fastival-location__con .location-guide__list p, .fastival-location__con .location-guide__list span .fastival-location__con .location-guide__list div{
    font-size:16px;
    color:#111;
    font-weight:500;
    line-height:1.4;
}
.fastival-location__con .location-guide__list .pin-dot {
    margin-right:8px;
}


.fastival-layout__con .fastival-layout-thumb {
    position:relative;
    width:100%;
    height:0;
    border-radius:30px;
    border:4px solid #000;
    overflow:hidden;
    padding-top:calc(1174/1020*100%);
}
.fastival-layout__con .fastival-thumb__imgs {
    width:100%;
    height:100%;
    position: absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-ransform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.fastival-seat__con > div {
    margin-bottom:24px;
}
.fastival-seat__con .seat-guide-wrap {
    border:3px solid #000;
    border-radius:30px;
    background-color:#fff;
    overflow: hidden;
    padding:25px 20px;
}
.fastival-seat__con .seat-guide__head {
    margin-bottom:20px;
}
.fastival-seat__con .seat-guide__head p {
    font-size:22px;
    font-weight:700;
    color:#111;
    line-height:1.4;
}
.fastival-seat__con .seat-guide__body ul {
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 18px 0px;
}
.fastival-seat__con .seat-guide__body li {
   padding:4px 0px;
   display: flex;
}
.fastival-seat__con .seat-guide__body li span {
    font-size:16px;
    font-weight:500;
    color:#111111;
    line-height:1.4;
}
.fastival-seat__con .seat-guide__body li span.pin-dot {
    margin-right:8px;
}
.festival--seat .fastival-seat-photo ul {
    display: flex;
    flex-wrap: wrap;
    margin:-10px -6px;
}
.festival--seat .fastival-seat-photo li {
    padding:10px 6px;
    flex:1 1 100%;
}
.festival--seat .fastival-seat-photo p {
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}
.festival--seat .fastival-seat-photo .seat-photo-thumb {
    position:relative;
    width:100%;
    border-radius:30px;
    overflow: hidden;
    height:240px;
    padding-top:0px;
    border:3px solid #000;
}
.festival--seat .fastival-seat-photo .photo-thumb__img {
    width:100%;
    height:100%;
    position:absolute;
    left:50%;
    top:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-ransform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.festival--seat .fastival-seat-photo .photo-alert {
    font-size:14px;
    font-weight:500;
    color:#111;
    margin-top:14px;
    display: block;
}

.festival--seat .fastival-seat-photo .photo-alert:last-child {
    margin-top:8px;
}

.seat-tables--wrap {
    margin-bottom: 24px;
    width:100%;
    overflow-x: auto;
    white-space: nowrap;
}

.festival-seat-tables {
    border-top:3px solid #000;
    width:100%;
    margin-left:-1px;
}

.festival-seat-tables .seat-tables--head {
    border-bottom:2px solid #000;
}

.festival-seat-tables th, .festival-seat-tables td {
    padding:15px 10px;
}

.festival-seat-tables th {
    font-size:14px;
}

.festival-seat-tables td {
    font-size:12px;
    border-left:1px solid #78aacf;
    border-bottom: 1px solid #78aacf;
}


.festival-ticketing__con .ticketing-guide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:25px 30px;
    border-radius:30px;
    border:3px solid #000;
    background-color:#fff;
    margin-bottom:30px;
}

.festival-ticketing__con .ticketing-guide-tit {
    color:#111;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    text-align: center;
}
.festival-ticketing__con .ticketing-guide-tit span{
    color:#006fff;
}
.festival-ticketing__con .ticketing-guide-list {
    width:100%;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    padding:18px 0px;
}
.festival-ticketing__con .ticketing-guide-list li {
    padding:4px 0px;
    display: flex;
}

.festival-ticketing__con .ticketing-guide-list span {
    font-size:16px;
    font-weight:500;
    color:#111111;
}
.festival-ticketing__con .ticketing-guide-list i {
    color:#999999;
}

.festival-guide__con .festival-guide-txt:not(:last-child) {
    margin-bottom:22px;
}

.festival-guide__con .guide-txt-tit {
    font-weight:700;
    color:#111111;
    font-size:18px;
    margin-bottom:14px;
}

.festival-guide__con .guide-txt-tit span {
    margin-right:5px;
}
.festival-guide__con .guide-txt-list {
    margin:-4px 0px;
}
.festival-guide__con .guide-txt-list li {
    display: flex;
    padding:4px 0px;
}
.festival-guide__con .guide-txt-list span {
    font-size:16px;
    color:#111111;
    font-weight:500;
    line-height:1.4;
}
.festival-guide__con .guide-txt-list span.pin-dot {
    margin-right:8px;
}
.festival-guide__con .guide-txt-table {
    width:100%;
    text-align: center;
}
.festival-guide__con .guide-table-tit, .festival-guide__con .guide-txt-table th, .festival-guide__con .guide-txt-table td {
    padding:10px 8px;
}

.festival-guide__con .guide-table-tit {
    border-top:4px solid #000;
    margin-top:18px;
}
.festival-guide__con .guide-table-tit {
    text-align: center;
}
.festival-guide__con .guide-table-tit p {
    font-size:16px;
    font-weight:700;
    color:#111;
}
.festival-guide__con .guide-txt-table th {
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    border-right:1px solid #85a69a;
    font-size:14px;
    font-weight: 700;
    color:#111111;
}
.festival-guide__con .guide-txt-table th:last-child {
    border-right:none;
}
.festival-guide__con .guide-txt-table td {
    color:#111111;
    font-weight:500;
    font-size:12px;
    border-right:1px solid #85a69a;
    border-bottom:1px solid #85a69a;
}
.festival-guide__con .guide-txt-table td:last-child {
    border-right:none;
}

.festival--guide .festival-guide__tel {
    border: 3px solid #000;
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden;
    padding: 16px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    margin-top: 24px;
}
.festival--guide .festival-guide__tel p {
    margin:0px -4px;
}

.festival--guide .festival-guide__tel p.festival-tel-head {
    margin:0px 0px 5px;
    font-size:20px;
    color:#006fff !important;
    font-weight:700;
}

.festival--guide .festival-guide__tel span {
    font-size:18px;
    font-weight:500;
    color:#111;
    padding:0px 4px;
}

.festival--guide .festival-guide__tel span.guide-tel-tit {
    font-weight:700;
}

.festival--guide .two-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.festival--guide .two-buttons .button {
    margin:5px 10px;
}

.festival--guide .two-buttons span img {
    display: block;
    max-width:95px;
}

.festival--guide .two-buttons .interpark-button {
    background-color: #ef3e42;
}
.festival--guide .two-buttons .melon-button {
    background-color: #00cd3c;
}

.festival--guide .two-buttons .petcare-button {
    background-color:#006fff;
}

/* Mobile - Landscape */
@media (min-width:420px) {

    .festival--overview .overview-table-wrap {
        padding:30px;
    }

    .fastival-seat__con .seat-guide-wrap {
        border:3px solid #000;
        border-radius:30px;
        background-color:#fff;
        overflow: hidden;
        padding:25px 30px;
    }

    .festival--guide .two-buttons {
        flex-direction: row;
    }

}
@media (min-width: 576px) {

    .festival--intro .festival-con__txt li {
        flex-wrap:nowrap;
    }
    .festival--intro .festival-con__txt li span {
        width:auto;
    }
    .festival--intro .festival-con__txt li span:first-child {
        margin-bottom:0px;
    }


    .festival--seat .fastival-seat-photo li {
        flex:1 1 33.33%;
    }

}
/* Tablet */
@media (min-width: 768px) {

    .festival--intro .festival-intro__tit {
        margin-bottom:60px;
    }
    .festival--intro .festival-intro__tit img {
        max-width:420px;
    }
    .festival-intro-con .festival-con__txt {
        padding:60px 50px;
    }

    .festival--overview .overview-table-wrap {
        border:4px solid #000;
        padding:50px 60px;
    }
    .festival--overview .overview-table__con {
        border-top:4px solid #000;
        margin-top:40px;
    }
    .festival--overview .overview-table__con li span:first-child {
        width:190px;
        margin-bottom:0px;
    }
    .festival--overview .overview-table__con li span:last-child {
        width:calc(100% - 190px);
    }


    .festival-lineup__con .lineup-list {
        margin:-16px -12px;
    }
    .festival-lineup__con li {
        flex:0 1 33.33%;
        padding:16px 12px;
    }
    .festival-lineup__con .lineup-thumb::before {
        border:4px solid #000;
    }


    .festival-ticketing__con .ticketing-guide {
        padding:40px 60px;
        margin-bottom:40px;
        border:4px solid #000;
    }
    .festival-ticketing__con .ticketing-guide-list {
        padding:30px 0px;
    }


    .fastival-location__con .fastival-location-thumbs {
        height:0;
        border:4px solid #000;
        padding-top: calc(520/1020*100%);
    }


    .fastival-seat__con .seat-guide-wrap {
        border:4px solid #000;
        padding:40px 60px;
    }
    .festival--seat .fastival-seat-photo .seat-photo-thumb {
        border:4px solid #000;
        height:0;
        padding-top:calc(360/484*100%);
    }
    .festival-seat-tables {
        border-top:4px solid #000;
    }
    .festival-seat-tables th, .festival-seat-tables td {
        padding:20px 15px;
    }

    .festival--guide .festival-guide__tel {
        border: 4px solid #000;
        padding: 32px 20px;
    }

}
/* Desktop */
@media (min-width: 992px) {

    .festival--intro .festival-intro__tit {
        margin-bottom:100px;
    }
    .festival--intro .animal-thumb {
        height:0;
        padding-top: calc(885/847*100%);
    }
    .festival--intro .animal-thumb__img {
        background-size: cover;
    }
    .festival--intro .festival-con__txt p {
        font-size:44px;
        font-weight:500;
        color:#111111;
        margin-bottom:48px;
    }
    .festival--intro .festival-con__txt ul {
        margin:-14px 0px;
        padding:30px 0px;
    }
    .festival--intro .festival-con__txt li {
        padding:14px 0px;
    }
    .festival--intro .festival-con__txt li i {
        margin-right:8px;
    }
    .festival--intro .festival-con__txt li span {
        font-size:26px;
    }
    .festival--intro .festival-con__txt li span:first-child {
        padding-right:40px;
    }


    .festival--overview  .fastival-overview__con {
        margin:-8px -40px;
    }
    .festival--overview  .overview-list {
        padding:0px 40px;
        flex:1 1 50%;
    }
    .festival--overview  .overview-list li {
        padding:8px 0px;
    }
    .festival--overview  .overview-list span {
        font-size:26px;
    }
    .festival--overview .festival-overview__table {
        margin-top:60px;
    }
    .festival--overview .overview-table__tit span {
        font-size:32px;
    }
    .festival--overview .overview-table__con li {
        padding:28px 28px 26px;
    }
    .festival--overview .overview-table__con li span  {
        font-size:20px;
    }
    .fastival-seat__con .seat-guide__body li span.pin-dot {
        margin-right:16px;
    }


    .festival-lineup__con p {
        font-size:26px;
        margin-top:20px;
    }


    .fastival-location__con .fastival-location-guide {
        padding-top:48px;
    }
    .fastival-location__con .location-guide__list .pin-dot {
        margin-right:16px;
    }
    .fastival-location__con .location-guide__tit {
        font-weight:700;
        color:#111111;
        font-size:26px;
        margin-bottom:28px;
    }
    .fastival-location__con .location-guide__tit .tit-pin {
        margin-right:8px;
    }

    .fastival-location__con .location-guide__list p, .fastival-location__con .location-guide__list span, .fastival-location__con .location-guide__list div{
        font-size:20px;
    }

    .fastival-location__con .location-guide__list li .guide-list__txt p:first-child {
        min-width:270px;
        width: auto;
    }
    .fastival-location__con .location-guide__list li .guide-list__txt p:last-child {
        width:calc(100% - 270px);
        margin-top:0px;
    }


    .fastival-seat__con > div {
        margin-bottom:48px;
    }
    .fastival-seat__con .seat-guide__head {
        margin-bottom:40px;
    }
    .fastival-seat__con .seat-guide__head p {
        font-size:32px;
    }
    .fastival-seat__con .seat-guide__body li {
        padding:8px 0px;
    }
    .fastival-seat__con .seat-guide__body li span {
        font-size:20px;
    }
    .festival--seat .fastival-seat-photo p {
        font-size:26px;
        margin-bottom:24px;
    }
    .festival--seat .fastival-seat-photo ul {
        margin:-10px -15px;
    }
    .festival--seat .fastival-seat-photo li {
        padding:10px 15px;
    }
    .festival--seat .fastival-seat-photo .photo-alert {
        font-size:18px;
        margin-top:28px;
    }
    .seat-tables--wrap {
        margin-bottom: 48px;
    }
    .festival-seat-tables th {
        font-size:18px;
    }

    .festival-seat-tables td {
        font-size:16px;
    }


    .festival-ticketing__con .ticketing-guide-tit {
        font-size:32px;
        margin-bottom:40px;
    }
    .festival-ticketing__con .ticketing-guide-list li {
        padding:8px 0px;
    }
    .festival-ticketing__con .ticketing-guide-list span {
        font-size:20px;
    }


    .festival-guide__con .festival-guide-txt:not(:last-child) {
        margin-bottom:44px;
    }
    .festival-guide__con .guide-txt-tit {
        font-size:26px;
        margin-bottom:28px;
    }
    .festival-guide__con .guide-txt-tit span {
        margin-right:8px;
    }
    .festival-guide__con .guide-txt-list {
        margin:-8px 0px;
    }
    .festival-guide__con .guide-txt-list li {
        padding:8px 0px;
    }
    .festival-guide__con .guide-txt-list span {
        font-size:20px;
    }
    .festival-guide__con .guide-txt-list span.pin-dot {
        margin-right:16px;
    }
    .festival-guide__con .guide-table-tit, .festival-guide__con .guide-txt-table th, .festival-guide__con .guide-txt-table td {
        padding:20px 15px;
    }
    .festival-guide__con .guide-table-tit {
        margin-top:36px;
    }
    .festival-guide__con .guide-table-tit p {
        font-size:20px;
    }
    .festival-guide__con .guide-txt-table th {
        font-size:18px;
    }
    .festival-guide__con .guide-txt-table td {
        font-size:16px;
    }
    .festival--guide .festival-guide__tel {
        margin-top: 48px;
    }
    .festival--guide .festival-guide__tel p {
        margin:0px -8px;
    }

    .festival--guide .festival-guide__tel p.festival-tel-head {
        margin:0px 0px 10px;
        font-size:24px;
    }

    .festival--guide .festival-guide__tel span {
        font-size:26px;
        padding:0px 8px;
    }
    .festival--guide .two-buttons .interpark-button:hover {
        background-color: #cd2d31;
    }
    .festival--guide .two-buttons .melon-button:hover {
        background-color: #05ac36;
    }

    .festival--guide .two-buttons .petcare-button:hover{
        background-color: #175ab1;
    }
}
/* Desktop (Large) */
@media (min-width: 1200px) {

    .festival--intro .festival-intro__tit img {
        max-width:100%;
    }
    .festival-intro-con .festival-con__txt {
        padding:80px 95px;
    }
    .festival-intro-con .festival-con__txt::before{display: block;}

    .festival--overview .overview-table-wrap {
        padding:60px 90px;
    }


    .festival-lineup__con .lineup-list {
        margin:-25px -21px;
    }
    .festival-lineup__con li {
        padding:25px 21px;
    }


    .fastival-seat__con .seat-guide-wrap {
        padding:60px 80px;
    }


    .festival-ticketing__con .ticketing-guide {
        padding:60px 80px;
        margin-bottom:80px;
    }


    .festival--guide .two-buttons span img {
        max-width:100%;
    }

}
/*Festival Css [E]*/

/*Tickey Css [S]*/
.festival-ticket-wrap {
    position: relative;
    max-width:750px;
    overflow: hidden;
    width:100%;
    margin:0 auto;
    font-family:'Gmarket Sans',"Apple SD Gothic Neo",Helvetica,sans-serif,Arial;
}

.festival-ticket-wrap .festival-ticket__head {
    background-image:url('/child/img/sub/fastival/ticket-header-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:40px;
}

.festival-ticket-wrap .festival-ticket__banner {
     background: linear-gradient(to right, #00cee1, #007bd9);
     padding:14px 0px;
}

/* .festival-ticket-wrap .festival-ticket__banner .ticket-marquee {
    width:1200px;
    overflow:hidden;
    position: relative;
} */

.festival-ticket-wrap .ticket-marquee {
    display: flex;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s;
}

.festival-ticket-wrap .ticket-marquee-wrap {
    animation: textLoop 10s linear infinite;
    padding-right: 1.4881vw;
}

@keyframes textLoop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
}

.festival-ticket-wrap .festival-ticket__banner p {
    font-weight:700;
    font-size:20px;
    color:#fff;
    white-space: nowrap;
    margin:0;
    /* -webkit-animation-name:marquee;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marquee;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marquee;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:10s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-timing-function:linear;
    -o-animation-duration:10s;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:10s;
    animation-iteration-count:infinite; */
}

/* .festival-ticket-wrap .festival-ticket__banner p:after {
  content:"";
  white-space:nowrap;
  padding-right:50px;
} */

/* @-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
} */

.festival-ticket-wrap .festival-ticket__body {
    padding:30px 20px;
}
.festival-ticket-wrap .festival-ticket__body ul {
    margin:-5px 0px;
}
.festival-ticket-wrap .festival-ticket__body li {
    display:flex;
    padding:5px 0px;
}

.festival-ticket-wrap .festival-ticket__body li span {
    color:#666666;
    font-size:16px;
    font-weight:500;
    line-height:1.4;
}

.festival-ticket-wrap .festival-ticket__body p {
    font-size:28px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.festival-ticket-wrap .festival-ticket--used {
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    flex-direction: column;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.festival-ticket-wrap .festival-ticket--used p {
    color:#fff;
    font-weight:700;
    font-size:34px;
    margin-top:25px;
}

.festival-ticket-wrap .festival-ticket--used img {
    max-width:80px;
}

@media (min-width:992px) {

    .festival-ticket-wrap .festival-ticket__head {
        padding:80px 100px;
    }

    .festival-ticket-wrap .festival-ticket__banner {
         padding:28px 0px;
    }

    .festival-ticket-wrap .festival-ticket__banner p {
        font-size:32px;
    }

    .festival-ticket-wrap .festival-ticket__body {
        padding:60px 50px;
    }

    .festival-ticket-wrap .festival-ticket__body p {
        font-size:40px;
        margin-bottom:40px;
    }

    .festival-ticket-wrap .festival-ticket__body ul {
        margin:-10px 0px;
    }

    .festival-ticket-wrap .festival-ticket__body li {
        padding:10px 0px;
    }

    .festival-ticket-wrap .festival-ticket__body li span {
        font-size:28px;
    }

    .festival-ticket-wrap .festival-ticket--used p {
        font-size:56px;
        margin-top:50px;
    }

    .festival-ticket-wrap .festival-ticket--used img {
        max-width:100%;
    }

}

/*VIP Css [S]*/
.vip-guide-wrap {
    position: relative;
    margin-top: 40px;
    padding: 80px 0px 0px;
}
.vip-guide-wrap .relative {
    position:relative;
    z-index:2;
}
.vip-guide-wrap::after{
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% + 70px);
    background-color: #f4f5f6;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.vip-guide-wrap p {
    font-size:22px;
    font-weight:700;
    margin-bottom:14px;
}
.vip-guide-wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    max-width:548px;
    width:100%;
}
.vip-guide-wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:6px 20px;
    position: relative;
    flex:1 1 100%;
}
.vip-guide-wrap li:first-child::after {
    content:"";
    display: block;
    position: absolute;
    width:1px;
    height:20px;
    background-color: #999999;
    right:0;
    top:50%;
    -ms-transform: translateY(-50%);
    -webkit-ransform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.vip-guide-wrap li span {
    font-size:16px;
    font-size:500;
}
.vip-guide-wrap li span:first-child {
    font-weight:700;
    padding-right:16px;
}
.vip-guide-wrap .vip-invite-button {
    margin:0px !important;
    border-radius:30px;
    background-color: transparent;
    border:1px solid #000;
    font-weight:500;
    font-size:14px;
    min-width:120px;
    padding:12px 15px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width:600px) {
    .vip-guide-wrap li {
        flex: 1 1 274px;
    }
    .vip-guide-wrap li:first-child::after {
        display: block;
    }
}

@media (min-width:992px) {
    .vip-guide-wrap {
        position: relative;
        margin-top: 80px;
        padding: 80px 0px 0px;
    }
    .vip-guide-wrap p {
        font-size:32px;
        margin-bottom:28px;
    }
    .vip-guide-wrap li span {
        font-size:20px;
    }
    .vip-guide-wrap .vip-invite-button {
        font-size:16px;
    }
}
/*VIP Css [E]*/
