﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC");

*, *:active, *:focus, *:hover, *:link, *:visited {
    -o-transition: background-color 0.2s linear, border-color 0.1s linear;
    -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
    transition: background-color 0.2s linear, border-color 0.1s linear
}

[class*=" fa-"], [class^="fa-"] {
    font-family: FontAwesome !important
}

html {
    font-size: 16px
}

input[type="text"] {
    font-size: inherit
}

body {
    color: #212121
}

[lang="en-us"], .en-us, [lang="en-us"] body {
    font-family: "Arial",sans-serif !important
}

[lang="ko-kr"], .ko-kr, [lang="ko-kr"] body {
    font-family: "Arial",sans-serif !important
}

[lang="vi-vn"], .vi-vn, [lang="vi-vn"] body {
    font-family: "Arial",sans-serif !important
}

[lang="ms-my"], .ms-my, [lang="ms-my"] body {
    font-family: "Arial",sans-serif !important
}

[lang="th-th"], .th-th, [lang="th-th"] body {
    font-family: "Arial",sans-serif !important
}

[lang="hi-in"], .hi-in, [lang="hi-in"] body {
    font-family: "Arial",sans-serif !important
}

[lang="ja-jp"], .ja-jp, [lang="ja-jp"] body {
    font-family: "Arial",sans-serif !important
}

[lang="zh-cn"], .zh-cn, [lang="zh-cn"] body {
    font-family: "Arial",sans-serif !important
}

[lang="zh-tw"], .zh-tw, [lang="zh-tw"] body {
    font-family: 'Noto Sans TC', 'microsoft jhenghei', '微軟正黑體', 'PingFangTC', '蘋方-繁', 'Arial', sans-serif !important
}

.socializer {
    padding: 0;
    margin: 0;
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, li, label {
    line-height: 2rem;
    letter-spacing: .05rem;
    font-weight: 400
}

.back_to_top {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: 65.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .back_to_top.show_arrow {
        opacity: 1 !important
    }

    .back_to_top a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        width: 65.5px;
        height: 100%;
        background: #222;
        padding: 15px;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

        .back_to_top a i {
            color: #fff;
            font-size: 20px
        }

        .back_to_top a:hover {
            background: #000
        }

            .back_to_top a:hover i {
                color: #dd0235
            }

.hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0 1rem 0 2.5rem;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: relative
}

    .hamburger:after, .hamburger:before {
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .hamburger:after {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        height: 40px;
        background-color: #fff
    }

    .hamburger:before {
        content: '';
        position: absolute;
        left: -2px;
        width: 2px;
        height: 40px;
        background-color: #D8D8D8
    }

    .hamburger:hover {
        opacity: 0.7
    }

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.15s 0.4s ease
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),-webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55)
    }

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.1s
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        transition-delay: 0.1s
    }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #DE1673;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block
    }

    .hamburger-inner::before {
        top: -10px
    }

    .hamburger-inner::after {
        bottom: -10px
    }

#loading-svg {
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px
}

    #loading-svg .st0 {
        fill: #E30073
    }

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff
}

    .loading.loading_finish {
        opacity: 0;
        pointer-events: none
    }

    .loading > div {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -30px
    }

        .loading > div > div {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #DE1673;
            top: 10px;
            left: 10px;
            transform-origin: 20px 20px;
            border-radius: 8px;
            animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1)
        }

        .loading > div > .c2 {
            top: 10px;
            left: auto;
            right: 10px;
            transform-origin: -4px 20px;
            animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1)
        }

        .loading > div > .c3 {
            top: auto;
            left: auto;
            right: 10px;
            bottom: 10px;
            transform-origin: -4px -4px;
            animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1)
        }

        .loading > div > .c4 {
            top: auto;
            bottom: 10px;
            transform-origin: 20px -4px;
            animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1)
        }

@keyframes spin-a {
    0% {
        transform: rotate(90deg)
    }

    0% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

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

@keyframes spin-b {
    0% {
        transform: rotate(90deg)
    }

    25% {
        transform: rotate(90deg)
    }

    25% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

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

@keyframes spin-c {
    0% {
        transform: rotate(90deg)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(270deg)
    }

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

@keyframes spin-d {
    0% {
        transform: rotate(90deg)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    75% {
        transform: rotate(360deg)
    }

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

.loading > span {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: 30px;
    color: #DE1673;
    font-size: 1rem;
    text-align: center
}

.navbar-collapse {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-flex-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end
}

.navbar-brand {
    width: 140px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .navbar-brand > img {
        width: 100%;
        max-width: inherit
    }

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem
}

.navbar .dropdown-menu {
    border: none;
    background-color: #0060c8
}

@media screen and (min-width: 992px) {
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px
    }

        .navbar .nav-item {
            padding: .5rem .5rem;
            margin: 0 .25rem
        }

        .navbar .dropdown {
            position: static
        }

        .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            top: 55px
        }

        .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
            display: block !important
        }

        .navbar .dropdown-menu {
            border: 1px solid rgba(0,0,0,0.15);
            background-color: #fff
        }

    header {
        width: 100%;
        background-color: rgba(255,255,255,0.9);
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
        -ms-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999
    }

        header:before {
            content: '';
            width: 100%;
            height: 4px;
            background-color: #DE1673;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
            -ms-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
            box-shadow: 0 2px 6px rgba(0,0,0,0.15);
            z-index: 10
        }

        header .btn-group-vertical > .btn, header .btn-group > .btn {
            color: #212121;
            text-decoration: none
        }

            header .btn-group-vertical > .btn:hover, header .btn-group-vertical > .btn:focus, header .btn-group > .btn:hover, header .btn-group > .btn:focus {
                text-decoration: none
            }

        header .dropdown-menu {
            min-width: 78px
        }

        header .dropdown-item {
            padding: .375rem .75rem
        }

            header .dropdown-item + .dropdown-item {
                border-top: 1px solid #eee
            }

        header .dropdown-toggle::after {
            color: #DE1673
        }

        header .header-inner {
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important
        }

            header .header-inner > nav {
                width: calc(100% - 82.5px);
                padding: 0 2.5rem;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transform: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out
            }

                header .header-inner > nav + .header_social-media {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-justify-content: space-between;
                    -moz-justify-content: space-between;
                    -o-flex-justify-content: space-between;
                    justify-content: space-between;
                    -ms-flex-pack: justify;
                    position: relative;
                    width: 0;
                    opacity: 0;
                    pointer-events: none;
                    visibility: hidden
                }

                    header .header-inner > nav + .header_social-media:after, header .header-inner > nav + .header_social-media:before {
                        top: 50%;
                        -moz-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%)
                    }

                    header .header-inner > nav + .header_social-media:after {
                        content: '';
                        position: absolute;
                        left: 0;
                        width: 2px;
                        height: 40px;
                        background-color: #fff
                    }

                    header .header-inner > nav + .header_social-media:before {
                        content: '';
                        position: absolute;
                        left: -2px;
                        width: 2px;
                        height: 40px;
                        background-color: #D8D8D8
                    }

                    header .header-inner > nav + .header_social-media i {
                        font-size: 1.2rem
                    }

            header .header-inner .nav-default {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: space-between;
                -moz-justify-content: space-between;
                -o-flex-justify-content: space-between;
                justify-content: space-between;
                -ms-flex-pack: justify;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center
            }

                header .header-inner .nav-default .navbar-brand {
                    position: absolute;
                    left: 50%;
                    top: 0;
                    -moz-transform: translate(-50%, 0);
                    -webkit-transform: translate(-50%, 0);
                    -o-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -ms-transform: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out
                }

                    header .header-inner .nav-default .navbar-brand:before {
                        content: '';
                        width: 200px;
                        height: 200px;
                        position: absolute;
                        background-color: #DE1673;
                        left: 50%;
                        -moz-transform: translate(-50%, -55%);
                        -webkit-transform: translate(-50%, -55%);
                        -o-transform: translate(-50%, -55%);
                        -ms-transform: translate(-50%, -55%);
                        transform: translate(-50%, -55%);
                        -ms-border-radius: 100%;
                        -moz-border-radius: 100%;
                        -webkit-border-radius: 100%;
                        border-radius: 100%;
                        z-index: -1;
                        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
                        -ms-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
                        box-shadow: 0 2px 6px rgba(0,0,0,0.15)
                    }

            header .header-inner .date_weather {
                list-style: none;
                margin: 0;
                padding: 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                opacity: 1;
                visibility: visible
            }

                header .header-inner .date_weather i {
                    color: #DE1673;
                    margin-right: .5rem
                }

                header .header-inner .date_weather li + li {
                    padding-left: 4rem
                }

    .is-scroll.is-active .nav-scroll, #inpage-layout .is-active .nav-scroll {
        pointer-events: none;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transform: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out
    }

    .is-scroll.is-active .header-inner .btn-group, #inpage-layout .is-active .header-inner .btn-group {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 99
    }

    header .header-menu .menu-wrap .unit > li > .unit-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

header .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: calc(.8rem + 4px) 0 0.8rem;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    header .header-inner .search-form {
        width: 0;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

        header .header-inner .search-form .form-group {
            position: relative
        }

            header .header-inner .search-form .form-group .form-control {
                background-color: #f2f2f2;
                border: 1px solid #EAEAEA
            }

            header .header-inner .search-form .form-group > i {
                position: absolute;
                top: 50%;
                right: 1rem;
                color: #EAEAEA;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #ddd;
                pointer-events: none;
                z-index: 20
            }

.nav-default {
    display: none
}

.nav-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding-top: 3px;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .nav-scroll ul {
        list-style: none;
        padding: 0 2.5rem;
        margin: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        -ms-transform: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important
    }

        .nav-scroll ul > li {
            width: 100%;
            height: 100%
        }

            .nav-scroll ul > li.active a, .nav-scroll ul > li a:hover {
                text-decoration: none
            }

                .nav-scroll ul > li.active a:after, .nav-scroll ul > li a:hover:after {
                    height: 100%
                }

                .nav-scroll ul > li.active a i, .nav-scroll ul > li.active a span, .nav-scroll ul > li a:hover i, .nav-scroll ul > li a:hover span {
                    color: #fff
                }

            .nav-scroll ul > li > a {
                width: 100%;
                height: 100%;
                position: relative;
                display: block;
                padding: 10px 0
            }

                .nav-scroll ul > li > a:after {
                    content: '';
                    width: 100%;
                    height: 0;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    -moz-transform: translate(-50%, 0);
                    -webkit-transform: translate(-50%, 0);
                    -o-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -ms-transform: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    background-color: #DE1673;
                    z-index: -1
                }

                .nav-scroll ul > li > a i, .nav-scroll ul > li > a span {
                    display: block;
                    text-align: center
                }

                .nav-scroll ul > li > a i {
                    font-size: 1.7rem;
                    color: #DE1673
                }

                .nav-scroll ul > li > a span {
                    color: #212121;
                    font-size: .85rem
                }

header .header-menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    padding-top: 65px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    top: 0;
    background-color: #fff;
    z-index: 0;
    max-height: 100vh;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    opacity: 0
}

    header .header-menu .menu-wrap {
        padding: 1rem 0 4rem
    }

        header .header-menu .menu-wrap ol, header .header-menu .menu-wrap ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

            header .header-menu .menu-wrap ol a, header .header-menu .menu-wrap ul a {
                color: #212121;
                word-break: keep-all;
                display: inline-block
            }

        header .header-menu .menu-wrap .unit {
            width: 100%;
            margin: 0 auto;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -o-flex-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify
        }

            header .header-menu .menu-wrap .unit > li {
                width: 15%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                -o-flex-direction: column;
                flex-direction: column;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                -o-flex-wrap: wrap;
                flex-wrap: wrap
            }

                header .header-menu .menu-wrap .unit > li.two-col {
                    width: 30%
                }

                    header .header-menu .menu-wrap .unit > li.two-col > .unit-in-card > li {
                        width: 50%
                    }

                header .header-menu .menu-wrap .unit > li:last-child > .unit-in > li {
                    padding: 0 1rem
                }

                header .header-menu .menu-wrap .unit > li h5 {
                    padding: 0 1rem 0 .4rem;
                    margin: 0 auto 1.2rem 0;
                    font-size: 1.2rem;
                    font-weight: 700
                }

                    header .header-menu .menu-wrap .unit > li h5 a {
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        -ms-transform: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out
                    }

                        header .header-menu .menu-wrap .unit > li h5 a:hover {
                            color: #F55EB9;
                            text-decoration: none
                        }

                header .header-menu .menu-wrap .unit > li > .unit-in-card {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: column;
                    -moz-flex-direction: column;
                    -ms-flex-direction: column;
                    -o-flex-direction: column;
                    flex-direction: column;
                    -webkit-flex-wrap: wrap;
                    -moz-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    -o-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-justify-content: flex-start;
                    -moz-justify-content: flex-start;
                    -o-flex-justify-content: flex-start;
                    justify-content: flex-start;
                    -ms-flex-pack: start;
                    padding-bottom: 1rem;
                    height: calc((14vh + 2px + .8rem) * 3 + 1rem)
                }

                    header .header-menu .menu-wrap .unit > li > .unit-in-card + .unit-in {
                        border-top: 1px solid #EAEAEA;
                        padding-top: 1.4rem
                    }

                    header .header-menu .menu-wrap .unit > li > .unit-in-card > li {
                        width: 100%
                    }

                        header .header-menu .menu-wrap .unit > li > .unit-in-card > li .in-crad {
                            padding: .4rem
                        }

                        header .header-menu .menu-wrap .unit > li > .unit-in-card > li a {
                            display: block;
                            position: relative;
                            height: 14vh;
                            overflow: hidden;
                            -ms-border-radius: 5px;
                            -moz-border-radius: 5px;
                            -webkit-border-radius: 5px;
                            border-radius: 5px;
                            border: 1px solid #EAEAEA
                        }

                            header .header-menu .menu-wrap .unit > li > .unit-in-card > li a:before {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                background-color: rgba(255,88,181,0.25);
                                opacity: 0;
                                -webkit-transition: all 0.3s ease-in-out;
                                -moz-transition: all 0.3s ease-in-out;
                                -o-transition: all 0.3s ease-in-out;
                                -ms-transform: all 0.3s ease-in-out;
                                transition: all 0.3s ease-in-out
                            }

                            header .header-menu .menu-wrap .unit > li > .unit-in-card > li a img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                object-position: center center
                            }

                            header .header-menu .menu-wrap .unit > li > .unit-in-card > li a .text-wrap {
                                position: absolute;
                                width: 100%;
                                bottom: 0;
                                left: 0;
                                background-color: #fff;
                                z-index: 1
                            }

                                header .header-menu .menu-wrap .unit > li > .unit-in-card > li a .text-wrap p {
                                    margin: 0;
                                    font-size: .85rem;
                                    text-align: center;
                                    padding: .2rem;
                                    line-height: 1rem
                                }

                            header .header-menu .menu-wrap .unit > li > .unit-in-card > li a:hover .text-wrap {
                                background-color: #EAEAEA
                            }

                            header .header-menu .menu-wrap .unit > li > .unit-in-card > li a:hover:before {
                                opacity: 1
                            }

                header .header-menu .menu-wrap .unit > li > .unit-in {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: column;
                    -moz-flex-direction: column;
                    -ms-flex-direction: column;
                    -o-flex-direction: column;
                    flex-direction: column;
                    -webkit-flex-wrap: wrap;
                    -moz-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    -o-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin: 0 -.4rem
                }

                    header .header-menu .menu-wrap .unit > li > .unit-in > li {
                        padding: 0 0 0 1rem;
                        line-height: 1
                    }

                        header .header-menu .menu-wrap .unit > li > .unit-in > li > a {
                            font-size: .9rem;
                            line-height: 2;
                            position: relative
                        }

                            header .header-menu .menu-wrap .unit > li > .unit-in > li > a:after {
                                content: '';
                                background: url(../assets/img/icon/arrow.png) no-repeat center center;
                                background-size: contain;
                                width: .4rem;
                                height: .4rem;
                                position: absolute;
                                top: 50%;
                                -moz-transform: translateY(-50%);
                                -webkit-transform: translateY(-50%);
                                -o-transform: translateY(-50%);
                                -ms-transform: translateY(-50%);
                                transform: translateY(-50%);
                                right: -.6rem
                            }

                            header .header-menu .menu-wrap .unit > li > .unit-in > li > a:hover {
                                text-decoration: none;
                                opacity: .8;
                                cursor: pointer
                            }

