header, nav, article, aside, footer, hgroup, section {
    display: block
}

@media print {
    a:hover {
        cursor: pointer
    }
}

@media only screen and (min-width: 993px) {
    a:hover {
        cursor: pointer
    }
}

.packed {
    width: 1%;
    white-space: nowrap
}

.transparent {
    background-color: transparent;
    border-color: transparent;
    color: transparent
}

form {
    margin: 0;
    padding: 0
}

input[type=text]::-ms-clear {
    display: none
}

textarea {
    resize: none
}

*, *:after, *:before {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: geometricPrecision !important;
    -webkit-font-smoothing: antialiased
}

.upper {
    text-transform: uppercase
}

.lower {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

strong {
    font-weight: 700
}

.no-margin- {
    margin: 0 !important
}

@media only screen and (max-width: 992px) {
    .for-pc {
        display: none !important
    }
}

@media only screen and (max-width: 600px) {
    .for-tablet-and-pc {
        display: none !important
    }
}

@media print {
    .for-tablet {
        display: none !important
    }
}

@media only screen and (min-width: 993px) {
    .for-tablet {
        display: none !important
    }
}

@media only screen and (max-width: 600px) {
    .for-tablet {
        display: none !important
    }
}

@media print {
    .for-phone-and-tablet {
        display: none !important
    }
}

@media only screen and (min-width: 993px) {
    .for-phone-and-tablet {
        display: none !important
    }
}

@media print {
    .for-phone {
        display: none !important
    }
}

@media only screen and (min-width: 601px) {
    .for-phone {
        display: none !important
    }
}

#pjax-wrapper.prevent-scroll {
    overflow: hidden;
    height: 100vh;
    margin-bottom: 1px
}

.vh100 {
    height: 100vh
}

.min-vh100 {
    min-height: 100vh
}

#body:after {
    content: "";
    display: table;
    clear: both
}

#body:before {
    content: "";
    display: table
}

@media print {
    #header, #footer {
        display: none !important
    }
}

.hidden {
    visibility: hidden
}

hr, .hr {
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #eaeaea
}

hr.strong-, .hr.strong- {
    border-bottom-color: #171717
}

hr.hr1, .hr.hr1 {
    margin: 1rem 0
}

hr, hr.hr2, .hr, .hr.hr2 {
    margin: 2rem 0
}

hr.hr3, .hr.hr3 {
    margin: 3rem 0
}

hr.hr4, .hr.hr4 {
    margin: 4rem 0
}

@media print {
    hr.m80, .hr.m80 {
        margin-top: 80px
    }
}

@media only screen and (min-width: 993px) {
    hr.m80, .hr.m80 {
        margin-top: 80px
    }
}

@media only screen and (min-width: 601px)and (max-width: 992px) {
    hr.m80, .hr.m80 {
        margin-top: 60px
    }
}

@media only screen and (max-width: 600px) {
    hr.m80, .hr.m80 {
        margin-top: 53.328px
    }
}

