/** ======================= 
Basic 
======================= **/
body {
    color: #191a18;
}

.gift-card .detail .title.small, .list-table .table th .title, .block-board .info .sp .detail .title, .card.item .card-header .title, .gift-card .detail .title, .block-title .title {
    font-family: Microsoft Yahei, '微軟正黑體', 'Barlow', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.btn-verify, .block_info .head, .btn-card, .btn-send, .btn-event {
    font-family: Microsoft Yahei, '微軟正黑體', 'Barlow', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.list-board .list-nav li a, .block_signup .subtitle, .card.item .card-body .info {
    font-family: Microsoft JhengHei, '微軟正黑體', 'Barlow', Helvetica, Arial, sans-serif;
    font-weight: 600;
}
/** ======================= 
Nav Link
======================= **/
ul.navbar-nav .nav-item {
    margin: 0 .75rem;
}

    ul.navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    ul.navbar-nav .nav-item:first-child {
        margin-left: 0;
    }

ul.navbar-nav .nav-link.active, ul.navbar-nav .nav-link {
    font-size: 1rem;
    letter-spacing: 1px;
    display: inline-block;
    color: #d5bb8e;
    background-color: #000000;
    padding: .5rem 1.5rem !important;
    border-radius: 5rem;
    border: 2px solid #b09671;
    -webkit-box-shadow: 0 .25rem .25rem RGBA(0, 0, 0, .5);
    box-shadow: 0 .25rem .25rem RGBA(0, 0, 0, .5);
}

ul.navbar-nav .nav-link {
    position: relative;
    overflow: hidden;
}

    ul.navbar-nav .nav-link:hover {
        color: #ffffff;
        border-color: #b09671;
        -webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
        box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
        -webkit-transform: translate(0px, 2px);
        -ms-transform: translate(0px, 2px);
        transform: translate(0px, 2px);
    }

    ul.navbar-nav .nav-link.active {
        color: #ffffff;
    }

    ul.navbar-nav .nav-link span {
        position: relative;
        z-index: 2;
    }

    ul.navbar-nav .nav-link::after {
        content: '';
        width: 40px;
        height: 100%;
        position: absolute;
        top: 0;
        left: auto;
        right: 3rem;
        margin: auto;
        background: -webkit-gradient(linear, left top, right top, from(RGBA(105, 91, 54, 0)), color-stop(80%, RGBA(105, 91, 54, .65)));
        background: -o-linear-gradient(left, RGBA(105, 91, 54, 0) 0%, RGBA(105, 91, 54, .65) 80%);
        background: linear-gradient(to right, RGBA(105, 91, 54, 0) 0%, RGBA(105, 91, 54, .65) 80%);
        -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
        transform: skewX(45deg)
    }

    ul.navbar-nav .nav-link, ul.navbar-nav .nav-link:hover {
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

        ul.navbar-nav .nav-link::after, ul.navbar-nav .nav-link:hover::after {
            -webkit-transition: all .6s ease;
            -o-transition: all .6s ease;
            transition: all .6s ease;
        }

        ul.navbar-nav .nav-link:hover::after {
            -webkit-transform: translate(-300%, 0) skewX(45deg);
            -ms-transform: translate(-300%, 0) skewX(45deg);
            transform: translate(-300%, 0) skewX(45deg);
        }

nav.navbar.show ul.navbar-nav .nav-link {
    padding: .125rem 1rem !important;
    font-size: .9rem;
}

@media (max-width: 1199px) {
    nav.navbar > .wide {
        padding: 1.25rem 2rem;
    }

    ul.navbar-nav .nav-link.active, ul.navbar-nav .nav-link {
        font-size: .85rem;
        padding: .25rem 1.25rem !important;
    }

    ul.navbar-nav .nav-item {
        margin: 0 .5rem;
    }
}

@media (max-width: 991px) {
    ul.navbar-nav .nav-item {
        margin: .75rem auto;
    }

        ul.navbar-nav .nav-item:first-child {
            margin-left: auto;
        }

        ul.navbar-nav .nav-item:last-child {
            margin-right: auto;
        }

    ul.navbar-nav .nav-link.active, ul.navbar-nav .nav-link {
        font-size: 1rem;
        padding: .5rem 1.75rem !important;
    }
}

@media (max-width: 767px) {
    nav.navbar > .wide {
        padding: 1.25rem 1.25rem;
    }
}
/** ======================= 
Btn
======================= **/
.btn-event {
    min-width: 220px;
    padding: .5rem;
    font-size: 1.5rem;
    letter-spacing: 5px;
    border-color: #ffffff;
    border-width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(RGBA(192, 139, 146, 1)), color-stop(55%, RGBA(122, 39, 38, 1)));
    background: -o-linear-gradient(top, RGBA(192, 139, 146, 1) 0%, RGBA(122, 39, 38, 1) 55%);
    background: linear-gradient(to bottom, RGBA(192, 139, 146, 1) 0%, RGBA(122, 39, 38, 1) 55%);
    -webkit-box-shadow: .25rem .25rem .5rem RGBA(0, 0, 0, .5);
    box-shadow: .25rem .25rem .5rem RGBA(0, 0, 0, .5);
    overflow: hidden;
}

    .btn-event:hover {
        border-color: #ffffff;
        -webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
        box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
        -webkit-transform: translate(0px, 5px);
        -ms-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }

        .btn-event:hover .icon {
            -webkit-transform: translate(5px, 0px);
            -ms-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
        }

        .btn-event span, .btn-event:hover span, .btn-event, .btn-event:hover {
            -webkit-transition: all .1s ease;
            -o-transition: all .1s ease;
            transition: all .1s ease;
        }

            .btn-event span {
                position: relative;
                z-index: 2;
            }

            .btn-event::after {
                content: '';
                width: 80px;
                height: 100%;
                position: absolute;
                top: 0;
                left: auto;
                right: -20%;
                margin: auto;
                background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, 0)), color-stop(80%, RGBA(255, 255, 255, .5)));
                background: -o-linear-gradient(left, RGBA(255, 255, 255, 0) 0%, RGBA(255, 255, 255, .5) 80%);
                background: linear-gradient(to right, RGBA(255, 255, 255, 0) 0%, RGBA(255, 255, 255, .5) 80%);
                -webkit-transform: skewX(30deg);
                -ms-transform: skewX(30deg);
                transform: skewX(30deg);
                opacity: .2;
                -webkit-animation: btnevent 5s 3s ease infinite;
                animation: btnevent 5s 3s ease infinite;
            }

            .btn-event::after, .btn-event:hover::after {
                -webkit-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
            }