header.is-active .header-inner .navbar-brand {
    top: -200px
}

header.is-active .header-inner .date_weather {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

header.is-active .header-inner > nav + .header_social-media {
    width: 35vw;
    opacity: 1;
    padding: 0 2.5rem;
    pointer-events: auto;
    visibility: visible
}

header.is-active .header-inner .search-form {
    width: 100%;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 99
}

header.is-active .header-menu {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
}

header.is-scroll .header-inner .navbar-brand, #inpage-layout .header-inner .navbar-brand {
    top: -200px;
    visibility: visible;
    pointer-events: auto
}

header.is-scroll .header-inner .date_weather, #inpage-layout .header-inner .date_weather {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

header.is-scroll .header-inner .btn-group, #inpage-layout .header-inner .btn-group {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

header.is-scroll .nav-scroll, #inpage-layout .nav-scroll {
    pointer-events: none;
    visibility: hidden;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .3s
}

    header.is-scroll .nav-scroll ul, #inpage-layout .nav-scroll ul {
        visibility: visible;
        pointer-events: auto
    }

@media (max-width: 992px) {
    .hamburger {
        padding: 0 1rem;
        position: absolute;
        left: 0;
        right: initial
    }

        .hamburger:before, .hamburger:after {
            display: none
        }

    header.is-active .header-inner .search-form {
        width: calc(100% - 45px);
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }

    .navbar-brand {
        margin: 0;
        position: absolute;
        top: 0 !important;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .search-open ~ .nav-scroll .navbar-brand {
        opacity: 0;
        pointer-events: none !important
    }

    header {
        position: fixed;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: 10
    }

        header:before {
            content: '';
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background-color: rgba(255,255,255,0.6);
            z-index: 1;
            pointer-events: none;
            opacity: 0
        }

        header .header-inner {
            z-index: 15;
            padding: .5rem 1rem;
            margin: 0;
            width: 100vw;
            max-width: 100vw;
            height: 65px;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -o-flex-justify-content: flex-end;
            justify-content: flex-end;
            -ms-flex-pack: end;
            -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
            -ms-box-shadow: 0 2px 10px rgba(0,0,0,0.15);
            box-shadow: 0 2px 10px rgba(0,0,0,0.15);
            background-color: rgba(255,255,255,0.9)
        }

            header .header-inner .search-form {
                width: 100%;
                opacity: 1;
                pointer-events: auto;
                visibility: visible
            }

                header .header-inner .search-form.search-open .form-group .form-control {
                    width: 100%;
                    opacity: 1;
                    pointer-events: auto
                }

                header .header-inner .search-form.search-open {
                    width: calc(100% - 45px)
                }

                    header .header-inner .search-form.search-open .form-group > i {
                        font-size: 18px
                    }

                        header .header-inner .search-form.search-open .form-group > i:before {
                            content: "\e904";
                            font-family: 'hs-icons'
                        }

                header .header-inner .search-form .form-group .form-control {
                    width: 0;
                    opacity: 0;
                    pointer-events: none;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -ms-transform: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    margin-left: auto
                }

                header .header-inner .search-form .form-group > i {
                    color: #DE1673;
                    font-size: 24px;
                    pointer-events: auto
                }

            header .header-inner > nav + .header_social-media {
                display: none
            }

        header .header-menu {
            width: 80vw;
            height: 100vh;
            padding-top: 65px;
            padding-left: 0 !important;
            padding-right: 0 !important;
            left: 0;
            z-index: 10;
            position: fixed;
            -moz-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transform: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            opacity: 0;
            pointer-events: none
        }

            header .header-menu .menu-wrap {
                padding: 0;
                height: calc(100vh - 65px - 65px);
                overflow-y: scroll;
                overflow-x: hidden;
                padding-left: 1rem !important;
                padding-right: 1rem !important
            }

                header .header-menu .menu-wrap .unit {
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    -o-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: wrap;
                    -moz-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    -o-flex-wrap: wrap;
                    flex-wrap: wrap
                }

                    header .header-menu .menu-wrap .unit + .social-media {
                        padding: 2rem 3rem;
                        -webkit-justify-content: space-between;
                        -moz-justify-content: space-between;
                        -o-flex-justify-content: space-between;
                        justify-content: space-between;
                        -ms-flex-pack: justify;
                        border-bottom: 2px solid #DE1673
                    }

                        header .header-menu .menu-wrap .unit + .social-media li a {
                            font-size: 1.6rem;
                            color: #DE1673
                        }

                        header .header-menu .menu-wrap .unit + .social-media + .lang {
                            padding: 2rem 3rem;
                            -webkit-justify-content: space-between;
                            -moz-justify-content: space-between;
                            -o-flex-justify-content: space-between;
                            justify-content: space-between;
                            -ms-flex-pack: justify
                        }

                            header .header-menu .menu-wrap .unit + .social-media + .lang li a {
                                font-size: .85rem;
                                color: #DE1673;
                                font-weight: 700
                            }

                    header .header-menu .menu-wrap .unit > li {
                        width: 100% !important
                    }

                        header .header-menu .menu-wrap .unit > li h5 {
                            padding: 0;
                            margin: 0
                        }

                            header .header-menu .menu-wrap .unit > li h5 a {
                                pointer-events: auto;
                                display: block;
                                width: 100%;
                                position: relative;
                                padding: 2rem 1rem;
                                border-bottom: 1px solid #EAEAEA
                            }

                                header .header-menu .menu-wrap .unit > li h5 a:after {
                                    content: '';
                                    background: url(../assets/img/icon/arrow.svg) no-repeat center center;
                                    background-size: contain;
                                    width: .8rem;
                                    height: .8rem;
                                    position: absolute;
                                    top: 50%;
                                    -moz-transform: translateY(-50%);
                                    -webkit-transform: translateY(-50%);
                                    -o-transform: translateY(-50%);
                                    -ms-transform: translateY(-50%);
                                    transform: translateY(-50%);
                                    right: 1.5rem
                                }

                        header .header-menu .menu-wrap .unit > li > .unit-in:not(.show), header .header-menu .menu-wrap .unit > li > .unit-in-card:not(.show) {
                            display: none
                        }

                        header .header-menu .menu-wrap .unit > li > .unit-in, header .header-menu .menu-wrap .unit > li > .unit-in-card {
                            margin: 0;
                            padding-top: 0 !important
                        }

    .nav-scroll, #inpage-layout .nav-scroll {
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        visibility: visible;
        position: fixed;
        padding-top: 0;
        pointer-events: none;
        height: 65px
    }

        .nav-scroll ul, #inpage-layout .nav-scroll ul {
            display: none;
            position: fixed;
            padding: 0;
            width: 100vw;
            height: 65px;
            left: 50%;
            -moz-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transform: none;
            transition: none;
            bottom: 0;
            background-color: #fff;
            border-top: 1px solid #EAEAEA;
            pointer-events: auto
        }

            .nav-scroll ul.hide, #inpage-layout .nav-scroll ul.hide {
                -moz-transform: translate(-50%, 100%);
                -webkit-transform: translate(-50%, 100%);
                -o-transform: translate(-50%, 100%);
                -ms-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%)
            }

    header.is-active:before {
        opacity: 1
    }

    header.is-active .header-inner {
        background-color: #fff
    }

    header.is-active .header-menu {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: -5px 0 20px rgba(0,0,0,0.2);
        -ms-box-shadow: -5px 0 20px rgba(0,0,0,0.2);
        box-shadow: -5px 0 20px rgba(0,0,0,0.2)
    }
}

@media (max-width: 767px) {
    header .header-menu .menu-wrap .unit + .social-media {
        padding: .8rem 1.5rem
    }

        header .header-menu .menu-wrap .unit + .social-media + .lang {
            padding: .8rem 1.5rem
        }

    header .header-menu .menu-wrap .unit > li h5 a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-weight: 400
    }

    .nav-scroll ul > li > a span {
        line-height: 1.8
    }
}

footer {
    position: relative;
    z-index: 1
}

    footer .copy_right {
        margin: 0;
        padding: 1rem 0;
        text-align: center;
        color: #fff;
        background-color: #8393B5;
        font-size: .85rem
    }

    footer .footer-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    footer .social-media {
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        padding: 1rem 15vw;
        margin: 0;
        -ms-border-radius: 65px 65px 0 0;
        -moz-border-radius: 65px 65px 0 0;
        -webkit-border-radius: 65px 65px 0 0;
        border-radius: 65px 65px 0 0;
        background: url(../assets/img/pattern/footer.svg) no-repeat center center;
        background-size: cover;
        width: 90%
    }

        footer .social-media li a {
            display: block;
            width: 55px;
            height: 55px;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: rgba(255,255,255,0.7);
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center
        }

            footer .social-media li a i {
                font-size: 1.6rem
            }

            footer .social-media li a:hover {
                text-decoration: none;
                background-color: #DE1673
            }

                footer .social-media li a:hover i {
                    color: #fff
                }

    footer .fat-footer {
        width: 100%;
        color: #fff;
        padding: 3rem 1rem;
        background: -moz-linear-gradient(left, rgba(226,103,160,0.7) 0%, rgba(225,104,161,0.7) 1%, rgba(125,185,232,0.7) 100%);
        background: -webkit-linear-gradient(left, rgba(226,103,160,0.7) 0%, rgba(225,104,161,0.7) 1%, rgba(125,185,232,0.7) 100%);
        background: linear-gradient(to right, rgba(226,103,160,0.7) 0%, rgba(225,104,161,0.7) 1%, rgba(125,185,232,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3e267a0', endColorstr='#b37db9e8', GradientType=1)
    }

        footer .fat-footer .inner {
            padding: calc(.8rem + 4px) 0 0.8rem
        }

        footer .fat-footer ol, footer .fat-footer ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

            footer .fat-footer ol a, footer .fat-footer ul a {
                color: #fff;
                display: block
            }

        footer .fat-footer .unit {
            width: 100%;
            margin: 0 auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -o-flex-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify
        }

            footer .fat-footer .unit > li {
                width: 20%;
                flex: 1 1 auto
            }

                footer .fat-footer .unit > li h5 {
                    padding: 0 1rem;
                    margin-bottom: 2rem;
                    font-size: 1.05rem;
                    font-weight: 700
                }

                    footer .fat-footer .unit > li h5 a {
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        -ms-transform: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out
                    }

                        footer .fat-footer .unit > li h5 a:hover {
                            opacity: .8;
                            text-decoration: none
                        }

                footer .fat-footer .unit > li .unit-in {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: column;
                    -moz-flex-direction: column;
                    -ms-flex-direction: column;
                    -o-flex-direction: column;
                    flex-direction: column;
                    -webkit-flex-wrap: wrap;
                    -moz-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    -o-flex-wrap: wrap;
                    flex-wrap: wrap
                }

                    footer .fat-footer .unit > li .unit-in > li {
                        padding: 0 0 0 1rem
                    }

                        footer .fat-footer .unit > li .unit-in > li > a {
                            font-size: .85rem;
                            line-height: 2
                        }

                            footer .fat-footer .unit > li .unit-in > li > a:hover {
                                text-decoration: none;
                                opacity: .8;
                                cursor: pointer
                            }

    footer .other {
        width: 90%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }

        footer .other ul {
            margin: 0;
            padding: 1rem 0;
            list-style: none;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex
        }

            footer .other ul > li + li a, footer .other ul > li + li span {
                border-left: 1px solid #212121
            }

            footer .other ul > li > a, footer .other ul > li > span {
                display: inline-block;
                padding: 0 .5rem;
                color: #212121;
                line-height: 1.1;
                font-size: .85rem
            }

#inpage-layout footer .social-media {
    width: 100%;
    background: none;
    background-color: #E7E6EC;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 1rem 25vw
}

._ttl, .heading_ttl, .heading_ttl-2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 1.5rem
}

    ._ttl h2, .heading_ttl h2, .heading_ttl-2 h2 {
        text-align: center;
        font-size: 2.5vw;
        display: inline-block;
        color: #212121;
        font-weight: bold;
        margin-bottom: 0;
        letter-spacing: .1rem;
        position: relative;
        word-break: keep-all
    }

        ._ttl h2:after, .heading_ttl h2:after, .heading_ttl-2 h2:after, ._ttl h2:before, .heading_ttl h2:before, .heading_ttl-2 h2:before {
            content: '';
            position: absolute;
            top: 50%
        }

        ._ttl h2:after, .heading_ttl h2:after, .heading_ttl-2 h2:after {
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        ._ttl h2:before, .heading_ttl h2:before, .heading_ttl-2 h2:before {
            -moz-transform: translateY(-50%) scaleX(-1);
            -webkit-transform: translateY(-50%) scaleX(-1);
            -o-transform: translateY(-50%) scaleX(-1);
            -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1)
        }

        .heading_ttl h2 strong {
            color: #E9415C;
            font-size: 150%;
            padding: 0 .5rem
        }

        .heading_ttl h2:after, .heading_ttl h2:before {
            display: none
        }

        .heading_ttl h2 + h2 {
            display: block;
            width: 100%
        }

            .heading_ttl h2 + h2:after, .heading_ttl h2 + h2:before {
                display: none
            }

    .heading_ttl.left_ttl {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }

        .heading_ttl.left_ttl h2 {
            text-align: left;
            padding-left: 4vw
        }

            .heading_ttl.left_ttl h2:before {
                display: none
            }

            .heading_ttl.left_ttl h2:after {
                top: 0;
                left: 0;
                -moz-transform: none;
                -webkit-transform: none;
                -o-transform: none;
                -ms-transform: none;
                transform: none
            }

            .heading_ttl.left_ttl h2 .holiday-pattern-RIGHT {
                display: none
            }

    .heading_ttl .sub {
        font-size: 1.3rem;
        margin: .5rem 0 0;
        color: #212121
    }