@media print {
    hr.m80, .hr.m80 {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 993px) {
    hr.m80, .hr.m80 {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 601px)and (max-width: 992px) {
    hr.m80, .hr.m80 {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 600px) {
    hr.m80, .hr.m80 {
        margin-bottom: 53.328px
    }
}

@media print {
    hr.mb140, .hr.mb140 {
        margin-bottom: 140px
    }
}

@media only screen and (min-width: 993px) {
    hr.mb140, .hr.mb140 {
        margin-bottom: 140px
    }
}

@media only screen and (min-width: 601px)and (max-width: 992px) {
    hr.mb140, .hr.mb140 {
        margin-bottom: 105px
    }
}

@media only screen and (max-width: 600px) {
    hr.mb140, .hr.mb140 {
        margin-bottom: 93.324px
    }
}

@includ tablet-and-pc {
    .column-count-2 {
        column-count: 2
    }
} @media print {
    .column-count-3 {
        column-count: 3
    }
}

@media only screen and (min-width: 993px) {
    .column-count-3 {
        column-count: 3
    }
}

@media only screen and (min-width: 601px)and (max-width: 992px) {
    .column-count-3 {
        column-count: 2
    }
}

a, button, span.has-children {
    transition: .3s color, .3s background-color, .3s border-color, .3s opacity;
    color: #999;
    background-color: transparent
}

@media print {
    a:hover:not(:disabled), button:hover:not(:disabled), span.has-children:hover:not(:disabled) {
        text-decoration: none;
        color: #1a1a1a
    }

    a:hover:not(:disabled).btn, button:hover:not(:disabled).btn, span.has-children:hover:not(:disabled).btn {
        color: #fff
    }
}

@media only screen and (min-width: 993px) {
    a:hover:not(:disabled), button:hover:not(:disabled), span.has-children:hover:not(:disabled) {
        text-decoration: none;
        color: #1a1a1a
    }

    a:hover:not(:disabled).btn, button:hover:not(:disabled).btn, span.has-children:hover:not(:disabled).btn {
        color: #fff
    }
}

a.active, a.hover-, a.current-, a:focus, button.active, button.hover-, button.current-, button:focus, span.has-children.active, span.has-children.hover-, span.has-children.current-, span.has-children:focus {
    text-decoration: none;
    color: #1a1a1a
}

a.active.btn, a.hover-.btn, a.current-.btn, a:focus.btn, button.active.btn, button.hover-.btn, button.current-.btn, button:focus.btn, span.has-children.active.btn, span.has-children.hover-.btn, span.has-children.current-.btn, span.has-children:focus.btn {
    color: #fff
}

a:focus, button:focus, span.has-children:focus {
    text-decoration: none;
    color: inherit
}

button {
    border-radius: 0
}

button:focus {
    background-color: inherit
}

.relative {
    position: relative
}

@media only screen and (max-width: 992px) {
    div.pc {
        display: none !important
    }
}

@media print {
    div.phone {
        display: none !important
    }
}

@media only screen and (min-width: 601px) {
    div.phone {
        display: none !important
    }
}

@media print {
    div.phone-and-tablet {
        display: none !important
    }
}

@media only screen and (min-width: 993px) {
    div.phone-and-tablet {
        display: none !important
    }
}

@media only screen and (max-width: 600px) {
    div.tablet {
        display: none !important
    }
}

@media print {
    div.tablet {
        display: none !important
    }
}

@media only screen and (min-width: 993px) {
    div.tablet {
        display: none !important
    }
}

@media only screen and (max-width: 600px) {
    div.tablet-and-pc {
        display: none !important
    }
}

.col [class^=container] {
    padding-left: 0;
    padding-right: 0
}

.container-narrow, .container, .container-wide, .container-full {
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    padding-left: 40px;
    padding-right: 40px
}

.container-narrow .row, .container .row, .container-wide .row, .container-full .row {
    margin-left: -12px;
    margin-right: -12px
}

.container-narrow .row .col, .container .row .col, .container-wide .row .col, .container-full .row .col {
    padding-left: 12px;
    padding-right: 12px
}

.container-narrow .input-field.col > input + label, .container .input-field.col > input + label, .container-wide .input-field.col > input + label, .container-full .input-field.col > input + label {
    right: 12px
}

.container-narrow .input-field.col label, .container .input-field.col label, .container-wide .input-field.col label, .container-full .input-field.col label {
    left: 12px
}

@media only screen and (min-width: 601px)and (max-width: 992px) {
    .container-narrow, .container, .container-wide, .container-full {
        padding-left: 30px;
        padding-right: 30px
    }

    .container-narrow .row, .container .row, .container-wide .row, .container-full .row {
        margin-left: -9px;
        margin-right: -9px
    }

    .container-narrow .row .col, .container .row .col, .container-wide .row .col, .container-full .row .col {
        padding-left: 9px;
        padding-right: 9px
    }

    .container-narrow .input-field.col > input + label, .container .input-field.col > input + label, .container-wide .input-field.col > input + label, .container-full .input-field.col > input + label {
        right: 9px
    }

    .container-narrow .input-field.col label, .container .input-field.col label, .container-wide .input-field.col label, .container-full .input-field.col label {
        left: 9px
    }
}

@media only screen and (max-width: 600px) {
    .container-narrow, .container, .container-wide, .container-full {
        padding-left: 20px;
        padding-right: 20px
    }

    .container-narrow .row, .container .row, .container-wide .row, .container-full .row {
        margin-left: -6px;
        margin-right: -6px
    }

    .container-narrow .row .col, .container .row .col, .container-wide .row .col, .container-full .row .col {
        padding-left: 6px;
        padding-right: 6px
    }

    .container-narrow .input-field.col > input + label, .container .input-field.col > input + label, .container-wide .input-field.col > input + label, .container-full .input-field.col > input + label {
        right: 6px
    }

    .container-narrow .input-field.col label, .container .input-field.col label, .container-wide .input-field.col label, .container-full .input-field.col label {
        left: 6px
    }
}

.container-narrow [class^=container], .container [class^=container], .container-wide [class^=container], .container-full [class^=container] {
    padding-left: 0;
    padding-right: 0
}

.container-narrow {
    max-width: 892px
}

@media only screen and (min-width: 601px)and (max-width: 992px) {
    .container-narrow {
        max-width: 860px
    }
}

@media only screen and (max-width: 600px) {
    .container-narrow {
        max-width: 836px
    }
}

@media only screen and (max-width: 900px) {
    .container-narrow .dslide .dslide-buttons {
        left: 0;
        right: 0
    }
}

.container {
    max-width: 1153px
}

@media only screen and (min-width: 601px)and (max-width: 992px) {
    .container {
        max-width: 1260px
    }
}

@media only screen and (max-width: 600px) {
    .container {
        max-width: 1236px
    }
}

@media only screen and (max-width: 1300px) {
    .container .dslide .dslide-buttons {
        left: 0;
        right: 0
    }
}

.container-wide {
    max-width: 1492px
}

@media only screen and (min-width: 601px)and (max-width: 992px) {
    .container-wide {
        max-width: 1460px
    }
}

@media only screen and (max-width: 600px) {
    .container-wide {
        max-width: 1436px
    }
}

@media only screen and (max-width: 1500px) {
    .container-wide .dslide .dslide-buttons {
        left: 0;
        right: 0
    }
}

.button {
    display: inline-block;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 6px 16px;
    text-align: center;
    cursor: pointer;
    transition: .3s background-color, .3s color, .3s border-color;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 0
}

@media print {
    .button:hover:not(:disabled) {
        background-color: transparent;
        color: #333
    }
}

@media only screen and (min-width: 993px) {
    .button:hover:not(:disabled) {
        background-color: transparent;
        color: #333
    }
}

.button.active, .button.hover-, .button.current-, .button:focus {
    background-color: transparent;
    color: #333
}

.button:disabled {
    cursor: not-allowed;
    color: rgba(255, 255, 255, .5) !important
}

.button.bordered- {
    background-color: transparent;
    color: #333
}

.button.bordered-:disabled {
    border-color: rgba(51, 51, 51, .5);
    color: rgba(51, 51, 51, .5) !important
}

@media print {
    .button.bordered-:hover:not(:disabled) {
        background-color: #333;
        color: #fff
    }
}

@media only screen and (min-width: 993px) {
    .button.bordered-:hover:not(:disabled) {
        background-color: #333;
        color: #fff
    }
}

.button.bordered-.active, .button.bordered-.hover-, .button.bordered-.current-, .button.bordered-:focus {
    background-color: #333;
    color: #fff
}

.button.weak- {
    background-color: #fff;
    color: #999;
    border-color: #999
}

@media print {
    .button.weak-:hover:not(:disabled) {
        background-color: #999;
        color: #fff
    }
}

@media only screen and (min-width: 993px) {
    .button.weak-:hover:not(:disabled) {
        background-color: #999;
        color: #fff
    }
}

.button.weak-.active, .button.weak-.hover-, .button.weak-.current-, .button.weak-:focus {
    background-color: #999;
    color: #fff
}

.button.danger- {
    background-color: #d00;
    border-color: #d00
}

@media print {
    .button.danger-:hover:not(:disabled) {
        color: #d00
    }
}

@media only screen and (min-width: 993px) {
    .button.danger-:hover:not(:disabled) {
        color: #d00
    }
}

.button.danger-.active, .button.danger-.hover-, .button.danger-.current-, .button.danger-:focus {
    color: #d00
}

.button.white- {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

@media print {
    .button.white-:hover:not(:disabled) {
        color: #fff;
        background-color: transparent
    }
}

@media only screen and (min-width: 993px) {
    .button.white-:hover:not(:disabled) {
        color: #fff;
        background-color: transparent
    }
}

.button.white-.active, .button.white-.hover-, .button.white-.current-, .button.white-:focus {
    color: #fff;
    background-color: transparent
}

.button.facebook- {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff
}

@media print {
    .button.facebook-:hover:not(:disabled) {
        color: #3b5998;
        background-color: transparent
    }
}

@media only screen and (min-width: 993px) {
    .button.facebook-:hover:not(:disabled) {
        color: #3b5998;
        background-color: transparent
    }
}

.button.facebook-.active, .button.facebook-.hover-, .button.facebook-.current-, .button.facebook-:focus {
    color: #3b5998;
    background-color: transparent
}

.button.kakao- {
    background-color: #feda31;
    border-color: #feda31;
    color: #3b3b3b
}

@media print {
    .button.kakao-:hover:not(:disabled) {
        color: #3b3b3b;
        border-color: #3b3b3b;
        background-color: transparent
    }
}

@media only screen and (min-width: 993px) {
    .button.kakao-:hover:not(:disabled) {
        color: #3b3b3b;
        border-color: #3b3b3b;
        background-color: transparent
    }
}

.button.kakao-.active, .button.kakao-.hover-, .button.kakao-.current-, .button.kakao-:focus {
    color: #3b3b3b;
    border-color: #3b3b3b;
    background-color: transparent
}

.button .fa {
    margin-right: 3px
}

.button.with-input- {
    padding-top: 11.5px;
    padding-bottom: 11.5px
}

.button.md- {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px
}

.button.lg- {
    padding: 17px 50px;
    font-size: 18px
}

.button.lg- .fa {
    margin-right: 5px
}

.button.block- {
    display: block;
    width: 100%
}

.button.clean-, .button.text- {
    border-color: transparent;
    background-color: transparent;
    color: gray;
    position: relative;
    padding-left: 0;
    padding-right: 0
}

@media print {
    .button.clean-:hover:not(:disabled), .button.text-:hover:not(:disabled) {
        color: #333
    }
}

@media only screen and (min-width: 993px) {
    .button.clean-:hover:not(:disabled), .button.text-:hover:not(:disabled) {
        color: #333
    }
}

.button.clean-.active, .button.clean-.hover-, .button.clean-.current-, .button.clean-:focus, .button.text-.active, .button.text-.hover-, .button.text-.current-, .button.text-:focus {
    color: #333
}

.button.margin-left- {
    margin-left: 15px
}

.button.margin-right- {
    margin-right: 15px
}

.button.text-:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    margin-top: 14px;
    height: 1px;
    background-color: #333;
    transition: .3s left, .3s right, .3s opacity;
    opacity: 0
}

@media print {
    .button.text-:hover:not(:disabled):after {
        opacity: 1;
        left: 0;
        right: 0
    }
}

@media only screen and (min-width: 993px) {
    .button.text-:hover:not(:disabled):after {
        opacity: 1;
        left: 0;
        right: 0
    }
}

.button.text-.active:after, .button.text-.hover-:after, .button.text-.current-:after, .button.text-:focus:after {
    opacity: 1;
    left: 0;
    right: 0
}

.button.x- {
    background: transparent !important;
    border: none !important;
    min-width: 0 !important;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0
}

.button.x-:before, .button.x-:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -20.7106781187%;
    right: -20.7106781187%;
    background-color: #000;
    height: 1px;
    opacity: .7;
    transition: .3s opacity
}

.button.x-:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.button.x-:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media print {
    .button.x-:hover:not(:disabled):before, .button.x-:hover:not(:disabled):after {
        opacity: 1
    }
}

@media only screen and (min-width: 993px) {
    .button.x-:hover:not(:disabled):before, .button.x-:hover:not(:disabled):after {
        opacity: 1
    }
}

.button.x-.active:before, .button.x-.active:after, .button.x-.hover-:before, .button.x-.hover-:after, .button.x-.current-:before, .button.x-.current-:after, .button.x-:focus:before, .button.x-:focus:after {
    opacity: 1
}

tr, th, td {
    transition: .3s background-color, .3s color
}

input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
    -o-appearance: radio;
    appearance: radio
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=text].select-dropdown:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom-color: #333;
    box-shadow: 0 1px 0 0 #333
}

