@keyframes heightRun {
    0% {
        height: 0%
    }

    to {
        height: 100%
    }
}

@keyframes widthRun {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

.sub-main--intro .intro-txt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 37.5rem;
    margin: 0 auto;
    text-align: center
}

.sub-main--intro .intro-txt:after,
.sub-main--intro .intro-txt:before {
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-iteration-count: 1;
    animation-delay: 0.5s;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running
}

.sub-main--intro .intro-txt:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.sub-main--intro .intro-txt:after {
    content: "";
    display: block;
    height: 0;
    width: 1px;
    background-color: #dddddd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.sub-main--intro .intro-txt.active:before {
    animation-name: widthRun
}

.sub-main--intro .intro-txt.active:after {
    animation-name: heightRun
}

.sub-main--intro .intro-txt-bx {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 3.125rem
}

@media (max-width:768px) {
    .sub-main--intro .intro-txt-bx {
        padding: 3.125rem 1.875rem
    }
}

.sub-main--intro .intro-txt-bx .tit {
    font-size: 2.125em;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width:768px) {
    .sub-main--intro .intro-txt-bx .tit {
        font-size: 1.75em
    }
}

.sub-main--intro .intro-txt-bx .des {
    font-size: 1.5em;
    color: #666;
    margin-top: 1.25rem;
    font-weight: 500
}

@media (max-width:768px) {
    .sub-main--intro .intro-txt-bx .des {
        font-size: 1.375em
    }
}

.sub-main--intro .ci-txt {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1024px) {
    .sub-main--intro .ci-txt {
        flex-wrap: wrap
    }
}

.sub-main--intro .ci-txt-bx {
    padding: 1.875rem 2.5rem
}

@media (max-width:1024px) {
    .sub-main--intro .ci-txt-bx {
        padding: 1.875rem 0.625rem
    }
}

.sub-main--intro .ci-txt-bx .txt {
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 1.25rem
}

.sub-main--intro .ci-txt-bx img {
    width: 18.625rem
}

.sub-main--intro .ci-txt-bx:first-of-type,
.sub-main--intro .ci-txt-bx:nth-of-type(2) {
    flex: 1 0 35%;
    max-width: 35%
}

@media (max-width:1024px) {
    .sub-main--intro .ci-txt-bx:first-of-type {
        flex: 1 0 100%;
        max-width: 100%
    }
}

.sub-main--intro .ci-txt-bx:first-of-type .inner {
    color: #fff;
    background-color: #ab162b;
    border-radius: 0 0 20px 20px;
    padding: 3.125rem 3.75rem
}

.sub-main--intro .ci-txt-bx:first-of-type .inner h3 {
    font-size: 1.125em;
    margin-bottom: 0.9375rem
}

.sub-main--intro .ci-txt-bx:first-of-type .inner .des {
    font-size: 1em;
    font-weight: light
}

@media (max-width:1024px) {
    .sub-main--intro .ci-txt-bx:nth-of-type(2) {
        flex: 1 0 50%;
        max-width: 50%;
        padding-left: 3.125rem
    }
}

@media (max-width:768px) {
    .sub-main--intro .ci-txt-bx:nth-of-type(2) {
        flex: 1 0 100%;
        max-width: 100%;
        padding-left: 1.25rem
    }
}

.sub-main--intro .ci-txt-bx:nth-of-type(3) {
    flex: 1 0 30%;
    max-width: 30%;
    position: relative
}

@media (max-width:1024px) {
    .sub-main--intro .ci-txt-bx:nth-of-type(3) {
        flex: 1 0 50%;
        max-width: 50%;
        padding-left: 3.125rem
    }
}

@media (max-width:768px) {
    .sub-main--intro .ci-txt-bx:nth-of-type(3) {
        flex: 1 0 100%;
        max-width: 100%;
        padding-left: 1.25rem
    }
}

.sub-main--intro .ci-txt-bx:nth-of-type(3):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15%
}

@media (max-width:1024px) {
    .sub-main--intro .ci-txt-bx:nth-of-type(3):before {
        display: none
    }
}

.sub-main--history .history-tab {
    text-align: center;
    background: #fff
}

.sub-main--history .history-tab-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff
}

@media (max-width:768px) {
    .sub-main--history .history-tab-wrap {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 0 0 -0.625rem;
        margin-right: -20px;
        padding-right: 20px;
        padding-bottom: 5px
    }
}

.sub-main--history .history-tab__link {
    font-weight: 700;
    font-size: 1.25em;
    color: #999;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 1.25rem;
    flex: 0 1 auto
}

@media (max-width:768px) {
    .sub-main--history .history-tab__link {
        flex: none;
        display: inline-block;
        width: 8.125rem;
        height: 2.5rem;
        padding: 0;
        margin-top: 0;
        margin-left: 0.625rem
    }
}

.sub-main--history .history-tab__link:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    bottom: 0;
    height: 2px;
    background: transparent;
    transition: width 0.4s
}