.heading_ttl-2 {
    margin-bottom: 1rem
}

    .heading_ttl-2 h2:after, .heading_ttl-2 h2:before {
        background: url(../assets/img/icon/ttl-pattern-2.svg) no-repeat center center;
        background-size: contain;
        width: 3vw;
        height: 3vw
    }

    .heading_ttl-2 h2:after {
        left: -4.5vw
    }

    .heading_ttl-2 h2:before {
        right: -4.5vw
    }

.heading_ttl_small {
    color: #DE1673;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: bold
}

.col-form-label {
    font-size: 1.2rem
}

h3.label {
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 1.5rem;
    padding: .375rem .75rem
}

.sub-ttl {
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 1rem;
    font-weight: bold
}

    .sub-ttl:before {
        content: '';
        width: 1rem;
        height: 1rem;
        background-color: #B0A5CE;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.fixed-aside-nav {
    position: fixed;
    width: 55px;
    top: 50%;
    right: 2.5rem;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .fixed-aside-nav nav {
        background-color: rgba(242,239,250,0.6);
        -ms-border-radius: 105px;
        -moz-border-radius: 105px;
        -webkit-border-radius: 105px;
        border-radius: 105px
    }

    .fixed-aside-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-flex-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }

        .fixed-aside-nav ul * {
            -ms-flex: 0 1 auto
        }

        .fixed-aside-nav ul li {
            position: relative;
            width: 55px;
            height: 55px;
            padding: .5rem;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transform: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

            .fixed-aside-nav ul li:last-child a {
                background-color: #DE1673;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%
            }

                .fixed-aside-nav ul li:last-child a i {
                    color: #fff
                }

            .fixed-aside-nav ul li a {
                cursor: pointer;
                text-align: center;
                width: 100%;
                height: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -o-flex-justify-content: center;
                justify-content: center;
                -ms-flex-pack: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center
            }

                .fixed-aside-nav ul li a:hover {
                    text-decoration: none
                }

                    .fixed-aside-nav ul li a:hover i {
                        color: #fff
                    }

                    .fixed-aside-nav ul li a:hover span {
                        opacity: 1;
                        right: 0
                    }

                .fixed-aside-nav ul li a i {
                    font-size: 1.5rem;
                    color: #DE1673;
                    position: relative;
                    z-index: 1
                }

                .fixed-aside-nav ul li a span {
                    word-break: keep-all;
                    position: absolute;
                    display: block;
                    text-align: right;
                    top: 50%;
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    right: 100%;
                    font-size: .85rem;
                    font-weight: 700;
                    opacity: 0;
                    color: #fff;
                    background-color: #DE1673;
                    padding: .8rem 55px .8rem 1rem;
                    -ms-border-radius: 35px 0 0 35px;
                    -moz-border-radius: 35px 0 0 35px;
                    -webkit-border-radius: 35px 0 0 35px;
                    border-radius: 35px 0 0 35px;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -ms-transform: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    z-index: 0;
                    pointer-events: none
                }

    .fixed-aside-nav.is-scroll, #inpage-layout .fixed-aside-nav {
        top: initial;
        bottom: 2.5rem;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

        .fixed-aside-nav.is-scroll nav, #inpage-layout .fixed-aside-nav nav {
            background-color: rgba(242,239,250,0)
        }

            .fixed-aside-nav.is-scroll nav ul, #inpage-layout .fixed-aside-nav nav ul {
                width: 55px;
                height: 55px;
                -webkit-box-shadow: 0 0 15px transparent;
                -ms-box-shadow: 0 0 15px transparent;
                box-shadow: 0 0 15px transparent;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%
            }

                .fixed-aside-nav.is-scroll nav ul li, #inpage-layout .fixed-aside-nav nav ul li {
                    position: absolute;
                    visibility: hidden;
                    opacity: 0;
                    pointer-events: none
                }

.banner-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 550px
}

    .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center
    }

@media (max-width: 992px) {
    .banner-img {
        height: 250px
    }
}

button:focus {
    outline: none !important
}

.u-btn-outline-white {
    border-width: 2px
}

.u-btn-gray {
    border: 1px solid #ddd;
    color: #ccc;
    background-color: #f2f2f2
}

    .u-btn-gray:hover {
        border-color: #F55EB9;
        color: #F55EB9
    }

.btn-outline {
    border-width: 2px;
    border-color: #F55EB9;
    color: #F55EB9;
    font-weight: bold
}

.btn-outline-RideAreaAlias-a {
    border-width: 1px;
    border-color: #f84b67;
    color: #f84b67;
    font-weight: bold
}
    .btn-outline-RideAreaAlias-a:focus, .btn-outline-RideAreaAlias-a:active, .btn-outline-RideAreaAlias-a:hover {
        color: #fff;
        background-color: #f84b67
    }

.btn-outline-RideAreaAlias-f {
    border-width: 1px;
    border-color: #a893e2;
    color: #a893e2;
    font-weight: bold
}

    .btn-outline-RideAreaAlias-f:focus, .btn-outline-RideAreaAlias-f:active, .btn-outline-RideAreaAlias-f:hover {
        color: #fff;
        background-color: #a893e2
    }
.btn-outline-RideAreaAlias-l {
    border-width: 1px;
    border-color: #5ec1e4;
    color: #5ec1e4;
    font-weight: bold
}

    .btn-outline-RideAreaAlias-l:focus, .btn-outline-RideAreaAlias-l:active, .btn-outline-RideAreaAlias-l:hover {
        color: #fff;
        background-color: #5ec1e4
    }

.with-arrow-icon {
    font-size: 1.2rem;
    position: relative;
    padding: .6rem 1.8rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    white-space: normal
}

    .with-arrow-icon > i {
        font-size: 2.2rem
    }

    .with-arrow-icon:after {
        content: '';
        background: url(../assets/img/icon/arrow.png) no-repeat center center;
        background-size: contain;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: relative;
        margin-left: 1rem
    }	
	
.with-arrow-icon-RideAreaAlias-a, .with-arrow-icon-RideAreaAlias-f, .with-arrow-icon-RideAreaAlias-l {
    font-size: 1.2rem;
    position: relative;
    padding: .6rem 2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    white-space: normal
}

    .with-arrow-icon-RideAreaAlias-a:after {
        content: '';
        background: url(../assets/img/icon/arrow-RideAreaAlias-a.png) no-repeat center center;
        background-size: contain;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: relative;
        margin-left: 1rem
    }
    .with-arrow-icon-RideAreaAlias-a:focus:after, .with-arrow-icon-RideAreaAlias-a:active:after, .with-arrow-icon-RideAreaAlias-a:hover:after {
        content: '';
        background: url(../assets/img/icon/arrow-RideAreaAlias-a0.png) no-repeat center center;
        background-size: contain;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: relative;
        margin-left: 1rem
    }
    .with-arrow-icon-RideAreaAlias-f:after {
        content: '';
        background: url(../assets/img/icon/arrow-RideAreaAlias-f.png) no-repeat center center;
        background-size: contain;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: relative;
        margin-left: 1rem
    }

    .with-arrow-icon-RideAreaAlias-f:focus:after, .with-arrow-icon-RideAreaAlias-f:active:after, .with-arrow-icon-RideAreaAlias-f:hover:after {
        content: '';
        background: url(../assets/img/icon/arrow-RideAreaAlias-f0.png) no-repeat center center;
        background-size: contain;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: relative;
        margin-left: 1rem
    }
    .with-arrow-icon-RideAreaAlias-l:after {
        content: '';
        background: url(../assets/img/icon/arrow-RideAreaAlias-l.png) no-repeat center center;
        background-size: contain;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: relative;
        margin-left: 1rem
    }

    .with-arrow-icon-RideAreaAlias-l:focus:after, .with-arrow-icon-RideAreaAlias-l:active:after, .with-arrow-icon-RideAreaAlias-l:hover:after {
        content: '';
        background: url(../assets/img/icon/arrow-RideAreaAlias-l0.png) no-repeat center center;
        background-size: contain;
        width: 1.2rem;
        height: 1.2rem;
        display: inline-block;
        position: relative;
        margin-left: 1rem
    }

.btn-link {
    color: #F55EB9;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 400
}

    .btn-link:hover {
        color: #FD417D
    }

.font-dark {
    color: #212121
}

body {
    background-color: #DE1673
}

.no-scroll {
    overflow: hidden
}

section {
    padding: 1rem 0
}

.wrapper {
    background-color: #fff;
    overflow: hidden
}

.bg-lt-gray {
    background-color: #F7F7F9
}

/*main {
    position: relative;
    background: url(../assets/img/pattern/home-bg-pattern.svg) no-repeat center -50vh;
    background-size: cover
}*/

    main:before {
        content: '';
        width: 100%;
        height: 100%
    }

.under-line {
    text-decoration: underline
}

.no-data {
    background-color: rgba(255,255,255,0.5);
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border: 1px solid #ddd
}

    .no-data p {
        margin-bottom: 0;
        font-size: 2.1rem;
        color: #ddd
    }

.map-frame {
    width: 100%;
    max-height: 450px
}

.gmap-frame iframe {
    width: 100%;
    height: 100vh
}

.video-cover {
    display: block;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #979797;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 450px
}

    .video-cover.video-play img, .video-cover.video-play::after, .video-cover.video-play::before {
        display: none
    }

    .video-cover .YT-iframe {
        width: 100%;
        height: 450px
    }

    .video-cover::after, .video-cover::before {
        position: absolute;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .video-cover:after {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255,88,181,0.55);
        z-index: 1;
        opacity: 0
    }

    .video-cover:before {
        content: '';
        background: url(../assets/img/icon/play-btn.svg) no-repeat center center;
        background-size: contain;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        opacity: 1
    }

    .video-cover:hover:after {
        opacity: 1
    }

    .video-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0
    }

#inpage-layout main {
    background: none;
    padding-top: 100px
}

    #inpage-layout main:after {
        display: none
    }

    #inpage-layout main .video-cover, #inpage-layout main .video-cover .YT-iframe {
        height: 350px
    }

.breadcrumbs li > a > i {
    margin-right: .5rem;
    color: #D3D1DD
}

.breadcrumbs li > i {
    color: #7E7E7E
}

.breadcrumbs li, .breadcrumbs a {
    font-size: 1rem;
    color: #737082
}

.img-contain {
    object-fit: contain !important
}

.location-area {
    width: 500px
}

@media (max-width: 992px) {
    .location-area {
        width: 100%
    }
}

