@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: #ad172b
}

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

.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: #ad172b
}

@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: 1px;
    height: 0;
    background: #ad172b;
    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
}






html {
    font-family: 'Nanum Gothic Coding';
    overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Indie+Flower&family=Noto+Sans+KR:wght@100;700;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ë…¸ë§ë¼ì´ì¦ˆ */
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
em {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    font-style: normal;
}

h1,
p {
    font-family: 'Noto Sans KR';
}


a {
    text-decoration: none;
    color: inherit;
    list-style: none;

}

.clearfix::before,
.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

/*spinning text*/
.smile-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: auto;
    animation-duration: 9s;
    animation-name: smileRotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-duration: 9s;
    -webkit-animation-name: smileRotate;
    -webkit-animation-iteration-count: infinite;
    z-index: 9999;
}

.smile-img img {
    width: 100%;
}

.smile-img {
    margin: 23px 0 0 15%;
    width: 150px;
}

@keyframes smileRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes smileRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*spinning text*/

/*scroll top button*/
#button {
    display: inline-block;
    background-color: #ef831e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #082841;
}

#button:active {
    background-color: #082841;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */



@media (min-width: 500px) {

    #button {
        margin: 30px;
        bottom: 10px;
        right: 10px;
    }
}

/*scroll top button*/

/*header start*/
/* #wrap {
    width: 1480px;
    margin: 0 auto;
}

#header {
    text-align: center;
    position: relative;
}

#header .logo {
    float: left;
    width: 250px;
    height: 100px;
}

#header .nav {
    float: right;
    width: 1100px;
    margin-top: 30px;
}

#header .nav li {
    position: relative;
    float: left;
    width: 16%;
    text-align: center;
    font-weight: 600;

}

#header .nav li a {
    padding: 10px;
    display: block;
    font-size: 20px;
    color: #000000;
}

#header .nav li a:hover {
    color: #082841;
}

#header .nav li .hover:after {
    bottom: -23px;
    background-color: #082841;
    content: ' ';
    height: 5px;
    left: 0;
    position: absolute;
    transition: width 0.3s;
    width: 0;
}

#header .nav li .hover:hover:after,
#header .nav li .hover:focus:after {
    width: 100%;
}

#header .logo img {
    margin-top: 18px;
} */



/*header submenu start*/

/* #header .nav li ul.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    height: 183px;
    opacity: 1;
    margin-bottom: 10px !important;
    z-index: 1000;
    padding: 20px;
    line-height: 25px;
}


#header .nav li ul.submenu li {
    width: 100%;
    border-right: 0;
}

#header .nav li ul.submenu li a {
    font-family: 'Nanum Gothic Coding';
    font-weight: 300;
    color: #898989;
    font-size: 16px;
    margin-top: 2px;
}

#header .nav li ul.submenu li a:hover {
    color: #ef831e;
} */

/*header submenu end*/
/*header end*/


/*brand_info_banner start*/
.brand_info_banner {
    width: 100%;
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(brand_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: hidden;
}

.brand_info_banner h1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    line-height: 100px;
    text-align: center;
    font-size: 3.5em;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    font-family: 'Black Han Sans';
}

.brand_info_banner p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: -3px;
    font-weight: 900;
}

/*brand_info_banner end*/

/*tab menu start*/
#tab-menu {
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    font-family: 'Noto Sans KR';
}

#tab-btn ul {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#tab-btn li {
    display: inline-block;
    width: 25%;
    text-align: center;
}

#tab-btn li a {
    display: block;
    color: #000000;
    padding: 20px 20px;
    font-weight: bold;
    line-height: 20px;
}

#tab-btn li.active a {
    border-bottom: 3px solid #ef831e;
    color: #ef831e;
}

 #tab-btn li a:hover {
color: #ef831e;
}

/*tab menu end*/

/*customer_banner start*/
.customer_banner {
    width: 1240px;
    height: 350px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(franchise_banner.png);
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: hidden;
    margin-bottom: 40px;
}

.text {
    width: 100%;
    margin: 0 auto;
}

.text h1 {
    width: 100%;
    line-height: 200px;
    text-align: center;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    margin-left: 30px;
    margin-top: 80px;
    font-family: 'Black Han Sans';
}

/*mobile text*/
/*customer_banner end*/