.sub-main--history .history-tab__link:first-child:before {
    display: none
}

.sub-main--history .history-tab__link.on {
    color: #593a1e;
}

.sub-main--history .history-tab__link.on:after {
    width: 80%;
    background-color: #593a1e;
}

.sub-main--history .history-tab.fix .history-tab-wrap {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    transition: margin 300ms
}

.sub-main--history .history-title {
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.125em;
    font-weight: 500;
    font-family: "Montserrat", "SUIT", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
    letter-spacing: -0.05em;
    border: 1px solid #ad172b;
    background: #fff;
    color: #ad172b;
    margin: 0 auto;
    margin-bottom: 3.75rem;
    position: relative;
    z-index: 2
}

@media (max-width:768px) {
    .sub-main--history .history-title {
        width: 6.3125rem;
        height: 6.3125rem;
        font-size: 1.375em;
        margin-left: 0;
        margin-right: 0
    }
}

.sub-main--history .history-list {
    position: relative
}

.sub-main--history .history-detail {
    display: flex;
    align-content: center;
    padding-bottom: 3.75em
}

@media (max-width:768px) {
    .sub-main--history .history-detail {
        display: block;
        padding-left: 1.25rem;
        padding-bottom: 4.375rem
    }
}

.sub-main--history .history-detail:first-of-type {
    padding-top: 1.5625rem
}

.sub-main--history .history-detail:last-of-type {
    padding-bottom: 0
}

@media (min-width:768.02px) {
    .sub-main--history .history-detail__item {
        flex: 1 0 50%;
        max-width: 50%
    }
}

.sub-main--history .history-detail__item.right {
    padding-top: 0.625rem
}

@media (min-width:768.02px) {
    .sub-main--history .history-detail__item.right {
        padding-top: 3.25rem;
        padding-left: 2.5rem
    }
}

.sub-main--history .history-detail__item.right .cont .text {
    flex: 1 1 auto;
    width: 1%
}

@media (min-width:768.02px) {
    .sub-main--history .history-detail__item.right .cont .text {
        padding-left: 1.25rem
    }
}

.sub-main--history .history-detail__item.left {
    padding-right: 2.5rem
}

@media (min-width:768.02px) {
    .sub-main--history .history-detail__item.left {
        text-align: right
    }

    .sub-main--history .history-detail__item.left .cont .month {
        flex: 1 1 auto;
        width: 1%;
        max-width: 100%
    }

    .sub-main--history .history-detail__item.left .cont .text {
        padding-left: 0.625rem
    }
}

.sub-main--history .history-detail__item .year {
    font-size: 2.125em;
    margin-bottom: 0.9375rem;
    position: relative;
    font-weight: 600;
    min-height: 3.125rem
}

.sub-main--history .history-detail__item .year:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    transform: scale(0.3);
    transition: all 0.3s ease-out;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    z-index: 1
}

@media (min-width:768.02px) {
    .sub-main--history .history-detail__item .year:before {
        right: -2.875rem
    }
}

.sub-main--history .history-detail__item .cont {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125em;
    margin: 0.625rem 0
}

.sub-main--history .history-detail__item .cont .month {
    font-weight: 600;
    flex: 0 0 30px;
    max-width: 30px
}

.sub-main--history .history-detail__item .cont .text {
    color: #666;
    font-weight: 600
}

.sub-main--history .history-detail__item .cont .text-bold {
    color: #ab162b
}

.sub-main--history .history-detail__item.active .year:before {
    transform: scale(1);
    background: #593a1e;
}

@media (max-width:768px) {
    .sub-main--history .history-detail__item .year {
        font-size: 1.875em
    }

    .sub-main--history .history-detail__item .year:before {
        left: -24px
    }

    .sub-main--history .history-detail__item .cont {
        font-size: 1.0625em;
        margin: 10px 0
    }

    .sub-main--history .history-detail__item .cont .month {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 3px
    }

    .sub-main--history .history-detail__item .cont .text {
        flex: 1 0 100%;
        width: auto;
        max-width: 100%
    }
}

.sub-main--history .history-line {
    position: absolute;
    left: 50%;
    width: 1px;
    top: 3.125rem;
    bottom: 0;
    background: #ddd;
    text-align: center
}

.sub-main--history .history-line .line {
    width: 2px;
    height: 0;
    background: #593a1e;
    transition: height 0.3s ease-out
}

@media (max-width:768px) {
    .sub-main--history .history-line {
        left: 1.25rem
    }
}

@media (min-width:1400.02px) {
    .sub-main--bean .section-banner {
        height: 41.25rem
    }
}

@media (max-width:1400px) {
    .sub-main--bean .section-banner {
        height: 36.25rem
    }
}

@media (max-width:1024px) {
    .sub-main--bean .section-banner {
        height: 87.5rem
    }
}