.location-img {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

    .location-img:before {
        content: '';
        display: block;
        padding-top: 100%
    }

.location-title h5 {
    font-size: 1.1rem;
    position: relative;
    margin-bottom: .5rem;
    padding-left: 1rem;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

    .location-title h5:before {
        content: '';
        width: 4px;
        height: 1rem;
        background-color: #B0A5CE;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.location-desc {
    width: 100%
}

    .location-desc p {
        line-height: 1.4;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }

.location-action {
    width: 100%
}

.positioning-bar .input-group-append .btn {
    background-color: #A893E2;
    border-color: #987fdd;
    color: #fff
}

    .positioning-bar .input-group-append .btn:hover {
        background-color: #987fdd;
        border-color: #886bd7
    }

    .positioning-bar .input-group-append .btn:focus, .positioning-bar .input-group-append .btn:active {
        background-color: #A893E2;
        border-color: #886bd7;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        outline: 0 !important
    }

.positioning-bar .form-control:focus {
    border-color: #A893E2
}

.positioning-bar .form-control::-webkit-input-placeholder {
    font-size: 12px
}

.positioning-bar .form-control::-moz-placeholder {
    font-size: 12px
}

.positioning-bar .form-control:-ms-input-placeholder {
    font-size: 12px
}

.positioning-bar .form-control:-moz-placeholder {
    font-size: 12px
}

.jumbotron {
    padding: 0;
    margin: 0;
    background-color: #fff
}

.table {
    max-width: initial
}

.maintenance-img {
    height: 120px;
    overflow: hidden
}

    .maintenance-img > img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%
    }

.table-basic .table {
    background-color: #fff
}

    .table-basic .table tbody tr:last-child th:after, .table-basic .table tbody tr:last-child td:after {
        display: none
    }

    .table-basic .table ol {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .table-basic .table td, .table-basic .table th {
        border-top: none;
        border-bottom: none;
        border-color: #fff;
        position: relative;
        vertical-align: middle;
        padding: .8rem .5rem;
        color: #212121;
        text-align: center;
        line-height: 1
    }

        .table-basic .table td + td {
            border-left: 2px solid #fff
        }

    .table-basic .table .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: #F5F5F7
    }

    .table-basic .table tr > th:first-child, .table-basic .table tr > td:first-child {
        border-left: none
    }

    .table-basic .table tr > th:last-child, .table-basic .table tr > td:last-child {
        border-right: none
    }

.table-default .table td, .table-default .table th {
    border-color: #F7F7F9;
    border-width: 2px;
    border-top: 3px solid #F7F7F9;
    border-bottom: 3px solid #F7F7F9;
    padding: .8rem .4rem
}

.table-default thead th {
    background-color: #C6B5F3;
    color: #fff !important;
    line-height: 1.3rem !important;
    letter-spacing: .05rem;
    font-weight: bold
}

    .table-default thead th small {
        word-break: keep-all;
        font-size: .7rem
    }

.table-pink .table-bordered {
    border: none
}

.table-pink .table td, .table-pink .table th {
    border-color: #fff;
    border-width: 1px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: .8rem 1.2rem;
    background-color: #F7F7F9;
    font-weight: 500
}

.table-pink .table th {
    padding: .8rem 1.2rem;
    background-color: #FF86CF;
    color: #fff
}

.no-width-td td:before {
    width: initial !important
}

.no-before td:before {
    display: none !important
}

.related-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -10px;
    list-style: none
}

    .related-item-wrap.column-3 {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .related-item-wrap.column-3 > li, .related-item-wrap.column-3 > .item {
            width: calc(100% /3);
            margin-bottom: 1rem
        }

    .related-item-wrap.column-5 {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .related-item-wrap.column-5 > li, .related-item-wrap.column-5 > .item {
            width: calc(100% /5);
            margin-bottom: 1rem
        }

    .related-item-wrap > li, .related-item-wrap > .item {
        padding: 0 10px;
        width: 100%
    }

        .related-item-wrap > li.active-link .link_card, .related-item-wrap > .item.active-link .link_card {
            background-color: #fff
        }

            .related-item-wrap > li.active-link .link_card::after, .related-item-wrap > li.active-link .link_card::before, .related-item-wrap > .item.active-link .link_card::after, .related-item-wrap > .item.active-link .link_card::before {
                opacity: 1
            }

            .related-item-wrap > li.active-link .link_card:before, .related-item-wrap > .item.active-link .link_card:before {
                content: '立即探索 \A \f101';
                font-family: FontAwesome;
                font-size: 1.5rem
            }

            .related-item-wrap > li.active-link .link_card .text-wrap, .related-item-wrap > .item.active-link .link_card .text-wrap {
                -moz-transform: translateY(100%);
                -webkit-transform: translateY(100%);
                -o-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%)
            }

    .related-item-wrap .link_card {
        position: relative;
        display: block;
        overflow: hidden;
        border: 2px solid #EAEAEA;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        height: calc(100% / 1.2);
        max-height: 250px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: 'Noto Sans TC',sans-serif
    }

        .related-item-wrap .link_card::after, .related-item-wrap .link_card::before {
            position: absolute;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transform: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

        .related-item-wrap .link_card:after {
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(255,88,181,0.55);
            z-index: 1
        }

        .related-item-wrap .link_card::before {
            content: '\e90d \A 立即探索';
            text-align: center;
            font-family: 'hs-icons';
            white-space: pre;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -moz-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            width: 10vw;
            height: 10vw;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff;
            background-color: rgba(255,88,181,0.85);
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            z-index: 2
        }

        .related-item-wrap .link_card img {
            object-fit: cover;
            object-position: center center;
            width: 100%;
            height: 100%;
            max-height: 250px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transform: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

        .related-item-wrap .link_card .text-wrap {
            background-color: #fff;
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            right: 0;
            padding: .5rem 1rem;
            text-align: center;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transform: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

            .related-item-wrap .link_card .text-wrap .btn-arrow {
                font-size: 1.2rem;
                color: #212121;
                font-weight: 700;
                overflow: hidden;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                letter-spacing: .05rem;
                position: relative
            }

                .related-item-wrap .link_card .text-wrap .btn-arrow:after {
                    content: '';
                    background: url(../assets/img/icon/arrow.svg) no-repeat center center;
                    background-size: contain;
                    width: .8rem;
                    height: .8rem;
                    position: absolute;
                    top: 50%;
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    right: -1.5rem
                }

@media (min-width: 992px) {
    .related-item-wrap > li .link_card:hover::after, .related-item-wrap > li .link_card:hover::before {
        opacity: 1
    }

    .related-item-wrap > li .link_card:hover .text-wrap {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media (max-width: 992px) {
    .related-item-wrap .link_card::before {
        width: 20vw;
        height: 20vw
    }
}

/* .marquee {
    width: 80%;
    padding-top: 2rem;
    margin: 0 auto 1.5rem
} 

    .marquee marquee {
        background: url(../assets/img/pattern/marquee.svg) no-repeat center center;
        background-size: auto 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
        position: relative;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        width: 100%;
        height: 45px
    } */

	.marquee marquee {
	  background: rgba(43, 43, 107, 0.8);
	  background-size: auto 100%;
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  line-height: 1;
	  position: relative;
	  text-align: center;
	  width: 100%;
	  height: 45px;
	}

    .marquee ul {
        height: 45px;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

        .marquee ul li {
            display: inline-block;
            float: left;
            white-space: nowrap;
            line-height: 45px;
            margin: 0 2rem
        }

            .marquee ul li a {
                color: #fff;
                display: block
            }

                .marquee ul li a:after {
                    content: "";
                    font-family: FontAwesome;
                    font-size: 1.2rem;
                    margin-left: .5rem
                }

@media (min-width: 1366px) {
    .marquee marquee {
        background-size: cover
    }
}

.list-default ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .list-default ul > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: .5rem;
        color: #212121;
        letter-spacing: .05rem
    }

        .list-default ul > li > span:first-child {
            font-weight: 500;
            min-width: 80px
        }

    .list-default ul.dot-list {
        padding-left: 1.5rem
    }

        .list-default ul.dot-list > li {
            padding-left: 1.5rem;
            position: relative
        }

            .list-default ul.dot-list > li:before {
                content: '';
                width: .6rem;
                height: .6rem;
                background-color: #DE1673;
                display: block;
                position: absolute;
                top: 50%;
                left: 0;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%
            }

    .list-default ul.order-block > li {
        padding-left: 1.5rem;
        position: relative
    }

        .list-default ul.order-block > li > a {
            text-decoration: underline
        }

        .list-default ul.order-block > li:before {
            content: '';
            width: 1rem;
            height: 1rem;
            background-color: #B0A5CE;
            display: block;
            position: absolute;
            top: .45rem;
            left: 0
        }

.list-default dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    .list-default dl dt, .list-default dl dd {
        padding: 0 1rem;
        margin-bottom: .5rem;
        color: #212121;
        font-size: 1rem;
        font-weight: 400
    }

    .list-default dl dt {
        width: 25%;
        text-align: right
    }

    .list-default dl dd {
        width: 75%;
        text-align: left;
        border-left: 1px solid #212121
    }

.theme-wrap .related-item-wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    .theme-wrap .related-item-wrap > li {
        width: calc(100% / 3);
        border-bottom: 1px solid #ddd
    }

        .theme-wrap .related-item-wrap > li:nth-child(n+4) {
            padding-top: 2.5rem
        }

        .theme-wrap .related-item-wrap > li.bd-none {
            border-bottom: none !important
        }

    .theme-wrap .related-item-wrap .link_card {
        height: 170px
    }

    .theme-wrap .related-item-wrap .list-default {
        height: calc(100% - 15rem);
        padding-bottom: 2rem !important
    }

.search-list .related-item-wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    .search-list .related-item-wrap > li {
        width: 25%;
        margin-bottom: 1rem
    }

    .search-list .related-item-wrap .link_card {
        height: 15rem
    }

.QA-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    margin: 0 -1rem
}

.QA-filter-in {
    width: 25%
}

.QA-filter a {
    width: 23%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 768px) {
    .QA-filter .QA-filter-in {
        width: 50%
    }
}

@media (max-width: 640px) {
    .theme-wrap .related-item-wrap > li {
        width: 50%;
        padding: .5rem !important;
        border-bottom: none !important
    }

    .theme-wrap .related-item-wrap .list-default {
        padding-bottom: 0 !important
    }

    .QA-filter {
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-flex-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute
    }

        .QA-filter a {
            width: calc(50% - 1rem);
            font-size: 1rem
        }
}

.basic-tab {
    position: relative;
    z-index: 2
}

    .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) * {
            -ms-flex: 0 1 auto
        }

        .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .nav-item {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center
        }

            .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .nav-item + .nav-item {
                margin-left: .5rem
            }

    .basic-tab .nav-tabs {
        border: none
    }

        .basic-tab .nav-tabs .nav-link.active, .basic-tab .nav-tabs .nav-item.show .nav-link {
            background: none;
            color: #fff
        }

            .basic-tab .nav-tabs .nav-link.active:after, .basic-tab .nav-tabs .nav-item.show .nav-link:after {
                background-color: #A893E2;
                height: 100%
            }

            .basic-tab .nav-tabs .nav-link.active i, .basic-tab .nav-tabs .nav-link.active i > span:before, .basic-tab .nav-tabs .nav-item.show .nav-link i, .basic-tab .nav-tabs .nav-item.show .nav-link i > span:before {
                color: #fff
            }

        .basic-tab .nav-tabs > .nav-item {
            width: 100%;
            border: none;
            -ms-border-radius: 45px 45px 0 0;
            -moz-border-radius: 45px 45px 0 0;
            -webkit-border-radius: 45px 45px 0 0;
            border-radius: 45px 45px 0 0;
            padding: 1rem;
            text-align: center;
            font-size: 1.2rem;
            color: #D3D1DD;
            font-weight: 500;
            overflow: hidden;
            position: relative;
            background: none
        }

            .basic-tab .nav-tabs > .nav-item:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 5px;
                bottom: 0;
                left: 0;
                background-color: #EDE9F7;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transform: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                z-index: -1
            }

            .basic-tab .nav-tabs > .nav-item i {
                margin-right: .5rem
            }

                .basic-tab .nav-tabs > .nav-item i, .basic-tab .nav-tabs > .nav-item i > span:before {
                    font-size: 3rem;
                    color: #D3D1DD
                }

@media (max-width: 767px) {
    .lost-tab-table .tab-content {
        padding: 1rem !important
    }
}

.custombox-content > div {
    margin: 0 1rem
}

.custombox-content h4 {
    color: #DE1673;
    font-size: 1.6rem
}

#modal-video {
    width: 90vw;
    height: 90vh;
    padding: .5rem
}

    #modal-video iframe {
        width: 100%;
        height: 100%
    }

@media (min-width: 992px) {
    .lightbox-mode {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

        .lightbox-mode .item {
            margin-right: 0 !important;
            padding: 0 !important
        }

            .lightbox-mode .item + .item {
                margin-left: .6rem
            }
}

.lightbox-link {
    display: block;
    min-height: 150px
}

    .lightbox-link img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 150px
    }

.lightbox {
    display: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8)
}

    .lightbox:before {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        top: 1rem;
        right: 1rem;
        color: #fff;
        opacity: .8
    }

    .lightbox img {
        max-width: 90%;
        max-height: 100%
    }

    .lightbox.is-show {
        outline: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

.carousel-indicators {
    position: static;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 1rem
}

    .carousel-indicators .active {
        background-color: #DE1673
    }

    .carousel-indicators li {
        background-color: #ddd;
        width: 15px;
        height: 15px;
        margin: 0 1rem;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

.banner-item {
    position: relative;
    height: 95vh;
}

    .banner-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom
    }

   /* .banner-item .text-wrap {
        width: 30%;
        position: absolute;
        bottom: 10vh;
        left: 10vw;
        padding: .8rem 1.5rem 1rem;
        background-color: rgba(180,128,16,0.6);
        color: #fff;
        border-left: 5px solid #E9415C
    }*/
	
	.banner-item .text-wrap {
    width: 30%;
    position: absolute;
    bottom: 10vh;
    left: 10vw;
    padding: 1.2rem 1.5rem 2rem;
    background-color: rgba(255,255,255,0.6);
    color: #212121;
    border-radius: 20px;
}


        .banner-item .text-wrap h3 {
            font-size: 2.5vw;
            font-weight: bold;
            margin-bottom: .5rem;
            letter-spacing: .2rem
        }

        .banner-item .text-wrap p {
            font-size: 1.4vw;
            font-weight: 500;
            line-height: 1.6;
            letter-spacing: .05rem;
            margin-bottom: 1rem;
            /*text-align: justify*/
        }
		
		.banner-item .banner-item-button {
		  width: 80%;
		  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
		  background-color: #ffffff;
		}
		.banner-item .banner-item-button:hover {
		background-color: rgba(255, 255, 255, 0.5);
		}


        .banner-item .text-wrap .btn {
            font-weight: bold
        }

@media (min-width: 992px) {
    .owl-carousel.related-item-wrap.column-5 .item {
        min-width: calc((100% / 5) - 10px);
        width: calc((100% / 5) - 10px) !important
    }
}

.owl-carousel.related-item-wrap {
    margin: 0
}

    .owl-carousel.related-item-wrap .item {
        margin-right: 10px;
        padding: 0;
        min-width: calc((100% / 3) - 10px);
        width: calc((100% / 3) - 10px) !important
    }

    .owl-carousel.related-item-wrap .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .owl-carousel.related-item-wrap .owl-nav button {
            top: -15px
        }

.carousel-basic {
    padding: 0 10px
}

.carousel-section .hot-title {
    font-weight: 600;
    padding: 0 10px;
}

    .carousel-section .hot-title h2 {
        color: #212121;
        font-weight: 600;
    }

.carousel-basic {
    padding: 0 10px;
}

    .carousel-basic .owl-item.last-active-item {
        opacity: 0.5;
    }

    .carousel-basic .card-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        -ms-border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-color: #fff;
    }


   /* .carousel-basic .card-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid #EAEAEA;
        background-color: #fff
    }*/

        .carousel-basic .card-wrap * {
            -ms-flex: 0 1 auto;
        }

        .carousel-basic .card-wrap .img-wrap {
            width: 100%;
            height: 25vh;
            -ms-border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
        }

            .carousel-basic .card-wrap .img-wrap img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;
                -ms-border-radius: 20px;
                -moz-border-radius: 20px;
                -webkit-border-radius: 20px;
                border-radius: 20px;
            }

        .carousel-basic .card-wrap h4 {
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: .05rem;
            color: #212121;
            padding: 1.2rem 1rem 0;
            margin-bottom: .5rem;
        }

        .carousel-basic .card-wrap p {
            font-size: 1rem;
            letter-spacing: .05rem;
            color: #212121;
            padding: 0 1rem;
            margin: 0;
            text-align: justify;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            line-height: 1.5rem;
            max-height: 75px;
        }

        .carousel-basic .card-wrap .more-btn {
            color: #DE1673;
            position: relative;
            display: inline-block;
            margin-top: .2rem;
            margin-bottom: 1.2rem;
            padding: 0 1rem;
        }

            .carousel-basic .card-wrap .more-btn:after {
                content: '';
                background: url(../assets/img/icon/arrow.svg) no-repeat center center;
                background-size: contain;
                width: .8rem;
                height: .8rem;
                display: inline-block;
            }

.owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -50px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    right: 70px;
    border: 0 solid black;
}

/*.owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    left: -25px;
    border: 0px solid black
}*/

    .owl-prev:before {
        left: 0;
    }

.owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    right: 0px;
    border: 0px solid black;
}

    .owl-next:before {
        right: 0;
    }

.owl-prev, .owl-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

    .owl-prev:before, .owl-next:before {
        content: '';
        width: 45px;
        height: 45px;
        position: absolute;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        z-index: -1;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    .owl-prev i {
        color: #444;
        font-size: 35px;
    }

    .owl-next i {
        color: #808080;
        font-size: 35px;
    }


/* .owl-prev:before, .owl-next:before {
        content: '';
        width: 70px;
        height: 70px;
        position: absolute;
        background-color: rgba(153,153,153,0.5);
        z-index: -1;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%
    }

    .owl-prev i, .owl-next i {
        color: #fff;
        font-size: 45px
    }*/

@media (max-width: 992px) {
    .KV-carousel {
        margin-top: 65px
    }
}

.KV-carousel.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .KV-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

        .KV-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .KV-carousel.owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

.KV-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .KV-carousel.owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .KV-carousel.owl-theme .owl-dots .owl-dot span {
            width: 15px;
            height: 15px;
            margin: 5px 1rem;
            background: #ddd;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

        .KV-carousel.owl-theme .owl-dots .owl-dot.active span, .KV-carousel.owl-theme .owl-dots .owl-dot:hover span {
            background: #DE1673
        }

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4, .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4, .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4, .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4, .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4, .u-check input[type="radio"]:checked + .u-check-icon-radio-v4, .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4, .u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
    color: #A893E2;
    border-color: #A893E2
}

input[type="checkbox"]:checked + .g-bg-primary--checked, input[type="radio"]:checked + .g-bg-primary--checked, input[type="checkbox"]:checked + * .g-bg-primary--checked, input[type="radio"]:checked + * .g-bg-primary--checked {
    background-color: #A893E2 !important
}

.bootstrap-select {
    background: none
}

    .bootstrap-select .text-center + .dropdown-toggle .filter-option {
        text-align: center
    }

    .bootstrap-select > .dropdown-toggle {
        border-bottom: 1px solid #A893E2
    }

        .bootstrap-select > .dropdown-toggle:after {
            content: '';
            position: absolute;
            top: initial;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 10px 10px;
            border-color: transparent transparent #A893E2 transparent
        }

.field-validation-error {
    font-size: .8rem;
    color: #DE1673
}

.basic-form input.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #A893E2;
    padding: .375rem .75rem;
    background: none
}

.basic-form textarea {
    border-color: #A893E2;
    -ms-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: none
}

    .basic-form textarea:focus {
        border-color: #A893E2
    }

.range-control {
    position: relative
}