@-webkit-keyframes btnevent {
    0% {
        -webkit-transform: translate(0%, 0) skewX(30deg);
        transform: translate(0%, 0) skewX(30deg);
        opacity: .2;
    }

    20% {
        -webkit-transform: translate(-400%, 0) skewX(30deg);
        transform: translate(-400%, 0) skewX(30deg);
        opacity: .8;
    }

    40% {
        -webkit-transform: translate(0%, 0) skewX(30deg);
        transform: translate(0%, 0) skewX(30deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: translate(0%, 0) skewX(30deg);
        transform: translate(0%, 0) skewX(30deg);
        opacity: .2;
    }
}

@keyframes btnevent {
    0% {
        -webkit-transform: translate(0%, 0) skewX(30deg);
        transform: translate(0%, 0) skewX(30deg);
        opacity: .2;
    }

    20% {
        -webkit-transform: translate(-400%, 0) skewX(30deg);
        transform: translate(-400%, 0) skewX(30deg);
        opacity: .8;
    }

    40% {
        -webkit-transform: translate(0%, 0) skewX(30deg);
        transform: translate(0%, 0) skewX(30deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: translate(0%, 0) skewX(30deg);
        transform: translate(0%, 0) skewX(30deg);
        opacity: .2;
    }
}

.btn-card {
    border-radius: 5rem;
    padding: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(RGBA(232, 196, 118, 1)), color-stop(25%, RGBA(247, 231, 198, 1)), color-stop(50%, RGBA(208, 179, 116, 1)), color-stop(80%, RGBA(194, 169, 165, 1)), to(RGBA(242, 219, 170, 1)));
    background: -o-linear-gradient(bottom, RGBA(232, 196, 118, 1) 0%, RGBA(247, 231, 198, 1) 25%, RGBA(208, 179, 116, 1) 50%, RGBA(194, 169, 165, 1) 80%, RGBA(242, 219, 170, 1) 100%);
    background: linear-gradient(to top, RGBA(232, 196, 118, 1) 0%, RGBA(247, 231, 198, 1) 25%, RGBA(208, 179, 116, 1) 50%, RGBA(194, 169, 165, 1) 80%, RGBA(242, 219, 170, 1) 100%);
}

    .btn-card > div {
        border-radius: 5rem;
        font-size: 1.25rem;
        letter-spacing: 2px;
        color: #ead3a2;
        padding: .75rem 3rem;
        background-color: #544f45;
    }

    .btn-card:hover {
        -webkit-transform: translate(0px, 5px);
        -ms-transform: translate(0px, 5px);
        transform: translate(0px, 5px);
    }

        .btn-card:hover > div {
            background-color: #100f0d;
        }

            .btn-card:hover > div span {
                background-color: #100f0d;
                -webkit-transform: translate(5px, 0px);
                -ms-transform: translate(5px, 0px);
                transform: translate(5px, 0px);
            }

            .btn-card > div span, .btn-card:hover > div span, .btn-card > div, .btn-card:hover > div, .btn-card, .btn-card:hover {
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

.btn-verify {
    border-radius: 5rem;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #ffffff;
    padding: .25rem 1rem;
    background: -webkit-gradient(linear, right top, left top, from(RGBA(182, 156, 85, 1)), to(RGBA(135, 109, 60, 1)));
    background: -o-linear-gradient(right, RGBA(182, 156, 85, 1) 0%, RGBA(135, 109, 60, 1) 100%);
    background: linear-gradient(to left, RGBA(182, 156, 85, 1) 0%, RGBA(135, 109, 60, 1) 100%);
    border: 0;
}

    .btn-verify:hover {
        background: -webkit-gradient(linear, left top, right top, from(RGBA(182, 156, 85, 1)), to(RGBA(135, 109, 60, 1)));
        background: -o-linear-gradient(left, RGBA(182, 156, 85, 1) 0%, RGBA(135, 109, 60, 1) 100%);
        background: linear-gradient(to right, RGBA(182, 156, 85, 1) 0%, RGBA(135, 109, 60, 1) 100%);
    }

    .btn-verify, .btn-verify:hover {
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

.btn-send {
    border-radius: 5rem;
    font-size: 1.25rem;
    letter-spacing: 1px;
    color: #ffffff;
    padding: .5rem 3rem;
    background-color: #6C4F30;
    border: 0;
}

    .btn-send:hover {
        background-color: #000000;
    }

    .btn-send, .btn-send:hover {
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

@media (max-width: 1199px) {
    .btn-event {
        font-size: 1rem;
        min-width: 180px;
    }

    .btn-card > div {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .btn-event {
        font-size: 1rem;
        min-width: 140px;
    }

    .btn-send {
        font-size: 1rem;
        min-width: 140px;
    }

    .btn-card > div {
        font-size: 1rem;
    }
}
/** ======================= 
Modal
======================= **/
.modal.msg {
    font-size: 1.125rem;
    letter-spacing: 1px;
}

    .modal.msg .icon {
        font-size: 2.75rem;
        color: #6C4F30;
    }
/** ======================= 
Kv
======================= **/
.kv {
    background-color: #171516;
}

    .kv .car-group {
        top: 0;
        bottom: auto;
        right: 8%;
        left: auto;
        width: 100%;
        max-width: 40vw;
        z-index: 2;
    }

.homepage .kv .car-group {
    top: 12%;
    max-width: 42vw;
}

.kv .car-group img {
    z-index: 2;
}

.kv .car-group::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../../Images/Common/kv/car_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    -webkit-animation: lightmove 1.125s .95s linear forwards;
    animation: lightmove 1.125s .95s linear forwards;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
}

.homepage .kv .car-group::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../../Images/Common/kv/car_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    -webkit-animation: lightmove .95s .9s linear forwards;
    animation: lightmove .95s .9s linear forwards;
    -webkit-transform: scale(.05);
    -ms-transform: scale(.05);
    transform: scale(.05);
    opacity: 0;
}

@-webkit-keyframes lightmove {
    0% {
        -webkit-transform: scale(.05);
        transform: scale(.05);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: .5;
    }

    40% {
        -webkit-transform: scale(1.175);
        transform: scale(1.175);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes lightmove {
    0% {
        -webkit-transform: scale(.05);
        transform: scale(.05);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: .5;
    }

    40% {
        -webkit-transform: scale(1.175);
        transform: scale(1.175);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.kv .car-group .info {
    top: auto;
    bottom: 17%;
    right: 0;
    left: 0;
    font-size: .75rem;
    text-align: center;
    display: inline-block;
    color: #000;
    z-index: 2;
}

.kv .topic-group {
    top: -10%;
    bottom: 0;
    right: auto;
    left: 15%;
    margin: auto;
    width: 100%;
    max-width: 30vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 3;
}

    .kv .topic-group img {
        top: 0;
        left: 0;
    }

    .kv .topic-group .btn {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
    }

        .kv .topic-group .btn.animated {
            opacity: 1;
        }

@media (min-width: 1920px) {
    .kv .bg {
        width: 100%;
    }
}

@media (min-width: 2540px) {
    .kv .bg {
        width: 2540px;
    }

    .kv .topic-group {
        max-width: 720px;
        left: 20%;
    }

    .homepage .kv .car-group, .kv .car-group {
        max-width: 1000px;
    }
}

@media (min-width: 1440px) {
    .kv .car-group .info {
        top: auto;
        letter-spacing: 1px;
        font-size: .85rem;
    }
}

@media (max-width: 1199px) {
    .kv .topic-group {
        top: 0;
    }

    .kv .car-group .info {
        bottom: 17%;
        font-size: 70%;
    }
}

@media (max-width: 991px) {
    .kv .car-group .info {
        bottom: 17%;
        font-size: 55%;
    }
}

@media (max-width: 767px) {
    .kv .car-group .info {
        bottom: 16%;
        font-size: 50%;
    }

    .homepage .kv .car-group {
        top: 10%;
        max-width: 45vw;
        right: 6%;
    }
}

@media (max-width: 576px) {
    .kv .car-group .info {
        bottom: 13%;
        font-size: 50%;
    }

    .homepage .kv .car-group, .kv .car-group {
        max-width: 70vw;
        left: 0;
        right: 0;
        top: auto;
        bottom: 17%;
        margin: auto;
        z-index: 1;
    }

    .homepage .kv .car-group {
        bottom: 12%;
        max-width: 75vw;
    }

    .homepage .kv .topic-group {
        max-width: 75vw;
        top: 14%;
        left: 0;
        right: 0;
        margin: 0 auto auto auto;
    }

    .kv .topic-group {
        max-width: 75vw;
        top: 15%;
        left: 0;
        right: 0;
        margin: 0 auto auto auto;
    }
}

@media (max-width: 568px) and (orientation: landscape) {
    .kv .d-sm-none {
        display: none !important;
    }

    .kv .d-sm-block {
        display: block !important;
    }

    .homepage .kv .topic-group, .kv .topic-group {
        max-width: 36vw;
        top: 15%;
        left: 5%;
        right: auto;
        margin: auto;
    }

    .kv .car-group {
        left: auto;
        right: 8%;
        max-width: 40vw;
        top: 1%;
    }

    .homepage .kv .car-group {
        left: auto;
        right: 5%;
        max-width: 48vw;
        top: 6%;
    }

    .kv .car-group .info {
        bottom: 18%;
        font-size: 45%;
    }
}

@media (max-width: 320px) {
    .kv .car-group .info {
        font-size: 45%;
        bottom: 14%;
    }
}
/** ======================= 
Footer 
======================= **/
footer {
    background-color: #c5c5c5;
    color: #333333;
}

    footer .title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

@media (max-width: 991px) {
    footer .title {
        font-size: 1.125rem;
    }

    footer .info {
        font-size: .875rem;
    }
}

@media (max-width: 576px) {
    footer .title {
        font-size: 1rem;
    }

    footer .info {
        font-size: .75rem;
    }
}
/** ======================= 
Floating Ad
======================= **/
.floating-ad {
    width: 100%;
    max-width: 170px;
    bottom: 5rem;
    z-index: 1030;
}

    .floating-ad img {
        left: 0;
        top: 0;
    }

    .floating-ad > a {
        -webkit-transform: rotate(0deg) translate(10px, 0px);
        -ms-transform: rotate(0deg) translate(10px, 0px);
        transform: rotate(0deg) translate(10px, 0px);
    }

    .floating-ad:hover > a {
        -webkit-transform: rotate(-5deg) translate(10px, 0px);
        -ms-transform: rotate(-5deg) translate(10px, 0px);
        transform: rotate(-5deg) translate(10px, 0px);
    }

    .floating-ad > a, .floating-ad:hover > a {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

@media (max-width: 1199px) {
    .floating-ad {
        max-width: 130px;
        bottom: 3rem;
    }
}

@media (max-width: 991px) {
    .floating-ad {
        max-width: 120px;
        bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .floating-ad {
        max-width: 100px;
        bottom: 3rem;
    }
}

@media (max-width: 576px) {
    .floating-ad {
        max-width: 100px;
        bottom: 3rem;
    }
}
/** ======================= 
Go To Top
======================= **/
.gototop {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 100%;
    border: 2px solid #b09671;
    bottom: 2rem;
    right: 1rem;
    z-index: 2;
    overflow: hidden;
}

    .gototop > a i {
        font-size: 2rem;
        color: #b09671;
    }

    .gototop > a:hover {
        background-color: #66431f;
    }

        .gototop > a:hover i {
            color: #b09671;
        }

    .gototop > a, .gototop:hover > a {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

@media (max-width: 1199px) {
    .gototop {
        width: 40px;
        height: 40px;
        line-height: 30px;
        bottom: 1rem;
        right: .5rem;
    }

        .gototop > a i {
            font-size: 1.5rem;
        }
}

@media (max-width: 767px) {
    .gototop {
        width: 30px;
        height: 30px;
        line-height: 23px;
        bottom: 1rem;
        right: .5rem;
    }

        .gototop > a i {
            font-size: 1.25rem;
        }
}
/** ======================= 
Block Title1
======================= **/
.block-title .icon {
    width: 100%;
    max-width: 50px;
}

.block-title .title {
    font-size: 2.125rem;
    letter-spacing: 15px;
    padding-left: 15px;
    color: #66431f;
}

.block-title .subtitle {
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 500;
}

.block-title .date {
    font-size: 1.125rem;
    letter-spacing: 1px;
}

.block-title.dark .title {
    background: -webkit-gradient(linear, left bottom, left top, from(RGBA(232, 196, 118, 1)), color-stop(25%, RGBA(247, 231, 198, 1)), color-stop(50%, RGBA(208, 179, 116, 1)), color-stop(80%, RGBA(194, 169, 115, 1)), to(RGBA(242, 219, 170, 1)));
    background: -o-linear-gradient(bottom, RGBA(232, 196, 118, 1) 0%, RGBA(247, 231, 198, 1) 25%, RGBA(208, 179, 116, 1) 50%, RGBA(194, 169, 115, 1) 80%, RGBA(242, 219, 170, 1) 100%);
    background: linear-gradient(to top, RGBA(232, 196, 118, 1) 0%, RGBA(247, 231, 198, 1) 25%, RGBA(208, 179, 116, 1) 50%, RGBA(194, 169, 115, 1) 80%, RGBA(242, 219, 170, 1) 100%);
    color: #000000;
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: .15em transparent;
}

.block-title.dark .subtitle {
    font-size: 1.5rem;
    letter-spacing: normal;
    color: #ead3a2;
}

@media (min-width: 1600px) {
    .block-title .title {
        font-size: 2.5rem;
    }

    .block-title .icon {
        max-width: 60px;
    }
}

@media (max-width: 1199px) {
    .block-title .subtitle {
        font-size: 1.25rem;
    }

    .block-title .date {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .block-title .title {
        font-size: 2rem;
    }

    .block-title .icon {
        max-width: 50px;
    }
}

@media (max-width: 767px) {
    .block-title .date {
        font-size: 1rem;
    }

    .block_list .ball_5 {
        left: 1%;
    }
}

@media (max-width: 576px) {
    .block-title .title {
        font-size: 1.75rem;
    }

    .block-title .subtitle {
        line-height: 1.75;
        font-size: 1.125rem;
    }

    .block-title .icon {
        max-width: 40px;
    }
}

@media (max-width: 320px) {
    .block-title .subtitle {
        font-size: 1rem;
    }

    .block-title .date {
        font-size: .75rem;
    }
}
/** ======================= 
Goft Gropp 
======================= **/
.gift-card .gift-group {
    width: 100%;
    max-width: 150px;
}

.gift-group img {
    left: 0;
    top: 0;
}

.board_2 .gift-card .gift-group {
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.board_3 .gift-card .gift-group {
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.gift-card .detail .title {
    font-size: 1.25rem;
    line-height: 1.25;
}

    .gift-card .detail .title.small {
        font-size: .85rem;
        line-height: 1.25;
    }

.gift-card .detail .tag {
    font-size: 1rem;
    letter-spacing: 1px;
}

@media (min-width: 1600px) {
    .gift-card .detail .title {
        font-size: 1.5rem;
    }

    .gift-card .gift-group {
        max-width: 200px;
    }

    .gift-card .detail .title.small {
        font-size: 1.125rem;
    }
}

@media (max-width: 991px) {
    .gift-card .gift-group {
        max-width: 110px;
    }

    .gift-card .detail .title {
        font-size: 1.125rem;
    }

    .gift-card .detail .tag {
        font-size: .75rem;
    }

    .gift-card .detail .title.small {
        font-size: .75rem;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .gift-card .gift-group {
        max-width: 140px;
    }

    .gift-card .detail .title.small {
        font-size: 1rem;
    }

    .gift-card .detail .title {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .block-board.board_1 .gift-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .gift-card .detail .title.small {
        font-size: 1rem;
    }
}

@media (max-width: 568px) and (orientation: landscape) {
    .gift-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 70%;
        margin: auto;
    }

        .gift-card .detail .title.small {
            font-size: 1.125rem;
        }
}

@media (max-width: 576px) {
    .gift-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 320px) {
    .gift-card .detail .title {
        font-size: 1rem;
    }

    .gift-card .gift-group {
        max-width: 100px;
    }

    .gift-card .detail .title.small {
        font-size: .825rem;
    }
}
/** ======================= 
Block Board 
======================= **/
.block-board {
    border-radius: 2rem;
    padding: 4px;
    background: -webkit-gradient(linear, left bottom, left top, from(RGBA(167, 137, 71, 1)), color-stop(25%, RGBA(247, 231, 198, 1)), color-stop(65%, RGBA(194, 189, 115, 1)), to(RGBA(242, 219, 170, 1)));
    background: -o-linear-gradient(bottom, RGBA(167, 137, 71, 1) 0%, RGBA(247, 231, 198, 1) 25%, RGBA(194, 189, 115, 1) 65%, RGBA(242, 219, 170, 1) 100%);
    background: linear-gradient(to top, RGBA(167, 137, 71, 1) 0%, RGBA(247, 231, 198, 1) 25%, RGBA(194, 189, 115, 1) 65%, RGBA(242, 219, 170, 1) 100%);
    -webkit-box-shadow: .25rem .5rem .75rem RGBA(0, 0, 0, .1);
    box-shadow: .25rem .5rem .75rem RGBA(0, 0, 0, .1);
    margin-bottom: 6rem;
}

    .block-board.board_3 {
        margin-bottom: 2rem;
    }

        .block-board.board_3 > .info {
            padding-top: 9rem;
            padding-bottom: 2rem;
        }

    .block-board .info {
        border-radius: 2rem;
    }

        .block-board .info .head {
            width: 100%;
            max-width: 210px;
            left: 4rem;
            top: -4rem;
        }

            .block-board .info .head .head-group img {
                left: 0;
                top: 0;
            }

        .block-board .info .content {
            font-size: 1.15rem;
            line-height: 1.75;
            color: #6d5030;
        }

        .block-board .info .sp {
            left: auto;
            right: 5rem;
            top: -3rem;
        }

            .block-board .info .sp .detail .title {
                font-size: 1.5rem;
                line-height: 1.25;
                color: #6d5030;
            }

            .block-board .info .sp .detail .info {
                font-size: .75rem;
                display: inline-block;
                margin-top: .5rem;
                color: #aaa;
                position: relative;
                right: -15px;
            }

            .block-board .info .sp .detail .title .tag {
                font-size: 1rem;
                line-height: 1;
                display: inline-block;
            }

            .block-board .info .sp .detail .title .icon {
                width: 100%;
                max-width: 80px;
                right: -3.5rem;
                top: -3rem;
                -webkit-transform: rotate(15deg);
                -ms-transform: rotate(15deg);
                transform: rotate(15deg);
            }

            .block-board .info .sp .car {
                max-width: 300px;
            }

@media (min-width: 1200px) {
    .block-board {
        max-width: 88%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1600px) {
    .block-board {
        max-width: 100%;
    }

        .block-board .info .content {
            font-size: 1.5rem;
        }
}

@media (max-width: 1440px) {
    .block-board.board_1 > .info, .block-board.board_2 > .info, .block-board.board_3 > .info {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 1199px) {
    .block-board.board_1, .block-board.board_2, .block-board.board_3 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .block-board .info .content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .block-board .info .head {
        max-width: 190px;
        top: -4rem;
    }

    .board_2 .gift-card .gift-group {
        max-width: 70%;
    }

    .block-board .info .sp {
        right: 5rem;
        top: -1.5rem;
    }

        .block-board .info .sp .detail .title .icon {
            max-width: 70px;
            right: -2.5rem;
            top: -2.75rem;
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        .block-board .info .sp .detail .title {
            font-size: 1.25rem;
            line-height: 1.25;
        }

        .block-board .info .sp .car {
            max-width: 200px;
        }

    .block-board.board_3 > .info {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }

    .block-title.dark .subtitle {
        font-size: 1.125rem;
        line-height: 1.75;
    }

    .block_2 .card-group {
        max-width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .block-board.board_1, .block-board.board_2, .block-board.board_3 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .block-board .info .head {
        max-width: 150px;
        top: -3rem;
    }

    .block-board .info .content {
        font-size: .8125rem;
        line-height: 1.75;
    }

    .block-board .info .sp .car {
        max-width: 175px;
    }

    .board_2 .gift-card .gift-group {
        max-width: 80%;
    }

    .block-board .info .sp {
        right: 4rem;
        top: -1.25rem;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .block-board .info .head {
        max-width: 180px;
        top: -4rem;
    }

    .block-board .info .content {
        font-size: 1.05rem;
    }

    .board_2 .gift-card .gift-group {
        max-width: 90%;
    }
}

@media (max-width: 865px) {
    .block-board .info .sp {
        right: 2rem;
    }

        .block-board .info .sp .detail .info {
            font-size: 60%;
        }
}

@media (max-width: 767px) {
    .board_2 .gift-card .gift-group {
        max-width: 80%;
    }

    .board_3 .gift-card .gift-group {
        max-width: 80%;
    }

    .block-board .info .content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .block-board.board_1 > .info, .block-board.board_2 > .info, .block-board.board_3 > .info {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .block-board .info .head {
        max-width: 160px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -3.5rem;
    }

    .block-board .info .content p {
        text-align: center;
        margin-bottom: 1rem !important;
    }

    .block-board.board_1 > .info, .block-board.board_2 > .info {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }

    .block-board.board_3 > .info {
        padding-top: 11rem !important;
        padding-bottom: 2rem !important;
    }

    .block-board .info .sp {
        right: 0;
        left: -5%;
        margin: auto !important;
        top: 3rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .block-board .info .sp .detail .title .icon {
            max-width: 50px;
            right: -2rem;
            top: -2rem;
        }

    .homepage .block-board {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .block-board .info .sp .detail .info {
        font-size: 60%;
    }
}

@media (max-width: 576px) {
    .block-board .info .sp .detail .info {
        font-size: 60%;
        position: absolute;
        right: 0;
        left: 0;
        margin: .75rem auto 0 auto;
    }

    .block-board.board_3 > .info {
        padding-top: 12rem !important;
    }

    .board_3 .gift-card .gift-group, .board_2 .gift-card .gift-group {
        max-width: 50%;
        width: 50%;
    }

    .board_3 .gift-card .detail, .board_2 .gift-card .detail {
        max-width: 50%;
        width: 50%;
    }

    .block-board .info .sp .car {
        max-width: 170px;
    }

    .block-board .info .sp .detail .title {
        font-size: 1rem;
        line-height: 1.25;
    }

    .block-title.dark .subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 568px) and (orientation: landscape) {
    .block-board .info .sp .detail .info {
        margin: 1rem auto 0 auto;
    }
}

@media (max-width: 320px) {
    .block-board .info .sp .car {
        max-width: 140px;
    }

    .block-board .info .sp .detail .title .tag {
        font-size: .75rem;
    }

    .block-board .info .sp .detail .title {
        font-size: .875rem;
    }

    .block-board .info .content {
        font-size: .85rem;
    }

    .board_3 .gift-card .gift-group, .board_2 .gift-card .gift-group {
        max-width: 45%;
        width: 45%;
    }

    .board_3 .gift-card .detail, .board_2 .gift-card .detail {
        max-width: 55%;
        width: 55%;
    }

    .block-board.board_3 > .info {
        padding-top: 11rem !important;
    }
}
/** ======================= 
Block Card Group 
======================= **/
.card.item {
    background-color: #fff3d8;
    border: 4px solid #c5ae7c;
    border-radius: 2rem;
    max-width: 90%;
    margin: 0 auto;
}

    .card.item .card-header .title {
        font-size: 2rem;
        letter-spacing: 2px;
        color: #6e4319;
        position: relative;
    }

        .card.item .card-header .title::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: auto;
            bottom: 0;
            width: 100%;
            max-width: 60px;
            height: 2px;
            background-color: #6e4319;
            margin: auto;
        }

    .card.item .card-body .info {
        color: #666666;
        font-size: 1.125rem;
        line-height: 1.5;
        text-align: justify;
        padding: 0 .75rem;
        letter-spacing: 1px;
    }

@media (max-width: 1199px) {
    .card.item .card-header .title {
        font-size: 1.75rem;
    }

    .card.item .card-body .info {
        font-size: 1rem;
    }
}

@media (max-width:991px) {
    .card.item .card-body .info {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .card.item .card-header .title {
        font-size: 1.5rem;
    }
}
/** ======================= 
Block 2 Contact 
======================= **/
.block_2 .contact .icon {
    width: 100%;
    max-width: 40px;
}

.block_2 .contact {
    color: #ead3a2;
    font-size: 1.125rem;
    letter-spacing: 1px;
}

    .block_2 .contact > span {
        position: relative;
    }

@media (max-width: 767px) {
    .block_2 .contact {
        font-size: 1rem;
    }

        .block_2 .contact .icon {
            max-width: 35px;
        }
}
/** ======================= 
Block 1 
======================= **/
.block_1 {
    background-image: url("../../Images/Common/page_bg_t.png"), url("../../Images/Common/page_bg_b.png");
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto;
    background-color: #f1e9dc;
}

@media (min-width: 2540px) {
    .block_1 {
        background-size: 2540px auto;
    }
}
/** ======================= 
Block 2 
======================= **/
.block_2 {
    background-image: url("../../Images/Common/cp_bg_2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #100e0f;
}

@media (min-width: 2540px) {
    .block_2 {
        background-size: 2540px auto;
    }
}

@media (max-width: 1440px) {
    .block_2 .card-group {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .card.item {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .block_2 {
        background-image: url("../../Images/Common/cp_bg_2_m.png"), url("../../Images/Common/cp_bg_2_m2.png");
        background-size: 100% auto;
        background-position: center top, center bottom;
    }
}
/** ======================= 
Block Info
======================= **/
.block_info .head {
    font-size: 1.35rem;
    cursor: pointer;
    padding-bottom: 1rem;
    border-bottom: 1px solid #000000;
}

    .block_info .head .icon {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .block_info .head.hide .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .block_info .head .icon, .block_info .head.hide .icon {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

.block_info {
    background-color: #e0e0e0;
}

    .block_info .content .table {
        border-radius: .5rem;
        overflow: hidden;
    }

        .block_info .content .table th {
            background-color: #212121;
            color: #ffffff;
        }

    .block_info .content ol {
        margin-top: .5rem;
    }

    .block_info .content > ol > li {
        margin-top: 1rem;
    }

    .block_info .content li {
        margin-bottom: .5rem;
        background-color: #e0e0e0;
    }

    .block_info .content .table {
        min-width: 500px;
    }

        .block_info .content .table.last-2 th:nth-last-child(2), .block_info .content .table th:last-child {
            text-align: center;
        }

        .block_info .content .table.last-2 td:nth-last-child(2), .block_info .content .table td:last-child {
            text-align: center;
            vertical-align: middle;
        }

@media (max-width: 1440px) {
    .block_info {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 991px) {
    .block_info .head {
        font-size: 1.25rem;
    }

    .block_info .content .table {
        min-width: inherit;
        width: 100%;
    }

        .block_info .content .table th {
            text-wrap: nowrap;
        }

        .block_info .content .table td:first-child {
            text-wrap: nowrap;
        }
}

@media (max-width: 576px) {
    .block_info .head {
        font-size: 1.125rem;
    }

    .block_info {
        padding-left: 0;
        padding-right: 0;
        font-size: .825rem;
    }
}
/** ======================= 
Signup 
======================= **/
.block_signup {
    background-image: url("../../Images/Common/page_bg_t.png"), url("../../Images/Common/page_bg_b.png");
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto;
    background-color: #f1e9dc;
}

@media (min-width: 2540px) {
    .block_signup {
        background-size: 2540px auto;
    }
}

.block_signup .subtitle {
    font-size: 2rem;
    letter-spacing: 1px;
    color: #66431f;
}

.block_signup .form-content {
    max-width: 80%;
}

.block_signup .remark-text {
    max-width: 90%;
    font-size: 1rem;
    letter-spacing: 1px;
}

.block_signup .signup-board {
    max-width: 100%;
    position: relative;
}

.block_signup.search .signup-board {
    position: relative;
    left: -5.5%;
}

.block_signup .signup-board input[type=password], .block_signup .signup-board input[type=text] {
    border-radius: 0;
    background-color: #EFEFEF;
    border-color: #9FA0A0;
}

.block_signup .signup-board input[type=checkbox] {
    border-radius: 0;
    border-color: #9FA0A0;
}

.block_signup .signup-board .is-id {
    min-width: 295px;
    max-width: 295px;
}

.block_signup .check-block {
    min-width: 305px;
    max-width: 305px;
}

.block_signup .signup-board .input-group .btn {
    border-left: 0 !important;
    border-radius: 0;
    background-color: #EFEFEF;
    border-color: #9FA0A0;
}

.block_signup .signup-board .input-group .btn {
    font-size: 1.5rem;
    padding: .125rem .5rem !important;
}

.block_signup .signup-board .year {
    max-width: 120px;
}

.block_signup .signup-board .month, .block_signup .signup-board .day {
    max-width: 80px;
}

.block_signup .reg-block {
    font-size: 1rem;
    letter-spacing: 1px;
}

    .block_signup .reg-block a {
        position: relative;
        color: #191a18;
    }

        .block_signup .reg-block a::after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            max-width: 0;
            height: 1px;
            left: 0;
            right: 0;
            top: auto;
            bottom: -2px;
            background-color: #66431f;
            margin: auto;
        }

        .block_signup .reg-block a:hover {
            color: #66431f;
        }

            .block_signup .reg-block a:hover::after {
                max-width: 100%;
            }

            .block_signup .reg-block a::after, .block_signup .reg-block a:hover::after {
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

@media (min-width: 1600px) {
    .block_signup .remark-text {
        max-width: 80%;
    }
}
/** ======================= 
Signin Slider
======================= **/
.schedule-block .head-group {
    max-width: 130px;
    width: 130px;
}

    .schedule-block .head-group img {
        left: 0;
        top: 0;
    }

.schedule-block {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    max-width: 80%;
}

    .schedule-block .subtitle {
        font-size: 2rem;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .schedule-block .win-item {
        font-size: 1.5rem;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .schedule-block .slick-next, .schedule-block .slick-prev {
        width: 50px;
        height: 50px;
        z-index: 3;
    }

        .schedule-block .slick-next::before, .schedule-block .slick-prev::before {
            color: #A98B5D;
            font-family: bootstrap-icons !important;
            font-size: 2rem;
        }

    .schedule-block .slick-next {
        right: -50px;
    }

    .schedule-block .slick-prev {
        left: -50px;
    }

    .schedule-block .slick-next::before {
        content: '\F231';
    }

    .schedule-block .slick-prev::before {
        content: '\F22D';
    }

@media (max-width: 1199px) {
    .schedule-block .subtitle {
        font-size: 1.5rem;
    }

    .block_signup .remark-text {
        max-width: 90%;
    }

    .block_signup .block-board {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem !important;
    }

    .block_signup .form-content {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .block_signup .signup-board .year {
        max-width: 100px;
    }

    .block_signup .signup-board .month, .block_signup .signup-board .day {
        max-width: 60px;
    }

    .verify {
        max-width: 120px;
    }

    .verify_code {
        max-width: 120px;
    }

    .schedule-block {
        font-size: 1.25rem;
    }

        .schedule-block .head-group {
            min-width: 100px;
            max-width: 100px;
            width: 100px;
        }

        .schedule-block .win-item .val {
            font-size: 1.125rem;
        }

    .schedule-block {
        max-width: 90%;
    }

    .block_signup .subtitle {
        font-size: 1.5rem;
    }

    .block_signup .signup-board .input-group .btn {
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .block_signup.search .signup-board {
        width: 100%;
        left: 0;
    }

    .schedule-block .win-item {
        font-size: 1.25rem;
    }

        .schedule-block .win-item .val {
            font-size: 1rem;
        }

    .schedule-block {
        font-size: 1.125rem;
    }

    .block_signup.search .signup-board .is-id {
        min-width: 80%;
        max-width: 80%;
    }

    .block_signup .signup-board .is-id {
        min-width: 100%;
        max-width: 100%;
    }

    .block_signup.search .check-block {
        min-width: 83%;
        max-width: 83%;
    }

    .block_signup .signup-board {
        font-size: 1rem;
    }

    .block_signup .subtitle {
        font-size: 1.25rem;
    }

    .block_signup .remark-text {
        font-size: .75rem;
    }

    .block_signup .signup-board .month, .block_signup .signup-board .day {
        max-width: 50px;
    }

    .block_signup .signup-board .year {
        max-width: 70px;
    }

    .verify {
        max-width: 100px;
    }

    .verify_code {
        max-width: 100px;
    }
}

@media (max-width: 576px) {
    .block_signup.search .signup-board .is-id {
        min-width: 100%;
        max-width: 100%;
    }

    .schedule-block .slick-next {
        right: -80px;
    }

    .schedule-block .slick-prev {
        left: -80px;
    }

    .block_signup .signup-board .year {
        width: 100% !important;
        max-width: calc(100% - 85px);
        margin-bottom: 1rem;
    }

    .block_signup .signup-board .month {
        margin-left: 48px;
    }

    .block_signup .signup-board .month, .block_signup .signup-board .day {
        max-width: 52px;
    }

    .verify_code, .verify {
        width: auto !important;
        max-width: 46%;
    }

    .schedule-block .win-item .val {
        font-size: 1rem;
    }

    .schedule-block .win-item {
        font-size: 1.125rem;
    }

    .schedule-block {
        font-size: 1rem;
    }

        .schedule-block .text {
            font-size: 1rem;
            text-align: start;
        }

        .schedule-block .head-group {
            max-width: 90px;
            min-width: 90px;
            width: 90px;
        }

    .block_signup .subtitle {
        font-size: 1.25rem;
    }

    .block_signup .signup-board .is-id {
        min-width: 100%;
        max-width: 100%;
    }

    .block_signup .block-board {
        max-width: 94%;
    }

    .block_signup .check-block {
        min-width: 104%;
        max-width: 104%;
        font-size: .825rem;
    }

    .block_signup .reg-block {
        font-size: .825rem;
        letter-spacing: 1px;
    }

    .block_signup .remark-text {
        font-size: .75rem;
        max-width: 100%;
    }

    .block_signup.search .check-block {
        min-width: 105%;
        max-width: 105%;
    }
}

@media (max-width: 568px) and (orientation: landscape) {
    .block_signup.search .signup-board .is-id {
        min-width: 77%;
        max-width: 77%;
    }

    .signup-board .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .signup-board .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .signup-board .text-sm-end {
        text-align: end !important;
    }

    .block_signup .signup-board .year {
        max-width: 80px;
        margin-bottom: 0px;
    }

    .block_signup .signup-board .month, .block_signup .signup-board .day {
        max-width: 50px;
    }

    .block_signup .signup-board .month {
        margin-left: 0;
    }

    .col-form-label.me-3 {
        margin-right: .5rem !important;
    }

    .col-form-label.ms-3 {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .col-form-label.mx-3 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .verify_code, .verify {
        max-width: 47%;
    }

    .block_signup.search .check-block {
        min-width: 81%;
        max-width: 81%;
    }
}

@media (max-width: 320px) {
    .block_signup .signup-board .year {
        max-width: calc(100% - 80px);
    }

    .block_signup .signup-board .month, .block_signup .signup-board .day {
        max-width: 50px;
    }

    .block_signup .signup-board .month {
        margin-left: 40px;
    }

    .schedule-block .slick-next {
        right: -75px;
    }

    .schedule-block .slick-prev {
        left: -75px;
    }

    .block_signup .block-board {
        max-width: 100%;
    }

    .col-form-label.me-3 {
        margin-right: .5rem !important;
    }

    .col-form-label.ms-3 {
        margin-left: .5rem !important;
    }

    .col-form-label.mx-3 {
        margin-right: .6rem !important;
        margin-left: .6rem !important;
    }

    .verify_code, .verify {
        width: auto !important;
        max-width: 45.5%;
    }

    .block_signup .reg-block a {
        display: block !important;
    }

    .schedule-block .head-group {
        min-width: 80px;
        max-width: 80px;
        width: 80px;
    }

    .schedule-block .text {
        font-size: .85rem;
    }

    .schedule-block .win-item .val {
        font-size: .825rem;
    }
}
/** ======================= 
List
======================= **/
.block_list {
    background-image: url("../../Images/Common/page_bg_t.png"), url("../../Images/Common/page_bg_b.png");
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto;
    background-color: #f1e9dc;
}

@media (min-width: 2540px) {
    .block_list {
        background-size: 2540px auto;
    }
}

.list-table {
    max-width: 80%;
    margin: auto;
}

    .list-table .table {
        font-size: 1.125rem;
        border-bottom: 1px solid #9FA0A0;
        margin-bottom: 4rem;
    }

        .list-table .table th {
            background: -webkit-gradient(linear, left top, right top, from(RGBA(180, 153, 96, 1)), to(RGBA(132, 111, 68, 1)));
            background: -o-linear-gradient(left, RGBA(180, 153, 96, 1) 0%, RGBA(132, 111, 68, 1) 100%);
            background: linear-gradient(to right, RGBA(180, 153, 96, 1) 0%, RGBA(132, 111, 68, 1) 100%);
            color: #ffffff;
            border-color: #9FA0A0;
            padding-top: .75rem;
            padding-bottom: .75rem
        }

        .list-table .table td {
            background-color: #ffffff;
            border-color: #9FA0A0;
        }

.list-board .no-data .list-nav li {
    display: none !important;
}

.list-board .list-nav li a {
    font-size: 1.5rem;
    display: inline-block;
    padding: .5rem 1rem .1rem 1rem;
    color: #66431f;
    position: relative;
    font-weight: 600;
}

.list-board .list-nav.mini li a {
    font-size: 1.5rem;
    font-weight: normal;
    padding: .5rem 1rem 0 1rem;
}

    .list-board .list-nav.mini li a.active {
        font-size: 2rem;
        font-weight: 600;
    }

.list-board .list-nav li a::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    max-width: 0;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2px;
    background-color: #66431f;
    margin: auto;
}

.list-board .list-nav li a::before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 60%;
    left: auto;
    right: -1px;
    top: 20%;
    bottom: 0;
    background-color: #66431f;
    margin: auto;
}

.list-board .list-nav.mini li a::before {
    height: 26px;
    top: auto;
    bottom: 6px;
}

.list-board .list-nav li:last-child a::before {
    display: none;
}

.list-board .list-nav li a:hover {
    color: #66431f;
}

    .list-board .list-nav li a:hover::after {
        max-width: calc(100% - 1rem - 1rem);
    }

    .list-board .list-nav li a::after, .list-board .list-nav li a:hover::after {
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

.list-board .head-group {
    max-width: 150px;
}

.list-board .no-data {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 35px;
}

    .list-board .no-data .no-data-label {
        margin-left: 10px;
        color: #66431f;
        font-weight: 600;
        font-size: 22px;
        display: inline !important;
    }

.list-board .no-data-label {
    display: none;
}

.list-board .head-group img {
    left: 0;
    top: 0;
}

.list-table .table th .title {
    font-size: 1.25rem;
}

.list-table .table th .gift-group {
    max-width: 90px;
    top: -50px;
    left: -100px;
}

@media (min-width: 1600px) {
    .list-table {
        max-width: 70%;
        margin: auto;
    }

    .list-board .list-nav li a {
        font-size: 1.75rem;
    }

    .list-table .table th .gift-group {
        max-width: 110px;
        top: -70px;
        left: -120px;
    }
}

@media (max-width: 1199px) {
    .list-board {
        max-width: 88%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }

        .list-board .list-nav.mini li a {
            font-size: 1.25rem;
        }

            .list-board .list-nav.mini li a.active {
                font-size: 1.75rem;
            }

            .list-board .list-nav.mini li a::before {
                height: 19px;
                top: auto;
                bottom: 5px;
            }
}

@media (max-width: 991px) {
    .list-board {
        max-width: 94%;
    }

        .list-board .no-data {
            margin: auto;
        }

    .list-table .table th .gift-group {
        max-width: 65px;
        top: -25px;
        left: -75px;
    }

    .list-board .list-nav.mini li a {
        font-size: 1.125rem;
    }

        .list-board .list-nav.mini li a.active {
            font-size: 1.5rem;
        }

        .list-board .list-nav.mini li a::before {
            height: 18px;
            top: auto;
            bottom: 5px;
        }
}

@media (max-width: 767px) {
    .list-board .list-board_2 .head-group {
        max-width: 140px;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 1rem !important;
    }

    .list-board .head-group {
        max-width: 140px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem !important;
    }

    .list-table .table th {
        padding-left: 3rem;
    }

        .list-table .table th .title {
            font-size: 1rem;
        }

        .list-table .table th .gift-group {
            max-width: 65px;
            top: -30px;
            left: -75px;
        }

    .list-table .table {
        font-size: .95rem;
        margin-bottom: 3rem;
    }

    .list-board .list-nav.mini li a.active {
        font-size: 1.5rem;
    }

    .list-board .list-nav.mini li a {
        font-size: 1rem;
    }

        .list-board .list-nav.mini li a::before {
            height: 15px;
            bottom: 5px;
        }
}

@media (max-width: 576px) {
    .list-board .head-group {
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .list-board .list-board_2 .head-group {
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .list-table {
        max-width: 88%;
    }

        .list-table .table {
            ;
            margin-bottom: 2rem;
        }

            .list-table .table th {
                padding-left: 3rem;
            }

    .list-board .list-nav li a {
        font-size: 1.125rem;
    }

    .list-table .table th .title {
        font-size: .85rem;
    }

    .list-table .table {
        font-size: .85rem;
    }

        .list-table .table th .gift-group {
            max-width: 45px;
            top: -15px;
            left: -55px;
        }

        .list-table .table td {
            padding: .5rem .35rem;
        }

    .list-table .list_a2 .table th .gift-group {
        top: -5px;
    }

    .list-table .list_a3 .table th .gift-group {
        top: -5px
    }

    .list-board .list-nav.mini li a.active {
        font-size: 1.25rem;
    }

    .list-board .list-nav.mini li a {
        font-size: 1rem;
    }

        .list-board .list-nav.mini li a::before {
            height: 16px;
            bottom: 5px;
        }

    .list-board .list-nav.mini {
        margin: 0 auto .5rem auto !important;
    }

    .block-board.list-board {
        margin-bottom: 1rem;
    }
}

@media (max-width: 320px) {
    .list-table {
        max-width: 90%;
    }

    .list-board {
        max-width: 100%;
    }

    .list-table .table {
        font-size: .75rem;
    }

        .list-table .table th .title {
            font-size: .75rem;
        }
}
/** ======================= 
Bg Item
======================= **/
.ball_1 {
    max-width: 30px;
    left: 5%;
    top: 10%;
    opacity: 1;
}

.ball_2 {
    max-width: 200px;
    left: -3%;
    top: auto;
    bottom: 10%;
    opacity: .6;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.ball_3 {
    max-width: 30px;
    left: auto;
    right: 5%;
    top: 10%;
    opacity: 1;
}

.ball_4 {
    max-width: 100px;
    left: auto;
    right: 2%;
    top: auto;
    bottom: 20%;
    opacity: .6;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.ball_5 {
    max-width: 35px;
    left: auto;
    right: 2%;
    top: auto;
    bottom: 16%;
    opacity: 1;
}

.ball_6 {
    max-width: 30px;
    left: auto;
    right: 0;
    top: 30%;
    opacity: 1;
}

.kv .ball_a1 {
    max-width: 30px;
    top: 10%;
    bottom: auto;
    right: auto;
    left: 25%;
    -webkit-animation: ballmove1 3s ease infinite;
    animation: ballmove1 3s ease infinite;
}

.kv .ball_a2 {
    max-width: 70px;
    top: 40%;
    bottom: auto;
    right: -1%;
    left: auto;
    -webkit-animation: ballmove2 3s ease infinite;
    animation: ballmove2 3s ease infinite;
}

.kv .ball_a3 {
    max-width: 25px;
    top: 15%;
    bottom: auto;
    right: 35%;
    left: auto;
    -webkit-animation: ballmove1 3s ease infinite;
    animation: ballmove1 3s ease infinite;
}

.homepage .kv .ball_a3 {
    max-width: 20px;
    top: 25%;
}

.block_1 .ball_1 {
    left: 5%;
    top: 30%;
}

.block_list .ball_1 {
    top: 2%;
}

.block_list .ball_2 {
    top: 5%;
    opacity: .5;
}

.block_list .ball_3 {
    top: 2.5%;
    right: 8%;
}

.block_list .ball_4 {
    max-width: 180px;
    left: auto;
    opacity: .3;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    top: auto;
    right: -2%;
    bottom: 8%;
}

.block_list .ball_5 {
    top: auto;
    bottom: 6%;
    left: 6%;
    right: auto;
}

.block_list .ball_6 {
    max-width: 40px;
    top: 4%;
    right: -.5%;
}

.block_list .ball_7 {
    max-width: 100px;
    left: -2%;
    opacity: .6;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    top: auto;
    right: auto;
    bottom: 5%;
}

.block_list .ball_8 {
    max-width: 100px;
    opacity: .4;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    top: 2.75%;
    right: 2%;
}

.block_signup .ball_1 {
    max-width: 35px;
    top: 12%;
}

.block_signup .ball_2 {
    opacity: .4;
}

.block_signup .ball_3 {
    max-width: 35px;
    top: 25%;
    right: 8%;
}

.block_signup .ball_4 {
    max-width: 100px;
    opacity: .4;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    top: 30%;
    right: 1%;
}

.block_signup .ball_5 {
    max-width: 40px;
    top: 40%;
    bottom: auto;
    right: -1%;
    left: auto;
}

@media (min-width: 1440px) {
    .kv .ball_a1 {
        max-width: 30px;
        top: 15%;
    }

    .homepage .kv .ball_a3 {
        max-width: 30px;
        top: 25%;
    }
}

@media (max-width: 1199px) {
    .block_1 .ball_1 {
        max-width: 2vw;
        left: 5%;
        top: 25%;
    }

    .block_signup .ball_1 {
        max-width: 2vw;
        top: 12%;
    }

    .ball_3 {
        max-width: 2.5vw;
    }

    .block_signup .ball_4 {
        max-width: 5vw;
    }

    .block_signup .ball_5 {
        max-width: 2.5vw;
    }

    .ball_2 {
        max-width: 12vw;
    }

    .ball_4 {
        max-width: 6vw;
        opacity: .5;
    }

    .block_list .ball_4 {
        max-width: 15vw;
    }

    .block_list .ball_5 {
        bottom: 7%;
    }
}

@media (max-width: 991px) {
    .block_signup .ball_1 {
        max-width: 4vw;
        top: 12%;
    }

    .block_signup .ball_3 {
        max-width: 4vw;
        top: 22%;
        right: 5%;
    }

    .kv .ball_a1 {
        max-width: 20px;
        left: 15%;
        top: 18%;
    }

    .kv .ball_a2 {
        max-width: 8vw;
    }

    .ball_1 {
        max-width: 4vw;
        left: 3%;
    }

    .block_list .ball_4 {
        max-width: 15vw;
    }

    .kv .ball_a3 {
        max-width: 2vw;
    }

    .ball_4 {
        max-width: 6vw;
        opacity: .5;
        right: -3%;
        bottom: 35%;
    }
}

@media (max-width: 767px) {
    .block_list .ball_5 {
        left: 3%;
    }

    .block_1 .ball_1 {
        max-width: 4vw;
        left: 2%;
        top: 25%;
    }

    .kv .ball_a1 {
        max-width: 15px;
        left: 12%;
        top: 18%;
    }

    .kv .ball_a2 {
        max-width: 6vw;
    }

    .homepage .kv .ball_a3 {
        max-width: 20px;
        top: 25%;
        left: auto;
    }

    .block_list .ball_6 {
        max-width: 5vw;
    }
}

@media (max-width: 576px) {
    .block_signup .ball_3 {
        max-width: 6vw;
    }

    .block_signup .ball_1 {
        max-width: 5vw;
        top: 12%;
    }

    .block_signup .ball_4 {
        max-width: 10vw;
        right: -3%;
    }

    .block_signup .ball_5 {
        max-width: 5vw;
        top: 50%;
        right: 2%;
    }

    .ball_2 {
        max-width: 18vw;
    }

    .kv .ball_a1 {
        max-width: 20px;
        left: 2%;
        top: 15%;
    }

    .kv .ball_a2 {
        max-width: 10vw;
    }

    .kv .ball_a3 {
        max-width: 20px;
        left: 12%;
        top: 55%;
    }

    .homepage .kv .ball_a3 {
        max-width: 30px;
        top: 55%;
        left: 10%;
    }

    .block_1 .ball_1 {
        max-width: 7vw;
        left: 1%;
        top: 25%;
    }

    .ball_3 {
        max-width: 5vw;
        top: 15%;
        right: 2%;
    }
}

@media (max-width: 568px) and (orientation: landscape) {
    .kv .ball_a1 {
        max-width: 10px;
        left: 5%;
        top: 20%;
    }

    .kv .ball_a2 {
        max-width: 6vw;
    }

    .kv .ball_a3 {
        max-width: 10px;
        top: 15%;
        left: auto;
    }

    .homepage .kv .ball_a3 {
        max-width: 10px;
        top: 20%;
        left: auto;
    }
}

@-webkit-keyframes ballmove1 {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    50% {
        -webkit-transform: translate(0%, 50%);
        transform: translate(0%, 50%)
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

@keyframes ballmove1 {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    50% {
        -webkit-transform: translate(0%, 50%);
        transform: translate(0%, 50%)
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

@-webkit-keyframes ballmove2 {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    50% {
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}

@keyframes ballmove2 {
    0% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    50% {
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }

    100% {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }
}