@media (max-width:768px) {
    .sub-main--bean .section-banner {
        height: 62.5rem
    }
}

@media (max-width:576px) {
    .sub-main--bean .section-banner {
        height: 50rem
    }
}

.sub-main--bean .section-banner .banner-bx {
    align-items: center
}

@media (min-width:1024.02px) {
    .sub-main--bean .section-banner .banner-bx .banner-txt {
        padding-top: 0 !important
    }
}

@media (max-width:1200px) {
    .sub-main--bean .section-banner .banner-bx .banner-txt .txt {
        font-size: 2em
    }
}

@media (max-width:768px) {
    .sub-main--bean .section-banner .banner-bx .banner-txt .txt {
        font-size: 1.625em
    }
}

.sub-main--bean .section-banner .banner-img {
    padding-left: 1.875rem
}

@media (max-width:1200px) {
    .sub-main--bean .section-banner .banner-img {
        padding-left: 0;
        text-align: center
    }

    .sub-main--bean .section-banner .banner-img img {
        width: 80%
    }
}

@media (max-width:1024px) {
    .sub-main--bean .section-banner .banner-img img {
        width: 50%
    }
}

.sub-main--bean .section-banner .banner-txt {
    padding-left: 1.875rem
}

@media (max-width:1200px) {
    .sub-main--bean .section-banner .banner-txt {
        padding-left: 0
    }
}

.sub-main--bean .section-banner .banner-txt .txt {
    font-size: 2.375em;
    font-weight: 500
}

.sub-main--bean .section-banner .banner-txt .text {
    font-size: 1.625rem;
    font-weight: light
}

.sub-main--bean .blend-bar {
    width: 100%;
    max-width: 68.75rem;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 5rem 6.25rem
}

@media (max-width:1024px) {
    .sub-main--bean .blend-bar {
        padding: 2.5rem 1.875rem
    }
}

.sub-main--bean .blend-bar .title {
    font-size: 1.25em;
    font-weight: 800;
    margin-bottom: 2.5rem
}

.sub-main--bean .blend-bar .bar-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.sub-main--bean .blend-bar .bar-list .item {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.875rem
}

@media (max-width:768px) {
    .sub-main--bean .blend-bar .bar-list .item {
        display: block
    }
}

.sub-main--bean .blend-bar .txt {
    font-size: 1em;
    color: #666;
    font-weight: 600;
    margin-bottom: 0.625rem
}

@media (min-width:768.02px) {
    .sub-main--bean .blend-bar .txt {
        flex: 1 0 9.375rem;
        max-width: 9.375rem;
        margin-bottom: 0
    }
}

.sub-main--bean .blend-bar .square-bx {
    display: flex;
    align-items: center
}

@media (min-width:768.02px) {
    .sub-main--bean .blend-bar .square-bx {
        flex: 1 1 auto;
        width: 1%
    }
}

.sub-main--bean .blend-bar .square-bx .square {
    width: 8.125rem;
    height: 0.75rem;
    background-color: #ddd;
    margin: 0 0.1875rem
}

.sub-main--bean .blend-bar .square-bx .square.on {
    background-color: #ab162b
}

.sub-main--bean .blend-circle>p {
    line-height: 2
}

.sub-main--bean .blend-circle .circle-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 6.25rem;
    margin-top: 5rem
}

@media (max-width:1024px) {
    .sub-main--bean .blend-circle .circle-list {
        padding: 0
    }
}

.sub-main--bean .blend-circle .circle-list .circle-bx {
    flex: 1 0 33%;
    max-width: 33%;
    text-align: center
}

@media (max-width:1024px) {
    .sub-main--bean .blend-circle .circle-list .circle-bx {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 1.875rem
    }
}

.sub-main--bean .blend-circle .circle-list .circle-bx .circle-inner {
    width: 14.0625rem;
    height: 14.0625rem;
    margin: 0 auto
}

.sub-main--bean .blend-circle .circle-list .circle-bx .circle-inner .circle {
    position: relative
}

.sub-main--bean .blend-circle .circle-list .circle-bx .circle-inner .progressbar-text {
    font-size: 2.875em;
    color: #333 !important;
    font-weight: 600 !important
}

.sub-main--bean .blend-circle .circle-list .circle-bx .circle-inner .progressbar-text:after {
    content: "%";
    display: block;
    font-size: 1.1875rem;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -38%
}

.sub-main--bean .blend-circle .circle-list .circle-bx .text {
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 1.25rem
}

.sub-main--membership .app-list .item a img {
    width: 12.5rem
}

.sub-main--membership .membership-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 9.375rem -1.25rem 0 -1.25rem
}

@media (max-width:576px) {
    .sub-main--membership .membership-list {
        margin: 6.25rem 0 0 0
    }
}

.sub-main--membership .membership-list .item {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 1.25rem;
    margin-bottom: 6.25rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1024px) {
    .sub-main--membership .membership-list .item {
        flex: 1 0 50%;
        max-width: 50%
    }
}