input[type=range] {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    outline: none
}

    input[type=range]::-webkit-slider-runnable-track {
        position: relative;
        height: 1px;
        border-radius: 5px;
        background-color: #A893E2
    }

    input[type=range]::-webkit-slider-thumb {
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: .8rem;
        height: .8rem;
        -webkit-appearance: none;
        background-color: #A893E2;
        border-radius: 100%;
        cursor: pointer
    }

output {
    position: absolute;
    top: -32px;
    display: none;
    width: 50px;
    height: 24px;
    border: 1px solid #A893E2;
    background-color: #fff;
    border-radius: 3px;
    color: #A893E2;
    font-size: .8em;
    line-height: 24px;
    text-align: center
}

input[type=range]:active + output {
    display: block;
    transform: translateX(-50%)
}

.u-accordion * {
    color: #212121
}

@media (min-width: 992px) {
    .park-intro-wrap {
        width: 100%;
        overflow: hidden
    }

        .park-intro-wrap .accordion {
            width: 104vw;
            -moz-transform: translateX(-2vw);
            -webkit-transform: translateX(-2vw);
            -o-transform: translateX(-2vw);
            -ms-transform: translateX(-2vw);
            transform: translateX(-2vw);
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none
        }

            .park-intro-wrap .accordion li {
                width: 8vw;
                height: 80vh;
                cursor: pointer;
                -webkit-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
                -ms-transform: all 0.5s linear;
                transition: all 0.5s linear
            }

                .park-intro-wrap .accordion li:first-child {
                    width: 10vw
                }

                    .park-intro-wrap .accordion li:first-child .symbol-bok .inner i {
                        margin-right: -3vw
                    }

                .park-intro-wrap .accordion li:last-child {
                    width: 10vw
                }

                    .park-intro-wrap .accordion li:last-child .symbol-bok .inner i {
                        margin-left: -3vw
                    }

                .park-intro-wrap .accordion li .symbol-bok {
                    width: 100%;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -moz-transform: skewX(0) translate(-50%, -50%);
                    -webkit-transform: skewX(0) translate(-50%, -50%);
                    -o-transform: skewX(0) translate(-50%, -50%);
                    -ms-transform: skewX(0) translate(-50%, -50%);
                    transform: skewX(0) translate(-50%, -50%);
                    -webkit-transition: all 0.3s linear;
                    -moz-transition: all 0.3s linear;
                    -o-transition: all 0.3s linear;
                    -ms-transform: all 0.3s linear;
                    transition: all 0.3s linear;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: column;
                    -moz-flex-direction: column;
                    -ms-flex-direction: column;
                    -o-flex-direction: column;
                    flex-direction: column;
                    -webkit-flex-wrap: nowrap;
                    -moz-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    -o-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-justify-content: center;
                    -moz-justify-content: center;
                    -o-flex-justify-content: center;
                    justify-content: center;
                    -ms-flex-pack: center;
                    -webkit-align-items: center;
                    align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center
                }

                    .park-intro-wrap .accordion li .symbol-bok * {
                        -ms-flex: 0 1 auto
                    }

                    .park-intro-wrap .accordion li .symbol-bok:before, .park-intro-wrap .accordion li .symbol-bok:after {
                        content: '';
                        position: absolute;
                        -ms-border-radius: 100%;
                        -moz-border-radius: 100%;
                        -webkit-border-radius: 100%;
                        border-radius: 100%;
                        z-index: -1;
                        opacity: 0;
                        pointer-events: none;
                        -webkit-transition: all 0.3s linear;
                        -moz-transition: all 0.3s linear;
                        -o-transition: all 0.3s linear;
                        -ms-transform: all 0.3s linear;
                        transition: all 0.3s linear
                    }

                    .park-intro-wrap .accordion li .symbol-bok:before {
                        width: 15rem;
                        height: 15rem;
                        left: -20%;
                        bottom: -15%
                    }

                    .park-intro-wrap .accordion li .symbol-bok:after {
                        width: 9rem;
                        height: 9rem;
                        right: 0;
                        top: 0
                    }

                    .park-intro-wrap .accordion li .symbol-bok .inner {
                        width: 100vw;
                        height: 100vw;
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-flex-direction: column;
                        -moz-flex-direction: column;
                        -ms-flex-direction: column;
                        -o-flex-direction: column;
                        flex-direction: column;
                        -webkit-flex-wrap: nowrap;
                        -moz-flex-wrap: nowrap;
                        -ms-flex-wrap: nowrap;
                        -o-flex-wrap: nowrap;
                        flex-wrap: nowrap;
                        -webkit-justify-content: center;
                        -moz-justify-content: center;
                        -o-flex-justify-content: center;
                        justify-content: center;
                        -ms-flex-pack: center;
                        -webkit-align-items: center;
                        align-items: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        -ms-border-radius: 100%;
                        -moz-border-radius: 100%;
                        -webkit-border-radius: 100%;
                        border-radius: 100%;
                        position: relative;
                        color: #fff;
                        -webkit-transition: all 0.3s linear;
                        -moz-transition: all 0.3s linear;
                        -o-transition: all 0.3s linear;
                        -ms-transform: all 0.3s linear;
                        transition: all 0.3s linear;
                        transform-origin: center center
                    }

                        .park-intro-wrap .accordion li .symbol-bok .inner * {
                            -ms-flex: 0 1 auto
                        }

                        .park-intro-wrap .accordion li .symbol-bok .inner::before {
                            content: '';
                            width: 25.5vw;
                            height: 25.5vw;
                            border: 0.5vw solid rgba(255,255,255,0.6);
                            display: block;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            -moz-transform: translate(-50%, -50%);
                            -webkit-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                            -ms-border-radius: 100%;
                            -moz-border-radius: 100%;
                            -webkit-border-radius: 100%;
                            border-radius: 100%;
                            opacity: 0;
                            -webkit-transition: all 0.3s linear;
                            -moz-transition: all 0.3s linear;
                            -o-transition: all 0.3s linear;
                            -ms-transform: all 0.3s linear;
                            transition: all 0.3s linear
                        }

                        .park-intro-wrap .accordion li .symbol-bok .inner i {
                            font-size: 5vw;
                            margin: 0 0 20rem 0;
                            -moz-transform: skewX(5deg);
                            -webkit-transform: skewX(5deg);
                            -o-transform: skewX(5deg);
                            -ms-transform: skewX(5deg);
                            transform: skewX(5deg);
                            -webkit-transition: all 0.5s linear;
                            -moz-transition: all 0.5s linear;
                            -o-transition: all 0.5s linear;
                            -ms-transform: all 0.5s linear;
                            transition: all 0.5s linear
                        }

                    .park-intro-wrap .accordion li .symbol-bok .ttl {
                        visibility: hidden;
                        opacity: 0;
                        text-align: center;
                        height: 0;
                        pointer-events: none;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        -ms-transform: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out
                    }

                        .park-intro-wrap .accordion li .symbol-bok .ttl h3 {
                            font-size: 2.5vw;
                            font-weight: bold;
                            margin-bottom: .2rem;
                            letter-spacing: .2rem
                        }

                        .park-intro-wrap .accordion li .symbol-bok .ttl p {
                            font-size: 1.4vw;
                            font-weight: 500;
                            line-height: 1.6;
                            letter-spacing: .05rem;
                            margin-bottom: 1.5rem
                        }

                        .park-intro-wrap .accordion li .symbol-bok .ttl .btn {
                            font-weight: 700;
                            padding: .4rem 1rem !important;
                            border-width: 3px;
                            border-color: rgba(255,255,255,0.5);
                            position: relative
                        }

                            .park-intro-wrap .accordion li .symbol-bok .ttl .btn:after {
                                content: "";
                                font-family: FontAwesome;
                                font-size: 1.2rem;
                                margin-left: .5rem
                            }

                .park-intro-wrap .accordion li.is-active {
                    width: calc(100% - 32vw) !important;
                    cursor: auto
                }

                    .park-intro-wrap .accordion li.is-active .symbol-bok {
                        width: initial;
                        height: initial;
                        -moz-transform: skewX(5deg) translate(-50%, -50%);
                        -webkit-transform: skewX(5deg) translate(-50%, -50%);
                        -o-transform: skewX(5deg) translate(-50%, -50%);
                        -ms-transform: skewX(5deg) translate(-50%, -50%);
                        transform: skewX(5deg) translate(-50%, -50%)
                    }

                        .park-intro-wrap .accordion li.is-active .symbol-bok:before, .park-intro-wrap .accordion li.is-active .symbol-bok:after {
                            opacity: 1;
                            transition-delay: .6s
                        }

                        .park-intro-wrap .accordion li.is-active .symbol-bok .inner {
                            width: 25vw;
                            height: 25vw;
                            -ms-border-radius: 100%;
                            -moz-border-radius: 100%;
                            -webkit-border-radius: 100%;
                            border-radius: 100%
                        }

                            .park-intro-wrap .accordion li.is-active .symbol-bok .inner::before {
                                opacity: 1
                            }

                            .park-intro-wrap .accordion li.is-active .symbol-bok .inner i {
                                -moz-transform: skewX(0);
                                -webkit-transform: skewX(0);
                                -o-transform: skewX(0);
                                -ms-transform: skewX(0);
                                transform: skewX(0);
                                margin: 0 0 1.5rem 0
                            }

                        .park-intro-wrap .accordion li.is-active .symbol-bok .ttl {
                            visibility: visible;
                            opacity: 1;
                            height: calc(25vw/2);
                            pointer-events: auto;
                            transition-delay: .5s
                        }

        .park-intro-wrap .accordion_in {
            position: relative;
            height: 100%;
            overflow: hidden;
            -moz-transform: skewX(-5deg);
            -webkit-transform: skewX(-5deg);
            -o-transform: skewX(-5deg);
            -ms-transform: skewX(-5deg);
            transform: skewX(-5deg);
            -webkit-box-shadow: -3px 0 10px rgba(0,0,0,0.3);
            -ms-box-shadow: -3px 0 10px rgba(0,0,0,0.3);
            box-shadow: -3px 0 10px rgba(0,0,0,0.3)
        }

            .park-intro-wrap .accordion_in > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center
            }
}

.park-1 .symbol-bok:before {
    background-color: rgba(16,170,138,0.5)
}

.park-1 .symbol-bok:after {
    background-color: rgba(8,28,228,0.2)
}

.park-1 .symbol-bok .inner {
    background-color: rgba(8,175,228,0.7)
}

.accordion li:hover .park-1 .symbol-bok .inner {
    background-color: rgba(8,175,228,0.9)
}

.park-2 .symbol-bok:before {
    background-color: rgba(232,228,26,0.5)
}

.park-2 .symbol-bok:after {
    background-color: rgba(219,106,18,0.2)
}

.park-2 .symbol-bok .inner {
    background-color: rgba(252,140,11,0.7)
}

.accordion li:hover .park-2 .symbol-bok .inner {
    background-color: rgba(252,140,11,0.9)
}

.park-3 .symbol-bok:before {
    background-color: rgba(242,116,152,0.5)
}

.park-3 .symbol-bok:after {
    background-color: rgba(214,118,3,0.2)
}

.park-3 .symbol-bok .inner {
    background-color: rgba(233,65,92,0.7)
}

.accordion li:hover .park-3 .symbol-bok .inner {
    background-color: rgba(233,65,92,0.9)
}

.park-4 .symbol-bok:before {
    background-color: rgba(161,116,242,0.5)
}

.park-4 .symbol-bok:after {
    background-color: rgba(50,134,226,0.2)
}

.park-4 .symbol-bok .inner {
    background-color: rgba(88,80,247,0.7)
}

.accordion li:hover .park-4 .symbol-bok .inner {
    background-color: rgba(88,80,247,0.9)
}

.park-5 .symbol-bok:before {
    background-color: rgba(185,155,93,0.5)
}

.park-5 .symbol-bok:after {
    background-color: rgba(48,57,150,0.2)
}

.park-5 .symbol-bok .inner {
    background-color: rgba(30,143,255,0.7)
}

.accordion li:hover .park-5 .symbol-bok .inner {
    background-color: rgba(30,143,255,0.9)
}

@media (max-width: 992px) {
    .park-intro-wrap {
        width: 100%
    }

        .park-intro-wrap .accordion {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            padding: 0;
            margin: 0;
            list-style: none
        }

            .park-intro-wrap .accordion li {
                width: calc(100% / 3)
            }

                .park-intro-wrap .accordion li .symbol-bok {
                    margin: 1rem;
                    background-color: #fff
                }

                    .park-intro-wrap .accordion li .symbol-bok .inner {
                        text-align: center;
                        color: #fff;
                        position: relative;
                        padding: 1.5rem 1rem;
                        -ms-border-radius: 5px;
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        border-radius: 5px
                    }

                        .park-intro-wrap .accordion li .symbol-bok .inner i {
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -moz-flex;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-justify-content: center;
                            -moz-justify-content: center;
                            -o-flex-justify-content: center;
                            justify-content: center;
                            -ms-flex-pack: center;
                            -webkit-align-items: center;
                            align-items: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            width: 12vw;
                            height: 12vw;
                            border: 4px solid rgba(255,255,255,0.5);
                            -ms-border-radius: 100%;
                            -moz-border-radius: 100%;
                            -webkit-border-radius: 100%;
                            border-radius: 100%;
                            margin: 1rem auto
                        }

                            .park-intro-wrap .accordion li .symbol-bok .inner i:before {
                                font-size: 8vw
                            }

                        .park-intro-wrap .accordion li .symbol-bok .inner .ttl h3 {
                            font-size: 4vw;
                            margin-bottom: 0
                        }

                        .park-intro-wrap .accordion li .symbol-bok .inner .ttl p {
                            display: none
                        }

                        .park-intro-wrap .accordion li .symbol-bok .inner .ttl a {
                            cursor: pointer;
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            border: none;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            text-indent: -9999px;
                            overflow: hidden
                        }

                            .park-intro-wrap .accordion li .symbol-bok .inner .ttl a:hover {
                                background: transparent
                            }

        .park-intro-wrap .accordion_in img {
            display: none
        }

        .park-intro-wrap .park-1 .symbol-bok .inner {
            -webkit-box-shadow: 0 25px 25px -20px rgba(8,28,228,0.3);
            -ms-box-shadow: 0 25px 25px -20px rgba(8,28,228,0.3);
            box-shadow: 0 25px 25px -20px rgba(8,28,228,0.3)
        }

            .park-intro-wrap .park-1 .symbol-bok .inner i {
                background-color: rgba(8,28,228,0.2)
            }

        .park-intro-wrap .park-2 .symbol-bok .inner {
            -webkit-box-shadow: 0 25px 25px -20px rgba(219,106,18,0.3);
            -ms-box-shadow: 0 25px 25px -20px rgba(219,106,18,0.3);
            box-shadow: 0 25px 25px -20px rgba(219,106,18,0.3)
        }

            .park-intro-wrap .park-2 .symbol-bok .inner i {
                background-color: rgba(219,106,18,0.2)
            }

        .park-intro-wrap .park-3 .symbol-bok .inner {
            -webkit-box-shadow: 0 25px 25px -20px rgba(214,118,3,0.3);
            -ms-box-shadow: 0 25px 25px -20px rgba(214,118,3,0.3);
            box-shadow: 0 25px 25px -20px rgba(214,118,3,0.3)
        }

            .park-intro-wrap .park-3 .symbol-bok .inner i {
                background-color: rgba(214,118,3,0.2)
            }

        .park-intro-wrap .park-4 .symbol-bok .inner {
            -webkit-box-shadow: 0 25px 25px -20px rgba(50,134,226,0.3);
            -ms-box-shadow: 0 25px 25px -20px rgba(50,134,226,0.3);
            box-shadow: 0 25px 25px -20px rgba(50,134,226,0.3)
        }

            .park-intro-wrap .park-4 .symbol-bok .inner i {
                background-color: rgba(50,134,226,0.2)
            }

        .park-intro-wrap .park-5 .symbol-bok .inner {
            -webkit-box-shadow: 0 25px 25px -20px rgba(48,57,150,0.3);
            -ms-box-shadow: 0 25px 25px -20px rgba(48,57,150,0.3);
            box-shadow: 0 25px 25px -20px rgba(48,57,150,0.3)
        }

            .park-intro-wrap .park-5 .symbol-bok .inner i {
                background-color: rgba(48,57,150,0.2)
            }
}

