html {
    margin: 0;
    overflow-x: hidden
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    background: #d50032;
    background: #fff
}


#panel-menu {
    position: absolute;
}

#panel-menu {
    background-color: #222831 !important;
}

#menu a.active {
    border-bottom: 3px solid #eeeeee !important;
}

#panel-menu a {
    color: #eeeeee;
}


/*#panel-menu a {*/
/*    color: <?php echo $tcol ?>;*/
/*}*/

.button-application:hover {
    border: 3px solid #d50032;
    background-color: #fff !important;
    color: #d50032 !important;
}

.button-application {
    background-color: #00adb5;
}


/*서브 메뉴 로고 이름 로고 후 삭제 가능*/
.logo-word a {
    letter-spacing: normal;
    font-size: 25px;
    color: white;
}

#panel-menubar #logo-small {
    width: 600px;
}

/*서브 메뉴 로고 이름 로고 후 삭제 가능 끝*/

.list-style-none {
    list-style: none;
}

.p-t-20 {
    padding-top: 20px;
}

.bg_basic {
    background-color: #efedea !important;
}

#menu-toggle {
    position: relative;
    display: inline-block;
    margin: 0 -25px 0 0;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 2px;
    z-index: 1001;
    transform: scale(.5);
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out
}

#menu-toggle,
#menu-toggle:hover {
    border: 1px solid hsla(0, 0%, 100%, 0)
}

#menu-toggle:hover {
    background-color: #1b365d
}

#menu-toggle span {
    display: block;
    background: #fff;
    border-radius: 2px
}

#menu-toggle * {
    transition: .12s ease-in-out;
    box-sizing: border-box
}

.menu-toggle-right {
    position: absolute;
    right: 3.5666%;
    width: auto
}

#menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%
}

#menu-toggle #hamburger span {
    width: 60px;
    height: 4px;
    position: relative;
    top: 24px;
    left: 20px;
    margin: 10px 0
}

#menu-toggle #hamburger span:first-child {
    transition-delay: .12s
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .15s
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .18s
}

#menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg)
}

#menu-toggle #cross span:first-child {
    height: 0;
    width: 4px;
    position: absolute;
    top: 21%;
    left: 48px;
    transition-delay: 0s
}

#menu-toggle #cross span:nth-child(2) {
    width: 0;
    height: 4px;
    position: absolute;
    left: 20%;
    top: 46px;
    transition-delay: .12s
}

#menu-toggle.open #hamburger span {
    width: 0
}

#menu-toggle.open #hamburger span:first-child {
    transition-delay: 0s
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .06s
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .12s
}

#menu-toggle.open #cross span:first-child {
    height: 60%;
    transition-delay: .31s
}

#menu-toggle.open #cross span:nth-child(2) {
    width: 60%;
    transition-delay: .18s
}


#menu {
    position: absolute;
    top: 37%;
    left: 0;
    z-index: 4;
}

#menu p {
    font-family: Playfair Display, slab-serif, serif;
    font-size: 2.5em;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    text-transform: none;
    margin: 0;
    font-weight: 400
}

#menu a {
    border-bottom: 3px solid transparent;
    text-decoration: none;
    color: #fff;
    padding: 12px 0;
    margin: 0 50px 0 70px;
    width: auto;
    display: none;
    transition: padding .2s ease-out, border-bottom .2s ease-out
}

#menu a:hover {
    padding-left: 0;
    border-bottom: 3px solid #fff
}

#menu a.active {
    border-bottom: 3px solid #d50032;
    padding: 12px 500px 12px 20px;
    transition: padding .33s ease-out
}

#menu-inside {
    width: 100%;
    height: 100%;
    background-image: url(../../images/web/bg-black.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    display: none
}

#menu-inside a {
    display: inline-block
}

#menu-inside #menu {
    position: absolute
}

#panel-menu {
    display: none;
    background-color: #d50032;
    height: 100%;
    width: 72%;
    top: -2000px;
    right: 0;
    opacity: 0
}

#panel-menu #menu-title {
    position: absolute;
    top: 20px;
    margin-left: 325px;
    z-index: 1001;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    opacity: 0
}

#panel-menu #menu-title.active {
    margin-left: calc(8.33333% + 40px);
    opacity: 1
}

#panel-menu #menu-title #title {
    font-family: Playfair Display, slab-serif, serif;
    font-weight: 400;
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 2px
}

#panel-menu #menu-logo {
    position: absolute;
    top: 18px;
    width: 225px;
    margin-left: 225px;
    z-index: 1001;
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
    opacity: 0
}

#panel-menu #menu-logo.active {
    margin-left: calc(8.33333% - 16px);
    opacity: 1
}