@media (max-width:576px) {
    .sub-main--membership .membership-list .item {
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 3.125rem
    }
}

.sub-main--membership .membership-list .item:before {
    content: "";
    display: block;
    height: 70%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

@media (max-width:576px) {
    .sub-main--membership .membership-list .item:before {
        display: none !important
    }
}

.sub-main--membership .membership-list .item:first-of-type:before {
    display: none
}

@media (min-width:1024.02px) {
    .sub-main--membership .membership-list .item:nth-of-type(4):before {
        display: none
    }
}

.sub-main--membership .membership-list .item .icon {
    margin-bottom: 2.5rem
}

.sub-main--membership .membership-list .item .icon img {
    width: 6.25rem
}

.sub-main--membership .membership-list .item .tit {
    font-size: 1.375em;
    font-weight: 700
}

.sub-main--membership .membership-list .item .des {
    font-size: 1.125em;
    color: #666;
    font-weight: 500;
    margin-top: 0.625rem
}

@media (min-width:576.02px) {
    .sub-main--membership .membership-list .item .des {
        min-height: 6.25rem
    }
}

.sub-main--menu1 {
    text-align: center
}

.sub-main--menu1 .container {
    position: relative
}

.sub-main--menu1 .container .swiper-button {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    z-index: 100;
    font-size: 5em;
    color: #9b9b9b
}

@media (max-width:768px) {
    .sub-main--menu1 .container .swiper-button {
        display: none
    }
}

.sub-main--menu1 .container .swiper-button--prev {
    left: 130px
}

@media (max-width:1200px) {
    .sub-main--menu1 .container .swiper-button--prev {
        left: 0
    }
}

.sub-main--menu1 .container .swiper-button--next {
    right: 130px
}

@media (max-width:1200px) {
    .sub-main--menu1 .container .swiper-button--next {
        right: 0
    }
}

.sub-main--menu1 .manu-wrap {
    width: 100%;
    max-width: 58.75rem;
    margin: 0 auto
}

.sub-main--menu1 .manu-wrap .view-slide-big {
    position: relative
}

.sub-main--menu1 .manu-wrap .view-slide-big .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.sub-main--menu1 .manu-wrap .view-slide-big .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 141.4893617021%
}

.sub-main--menu1 .manu-wrap .view-slide-big .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.sub-main--menu1 .manu-wrap .view-slide-big .txt {
    font-size: 1.5em;
    max-width: 37.5rem;
    width: 100%;
    margin: 1.875rem auto 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 2.6em
}

@media (max-width:768px) {
    .sub-main--menu1 .manu-wrap .view-slide-big .txt {
        font-size: 1.375em
    }
}

.sub-main--menu1 .manu-wrap .view-slide-thumb {
    margin-top: 3.75rem
}

.sub-main--menu1 .manu-wrap .view-slide-thumb .link:hover .img-bx:before {
    border-color: #ab162b
}

.sub-main--menu1 .manu-wrap .view-slide-thumb .img-bx {
    overflow: hidden;
    z-index: 4;
    display: block;
    position: relative;
    overflow: hidden
}

.sub-main--menu1 .manu-wrap .view-slide-thumb .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 140.9090909091%
}

.sub-main--menu1 .manu-wrap .view-slide-thumb .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.sub-main--menu1 .manu-wrap .view-slide-thumb .img-bx:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid transparent;
    transition: 0.2s all;
    z-index: 10
}

.sub-main--menu2 .tab-list,
.sub-main--menu3 .tab-list {
    justify-content: center
}

.sub-main--menu3 .menu-list .link {
    cursor: default
}

.map-search-tab {
    width: 100%;
    max-width: 61.4375rem;
    margin: 3.125rem auto
}

.map-search-tab .tab-bx {
    text-align: center
}

.map-search-tab .tab-bx--1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.625rem
}

.map-search-tab .tab-bx .item {}

.map-search-tab .tab-bx .item:nth-of-type(4) {}

.map-search-tab .tab-bx .item:nth-of-type(4) select {
    height: 3.125rem
}

@media (max-width:768px) {
    .map-search-tab .tab-bx .item:nth-of-type(4) select {
        margin-bottom: 0.3125rem
    }

    .map-search-tab .tab-bx .item:nth-of-type(4) select:last-child {
        margin-bottom: 0
    }
}

.map-search-tab .tab-bx .item:nth-of-type(4) select:first-of-type {
    margin-right: 0.5rem
}

.map-search-tab .tab-bx .item:last-of-type {
    position: relative
}

.map-search-tab .tab-bx .item:last-of-type input {
    width: 100%;
    border: none;
    height: 3.125rem;
    padding-right: 2.8125rem
}

.map-search-tab .tab-bx .item:last-of-type .input_deco {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    background: url(../images/icon/search_i.png) no-repeat;
    background-size: 100%;
    width: 1.125rem;
    height: 1.125rem;
    z-index: 50
}