/*ì°½ì—…ë¬¸ì˜ start*/
.wrap {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.wrap p {
    text-align: center;
    padding: 8px;
}

.wrap h1:before {
    display: block;
    width: 80px;
    height: 2px;
    background: #000;
    content: "";
    margin: 0 auto 10px;
}

.wrap h1 {
    margin-bottom: 30px;
}



.wrap p input {
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 20px;
    background-color: #fff;
}

.wrap p input:hover {
    background-color: #2c382e;
    color: #fff;
    border-radius: 20px;
}

.in_wrap {
    width: 1240px;
    border: 0;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-top: 2px solid #888;
    border-bottom: 2px solid #888;

}


.in_wrap tr {
    background-color: #fff;

}

.in_wrap th {
    width: 200px;
    padding: 15px;
    /*            background-color: #dddddd;*/
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);

}

.in_wrap tr td {
    width: 950px;
    height: 30px;
    text-align: left;
    padding: 18px 40px;
    /*            background-color: #e5e5e5;*/
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
    border-left: 1px solid rgba(136, 136, 136, 0.3);


}



.in_wrap tr td input {
    padding: 10px 15px;
}

.in_wrap b {
    color: red;
}

.in_wrap textarea {
    width: 100%;
}


/*ê°œì¸ì •ë³´ì²˜ë¦¬ start*/
/* btn */
.btn-wrap {
    float: right;
    margin-right: 76%;
    margin-top: 2.5px;
}

.btn-wrap>a {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    line-height: 10px;
    border-radius: 3px;
    font-family: none;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    padding: 5px 12px;
}


/* modal */
#modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    z-index: 9999;
}

#modal .modal-bg {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#modal .modal-bg .modal-cont {
    position: relative;
    background: #fff;
    padding: 20px;
    max-width: 500px;
    max-height: 500px;
    display: inline-block;
    overflow: scroll;

}

#modal .modal-bg .modal-cont h2 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 10px;
    text-indent: 0.3em;
}

#modal .modal-bg .modal-cont p {
    font-size: 18px;
    text-align: left;
}

#modal .modal-bg .modal-cont .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 35px;
    padding: 5px;
    background: #000;
}

#modal .modal-bg .modal-cont .close svg {
    width: 24px;
    fill: #fff;
    vertical-align: top;
}

#modal.three {
    transform: scale(1);
}

#modal.three .modal-bg {
    background: rgba(0, 0, 0, 0);
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

#modal.three .modal-bg .modal-cont {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

#modal.three.out {
    animation: quickScaleDown 0s .5s linear forwards;
}

#modal.three.out .modal-bg {
    background: rgba(0, 0, 0, 0);
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

#modal.three.out .modal-bg .modal-cont {
    opacity: 0;
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.85, 0.44, 1) forwards;
}

@keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0)
    }

    100% {
        background: rgba(0, 0, 0, 0.7)
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7)
    }

    100% {
        background: rgba(0, 0, 0, 0)
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.5) translatey(1000px);
        opacity: 0
    }

    100% {
        transform: scale(1) translatey(0px);
        opacity: 1
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translatey(0px);
        opacity: 1
    }

    100% {
        transform: scale(0.5) translatey(1000px);
        opacity: 0
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }

    99.9% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

/*ê°œì¸ì •ë³´ì²˜ë¦¬ end*/











.box-radio-input input[type="radio"] {
    display: none;
}

.box-radio-input input[type="radio"]+span {
    display: inline-block;
    background: none;
    border: 1px solid #000000;
    padding: 0px 10px;
    text-align: center;
    height: 35px;
    line-height: 33px;
    font-weight: 500;
    cursor: pointer;
}

.box-radio-input input[type="radio"]:checked+span {
    border: 1px solid #23a3a7;
    background: #3777c8;
    color: #fff;
}






/*ì²´í¬ë°•ìŠ¤ css start*/
.form-checkbox-label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block;

}

.form-checkbox-label:hover i,
.form-radio-label:hover i {
    color: #337ab7;
}

.form-checkbox-label span {
    display: block;
    width: 40px;
    float: left;
    margin-top: 2.5px;
}

.form-checkbox-label input {
    width: auto;
    opacity: 0.0001;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    margin: 0;
    padding: 0;
}

.form-checkbox-button {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    color: #999;
    left: 0;
    top: 0.25rem;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    transition: color 0.28s ease;
    will-change: color;
}

.form-checkbox-button::before,
.form-checkbox-button::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #337ab7;
    display: block;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: "";
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
    will-change: opacity, height;
}