#menu-close {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 25px;
    font-size: 4em !important;
    line-height: 0 !important;
    display: inline-block;
    color: #fff;
    font-weight: 100;
    font-family: Roboto, sans-serif;
    opacity: .5;
    z-index: 150;
    transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    cursor: pointer
}

#menu-close:hover {
    color: #fff;
    opacity: 1
}


#mobile-menu {
    width: 100%;
    background: #01263e;
    position: absolute;
    z-index: 2001;
    left: 0
}

#mobile-menu,
#mobile-menu ul {
    display: none;
    margin: 0;
    padding: 0
}

#mobile-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    margin: 0;
    padding: 0
}

#mobile-menu input[type=checkbox] {
    position: absolute;
    opacity: 0
}

#mobile-menu a,
#mobile-menu label {
    position: relative;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: .8em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 12px 16px 24px;
    background: #01263e;
    color: #fff;
    text-decoration: none !important
}

#mobile-menu label {
    border-bottom: 1px solid #03324f
}

#mobile-menu li li label {
    border-bottom: 0
}

#mobile-menu a:after,
#mobile-menu label:after,
#mobile-menu label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#mobile-menu label {
    cursor: pointer
}

#mobile-menu input[type=checkbox]:checked + label + ul,
#mobile-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    display: block
}

#mobile-menu ul a,
#mobile-menu ul label {
    background: #053f60;
    box-shadow: inset 0 -1px hsla(0, 0%, 100%, .07);
    padding-left: 42px
}

#mobile-menu > li:last-of-type > a,
#mobile-menu > li:last-of-type > label,
#mobile-menu > li > ul > li:last-of-type a,
#mobile-menu > li > ul > li:last-of-type label {
    box-shadow: none
}

#mobile-menu ul label:before {
    left: 36px
}

#mobile-menu ul a:after,
#mobile-menu ul label:after {
    left: 59px
}

#mobile-menu ul ul a,
#mobile-menu ul ul label {
    padding-left: 60px;
    background: #095782
}

#mobile-menu ul ul label:before {
    left: 54px
}

#mobile-menu ul ul a:after,
#mobile-menu ul ul label:after {
    left: 77px
}

#mobile-menu ul ul ul a,
#mobile-menu ul ul ul label {
    padding-left: 118px
}

#mobile-menu ul ul ul label:before {
    left: 72px
}

#mobile-menu ul ul ul a:after,
#mobile-menu ul ul ul label:after {
    left: 95px
}

#mobile-menu.animated label:before {
    transition: transform .3s
}

#mobile-menu-bar {
    height: 67px;
    background-color: #01263e;
    border-bottom: 1px solid #03324f;
    width: 100%
}

#mobile-menu-bar #padding {
    padding: 8px 16px
}

#mobile-menu-bar #left div {
    height: 50px;
    width: 145px;
    padding: 7px 0 0 10px
}

#mobile-menu-bar .right {
    display: table;
    float: right;
    height: 100%
}

#mobile-menu-bar .centered {
    display: table-cell;
    vertical-align: middle
}

#mobile-menu-bar .right #mobile-menu-icon {
    line-height: 1;
    display: block;
    font-size: 2.4em;
    cursor: pointer;
    color: #fff;
    padding: 0 15px
}

#mobile-menu-bar .right #mobile-search-icon {
    height: 36px;
    width: 22px;
    line-height: 1;
    display: block;
    font-size: 2em;
    cursor: pointer;
    color: #fff;
    padding: 7px 3px 0
}

#mobile-menu-bar .right #mobile-search-icon svg {
    height: 20px;
    width: 20px
}


#bg-mobile,
.panel-home-hero {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.panel-home-hero {
    opacity: 0;
    background-color: #000;
    z-index: 2;
    position: relative;
    overflow: hidden;
    transition: all 1.2s ease-out
}

.panel-home-hero #overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 5;
    background: rgba(0, 0, 0, .64);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(0, 0, 0, .64)), color-stop(39%, transparent), color-stop(100%, transparent));
    background: linear-gradient(90deg, rgba(0, 0, 0, .64) 0, transparent 39%, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

.panel-home-hero #gradient {
    width: 100%;
    height: 20%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    display: none
}

.panel-home-hero video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url() no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 1
}

.panel-home-hero #logo {
    height: 140px;
    width: 140px;
    opacity: 0;
    transition: all .4s ease-out;
    z-index: 5
}

.panel-home-hero #arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    z-index: 100;
    cursor: pointer;
    transition: all .2s ease-out;
    opacity: 0
}

.panel-home-hero #arrow img {
    width: 50px
}