.map-search-tab .tab-bx .input-label {
    display: inline-block;
    width: 100%;
    -webkit-user-select: none;
    user-select: none
}

.map-search-tab .tab-bx .input-label__txt {
    display: block;
    position: relative;
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    color: #111;
    font-weight: 600;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer
}

.map-search-tab .tab-bx .input-label__txt:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.5rem
}

@media (max-width:768px) {
    .map-search-tab .tab-bx .input-label__txt:before {
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.75rem
    }
}

.map-search-tab .tab-bx .input-label__txt.check_1:before {
    background-image: url(../images/icon/parking_i.png)
}

.map-search-tab .tab-bx .input-label__txt.check_2:before {
    background-image: url(../images/icon/new_i.png)
}

.map-search-tab .tab-bx .input-label__txt.check_3:before {
    background-image: url(../images/icon/pet_i.png)
}

.map-search-tab .tab-bx .input-label--checkbox {
    position: relative
}

.map-search-tab .tab-bx .input-label--checkbox input {
    position: absolute;
    height: 0;
    width: 0;
    top: 1px;
    left: 1px;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    resize: none
}

.map-search-tab .tab-bx .input-label input:checked+span {
    border-color: #ad172b
}

.map-search-tab .tab-bx .input-label input:checked+.check_1:before {
    background-image: url(../images/sub/bus_i.png)
}

.map-search-tab .tab-bx .input-label input:checked+.check_2:before {
    background-image: url(../images/sub/new_i.png)
}

.map-search-tab .tab-bx .input-label input:checked+.check_3:before {
    background-image: url(../images/sub/pet_i.png)
}

@media (min-width:768.02px) {
    .map-search-tab .tab-bx--2 {
        display: grid;
        grid-template-columns: 20.0625rem 1fr;
        column-gap: 0.625rem
    }
}

.map-search-tab .tab-bx--2 .item {
    margin-top: 0.625rem
}

.map-search-tab .tab-bx--2 .item:first-of-type {
    display: flex;
    align-items: center;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem
}

.map-search-tab .tab-bx--2 .item:first-of-type .select-bx {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 0.3125rem
}

.map-search-tab .tab-bx--2 .item:last-of-type {
    border: 1px solid #ddd
}

.store-slide-wrap {
    position: relative;
    width: 100%;
    max-width: 93.75rem;
    padding: 0 4.375rem;
    margin: 0 auto
}

@media (max-width:1024px) {
    .store-slide-wrap {
        padding: 0 2.5rem
    }
}

@media (max-width:1024px) {
    .store-slide-wrap {
        padding: 0 1.25rem
    }
}

.store-slide-wrap .swiper-wrapper {
    height: auto
}

.store-slide-wrap .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4.375rem;
    color: #999;
    z-index: 50
}

.store-slide-wrap .swiper-button--prev {
    left: 0
}

.store-slide-wrap .swiper-button--next {
    right: 0
}

@media (max-width:1024px) {
    .store-slide-wrap .swiper-button {
        display: none
    }
}

.store-slide-wrap .swiper-slide {
    position: relative
}

.store-slide-wrap .swiper-slide .link {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 1.25rem;
    border: 2px solid #ddd;
    transition: 0.2s
}

.store-slide-wrap .swiper-slide .link:hover {
    border: 2px solid #ad172b
}

.store-slide-wrap .swiper-slide .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.store-slide-wrap .swiper-slide .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.store-slide-wrap .swiper-slide .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.store-slide-wrap .swiper-slide .txt-bx {
    margin-top: 1.25rem
}

.store-slide-wrap .swiper-slide .txt-bx .tit {
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.store-slide-wrap .swiper-slide .txt-bx .des {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 2.6em
}

.sub-main--store .table_board_for {
    border-top: 1px solid #999
}

@media (max-width:768px) {
    .sub-main--store .table_board_for .no_data {
        text-align: center
    }
}

.sub-main--store .table_board_for .icon-bx {
    display: flex;
    align-items: center
}

@media (max-width:576px) {
    .sub-main--store .table_board_for .icon-bx {
        margin-top: 0.3125rem
    }
}

.sub-main--store .table_board_for .icon-bx .icon {
    padding: 0 0.3125rem;
    display: flex;
    align-items: center
}

@media (max-width:1024px) {
    .sub-main--store .table_board_for .icon-bx .icon {
        padding: 0 0.625rem
    }
}

.sub-main--store .table_board_for .icon-bx .icon:first-of-type {
    padding-left: 0
}

.sub-main--store .table_board_for .icon-bx img {
    width: 1.625rem
}

.sub-main--store .table_board_for .icon-bx .text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    padding-left: 0.3125rem
}

@media (min-width:1024.02px) {
    .sub-main--store .table_board_for .icon-bx .text {
        display: none
    }
}

.sub-main--store .table_board_for thead tr th {
    background-color: #fafafa
}