.img-hover {
    position: relative
}

.img-hover .img-hover {
    display: block
}

.img-hover .imgx2 {
    display: block !important
}

.img-hover .default {
    display: block
}

.img-hover .hover {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.img-hover .default {
    visibility: visible
}

@media print {
    .img-hover:hover .default {
        visibility: hidden
    }
}

@media only screen and (min-width: 993px) {
    .img-hover:hover .default {
        visibility: hidden
    }
}

.img-hover .hover {
    visibility: hidden
}

@media print {
    .img-hover:hover .hover {
        visibility: visible
    }
}

@media only screen and (min-width: 993px) {
    .img-hover:hover .hover {
        visibility: visible
    }
}

.img-hover .default, .img-hover .hover {
    transition: .3s opacity
}

.img-hover .default {
    visibility: visible;
    opacity: 1
}

@media print {
    .img-hover:hover .default {
        visibility: visible;
        opacity: 1
    }
}

@media only screen and (min-width: 993px) {
    .img-hover:hover .default {
        visibility: visible;
        opacity: 1
    }
}

.img-hover .hover {
    visibility: visible;
    opacity: 0
}

@media print {
    .img-hover:hover .hover {
        visibility: visible;
        opacity: 1
    }
}

@media only screen and (min-width: 993px) {
    .img-hover:hover .hover {
        visibility: visible;
        opacity: 1
    }
}

.middle-outer {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.middle-outer > .middle-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.absolute-0 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.opacity-0 {
    opacity: 0;
    transition: 1s opacity
}

.opacity-1 {
    opacity: 1
}

.scroller-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.scroller-v {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    padding-right: 3px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.scroller-h {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    padding-bottom: 20px;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

@media print {
    .overflow-x-outer {
        overflow: hidden
    }

    .overflow-x-outer .overflow-x {
        padding-bottom: 20px;
        margin-bottom: -20px
    }

    .overflow-x {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .overflow-x table {
        width: 100%
    }

    .overflow-x .text-wrap {
        white-space: normal
    }
}

@media only screen and (min-width: 601px) {
    .overflow-x-outer {
        overflow: hidden
    }

    .overflow-x-outer .overflow-x {
        padding-bottom: 20px;
        margin-bottom: -20px
    }

    .overflow-x {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .overflow-x table {
        width: 100%
    }

    .overflow-x .text-wrap {
        white-space: normal
    }
}

@media only screen and (max-width: 600px) {
    .overflow-x-outer {
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .overflow-x-outer .overflow-x {
        display: table;
        padding-right: 18px
    }

    .overflow-x-outer .overflow-x table.dcore-list th, .overflow-x-outer .overflow-x table.dcore-list td {
        white-space: nowrap
    }

    .dmodal-container .overflow-x-outer {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        width: calc(100vw - 80px)
    }

    .dmodal-container .overflow-x-outer .overflow-x {
        display: block;
        padding-right: 0
    }
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-overflow span {
    display: inline !important
}

@media print {
    .no-print {
        display: none !important
    }
}

div > h1:first-child, div > h2:first-child, div > h3:first-child, div > h4:first-child, div > h5:first-child, div > h6:first-child {
    margin-top: 0
}

.object-fit-contain, .object-fit-cover {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: .3s opacity
}

.object-fit-contain.activated-, .object-fit-cover.activated- {
    opacity: 1
}

.object-fit-contain > .inner-, .object-fit-cover > .inner- {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.object-fit-contain > .inner- > *, .object-fit-cover > .inner- > * {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.object-fit-contain > .inner- > * > *, .object-fit-cover > .inner- > * > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none
}

.object-fit-contain.left- > .inner-, .object-fit-cover.left- > .inner- {
    left: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.object-fit-contain.right- > .inner-, .object-fit-cover.right- > .inner- {
    left: auto;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.object-fit-contain.top- > .inner- > *, .object-fit-cover.top- > .inner- > * {
    top: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.object-fit-contain.bottom- > .inner- > *, .object-fit-cover.bottom- > .inner- > * {
    top: auto;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.hover-active .hover-active-target {
    display: none;
    opacity: 0;
    transition: .3s opacity
}

.hover-active.activing- .hover-active-target {
    display: block
}

.hover-active.activing-.actived- .hover-active-target {
    opacity: 1
}

.show-by-scroll {
    opacity: 0;
    transition: .8s all;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.show-by-scroll.show- {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.reverse-scroller {
    -webkit-transition: .3s -webkit-transform;
    -moz-transition: .3s -moz-transform;
    -ms-transition: .3s -ms-transform;
    -o-transition: .3s -o-transform;
    transition: .3s transform
}

html.reverse-scrolling .reverse-scroller {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

html.reverse-scrolled .reverse-scroller {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.npay-button-custom- .npay_type_A_1, .npay-button-custom- .npay_type_A_2, .npay-button-custom- .npay_type_B_1, .npay-button-custom- .npay_type_B_2, .npay-button-custom- .npay_type_C_1_1, .npay-button-custom- .npay_type_C_1_2, .npay-button-custom- .npay_type_C_2_2, .npay-button-custom- .npay_type_D_1_1, .npay-button-custom- .npay_type_D_1_2, .npay-button-custom- .npay_type_D_2_2, .npay-button-custom- .npay_type_E_1_1, .npay-button-custom- .npay_type_E_1_2, .npay-button-custom- .npay_type_E_2_1, .npay-button-custom- .npay_type_E_2_2, .npay-button-custom- .npay_type_MA_1, .npay-button-custom- .npay_type_MB_1 {
    width: 100% !important
}

.npay-button-custom- .npay_button_box, .npay-button-custom- .npay_button_box2 {
    background-color: transparent !important
}

.dcore-image-view.dcore-image-view-1 {
    max-width: 658px;
    margin: 0 auto;
}
.seat-img{height:500px !important;;}
.seat-img img{width:100% !important;}

.program-date {
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
}

.year-slt {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.year-slt span {
    margin: 0 10px;
}

.year-slt-prev {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' fill='none'%3E%3Cpath fill='%23666' d='M19.556 23.554a1.512 1.512 0 0 0 0-2.141l-5.892-5.893 5.892-5.892a1.514 1.514 0 0 0-2.141-2.141l-6.97 6.97a1.512 1.512 0 0 0 0 2.142l6.97 6.97c.577.577 1.549.577 2.14-.015Z'/%3E%3C/svg%3E");
}

.year-slt-next {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' fill='none'%3E%3Cpath fill='%23666' d='M10.444 7.316a1.512 1.512 0 0 0 0 2.141l5.892 5.893-5.892 5.892a1.515 1.515 0 0 0 2.141 2.141l6.97-6.97a1.512 1.512 0 0 0 0-2.142l-6.97-6.97c-.577-.577-1.549-.577-2.14.015Z'/%3E%3C/svg%3E");
}

.month-slt {
    margin-bottom: 40px;
}

.month-slt ul {
    display: inline-block;
    margin: 0;
}

.month-slt ul li {
    float: left;
    margin: 0 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-size: 20px;
}

.month-slt ul li.active {
    background: #ddd;
    border-radius: 50px;
}

.seat-img img {
    width: 100% !important;
}
.sect-wrap .notice-body table td:nth-child(1), .sect-wrap .notice-body table td:nth-child(2) {
    width: 180px !important;
}