.form-checkbox-button::before {
    top: 0.65rem;
    left: 0.38rem;
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.form-checkbox-button::after {
    top: 0.3rem;
    left: 0;
    transform: rotate(-45deg);
}

.form-checkbox-field:checked~.form-checkbox-button {
    color: #337ab7;
}

.form-checkbox-field:checked~.form-checkbox-button::after,
.form-checkbox-field:checked~.form-checkbox-button::before {
    opacity: 1;
    transition: height 0.28s ease;
}

.form-checkbox-field:checked~.form-checkbox-button::after {
    height: 0.5rem;
}

.form-checkbox-field:checked~.form-checkbox-button::before {
    height: 1.2rem;
    transition-delay: 0.28s;
}

/*ì²´í¬ë°•ìŠ¤ css end*/

/*ì°½ì—…ë¬¸ì˜ end*/

/*footer start*/
/* í‘¸í„° */
#footer {
    background: #211f1f;
    font-family: 'ë‚˜ëˆ”ë°”ë¥¸ê³ ë”•';
    z-index: 1;
    position: relative;
    overflow: hidden;

}

#footer .row {
    height: 280px;
    overflow: hidden;
}

.footer_sns {
    position: absolute;
    right: 220px;
    top: 43px;
}

.footer_sns ul {
    z-index: 1000;
}

.footer_sns li {
    margin-top: 20px;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 4px;
    font-size: 30px;
    color: white;
}



.footer_sns .tel {
    text-align: right;
    padding-top: 15px;
}

.footer_sns .tel i {
    color: white;
    font-size: 25px;
}

.footer_sns .tel a {
    color: #8f8f8f;
    font-size: 21px;
    pointer-events: none;
    cursor: default;
}

.footer_sns .tel a em {
    color: #fff;
}

.footer_infor {
    padding: 50px 0;
    width: 50%;
    margin-left: 230px;
}



.footer_infor h2 img {
    width: 150px;
}

.footer_infor ul {
    padding: 15px 0;
}

.footer_infor li {
    position: relative;
    display: inline;
    padding-right: 16px;
    white-space: nowrap;
}

.footer_infor li:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 4px;
    width: 1px;
    height: 11px;
    background: #fff;
}

.footer_infor li:last-child:after {
    width: 0;
    height: 0;
}

.footer_infor li a {
    color: #8f8f8f;
}

.footer_infor address p {
    color: #8f8f8f;
    padding-bottom: 15px;
}

#top_btn {
    margin-top: 25px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid black;
}

.family_site select {
    background: #211f1f;
    border: 1px solid #aaa;
    color: #eee;
    padding: 10px 1rem;
    margin-top: 20px;
  
}


/*footer end*/



