.sub-main--store .table_board_for tr td,
.sub-main--store .table_board_for tr th {
    font-size: 1.125em;
    padding: 15px 10px
}

@media (max-width:768px) {

    .sub-main--store .table_board_for tr td,
    .sub-main--store .table_board_for tr th {
        font-size: 0.9375em !important
    }
}

.sub-main--store .table_board_for tr th {
    color: #333
}

.sub-main--store .table_board_for tr td {
    color: #666;
    font-weight: 500
}

.sub-main--store .table_board_for tr td:first-of-type {
    font-weight: 600;
    color: #333
}

.sub-main--store .table_board_for tr td:first-of-type .store_tit {
    display: inline-block
}

.sub-main--store .table_board_for tr td:first-of-type .new_i {
    position: relative
}

@media (max-width:1024px) {
    .sub-main--store .table_board_for tr td:first-of-type .new_i {
        padding-left: 30px
    }
}

.sub-main--store .table_board_for tr td:first-of-type .new_i:before {
    content: "";
    display: block;
    background: url(../images/sub/new_i.png) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0 !important;
    transform: translateY(-50%);
    margin-left: 1.25rem
}

@media (min-width:1024.02px) {
    .sub-main--store .table_board_for tr td:first-of-type .new_i:before {
        left: -60px !important
    }
}

@media (max-width:1024px) {
    .sub-main--store .table_board_for tr td:first-of-type .new_i:before {
        margin-left: 0.3125rem;
        width: 20px;
        height: 20px
    }
}

.sub-main--store .table_board_for tr td:nth-of-type(2) {
    text-align: left
}

.sub-main--store .table_board_for tr .xi-search {
    font-size: 1.375em
}

.sub-main--store .map-img .map {
    position: relative
}

.sub-main--store .map-img .map:after {
    content: "";
    display: block;
    padding-bottom: 38.5714285714%
}

.sub-main--store .map-img .map .root_daum_roughmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sub-main--store .map-img .map .root_daum_roughmap .wrap_map {
    width: 100%;
    height: 100% !important
}

.sub-main--store .map-img .map .root_daum_roughmap .wrap_controllers {
    display: none
}

@media (max-width:768px) {
    .sub-main--store .map-img .map {
        position: relative
    }

    .sub-main--store .map-img .map:after {
        content: "";
        display: block;
        padding-bottom: 71.0526315789%
    }

    .sub-main--store .map-img .map .root_daum_roughmap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .sub-main--store .map-img .map .root_daum_roughmap .wrap_map {
        width: 100%;
        height: 100% !important
    }

    .sub-main--store .map-img .map .root_daum_roughmap .wrap_controllers {
        display: none
    }
}

@keyframes unfold {
    0% {
        opacity: 0;
        transform: perspective(5000px) rotateY(90deg);
        transition: 1s transform, 0.7s opacity
    }

    to {
        opacity: 1;
        transform: perspective(2500px) rotateY(0deg)
    }
}

.sub-main-competi .competi-list .img-bx {
    opacity: 0
}

.sub-main-competi .competi-list.active .img-bx {
    animation-name: unfold;
    animation-duration: 1s;
    animation-delay: 300ms;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@media (max-width:768px) {
    .sub-main-competi .competi-list.active .img-bx {
        animation-duration: 0.5s;
        animation-delay: 100ms
    }
}

.sub-main-competi .education-list {
    text-align: center
}

@media (min-width:768.02px) {
    .sub-main-competi .education-list {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.sub-main-competi .education-list .item {
    position: relative;
    padding: 0.625rem 0;
    margin-bottom: 1.875rem
}

@media (min-width:768.02px) {
    .sub-main-competi .education-list .item {
        flex: 1 0 33%;
        max-width: 33%;
        margin-bottom: 0
    }

    .sub-main-competi .education-list .item:after {
        content: "";
        display: block;
        height: 15rem;
        width: 1px;
        background-color: #dddddd;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }
}

.sub-main-competi .education-list .item:last-of-type {
    margin-bottom: 0 !important
}

.sub-main-competi .education-list .item:last-of-type:after {
    display: none
}

.sub-main-competi .education-list .item .icon {
    width: 6.0625rem;
    margin: 0 auto 1.5625rem auto
}

@media (min-width:768.02px) {
    .sub-main-competi .education-list .item p {
        min-height: 4.6875rem
    }
}

.sub-main--interior .text-bx {
    text-align: center;
    margin-bottom: 2.5rem
}

@media (max-width:768px) {
    .sub-main--interior .text-bx {
        padding: 0 20px
    }
}

.sub-main--interior .text-bx .number {
    font-size: 1.625em;
    color: #ad172b;
    font-weight: 500;
    margin-bottom: 0.625rem
}

@media (max-width:768px) {
    .sub-main--interior .text-bx .number {
        font-size: 1.4375em
    }
}

.sub-main--interior .text-bx .tit {
    font-size: 2.125em;
    font-weight: 500
}

@media (max-width:768px) {
    .sub-main--interior .text-bx .tit {
        font-size: 1.75em
    }
}

.sub-main--interior .interior-slide-wrap .swiper-wrapper {
    height: auto !important
}

.sub-main--interior .interior-slide-wrap .swiper-slide {
    position: relative;
    transform: scale(0.8);
    transition: 0.2s
}

.sub-main--interior .interior-slide-wrap .swiper-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: 0.2s
}

.sub-main--interior .interior-slide-wrap .swiper-slide.swiper-slide-active {
    transform: scale(1)
}

.sub-main--interior .interior-slide-wrap .swiper-slide.swiper-slide-active:after {
    opacity: 0
}

.sub-main--interior .interior-slide-wrap .swiper-ctrl {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50
}

.sub-main--interior .interior-slide-wrap .swiper-ctrl .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 62.5rem
}

.sub-main--interior .interior-slide-wrap .swiper-ctrl .swiper-button {
    font-size: 3.75em;
    color: #666
}

.sub-main--opening .process-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6.25rem;
    text-align: center;
    position: relative
}

@media (max-width:768px) {
    .sub-main--opening .process-list {
        display: block;
        padding-bottom: 0
    }

    .sub-main--opening .process-list:after {
        display: none !important
    }
}

.sub-main--opening .process-list:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 26%
}