.u-accordion__header {
    font-size: 1.6rem
}

.u-accordion__control-icon {
    color: #A893E2
}

    .u-accordion__control-icon i {
        font-size: 1.5rem
    }

.u-accordion__body {
    padding-left: 15px !important;
    padding-right: 15px !important
}

[class^="holiday-pattern_"], [class^="holiday-pattern-"] {
    display: block;
    pointer-events: none
}

.holiday-pattern_TOP {
    position: absolute;
    width: 450px;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .holiday-pattern_TOP img {
        width: 100%;
        max-width: 100%
    }

.holiday-pattern-LEFT, .holiday-pattern-RIGHT {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.heading_ttl h2 .holiday-pattern-LEFT {
    background: url(../assets/img/icon/ttl-pattern_L.png) no-repeat center center;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    left: -4vw
}

.heading_ttl h2 .holiday-pattern-RIGHT {
    background: url(../assets/img/icon/ttl-pattern_R.png) no-repeat center center;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    right: -4vw
}

.heading_ttl.left_ttl h2 .holiday-pattern-LEFT {
    top: 0;
    left: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

.home-section-1 .grid-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

    .home-section-1 .grid-wrap > .grid {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-flex-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute
    }

        .home-section-1 .grid-wrap > .grid > .item {
            width: calc(50% - 20px);
            height: 35vh;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            -ms-border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px
        }

            .home-section-1 .grid-wrap > .grid > .item.more-news .text-wrap p:after {
                content: "";
                font-family: FontAwesome;
                display: inline-block;
                font-size: 1.2rem;
                margin-left: .2rem
            }

            .home-section-1 .grid-wrap > .grid > .item.more-news img {
                object-fit: contain
            }

            .home-section-1 .grid-wrap > .grid > .item:before {
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: rgba(255,88,181,0.2);
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transform: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                opacity: 0;
                z-index: 1
            }

            .home-section-1 .grid-wrap > .grid > .item:hover:not(.no-TS) img {
                -moz-transform: scale(1.1) rotate(5deg);
                -webkit-transform: scale(1.1) rotate(5deg);
                -o-transform: scale(1.1) rotate(5deg);
                -ms-transform: scale(1.1) rotate(5deg);
                transform: scale(1.1) rotate(5deg)
            }

            .home-section-1 .grid-wrap > .grid > .item:hover:not(.no-TS):before {
                opacity: 1
            }

            .home-section-1 .grid-wrap > .grid > .item.full-width {
                width: calc(100% - 20px);
                height: calc(70vh + 20px)
            }

    .home-section-1 .grid-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transform: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }

    .home-section-1 .grid-wrap .date, .home-section-1 .grid-wrap .text-wrap {
        position: absolute;
        z-index: 2
    }

    .home-section-1 .grid-wrap .date {
        display: none !important;
        top: 1rem;
        left: 1rem;
        background-color: rgba(233,65,92,0.5);
        color: #fff;
        text-align: center;
        font-weight: 700;
        letter-spacing: .1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 45px;
        height: 45px;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        line-height: 1.2;
        font-size: .8rem
    }

    .home-section-1 .grid-wrap .text-wrap {
        width: 100%;
        bottom: 0;
        padding: .5rem 1rem
    }

        .home-section-1 .grid-wrap .text-wrap:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 200%;
            z-index: -1;
            background: -moz-linear-gradient(top, rgba(50,86,139,0) 0%, rgba(50,86,139,0.85) 80%);
            background: -webkit-linear-gradient(top, rgba(50,86,139,0) 0%, rgba(50,86,139,0.85) 80%);
            background: linear-gradient(to bottom, rgba(50,86,139,0) 0%, rgba(50,86,139,0.85) 80%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#32568b', GradientType=0)
        }

        .home-section-1 .grid-wrap .text-wrap p {
            margin-bottom: 0;
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: .1rem;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.5rem
        }
		
		.home-section-1 .news-item a:hover {
			  text-decoration: none;
			}

			.home-section-1 .news-item .news-item-wrapper {
			  margin-bottom: 16px;
			  border-radius: 10px;
			  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
			  background-color: #ffffff;
			}

			.home-section-1 .news-item img {
			  width: 150px;
			  height: 150px;
			  object-fit: cover;
			  object-position: center center;
			  -webkit-transition: all 1s ease-in-out;
			  -moz-transition: all 1s ease-in-out;
			  -o-transition: all 1s ease-in-out;
			  -ms-transform: all 1s ease-in-out;
			  transition: all 1s ease-in-out;
			  border-radius: 10px 0 0 10px;
			}

			.home-section-1 .news-item-wrapper .news-item-content {
			  padding: 0 10px;
			  width: 100%;
			}

			.home-section-1 .news-item-wrapper .category-label {
			  padding: 2px 18px;
			  border-radius: 2px;
			  background-color: #f55eb9;
			  color: #fff;
			}

            .home-section-1 .news-item-wrapper .discount-label .category-label {
                background-color: #a893e2;
            }

            .home-section-1 .news-item-wrapper .news-item-title {
                margin: 10px 0;
                font-weight: bold;
                color: #444444;
                max-height: 27px;
                overflow: hidden;
            }

            .home-section-1 .news-item-wrapper .news-item-content p {
                line-height: 1rem;
                color: #444444;
                max-height: 32px;
                margin-bottom: 0;
                overflow: hidden;
            }
			.home-section-1 .news-readmore {
			  border: solid 1px #444444;
			  padding: 9px 40px;
			  color: #444;
			  font-size: 1.3rem;
			}
            .home-section-1 .news-readmore:hover {
                color: #fff;
                border: 1px solid #de1673;
            }

            .home-section-1 .news-title h2 {
                font-weight: 600;
            }
            
            .overlay-welcome {
                width: 100%
            }

    .overlay-welcome .inner {
        width: 100%;
        height: 30vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-flex-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        position: relative
    }

        .overlay-welcome .inner:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: -moz-linear-gradient(left, rgba(142,99,255,0.7) 0%, rgba(255,71,129,0.7) 100%);
            background: -webkit-linear-gradient(left, rgba(142,99,255,0.7) 0%, rgba(255,71,129,0.7) 100%);
            background: linear-gradient(to right, rgba(142,99,255,0.7) 0%, rgba(255,71,129,0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b38e63ff', endColorstr='#b3ff4781', GradientType=1)
        }

        .overlay-welcome .inner h5 {
            position: relative;
            font-size: 1.6rem;
            letter-spacing: .1rem;
            text-align: center;
            color: #fff;
            z-index: 1
        }

            .overlay-welcome .inner h5:after, .overlay-welcome .inner h5:before {
                display: block;
                content: '';
                position: absolute;
                top: 50%;
                background: url(../assets/img/icon/welcome-text-pattern.svg) no-repeat center center;
                background-size: contain;
                width: 1.6rem;
                height: 1.6rem;
                transform-origin: center center
            }

            .overlay-welcome .inner h5:before {
                left: -2.1rem;
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .overlay-welcome .inner h5:after {
                right: -2.1rem;
                -moz-transform: translateY(-50%) rotate(180deg);
                -webkit-transform: translateY(-50%) rotate(180deg);
                -o-transform: translateY(-50%) rotate(180deg);
                -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg)
            }

            .overlay-welcome .inner h5 span {
                display: block;
                font-size: 1.4rem
            }

.home-section-CTA .inner {
    padding: 0 2.5rem
}

    .home-section-CTA .inner .CTA-pattern {
        position: relative;
        margin: 4rem 0
    }

        /*.home-section-CTA .inner .CTA-pattern-bg {
        background: url(../assets/img/pattern/CTA-pattern.png) no-repeat center top;
        background-size: contain;
        width: 80vw;
        height: calc(80vw / 1.2);
        position: absolute;
        top: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }*/

    .home-section-CTA .inner .CTA-pattern > div {
        padding: 80px 155px;
        border-radius: 20px;
        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        color: #212121;
    }

        .home-section-CTA .inner .CTA-pattern > div h2 {
            font-weight: 600;
            letter-spacing: 2px;
        }

        .home-section-CTA .inner .CTA-pattern > div p {
            letter-spacing: 1px;
        }
    .home-section-CTA .inner .video-cover img, .home-section-CTA .inner .video-cover::after, .home-section-CTA .inner .video-cover::before {
        display: block !important
    }

#modal-video .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-shadow: none;
    opacity: 1;
    color: #fff
}

    #modal-video .close:hover {
        color: #E9415C
    }

#modal-video .modal-content {
    background: none;
    border: none
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90vw;
        margin: 1.75rem auto
    }
}

.facility-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff
}

    .facility-info > li {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 1rem 5px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

        .facility-info > li * {
            -ms-flex: 0 1 auto
        }

        .facility-info > li + li {
            margin-left: 1rem
        }

        .facility-info > li i {
            width: 5vw;
            height: 5vw;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -o-flex-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            padding: 1rem 0;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            font-size: 2vw;
            position: relative;
            margin-bottom: .5rem
        }

            .facility-info > li i:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                border: 4px solid #fff;
                opacity: .7;
                -ms-border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%
            }

        .facility-info > li p {
            margin: 0;
            font-weight: 600;
            font-size: 1rem;
            width: 100%;
            min-height: 32px;
            text-align: center
        }

        .facility-info > li .facility-star-LV {
            position: relative
        }

            .facility-info > li .facility-star-LV > span {
                font-size: 3rem;
                line-height: 1;
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%)
            }

        .facility-info > li.item-01 {
            background-color: #EB7386
        }

            .facility-info > li.item-01 i {
                background-color: #FF4C68
            }

        .facility-info > li.item-02 {
            background-color: #FF830A
        }

            .facility-info > li.item-02 i {
                background-color: #FF830A
            }

        .facility-info > li.item-03 {
            background-color: #5FC0E4
        }

            .facility-info > li.item-03 i {
                background-color: #08AFE4;
                font-style: normal;
                font-size: 1vw;
                line-height: 1vw
            }

                .facility-info > li.item-03 i strong {
                    font-size: 1.6vw;
                    line-height: 1vw;
                    font-weight: 500;
                    position: relative;
                    top: 0;
                    margin-right: .2rem
                }

/*@media (max-width: 640px) {*/
    @media (max-width: 768px) {  /*2021-01-08*/
    .facility-info {
        margin: 1rem 0;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .facility-info .facility-star-LV > span {
            font-size: 5rem
        }

        .facility-info > li {
            margin: 0 0 1rem 0 !important;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -o-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center
        }

            .facility-info > li * {
                -ms-flex: 0 1 auto
            }

            .facility-info > li i {
                width: 85px;
                height: 85px;
                margin: 0;
                font-size: 5vh;
                flex: 0 0 85px
            }

            .facility-info > li.item-03 i strong {
                font-size: 3.5vh;
                top: 0
            }

            .facility-info > li.item-03 i sub {
                font-size: 12px
            }

            .facility-info > li p {
                margin-left: 1.5rem
            }
}

.calendar-wrap {
    position: relative
}

.calendar-wrap-in .in-day-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

    .calendar-wrap-in .in-day-info ul {
        margin: 2rem 0;
        list-style: none;
        padding: 0;
        width: 100%
    }

        .calendar-wrap-in .in-day-info ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -o-flex-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify;
            font-size: 1.5rem
        }

            .calendar-wrap-in .in-day-info ul li + li {
                margin-top: 1rem
            }

            .calendar-wrap-in .in-day-info ul li span {
                width: 100%;
                font-weight: bold
            }

@media (max-width: 767px) {
    .calendar-wrap-in .in-day-info ul li span {
        font-size: 1rem;
        word-break: keep-all
    }
}

.calendar-wrap-in .in-day-info ul li span:first-child {
    color: #212121;
    text-align: right;
    padding-right: .5rem;
    display: inline-block
}

    .calendar-wrap-in .in-day-info ul li span:first-child b {
        min-width: 116px;
        display: inline-block
    }

.calendar-wrap-in .in-day-info ul li span:last-child {
    color: #E9415C;
    text-align: left;
    padding-left: .5rem
}

.calendar-wrap .panel-head {
    background-color: #DE1673;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    padding: 1rem 2.5rem;
    margin: 0 auto;
    width: 100%;
    max-width: 100%
}

    .calendar-wrap .panel-head h4 {
        order: 2;
        margin-bottom: 0;
        font-size: 2.8rem;
        font-weight: 500
    }

    .calendar-wrap .panel-head .prev-arrow, .calendar-wrap .panel-head .next-arrow {
        color: #fff;
        display: inline-block;
        font-size: 1.2rem;
        position: relative
    }

        .calendar-wrap .panel-head .prev-arrow:after, .calendar-wrap .panel-head .next-arrow:after {
            position: absolute;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 1.5rem
        }

    .calendar-wrap .panel-head .prev-arrow {
        order: 1;
        padding-left: 1.5rem
    }

        .calendar-wrap .panel-head .prev-arrow:after {
            content: "";
            font-family: FontAwesome;
            left: 0
        }

    .calendar-wrap .panel-head .next-arrow {
        order: 3;
        padding-right: 1.5rem
    }

        .calendar-wrap .panel-head .next-arrow:after {
            content: "";
            font-family: FontAwesome;
            right: 0
        }

.calendar-wrap .panel-body {
    margin: 1rem 0
}

.calendar-wrap .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 2rem 0
}

.calendar-wrap .owl-item.center .date-card {
    background-color: #DE1673;
    -webkit-box-shadow: 0 15px 25px -10px rgba(222,22,115,0.7);
    -ms-box-shadow: 0 15px 25px -10px rgba(222,22,115,0.7);
    box-shadow: 0 15px 25px -10px rgba(222,22,115,0.7);
    padding: 1.5rem 1rem
}

    .calendar-wrap .owl-item.center .date-card:after {
        bottom: -1rem;
        width: 45%;
        background-color: #DE1673
    }

    .calendar-wrap .owl-item.center .date-card .weather {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 1rem;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-flex-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-bottom: 1rem
    }

