﻿/* Header */
#header .inner { 
    max-width: 1440px; 
    margin: 0 auto; 
    padding: 0 24px; 
}

#header .inner:after { 
    display: block; content: ""; clear: both; 
}

#header .navbar-brand-logo {
    min-width: 1.6rem;
    max-width: 1.6rem;
}
#header .navbar-brand > span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

#header ul.navbar-nav > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

#header ul.navbar-nav > li > a.btn-login {
    color: #fff;
    padding: 0.2rem 0.7rem;
    background-color: #003D96;
}

.body-content {
    max-width: 100%;
    padding: 0 0;
}

/* Home */
.swiper {
    position: relative;
    width: 100%;
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.swiper > .swiper-wrapper > .swiper-slide {
    position: relative;
    width: 100%;
    height: inherit;
    overflow: initial !important;
    min-height: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    transition: opacity 0.2s;
    opacity: 0;
}

.swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper > .swiper-wrapper > .swiper-slide > .banner-img {
    width: 100%;
    height: 520px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper > .swiper-wrapper > .swiper-slide > .banner-img > img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.swiper > .swiper-wrapper > .swiper-slide > .banner-img > img.on {
    width: initial !important;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > div > div {
    -webkit-transform: translate3d(0px, 30px, 0);
    transform: translate3d(0px, 30px, 0);
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: .4s ease 0.4s;
    -o-transition: .4s ease 0.4s;
    transition: .4s ease 0.4s;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > div > div > div {
    opacity: 0;
    -webkit-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .4s ease 1.2s;
    -o-transition: .4s ease 1.2s;
    transition: .4s ease 1.2s;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox h1, .swiper > .swiper-wrapper > .swiper-slide > .textbox h2 {
    opacity: 0;
    -webkit-transition: .2s ease .4s;
    -o-transition: .2s ease .4s;
    transition: .2s ease .4s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox h1, .swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox h2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .4s ease 1.2s;
    -o-transition: .4s ease 1.2s;
    transition: .4s ease 1.2s;
    color: #fff;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > .container {
    text-align: left;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 30px;
    background-color: rgba(7,24,57,0.8);
    width: 520px;
    position: absolute;
    bottom: 0;
    left: auto;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h1, .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div.textboxCnt > div {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > div {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > p.tit {
    font-weight: 400;
}

.swiper > .swiper-pagination {
    width: auto;
    height: initial !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.swiper > .swiper-pagination > span {
    margin: 0;
    margin-right: 5px;
}

.swiper > .swiper-pagination > span:last-child {
    margin-right: 0;
}

.swiper > .swiper-wrapper > .swiper-slide {
    opacity: 1;
}

/*.swiper-button-next-top, .swiper-button-prev-top {
    display: flex;
}*/

@media (max-width: 1200px) {

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div.textboxCnt > div {
        color: #000;
    }

    .swiper {
        height: auto !important;
        max-height: fit-content;
    }

    .swiper > .swiper-wrapper > .swiper-slide {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        height: auto;
        padding-bottom: 25px !important;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div {
        background-color: #fff;
        width: 100%;
        height: auto !important;
        padding: 45px 25px 40px 25px;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .banner-img {
        width: 100%;
        height: 350px !important;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .banner-img > img {
        height: 100%;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox {
        position: static;
        width: 100%;
        left: auto;
        bottom: auto;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div {
        position: static;
        bottom: auto;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h5 {
        color: #0d0d0d !important;
        font-weight: 400;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h1, .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h2 {
        color: #0d0d0d !important;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > div {
        color: #000;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > p {
        color: #0d0d0d;
        font-size: 14px;
        font-weight: 400;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div {
        margin-bottom: 0 !important;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > p.tit {
        font-weight: 500;
        font-size: 14px;
    }

    .swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div > .btn > a {
        border-color: #0d0d0d;
        padding: 12px 30px;
    }

    .swiper > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a {
        color: #0d0d0d;
    }

    .swiper > .swiper-pagination {
        top: 448px;
        bottom: auto;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

/* About > Map */
.card-lg > .location-body {
    padding: 1rem;
}

.location dl:not(:last-child) {
    border-bottom: 2px dotted #e6e6e6;
}

.location > dl {
    display: flex !important;
    /*padding: 20px 0;*/
    padding-top: 20px;
    margin: 0px;
}

.location > dl > dt {
    padding-left: 40px;
}

/* Common > Quick Menu */
#quick-menu-cnt {
    position: fixed;
    right: -100px;
    /*bottom: 134px;*/
    bottom: 4.5rem;
    z-index: 421;
    width: 80px;
    -moz-transition: all 0.5s cubic-bezier(.47,1.5,.41,.8);
    -webkit-transition: all 0.5s cubic-bezier(.47,1.5,.41,.8);
    transition: all 0.5s cubic-bezier(.47,1.5,.41,.8);
}

#quick-menu-cnt.active {
    right: 25px;
    -moz-transition: all 0.5s cubic-bezier(.47,1.5,.41,.8);
    -webkit-transition: all 0.5s cubic-bezier(.47,1.5,.41,.8);
    transition: all 0.5s cubic-bezier(.47,1.5,.41,.8);
}

#quick-menu:hover {
    transform: scale(1.05);
}

#quick-menu:hover .bounceAlpha {
    animation-play-state: paused;
    opacity: 1;
    transform: translate(0, -50%) scale(1);
}

#quick-menu-cnt > div:not(:last-child) {
    box-shadow: 0px 2.2963px 2.2963px rgba(16, 27, 77, 0.1), 0px 1.14815px 9.18519px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

#quick-menu-cnt > div.auction {
    margin-bottom: 6px;
}

#quick-menu-cnt > div.links {
    margin-bottom: 2px;
}

#quick-menu-cnt > div > .tit {
    background-color: #39436A;
    height: 26px;
    color: #ffffff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#quick-menu-cnt > .auction > .cnt > div {
    position: relative;
    height: 80px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border-bottom: 1px solid var(--color-gray_300);
}

#quick-menu-cnt > .auction > .cnt > div.on {
    background-color: #d7d7d7;
}

#quick-menu-cnt > .auction > .cnt > div > .auc_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

#quick-menu-cnt > .auction > .cnt > div:last-child {
    border-bottom: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#quick-menu-cnt > .auction > .cnt > div > .auc_btn > strong {
    position: relative;
    font-size: 20px;
}

#quick-menu-cnt > .auction > .cnt > div > .auc_btn > strong.on::after {
    position: absolute;
    top: -1px;
    right: -6px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--color-orange_600);
}

#quick-menu-cnt > .auction > .cnt > div > .auc_btn > span {
    font-size: 11px;
    color: #39436A;
}

#quick-menu-cnt > div.links > div.cnt > div {
    background-color: #ffffff;
    border-bottom: 1px solid var(--color-gray_300);
    box-sizing: border-box;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #39436A;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}

#quick-menu-cnt > div.links > div.cnt > div:last-child {
    border-bottom: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#quick-menu-cnt > .auction > .cnt > div > .auc_state {
    position: absolute;
    top: 50%;
    left: -66px;
    transform: translateY(-50%);
    background-color: var(--color-gray_200);
    box-sizing: border-box;
    padding: 7px 5px;
    border-radius: 2px;
    box-shadow: 0px 2.2963px 2.2963px rgb(16 27 77 / 10%), 0px 1.14815px 9.18519px rgb(0 0 0 / 10%);
    z-index: 10;
}

#quick-menu-cnt > .auction > .cnt > div > .auc_state > div > .tit {
    display: block;
    font-size: 11px;
    line-height: 1em;
    margin-bottom: 5px;
    color: #0E1B36;
    font-weight: 700;
    text-align: center;
}

#quick-menu-cnt > .auction > .cnt > div > .auc_state > div > div {
    min-width: 70px;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    color: var(--color-orange_600);
    font-weight: 700;
}

#quick-menu-cnt > .auction > .cnt > div > .auc_state > div.on {
    color: var(--color-orange_600);
}

#quick-menu-cnt > .quick-menu-cnt-close {
    display: flex;
    justify-content: flex-end;
    line-height: initial;
}

#quick-menu-cnt > .quick-menu-cnt-close > div {
    display: inline-flex;
    align-items: center;
    height: 16px;
    font-size: 11px;
    color: var(--color-gray_400);
    cursor: pointer;
    line-height: 1em;
    box-sizing: border-box;
}

#quick-menu-cnt > .quick-menu-cnt-close > div > span {
    line-height: 1.2em;
}

#quick-menu-cnt > .quick-menu-cnt-close > div:hover {
    color: var(--color-orange_600);
    border-bottom: 1px solid var(--color-orange_600);
}

#quick-menu-cnt > .quick-menu-cnt-close > div > i {
    line-height: 1em;
    font-size: 14px;
    font-weight: 400;
    padding-left: 3px;
}

.js-go-to {
    bottom: 1rem !important;
}