.sub-main--opening .process-list:first-of-type .process-list__item:first-child:after {
    width: 50%
}

.sub-main--opening .process-list:first-of-type:after,
.sub-main--opening .process-list:nth-of-type(3):after {
    right: 0.4%
}

.sub-main--opening .process-list:nth-of-type(3) .process-list__item:first-child:after {
    width: 89%
}

.sub-main--opening .process-list:nth-of-type(3):after {
    display: none
}

.sub-main--opening .process-list:nth-of-type(3) .process-list__item:last-child:after {
    right: 50%;
    width: 50%
}

.sub-main--opening .process-list:nth-of-type(2):after {
    left: 4%
}

.sub-main--opening .process-list:nth-of-type(2) .process-list__item:first-of-type {
    order: 3
}

.sub-main--opening .process-list:nth-of-type(2) .process-list__item:nth-of-type(2) {
    order: 2
}

.sub-main--opening .process-list:nth-of-type(2) .process-list__item:nth-of-type(3) {
    order: 1
}

.sub-main--opening .process-list:nth-of-type(2) .process-list__item:nth-of-type(3):after {
    width: 89%
}

.sub-main--opening .process-list__item {
    flex: 1 0 33%;
    max-width: 33%;
    min-height: 17.5rem;
    position: relative
}

@media (max-width:768px) {
    .sub-main--opening .process-list__item {
        flex: none;
        max-width: 100%;
        margin-bottom: 1.25rem
    }

    .sub-main--opening .process-list__item:after {
        display: none !important
    }
}

.sub-main--opening .process-list__item:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 35%;
    z-index: -1
}