.calendar-wrap .date-card {
    background-color: #FF86CF;
    color: #fff;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    -webkit-box-shadow: 0 15px 25px -10px rgba(222,22,115,0);
    -ms-box-shadow: 0 15px 25px -10px rgba(222,22,115,0);
    box-shadow: 0 15px 25px -10px rgba(222,22,115,0)
}

    .calendar-wrap .date-card * {
        -ms-flex: 0 1 auto
    }

    .calendar-wrap .date-card:hover {
        background-color: rgba(255,134,207,0.6)
    }

    .calendar-wrap .date-card:after {
        content: '';
        position: absolute;
        width: 15%;
        height: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #F962BD;
        bottom: -2.5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

    .calendar-wrap .date-card .weather {
        display: none
    }

    .calendar-wrap .date-card .day {
        text-align: center;
        margin-bottom: 0;
        font-size: 2.5rem;
        color: #fff;
        font-weight: 500
    }

        .calendar-wrap .date-card .day span {
            display: block;
            font-size: 1.2rem;
            font-weight: 400
        }

.calendar-wrap .related-item-wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

    .calendar-wrap .related-item-wrap > li, .calendar-wrap .related-item-wrap > .item {
        width: calc(100% /3);
        margin-bottom: 1rem
    }

    .calendar-wrap .related-item-wrap .link_card {
        height: 100%;
        max-height: 100%
    }

        .calendar-wrap .related-item-wrap .link_card:hover {
            text-decoration: none
        }

            .calendar-wrap .related-item-wrap .link_card:hover .text-wrap {
                -moz-transform: none;
                -webkit-transform: none;
                -o-transform: none;
                -ms-transform: none;
                transform: none
            }

        .calendar-wrap .related-item-wrap .link_card:after {
            height: 200px
        }

        .calendar-wrap .related-item-wrap .link_card:before {
            top: 100px
        }

        .calendar-wrap .related-item-wrap .link_card img {
            max-height: 200px
        }

        .calendar-wrap .related-item-wrap .link_card .text-wrap {
            position: static;
            padding: 1rem
        }

            .calendar-wrap .related-item-wrap .link_card .text-wrap .btn-arrow {
                display: block;
                text-align: left
            }

                .calendar-wrap .related-item-wrap .link_card .text-wrap .btn-arrow:after {
                    display: none
                }

        .calendar-wrap .related-item-wrap .link_card .list-default dl {
            margin-bottom: 0
        }

            .calendar-wrap .related-item-wrap .link_card .list-default dl .note {
                color: #DE1673
            }

            .calendar-wrap .related-item-wrap .link_card .list-default dl dt, .calendar-wrap .related-item-wrap .link_card .list-default dl dd {
                font-size: 1rem;
                width: auto;
                font-weight: 500
            }

            .calendar-wrap .related-item-wrap .link_card .list-default dl dt {
                padding-left: 0;
                text-align: left;
                display: inline-block
            }

            .calendar-wrap .related-item-wrap .link_card .list-default dl dd {
                width: calc(100% - 78px)
            }

@media (max-width: 768px) {
    .calendar-wrap .related-item-wrap li {
        width: 50%
    }

    .calendar-wrap .related-item-wrap .link_card .list-default dl dt, .calendar-wrap .related-item-wrap .link_card .list-default dl dd {
        font-size: .85rem
    }

    .calendar-wrap .related-item-wrap .link_card .list-default dl dt {
        border-left: none !important
    }

    .calendar-wrap .related-item-wrap .link_card .list-default dl dd {
        width: calc(100% - 69px)
    }

    .calendar-wrap .owl-item.center .date-card {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    .calendar-wrap .date-card {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: .6;
        width: 260px
    }
}

@media (max-width: 640px) {
    .calendar-wrap-in .in-day-info ul li {
        font-size: 1.2rem
    }

    .calendar-wrap .related-item-wrap li, .calendar-wrap .related-item-wrap .item {
        width: 100%
    }

    .calendar-wrap .panel-head {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

        .calendar-wrap .panel-head h4 {
            order: 1;
            width: 100%;
            text-align: center;
            padding: .6rem 1rem;
            border-bottom: 1px solid rgba(255,255,255,0.4)
        }

        .calendar-wrap .panel-head a {
            width: 50%;
            padding: .6rem 1rem
        }

            .calendar-wrap .panel-head a + a {
                border-left: 1px solid rgba(255,255,255,0.4)
            }

        .calendar-wrap .panel-head .prev-arrow {
            order: 2;
            text-align: right
        }

            .calendar-wrap .panel-head .prev-arrow:after {
                left: 1rem
            }

        .calendar-wrap .panel-head .next-arrow {
            order: 3;
            text-align: left
        }

            .calendar-wrap .panel-head .next-arrow:after {
                right: 1rem
            }
}

.lost-tab-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

    .lost-tab-table .nav-pills {
        width: 30%;
        background-color: #A893E2
    }

        .lost-tab-table .nav-pills h3 {
            padding: 4rem 2rem;
            font-size: 2.1rem;
            color: #fff
        }

            .lost-tab-table .nav-pills h3 > span {
                font-size: 1.2rem;
                display: block
            }

        .lost-tab-table .nav-pills > .nav-link {
            background-color: #C6B5F3;
            -ms-border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            color: #fff;
            padding: 1rem 2rem;
            position: relative;
            font-weight: 400
        }

            .lost-tab-table .nav-pills > .nav-link:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 100%;
                background-color: #E9415C;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transform: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out
            }

            .lost-tab-table .nav-pills > .nav-link.active {
                background-color: #fff;
                color: #212121;
                font-weight: 500
            }

                .lost-tab-table .nav-pills > .nav-link.active:before {
                    width: 4px
                }

    .lost-tab-table .tab-content {
        width: 70%;
        background-color: #fff;
        padding: 1rem 2rem
    }

@media (min-width: 767px) {
    .lost-tab-table .nav-pills > .nav-link:hover {
        background-color: #fff;
        color: #212121;
        font-weight: 500
    }

        .lost-tab-table .nav-pills > .nav-link:hover:before {
            width: 4px
        }
}

@media (max-width: 767px) {
    .lost-tab-table {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .lost-tab-table .nav-pills, .lost-tab-table .tab-content {
            width: 100%
        }

        .lost-tab-table .nav-pills {
            display: -webkit-flex !important;
            display: flex !important;
            -webkit-flex-direction: row !important;
            -moz-flex-direction: row !important;
            -ms-flex-direction: row !important;
            -o-flex-direction: row !important;
            flex-direction: row !important;
            -webkit-flex-wrap: wrap !important;
            -moz-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
            -o-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
            -webkit-justify-content: space-around;
            -moz-justify-content: space-around;
            -o-flex-justify-content: space-around;
            justify-content: space-around;
            -ms-flex-pack: distribute;
            background-color: #A893E2;
            padding: 0 1px
        }

            .lost-tab-table .nav-pills h3 {
                width: 100%;
                padding: 1.5rem 2rem
            }

            .lost-tab-table .nav-pills > .nav-link {
                width: calc(25% - 2px);
                padding: .5rem .8rem;
                text-align: center;
                display: block;
                font-size: .8rem;
                word-break: keep-all;
                margin-bottom: 2px
            }

                .lost-tab-table .nav-pills > .nav-link:before {
                    width: 0;
                    height: 2px;
                    top: initial;
                    bottom: 0
                }

                .lost-tab-table .nav-pills > .nav-link.active:before {
                    width: 100%;
                    height: 2px;
                    top: initial;
                    bottom: 0
                }
}

.tag {
    position: absolute;
    top: -1rem;
    left: -1rem;
    background-color: #ddd;
    color: #fff;
    padding: .2rem 3rem;
    display: inline-block;
    font-size: 1rem
}

    .tag[data-tag="event"] {
        background-color: #F55EB9
    }

    .tag[data-tag="news"] {
        background-color: #A893E2
    }

.news_ttl {
    position: relative
}

    .news_ttl .tag {
        position: static;
        padding: .2rem 1rem;
        line-height: 2.1rem;
        margin-right: 0;
        margin-bottom: 1rem
    }

    .news_ttl h3 {
        font-size: 1.6rem;
        line-height: 2.1rem;
        display: inline-block;
        color: #212121;
        font-weight: bold;
        margin-bottom: 0;
        letter-spacing: .1rem
    }

.news-inpage img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto
}

.news-inpage p {
    font-size: 1rem
}

@media (min-width: 1024px) {
    .news_ttl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center
    }

        .news_ttl .tag {
            margin-right: 1.5rem;
            margin-bottom: 0
        }
}

.news-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .news-list ul li {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        padding: 3rem 0 3rem 1rem
    }

        .news-list ul li + li {
            border-top: 1px solid #C8C8C8
        }

        .news-list ul li .img-wrap {
            position: relative;
            width: 360px;
            padding-right: 1rem
        }

            .news-list ul li .img-wrap img {
                width: 75%;
                /*height: calc(360px / 1.5);*/
                object-fit: cover;
                object-position: center center
            }

        .news-list ul li .text-wrap {
            width: calc(100% - 360px);
            padding-left: 1rem;
            padding-right: 12rem
        }

            .news-list ul li .text-wrap .date {
                display: inline-block;
                color: #737082;
                font-size: 1rem;
                margin-bottom: 2rem
            }

            .news-list ul li .text-wrap h4, .news-list ul li .text-wrap p {
                font-size: 1.2rem
            }

            .news-list ul li .text-wrap h4 {
                font-weight: bold
            }

            .news-list ul li .text-wrap p {
                line-height: 1.7rem
            }

            .news-list ul li .text-wrap a {
                position: absolute;
                right: 0;
                bottom: 3rem
            }

@media (max-width: 1024px) {
    .news-list ul li .text-wrap {
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .news-list ul li {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 3rem 1rem
    }

        .news-list ul li .img-wrap {
          text-align: center;
        }

        .news-list ul li .img-wrap, .news-list ul li .text-wrap {
            width: 100%;
            padding: 0
        }

            .news-list ul li .text-wrap .date {
                margin: 1rem 0
            }

            .news-list ul li .text-wrap a {
                position: static;
                width: 100%;
                margin-top: 1.5rem
            }
}

@media (max-width: 992px) {
    .search-list .related-item-wrap > li {
        width: calc(100% / 3)
    }
}

@media (max-width: 640px) {
    .search-list .related-item-wrap > li {
        width: 50%
    }
}

.border-purple {
    border-color: #B0A5CE !important
}

.c-purple {
    color: #B0A5CE !important
}

@media (min-width: 1366px) {
    header .header-menu .menu-wrap {
        padding-left: 6vw;
        padding-right: 6vw
    }
}

.visible-sm {
    display: none
}

.mobile-bottom-link {
    display: none
}

@media (min-width: 992px) {
    .carousel-indicators {
        position: absolute;
        left: 50%;
        bottom: 1rem;
        right: inherit;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0
    }

    .owl-carousel.related-item-wrap .item {
        width: calc((100% / 3) - 10px)
    }

    header .header-menu .menu-wrap .unit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        width: 105px
    }

    .carousel-indicators, .KV-carousel.owl-theme .owl-dots {
        display: none !important
    }

    #carouselIndicators {
        margin-top: 65px
    }

    #modal-video {
        height: 80vh
    }

    .mobile-bottom-link {
        position: fixed;
        padding: 0;
        width: 100vw;
        height: 65px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transform: none;
        transition: none;
        bottom: 0;
        background-color: #fff;
        border-top: 1px solid #EAEAEA;
        pointer-events: auto;
        z-index: 999;
        display: block
    }

        .mobile-bottom-link > ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex
        }

            .mobile-bottom-link > ul > li {
                width: 100%;
                height: 100%
            }

                .mobile-bottom-link > ul > li.active > a {
                    padding: 0;
                    background-color: #DE1673
                }

                    .mobile-bottom-link > ul > li.active > a span {
                        color: #fff;
                        height: 100%;
                        padding: 8px 0;
                        line-height: 24px
                    }

                .mobile-bottom-link > ul > li > a {
                    width: 100%;
                    height: 65px;
                    position: relative;
                    display: block;
                    padding: 10px 0
                }

                    .mobile-bottom-link > ul > li > a i, .mobile-bottom-link > ul > li > a span {
                        display: block;
                        text-align: center
                    }

                    .mobile-bottom-link > ul > li > a i {
                        font-size: 1.7rem;
                        color: #DE1673
                    }

                    .mobile-bottom-link > ul > li > a span {
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: -moz-flex;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-align-items: center;
                        align-items: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        -webkit-justify-content: center;
                        -moz-justify-content: center;
                        -o-flex-justify-content: center;
                        justify-content: center;
                        -ms-flex-pack: center;
                        color: #212121;
                        font-size: .85rem
                    }

    .heading_ttl.left_ttl h2 {
        padding-left: 7vw
    }

        .heading_ttl.left_ttl h2 .holiday-pattern-LEFT {
            top: .3rem
        }

    #inpage-layout main {
        padding-top: 65px
    }

    .related-item-wrap .link_card {
        height: 100%
    }

    .nav-scroll ul > li.active a {
        background-color: #DE1673
    }

    .nav-scroll ul > li > a:after, .nav-scroll ul > li > a:hover:after {
        display: none
    }

    .nav-scroll ul > li > a i, .nav-scroll ul > li > a:hover i {
        font-size: 1.7rem;
        color: #DE1673
    }

    .nav-scroll ul > li > a span, .nav-scroll ul > li > a:hover span {
        color: #212121;
        font-size: .85rem
    }

    .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) * {
            -ms-flex: 0 1 auto
        }

        .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .nav-item {
            padding: .4rem;
            font-size: 1rem;
            word-break: keep-all;
            margin-bottom: 0 !important
        }

            .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .nav-item + .nav-item {
                margin-left: .5rem !important
            }

        .basic-tab [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) i {
            display: none
        }

    .basic-tab .nav-tabs > .nav-item {
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 0 0 1rem 0 !important
    }

    .fixed-aside-nav {
        display: none
    }

    h3.label {
        margin-bottom: .5rem
    }

    .heading_ttl, .heading_ttl-2 {
        padding: 0 2rem
    }

        .heading_ttl h2, .heading_ttl-2 h2 {
            font-size: 4vw
        }

            .heading_ttl h2 .holiday-pattern-LEFT, .heading_ttl h2 .holiday-pattern-RIGHT, .heading_ttl-2 h2 .holiday-pattern-LEFT, .heading_ttl-2 h2 .holiday-pattern-RIGHT {
                width: 6vw;
                height: 6vw
            }

            .heading_ttl h2 .holiday-pattern-LEFT, .heading_ttl-2 h2 .holiday-pattern-LEFT {
                left: -6vw
            }

            .heading_ttl h2 .holiday-pattern-RIGHT, .heading_ttl-2 h2 .holiday-pattern-RIGHT {
                right: -6vw
            }

            .heading_ttl-2 h2:after {
                left: -8vw
            }

            .heading_ttl-2 h2:before {
                right: -8vw
            }

    .banner-item {
        height: 85vh
    }

        .banner-item .text-wrap {
            width: 80%;
            left: 50%;
            bottom: 10%;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

            .banner-item .text-wrap h3 {
                font-size: 2.1rem
            }

            .banner-item .text-wrap p {
                display: none
            }

    /*.marquee {
        width: calc(100vw - 2rem)
    }*/

    .related-item-wrap {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .related-item-wrap > li {
            width: 50%;
            padding: 10px
        }

    .owl-carousel.related-item-wrap .item {
        width: 100% !important;
        min-width: initial
    }

    .carousel-basic .card-wrap {
        width: 300px
    }

    .carousel-section {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .owl-item .card-wrap {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1
    }

    .owl-item.center .card-wrap {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    .owl-prev, .owl-next {
        z-index: 10
    }

        .owl-prev i, .owl-next i {
            color: rgba(222,22,115,0.5)
        }

        .owl-prev:before, .owl-next:before {
            display: none
        }

    .owl-prev {
        left: 0
    }

    .owl-next {
        right: 0
    }

    footer, #inpage-layout footer {
        margin-bottom: 65px
    }

        footer .social-media, #inpage-layout footer .social-media {
            width: 100%;
            -ms-border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            padding: 1rem
        }

        footer .fat-footer, #inpage-layout footer .fat-footer {
            display: none
        }

        footer .other, #inpage-layout footer .other {
            width: 100%;
            background: -moz-linear-gradient(left, rgba(226,103,160,0.7) 0%, rgba(225,104,161,0.7) 1%, rgba(125,185,232,0.7) 100%);
            background: -webkit-linear-gradient(left, rgba(226,103,160,0.7) 0%, rgba(225,104,161,0.7) 1%, rgba(125,185,232,0.7) 100%);
            background: linear-gradient(to right, rgba(226,103,160,0.7) 0%, rgba(225,104,161,0.7) 1%, rgba(125,185,232,0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3e267a0', endColorstr='#b37db9e8', GradientType=1)
        }

            footer .other ul, #inpage-layout footer .other ul {
                width: 100%;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                -o-flex-direction: row;
                flex-direction: row;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                -o-flex-wrap: wrap;
                flex-wrap: wrap;
                padding: 0 1rem
            }

                footer .other ul li, #inpage-layout footer .other ul li {
                    width: 100%
                }

                    footer .other ul li + li a, #inpage-layout footer .other ul li + li a {
                        border-left: none
                    }

                    footer .other ul li a, #inpage-layout footer .other ul li a {
                        width: 100%;
                        display: block;
                        text-align: center;
                        color: #fff;
                        padding: 1.5rem 1rem;
                        border-bottom: 1px solid rgba(255,255,255,0.5)
                    }

                footer .other ul:last-child, #inpage-layout footer .other ul:last-child {
                    display: none
                }

    .related-item-wrap.column-3 > li, .related-item-wrap.column-3 > .item {
        width: 50%
    }

    .owl-carousel.related-item-wrap .owl-item {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transform: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: .6
    }

        .owl-carousel.related-item-wrap .owl-item.active {
            opacity: 1
        }

            .owl-carousel.related-item-wrap .owl-item.active .link_card img {
                max-height: 200px
            }
}