.panel-home-hero,
.panel-home-hero .overlay {
    min-height: 768px
}

#bg-mobile {
    opacity: .8
}


.bg-mobile {
    position: relative
}

.home-cta-links--mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    right: 10px;
    bottom: 15px;
    left: 10px
}

.home-cta-links--mobile a {
    flex-grow: 1;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    margin: 5px 10px;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    font-size: 1em;
    border: 1px solid #fff
}

.home-cta-links--mobile i {
    position: relative;
    top: 1px;
    margin-right: 5px
}

.home-cta-links--desktop {
    display: block;
    padding-top: 48px
}

.home-cta-links--desktop a {
    display: block;
    position: relative;
    padding: 12px 0 12px 30px
}

.home-cta-links--desktop i {
    position: absolute;
    top: 10px;
    left: 0
}


.footer-cta-links a,
.home-cta-links a {
    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box
}

.footer-cta-links span,
.home-cta-links span {
    transition: all .25s ease-out;
    border-bottom: 1px solid rgba(255, 255, 225, 0)
}

.footer-cta-links a:hover span,
.home-cta-links a:hover span {
    border-bottom: 1px solid #ffffe1
}

.footer-cta-links svg,
.home-cta-links svg {
    height: 20px !important
}

.footer-cta-links path,
.home-cta-links path {
    fill: #fff
}


#cycler {
    position: relative;
    width: 100%;
    height: 100%
}

#cycler img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    transition: margin-left 16s ease-out;
    -o-object-fit: contain;
    object-fit: contain
}

#cycler img.active {
    z-index: 3
}


.coming--event {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%
}

.coming {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    z-index: 99;
    opacity: 0;
    transition: opacity .4s ease-out
}

.coming .padding {
    padding: 35px 30px
}

.coming h3 {
    font-size: 2em
}

.coming h3,
.coming h4 {
    letter-spacing: 1px;
    font-weight: 100;
    font-family: Roboto, sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    display: inline-block
}

.coming h4 {
    font-size: 1.5em
}

.coming h5 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: .9em;
    line-height: 2;
    text-transform: uppercase
}

.coming h5,
.coming h6 {
    padding: 0;
    color: #fff;
    margin: 0;
    text-align: center
}

.coming h6 {
    font-family: Playfair Display, slab-serif, serif;
    font-style: italic;
    font-weight: 100;
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: .5px
}

.coming #event {
    padding: 35px 30px 5px
}

.coming .short-line {
    height: 1px;
    background-color: #fff;
    width: 20px;
    margin: 25px auto
}

.coming .long-line {
    height: 1px;
    background-color: #fff;
    width: 100%;
    opacity: .33;
    margin: 10px 0
}

.coming #time {
    margin-top: 30px
}

.coming #time,
.coming #when {
    text-align: center;
    width: 100%
}


hr.menu {
    height: 1px;
    background-color: #fff;
    opacity: .33;
    border: none;
    margin: 1em auto 1.4em
}


#panel-menubar {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #222831;
    transition: all .2s ease-out;
    z-index: 2
}

#panel-menu h2 {
    font-family: Playfair Display, slab-serif, serif;
    font-weight: 100;
    letter-spacing: 1px;
    color: #f8f8f8;
    margin: 8px 0
}

#panel-menu p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2.3;
    margin: 0;
    text-decoration: none;
    color: #f3c3ca;
    transition: all .2s ease-out
}

/*#panel-menubar #logo-small {*/
/*    width: 225px*/
/*}*/

#panel-menu ul {
    margin: 0;
    padding: 0
}

#panel-menu ul li {
    list-style: none;
    padding-bottom: 9px
}

#panel-menu a {
    font-size: .95em;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.2;
    text-decoration: none;
    color: #eeeeee;
    transition: all .2s ease-out
}

#panel-menu a:hover {
    text-decoration: none;
    color: #fff
}



#panel-menu {
    z-index: 5
}

#panel-menu.panel-open {
    position: absolute;
    overflow: auto
}

.mobile-submenu-bar .centered {
    display: table-cell;
    vertical-align: middle
}
.mobile-submenu-bar #right {
    display: table;
    float: right;
    height: 100%
}
.mobile-submenu-bar #right #mobile-submenu-icon {
    line-height: 1;
    display: block;
    font-size: 2em;
    cursor: pointer;
    color: #01263e;
    padding: 5px 15px
}

.mobile-submenu-bar #padding {
    padding: 8px 16px
}


footer {
    background-color: #4b4f54
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: all .25s ease-out;
    border-bottom: 1px solid #726f6a
}