.sub-main--opening .process-list__item .icon-bx {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.sub-main--opening .process-list__item .icon-bx img {
    width: 4.9375rem
}

.sub-main--opening .process-list__item .txt-bx {
    margin-top: 1.25rem
}

.sub-main--opening .process-list__item .txt-bx .tit {
    font-size: 1.375em;
    font-weight: 700
}

.sub-main--opening .process-list__item .txt-bx .tit .number {
    color: #ab162b;
    display: inline-block;
    padding-right: 0.3125rem
}

.sub-main--opening .process-list__item .txt-bx .des {
    font-size: 1.125em;
    color: #666;
    font-weight: 500;
    margin-top: 0.625rem
}

.table-st--1 {
    width: 100%;
    border-top: 1px solid #333
}

@media (max-width:768px) {
    .table-st--1 {
        max-width: 47.5rem;
        margin: 0 auto
    }
}

.table-st--1 .w-150 {
    width: 280px
}

.table-st--1 tr td,
.table-st--1 tr th {
    font-size: 1.125em;
    padding: 0.9375rem 0.9375rem;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media (max-width:768px) {

    .table-st--1 tr td,
    .table-st--1 tr th {
        padding: 0.625rem
    }
}

.table-st--1 tr td:last-child,
.table-st--1 tr th:last-child {
    border-right: 0
}

@media (max-width:768px) {

    .table-st--1 tr td,
    .table-st--1 tr th {
        font-size: 15px
    }
}

@media (max-width:576px) {

    .table-st--1 tr td,
    .table-st--1 tr th {
        font-size: 14px
    }
}

.table-st--1 tr th {
    font-weight: 600;
    background-color: #fafafa
}

.table-st--1 tr td {
    color: #666
}

.table-st--1 tr td:first-child {
    color: #333;
    font-weight: 600
}

@media (max-width:1024px) {
    .table-st--1 .w-150 {
        width: 150px
    }
}

@media (max-width:768px) {
    .table-st--1 .w-150 {
        width: 80px
    }

    .table-st--1 .bullet-list {
        text-align: left
    }

    .table-st--1 .bullet-list .item:before {
        width: 5px
    }
}

.inquiry-form {
    width: 100%;
    max-width: 46.875rem;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 2.5rem 3.75rem
}

@media (max-width:768px) {
    .inquiry-form {
        padding: 2.5rem 1.25rem
    }
}

.inquiry-form .table-form-01 {
    border-top: none !important
}

.inquiry-form .table-form-01 tr {
    border-bottom: none !important;
    padding: 0 !important
}

.inquiry-form .table-form-01 tr th {
    font-weight: 600;
    padding: 0 0 0.625rem 0 !important
}

.inquiry-form .table-form-01 tr th span {
    color: #b63547
}

.inquiry-form .table-form-01 tr th span.text {
    font-size: 0.875rem
}

.inquiry-form .table-form-01 tr td {
    padding: 0 0 1.25rem 0 !important
}

.inquiry-form .table-form-01 tr td,
.inquiry-form .table-form-01 tr th {
    font-size: 1.125em;
    display: block;
    border-bottom: none !important
}

.board_btn_bx {
    margin-top: 3.125rem
}

.board_btn_bx input {
    padding: 0.9375rem 3.75rem
}

.sub-main--event .tab-list .link {
    flex: 1;
    max-width: 100%
}

.sub-main--event .gallery-custom-list .link .text {
    text-align: left
}

.tab-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .tab-list {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin: 0 0 0 -0.625rem;
        margin-right: -20px;
        padding-right: 20px;
        padding-bottom: 10px
    }

    .tab-list::-webkit-scrollbar {
        height: 3px
    }

    .tab-list::-webkit-scrollbar-thumb {
        background-color: #ad172b;
        border-radius: 10px
    }

    .tab-list::-webkit-scrollbar-track {
        background-color: #dddddd
    }
}

.tab-list .link {
    text-align: center;
    color: #555;
    font-size: 1.125em;
    font-weight: 500;
    height: 3.75rem;
    line-height: 3.75rem;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-top: -1px;
    background-color: #fff;
    transition: 0.2s
}

@media (min-width:768.02px) {
    .tab-list .link {
        flex: 1 0 20%;
        max-width: 20%
    }
}

@media (max-width:768px) {
    .tab-list .link {
        display: inline-block;
        width: 10rem;
        padding: 0;
        margin-top: 0;
        margin-left: 0.625rem
    }
}

.tab-list .link.on {
    color: #fff;
    background-color: #ab162b
}

.gallery-custom-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 4.375rem -0.625rem 0 -0.625rem
}

.gallery-custom-list .no_data {
    flex: 1 0 100%;
    max-width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
    font-size: 1.25em
}

.gallery-custom-list .item {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 0.3125rem 0.625rem 0.3125rem
}

@media (max-width:1024px) {
    .gallery-custom-list .item {
        flex: 1 0 50%;
        max-width: 50%
    }
}

.gallery-custom-list .link {
    display: block;
    position: relative;
    padding: 1.875rem 1.25rem;
    z-index: 5
}

@media (max-width:768px) {
    .gallery-custom-list .link {
        padding: 0.9375rem 0.625rem
    }
}

.gallery-custom-list .link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
    transition: 0.2s all;
    z-index: 10
}

.gallery-custom-list .link:hover:after {
    border: 2px solid #ab162b
}

.gallery-custom-list .link .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.gallery-custom-list .link .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.gallery-custom-list .link .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.gallery-custom-list .link .text {
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 1.25rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gallery-custom-list .link .date {
    display: inline-block;
    font-weight: 300;
    color: #666;
    margin-top: 0.625rem
}

.gallery-custom-list .link .badge-bx {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.625rem;
    margin-left: 0.625rem;
    display: flex;
    align-items: center;
    text-align: center
}

.gallery-custom-list .link .badge-bx .badge {
    display: inline-block;
    font-size: 0.6875em;
    color: #fff;
    font-weight: 600;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    border-radius: 0 0 0.8125rem 0.8125rem;
    margin: 0 0.1875rem;
    padding: 0
}

@media (max-width:768px) {
    .gallery-custom-list .link .badge-bx .badge {
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        font-size: 0.625rem
    }
}

.gallery-custom-list .link .badge-bx .badge_best {
    background-color: #ab162b
}

.gallery-custom-list .link .badge-bx .badge_new {
    background-color: #e13c53
}

.gallery-custom-list .link .badge-bx .badge_current {
    background-color: #ab162b
}

.gallery-custom-list .link .badge-bx .badge_end {
    background-color: #999
}

.gallery-custom-list .link .badge-bx .badge_current,
.gallery-custom-list .link .badge-bx .badge_end {
    font-size: 0.875em;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem
}