@media (max-width: 767px) {
    .h5 {
        font-size: 1rem !important
    }

    .hidden-sm {
        display: none !important
    }

    .visible-sm {
        display: block
    }

    th.visible-sm, td.visible-sm {
        display: table-cell
    }

    .banner-item {
        height: 450px
    }

        .banner-item img {
            object-position: center top
        }

    .video-cover {
        height: 35vh
    }

    .banner-item .text-wrap {
        width: 90%
    }

    .park-intro-wrap .accordion li .symbol-bok {
        margin: .5rem
    }

        .park-intro-wrap .accordion li .symbol-bok .inner {
            padding: 1rem 0
        }

            .park-intro-wrap .accordion li .symbol-bok .inner i {
                width: 15vw;
                height: 15vw;
                margin: 0 auto .5rem
            }

    .related-item-wrap > li {
        padding: .5rem
    }

    .list-default dl dt, .list-default dl dd {
        width: 100%;
        text-align: left
    }

    .list-default dl dt {
        font-weight: 500;
        margin-bottom: 0;
        border-left: 1px solid #212121
    }

    .scrollbar-ui_x {
        overflow-y: hidden;
        overflow-x: scroll
    }

        .scrollbar-ui_x table {
            width: 640px
        }

        .scrollbar-ui_x::-webkit-scrollbar {
            width: 5px;
            height: 2px;
            background-color: rgba(100,100,100,0.2)
        }

        .scrollbar-ui_x::-webkit-scrollbar-track {
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px
        }

        .scrollbar-ui_x::-webkit-scrollbar-thumb {
            -ms-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background: #646464
        }

            .scrollbar-ui_x::-webkit-scrollbar-thumb:window-inactive {
                background: #646464
            }
}

@media (max-width: 640px) {
    .owl-item .card-wrap {
        width: 260px
    }

    .banner-item .text-wrap {
        bottom: 1rem;
        padding: .5rem
    }

        .banner-item .text-wrap h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem
        }

    .related-item-wrap.owl-carousel .list-default dl dt, .related-item-wrap.owl-carousel .list-default dl dd {
        width: 100% !important;
        padding: 0 !important;
        border: none !important
    }

    .related-item-wrap.owl-carousel .list-default dl dt {
        margin-bottom: .3rem
    }

    .related-item-wrap.owl-carousel .list-default dl dd {
        font-weight: bold
    }

    .heading_ttl-2 h2 {
        font-size: 5vw
    }
}

@media (max-width: 992px) {
    .home-section-1 .container {
        margin: 0;
        padding: 0;
        max-width: 100%
    }

    .home-section-1 .grid-wrap {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .home-section-1 .grid-wrap .text-wrap {
            padding: 1rem
        }

        .home-section-1 .grid-wrap > .grid {
            width: 100%
        }

            .home-section-1 .grid-wrap > .grid > .item {
                width: 50%;
                margin-bottom: 0;
                -ms-border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0
            }

                .home-section-1 .grid-wrap > .grid > .item.full-width {
                    width: 100%
                }

    .home-section-CTA .CTA-pattern {
        display: none
    }

    .home-section-CTA {
        padding-bottom: 0
    }

        .home-section-CTA .container {
            padding: 0;
            width: 100%;
            max-width: 100%
        }

        .home-section-CTA .inner {
            padding: 0
        }

            .home-section-CTA .inner .video-cover {
                -ms-border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0
            }

                .home-section-CTA .inner .video-cover:before {
                    width: 20vw;
                    height: 20vw
                }
}

        @media (max-width: 767px) {
            .home-section-1 .grid-wrap > .grid > .item {
                height: 200px
        }

        .home-section-1 .grid-wrap > .grid > .item.full-width {
            height: 300px
        }
}

    @media (max-width: 640px) {
        .calendar-wrap .related-item-wrap .link_card .list-default dl dt, .calendar-wrap .related-item-wrap .link_card .list-default dl dd {
            word-break: keep-all
        }

        .calendar-wrap .related-item-wrap .link_card .list-default dl dt {
            width: 70px
        }

        .calendar-wrap .related-item-wrap .link_card .list-default dl dd {
            width: calc(100% - 70px)
        }
    }

    @media print {
        body {
            page-break-after: always;
            height: 100%
        }

            body * {
                visibility: hidden
            }

        header, footer {
            display: none;
            visibility: hidden
        }

        #print-cop, #print-cop * {
            visibility: visible;
            width: 100%
        }

        #print-cop {
            max-width: 80%
        }

            #print-cop button {
                visibility: hidden
            }
    }

    @-moz-document url-prefix() {
    }

    @media (max-width: 576px) {
      .related-item-wrap > li {
        width: 100%;
      }
    }

    .text-wrap {
      word-break: break-word;
    }


    @media (min-width: 1200px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1630px;
      }
    }

    .welcome-section {
      background-color: #2b2b6b;
    }

    .welcome-section .container {
      padding-top: 80px;
      padding-bottom: 50px;
    }

    .welcome-section .welcome-title h2 span {
      display: block;
      font-size: 1.3rem;
      margin-bottom: 10px;
    }

    .welcome-section .owl-item img {
      border-radius: 20px;
    }

    .welcome-item-content {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 16px 93px 20px 31px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 0 100px 0 20px;
    }

    .welcome-item-icon > i {
        font-size: 3em;
    }

    @media (max-width: 767px) {
        .welcome-item-text h3 {
            font-size: 1.3rem;
            margin-bottom: 0;
        }
    }

    .carousel-basic .owl-nav {
        display: none;
    }

    @media (max-width: 767px) {
        .welcome-carousel .owl-nav {
            display: none;
        }
    }


    .welcome-carousel .owl-item.last-active-item {
      opacity: 0.5;
    }

    .welcome-carousel .owl-prev, .welcome-carousel .owl-next {
      top: -60px;
    }

    .recommend-title h2 {
      color: #212121;
      font-weight: 600;
    }

    .recommend-readmore {
      padding: 9px 67px;
      border: 1px solid #444444;
    }

    .recommend-readmore:hover {
      background-color: #de1673;
      color: #fff !important;
      border-color: #de1673;
    }


.recommend-item {
  margin: 10px 0;
  border-radius: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.recommend-item img {
  border-radius: 20px;
}

.recommend-item .recommend-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px 58px 9px 24px;
  background-color: #ffffff;
  border-radius: 0 100px 0 20px;
  margin-bottom: 10px;
  color: #212121;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1630px;
    }
}

@media screen and (max-width: 991px) {
  .welcome-item-content {
    padding: 20px 51px 17px 20px;
  }
}

@media screen and (max-width: 768px) {
  .home-section-1 .news-readmore {
    padding: 9px 40px;
    font-size: 1.2rem;
  }
}

.recommend-wrapper {
  position: relative;
}

.recommend-carousel-right {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -6px;
  z-index: 2;
  color: white;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .recommend-item .recommend-item-title {
    padding: 11px 33px 9px 18px;
    white-space: nowrap !important;
  }
}

.carousel-section .carousel-basic .img-wrap {
  min-height: 200px;
}

.carousel-section .carousel-basic .card-wrap > a:hover {
  text-decoration: none;
}

.carousel-section .carousel-basic .card-wrap > a:hover .hot-content h4 {
  color: #c71467;
}

.carousel-calendar .owl-nav {
  display: none;
}

.l-explore-animal__form-desc {
    font-size: 1.125rem;
    padding: 0 50px
}

.l-explore-animal-item .l-explore-animal-banner .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*white-space: nowrap;*/
}

    .l-explore-animal-item .l-explore-animal-banner .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .l-explore-animal-item .l-explore-animal-banner .owl-dots .owl-dot span {
            width: 15px;
            height: 15px;
            margin: 5px 1rem;
            background: #ddd;
            display: block;
            -webkit-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            border-radius: 30px
        }

        .l-explore-animal-item .l-explore-animal-banner .owl-dots .owl-dot.active span {
            background: #de1673
        }

.l-explore-animal-item__volume {
    color: #a893e2
}

.l-explore-animal-item .c-red-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    padding: 0 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #EAEAEA
}

@media screen and (max-width: 991px) {
    .l-explore-animal-item .c-red-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
        padding: 12px 9px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 400px) {
  .l-explore-animal-item .c-red-list__item {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 370px) {
  .l-explore-animal-item .c-red-list__item {
    font-size: 2.5vw;
  }
}

.l-explore-animal-item .c-red-list__item--ex.active {
  color: white;
  background: #000000;
}
.l-explore-animal-item .c-red-list__item--ew.active {
  color: white;
  background: #000000;
}
.l-explore-animal-item .c-red-list__item--cr.active {
  color: white;
  background: #CD3433;
}
.l-explore-animal-item .c-red-list__item--en.active {
  color: white;
  background: #CC6732;
}
.l-explore-animal-item .c-red-list__item--vu.active {
  color: white;
  background: #CC9A00;
}
.l-explore-animal-item .c-red-list__item--nt.active {
  color: white;
  background: #006766;
}
.l-explore-animal-item .c-red-list__item--lc.active {
  color: white;
  background: #006766;
}
.l-explore-animal-item .c-red-list__item--ne.active {
  color: white;
  background: #7d747c;
}

.l-explore-animal-item__content {
    margin-top: 64px;
    padding: 48px;
    border-radius: 3px;
    border: 2px solid #EAEAEA;
}

@media screen and (max-width: 768px) {
    .l-explore-animal-item__content {
        margin-top: 48px;
        padding: 32px 18px
    }
}

.l-explore-animal-item .c-property-item {
    margin-bottom: 24px
}

.l-explore-animal-item .c-property-item__collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #A893E2;
}

    .l-explore-animal-item .c-property-item__collapse .sub-ttl:before {
        background-color: #f55eb9
    }

    .l-explore-animal-item .c-property-item__collapse.collapsed .sub-ttl:before {
        background-color: #a893e2
    }

    .l-explore-animal-item .c-property-item__collapse.collapsed .c-property-item__icon > i:before {
        content: "\f0d7"
    }

.l-explore-animal-item .c-property-item__icon {
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    font-size: 24px;
    color: #a893e2
}

    .l-explore-animal-item .c-property-item__icon > i {
        margin-bottom: 1rem
    }

        .l-explore-animal-item .c-property-item__icon > i:before {
            content: "\f0d8"
        }

.l-explore-animal-item .c-property-item__content > div {
    margin-top: 24px
}

.l-explore-animal-item__known-title {
    font-size: 48px;
    color: #DE1673;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-bottom: 24px
}

@media screen and (max-width: 768px) {
    .l-explore-animal-item__known-title {
        font-size: 24px
    }
}

.l-explore-animal-item__known-content {
    color: #555;
    font-weight: 700;
    letter-spacing: .8px
}

.l-explore-animal-item__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 64px;
    width: 100%;
    aspect-ratio: 1.7;
    text-align: center
}

@media screen and (max-width: 768px) {
    .l-explore-animal-item__map {
        padding: 48px 0;
        height: auto
    }
}

.l-explore-animal-item__map .c-animal-map__title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 24px
}

@media screen and (max-width: 768px) {
    .l-explore-animal-item__map .c-animal-map__title {
        font-size: 24px
    }
}

.l-explore-animal-item__map .c-animal-map__cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 24px;
    padding: 24px 64px;
    border-radius: 99px;
    border: 2px solid var(--background, #f7f7f9);
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .l-explore-animal-item__map .c-animal-map__cta {
        padding: 12px 24px;
        gap: 12px
    }
}

.l-explore-animal-item__map .c-animal-map__cta-title {
    font-size: 48px
}

@media screen and (max-width: 768px) {
    .l-explore-animal-item__map .c-animal-map__cta-title {
        font-size: 24px
    }
}

.l-explore-animal-item__map .c-animal-map__go {
    background-color: #de1673;
    color: white;
    padding: 12px 48px;
    border-radius: 99rem;
    font-size: 18px;
    font-weight: 700
}

    .l-explore-animal-item__map .c-animal-map__go:hover {
        background-color: white;
        color: #de1673
    }

    .l-explore-animal-item__map .c-animal-map__go > i {
        font-size: 22px
    }

.l-explore-animal-item__map .c-animal-map__more {
    background-color: white;
    font-weight: 700;
    padding: 12px 48px;
    border-radius: 99rem;
    font-size: 18px;
    color: #de1673;
    border: 1px solid #de1673
}

    .l-explore-animal-item__map .c-animal-map__more:hover {
        background-color: #de1673;
        color: white
    }

    .l-explore-animal-item__map .c-animal-map__more > i {
        font-size: 22px
    }
/*# sourceMappingURL=main.css.map */