footer a:hover {
    color: #fff;
    transition: all .2s ease-out;
    border-bottom: 1px solid #fff
}

footer #logo {
    width: 80%;
    float: left;
    margin: 80px 0
}

footer #contact {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ddd9ce;
    line-height: 1.4;
    padding-top: 5%
}

footer #contact p {
    line-height: 1.4
}

footer .line {
    background-color: #fff;
    opacity: .5;
    height: 1px;
    margin: 20px 0
}

footer h2 {
    font-family: Playfair Display, slab-serif, serif;
    font-weight: 400;
    font-size: 1.4em;
    margin: 8px 0
}

footer h2,
footer p {
    letter-spacing: 1px;
    color: #fff
}

footer p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 2.3;
    margin: 0
}

footer p > a {
    text-decoration: none !important
}

.footer-logo {
    width: 80%;
    margin: 80px 0
}


.footer-cta-links {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0
}

.footer-cta-links a {
    flex-grow: 1;
    padding: 10px 30px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #fff
}

.footer-cta-links a:first-of-type {
    margin-left: 0
}

.footer-cta-links a:last-of-type {
    margin-right: 0
}

.footer-cta-links a:hover {
    border-bottom: 1px solid #fff
}

.footer-cta-links i {
    position: relative;
    top: 2px;
    margin-right: 5px
}


.panel-content #news-footer p {
    font-size: .9em;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #66625e;
    margin: 0
}


.social--sidebar .breadcrumbs span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: 10px
}


.social svg {
    height: 30px;
    width: 30px
}

.social a {
    display: inline-block;
    opacity: .6;
    border: 0 !important
}

.social a:hover {
    opacity: 1
}

#logo-small {
    position: absolute;
    z-index: 1;
    transition: all .5s cubic-bezier(.25, .46, .45, .94)
}


img {
    width: 100%;
}

@media screen and (max-height: 840px) {
    #panel-menu {
        height: auto;
        min-height: 740px !important;
        padding-bottom: 30px
    }
}




@media screen and (min-width: 40em) {
    .home-cta-links {
        flex-direction: row
    }

    .home-cta-links a {
        margin: 0 10px
    }
}


@media screen and (min-width: 0) {
    .panel-home-hero #logo {
        position: absolute;
        left: 50%;
        top: 46%;
        margin-left: -70px;
        margin-top: -70px;
        opacity: 0;
        transition: all .4s ease-out
    }

    .panel-home-hero #logo img {
        width: 140px
    }

    .panel-home-hero #overlay {
        display: none
    }

    #panel-menu {
        display: none !important
    }

    #mobile-menu,
    #panel-menubar {
        display: none
    }

    #arrow,
    #menu,
    #submenu {
        display: none
    }

    #goodbye #mantra,
    footer #contact {
        text-align: center
    }

    footer #contact {
        font-size: .85em
    }
    footer #contact {
        margin: 40px 0
    }

}


@media screen and (min-width: 64em) {


    #menu,
    #submenu {
        display: inherit
    }

    #logo-small {
        top: 6px;
        left: 4.16666%;
        margin-left: 0;
        display: inline-block
    }

    #panel-menu #padding {
        padding: 110px 10px 0
    }

    #panel-menu h2 {
        font-size: 1.2em
    }

    #panel-menu p {
        font-size: .9em
    }

    #panel-menu,
    #panel-menubar {
        display: inherit !important
    }


    .panel-home-hero #logo {
        position: absolute;
        left: 70px;
        top: 50px;
        margin: 0;
        opacity: 0;
        transition: all .4s ease-out
    }

    .panel-home-hero #overlay {
        display: block
    }

    .coming {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    #mobile-menu,
    #mobile-menu-bar,
    #mobile-submenu,
    #mobile-submenu-bar {
        display: none !important
    }
}


@media screen and (min-width: 48em) {

    footer #contact {
        text-align: left;
        font-size: 1em
    }

    footer #contact {
        margin: 80px 0 80px 10px
    }
    .mobile-text-left {
        text-align: left !important;
    }

}

@media screen and (min-width: 80em) {

    #panel-menu h2 {
        font-size: 1.4em
    }

    #panel-menu p {
        font-size: 1em
    }
    .mobile-text-left {
        text-align: left !important;
    }

}

@media screen and (min-width: 90em) {
    #panel-menu #padding {
        padding: 110px 50px 0
    }
    .mobile-text-left {
        text-align: left !important;
    }
}

.font-Playfair {
    font-family: Playfair Display,slab-serif,serif;
}

.bg-aeu-main {
    background-color: #222831;
}

@media screen and (max-width: 991px) {
    .mobile-text-left {
        text-align: left !important;
    }
}