/*mobile ë²„ì „ ì ìš©ëž€ start*/
@media screen and (max-width: 768px) {
    #wrap {
        display: none;
    }

    .smile-img {
        display: none;
    }

    /*header mobile start*/
    /* ëª¨ë°”ì¼ í—¤ë” */
    .m-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 65px;
        z-index: 500;
    }

    .m-header>.m-top-bar {
        width: 100%;
        height: 65px;
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
        border-bottom: 2px solid #f5f5f5;
        background-color: #fff;
    }

    /* ëª¨ë°”ì¼ ë¡œê³  */
    .m-header>.m-top-bar>.m-top-logo {
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
    }

    .m-header>.m-top-bar>.m-top-logo>a>img {
        width: 77px;
        height: 33px;
    }

    /* ëª¨ë°”ì¼ gnb */
    /* ì–¸ì–´ì„ íƒ */
    .m-header>.m-top-bar>.m-global-nav {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translatey(-50%);
    }

    .m-header>.m-top-bar>.m-global-nav>ul {
        padding-right: 40px;
    }

    .m-header>.m-top-bar>.m-global-nav>ul>li>a {
        font-size: 12px;
        color: #979797;
        margin-right: 15px;
    }

    .m-header>.m-top-bar>.m-global-nav>ul>li>a.active {
        color: #000;
    }








    /* ëª¨ë°”ì¼ ë©”ë‰´ ì•„ì´ì½˜ */
    .m-header>.m-top-bar>.m-global-nav>.m-menu-ico {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translatey(-50%);
        width: 20px;
        height: 15px;
        cursor: pointer;
    }

    .m-header>.m-top-bar>.m-global-nav>.m-menu-ico>div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
    }

    .m-header>.m-top-bar>.m-global-nav>.m-menu-ico>div:nth-child(2) {
        top: 50%;
        transform: translatey(-50%);
    }

    .m-header>.m-top-bar>.m-global-nav>.m-menu-ico>div:nth-child(3) {
        top: auto;
        bottom: 0;
    }



    /* ëª¨ë°”ì¼ ë©”ë‰´ */
    .m-menu-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgba(76, 75, 73, .6);
        z-index: 400;
        overflow-y: hidden;
        transition: height .5s;
    }

    .m-menu-wrap.active {
        height: 100%;
    }

    .m-menu-wrap>.m-menu-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: top .8s;
    }

    .m-menu-wrap.active>.m-menu-container {
        top: 65px;
    }

    .m-menu-wrap>.m-menu-container>ul>li {
        border-bottom: 1px solid #dfdfdf;
    }

    .m-menu-wrap>.m-menu-container ul>li>a {
        display: block;
        font-size: 14px;
        padding: 20px 10px;
        background-color: #fff;
        text-align: center;
    }

    .m-menu-wrap>.m-menu-container ul>li>a:hover {
        color: #ef831e;
    }

    /*header mobile end*/

    /*mobile banner start*/
    .brand_info_banner {
        width: 100%;
        overflow: hidden;
        transition-duration: 0.7s;
        background-position: center;
        background-size: cover;

        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(brand_banner_mobile.png);
        background-repeat: no-repeat;
    }

    .brand_info_banner h1 {
        line-height: 70px;
        margin-top: 170px;
        font-size: 2rem;
    }

    .brand_info_banner p {
        font-size: 1rem;
    }

    /*mobile banner end*/

    /*mobile tab menu start*/
    #tab-menu {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        text-align: center;
    }

    #tab-btn ul {
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    #tab-btn li {
        display: inline-block;
        width: 30%;
        text-align: center;
    }

    #tab-btn li a {
        display: block;
        color: #000000;
        padding: 20px 20px;
        font-weight: bold;
        line-height: 20px;
        font-size: 0.8rem;
    }

    /*mobile tab menu end*/

    /*pc text hidden*/
    .text h1 {
        display: none;
    }

    /*mobile_menu banner start*/
    .customer_banner {
        width: 100%;
        overflow: hidden;
        transition-duration: 0.7s;
        background-position: center;
        background-size: cover;
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(franchise_banner_mobile.png);
        background-repeat: no-repeat;
        margin-bottom: 40px;
    }

    .text {
        width: 100%;
        margin: 0 auto;
    }

    .text h5 {
        width: 100%;
        color: white;
        font-size: 1.2em;
        text-align: center;
        line-height: 30px;
        margin-top: 140px;
    }

    /*mobile_menu banner end*/

    /*ì°½ì—…ë¬¸ì˜ ëª¨ë°”ì¼ start*/
    .wrap {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 40px;

    }

    .in_wrap {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }

    .in_wrap th {
        width: 100%;
        padding: 0;
        font-size: 0.9em;
    }

    .in_wrap tr td {
        width: 50%;
        height: 100px;
        text-align: left;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(136, 136, 136, 0.3);
        border-left: 1px solid rgba(136, 136, 136, 0.3);
    }

    .in_wrap tr td input {
        margin: 1.2px;
    }

    

    .in_wrap tr td label {
        margin: 3px;
    }

    .in_wrap b {
        display: none;
    }



    .btn-wrap {
        float: right;
        margin-right: 18px;
        padding: 5px;
        margin-top: -4px;

    }

    .btn-wrap>a {
        background-color: #fff;
        color: rgba(0, 0, 0, 0.7);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        border-radius: 3px;
        font-family: none;
        font-size: 0.3em;
        text-align: center;
        cursor: pointer;
    }

    .wrap p input {
        padding: 20px 40px;
        cursor: pointer;
        border-radius: 20px;
        margin-top: 20px;
        color: #000;
        background-color: #fff;
    }



    /*ì°½ì—…ë¬¸ì˜ ëª¨ë°”ì¼ end*/

    /*mobile footer start*/
    /* #footer {
        width: 100%;
    }

    .footer_infor {
        width: 60%;
        font-size: 0.7em;
        margin-left: 30px;
    }

    .footer_infor li:after {
        top: 1px;
        width: 1px;
        height: 11px;
        background: #fff;
    }

    .footer_sns {
        right: 23px;
        margin-top: 8px;
    }



    .footer_sns>ul>li>a>i {
        font-size: 0.9em;
    }

    .footer_sns .tel>i {
        font-size: 0.6em;
    }

    .footer_sns .tel a {
        font-size: 0.7em;
    }

    #top_btn {
        font-size: 0.1em;
        background: #fff;
    }
    
     .family_site select{
        display: none;
    } */

    /*mobile footer end*/















}



/*pc ë²„ì „ ì ìš©ëž€ start*/
@media screen and (min-width: 769px) {
    .m-header {
        display: none;
    }

    .m-menu-wrap {
        display: none;
    }

    .text h5 {
        display: none;
    }






}
