html {
    background-color: #ffbc0b;
    margin: 0;
    padding: 0;
    background-image: url("../images/pattern_bg.png");
}

body {
    margin: 0;
    padding: 0;
}

div.k-main {
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    max-width: 1905px;
    /*height:920px;*/
    height: auto;
    margin: 0 auto -8px;
    padding: 0;
}

img.top-main {
    width: 100%;
    margin: 0 auto;
}

img.top-main-cellphone {
    display: none;
}

@media (max-width: 768px) {
    img.top-main {
        display: none
    }
    img.animate-title {
        display: none;
    }
    img.top-main-cellphone {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}

img.banner-second {
    width: 100%;
    margin: 0 auto;
}

img.banner-second-cellphone {
    display: none;
}

@media (max-width: 768px) {
    img.banner-second {
        display: none;
    }
    img.banner-second-cellphone {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

img.banner-third {
    width: 100%;
    margin: 0 auto;
}

img.banner-third-cellphone {
    display: none;
}

@media (max-width: 768px) {
    img.banner-third {
        display: none
    }
    img.banner-third-cellphone {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

img.animate-title {
    position: absolute;
    width: 1090px;
    height: auto;
    left: 18%;
    transform: translate(-50%, 0) scale(.5);
    z-index: 110;
    top: 0;
    animation-duration: 7.5s;
    /*animation-delay: 1s;*/
    margin-top: 22px
}
div.banner-box {
    margin: 0 auto -8px;
    max-width: 1905px;
    width: 100%;
}

div.container-info {
    margin: 0 auto 0;
    max-width: 1280px;
    width:90%;
    border-radius: 20px;
    background-color: #ffe6b1;
    z-index: 150;
    overflow: visible;
    transform: translate(0, -100px);
    position: relative;
    padding-bottom: 280px;
}

img.lngots {
    position: absolute;
    right: 0;
    bottom: -20px;
}

div.coupon-item {
    position: absolute;
    z-index: 500;
    transform: translate(-50%, -40px);
    left: 50%;
}

div.container-text {
    width: 80%;
    /*margin: 100px auto 0;*/
    transform: translate(0, 247px);
    margin: 0 auto 0;
    position: relative;
}

div.title-item {
    border-radius: 10px;
    /*padding: 8px 15px;*/
    width: 180px;
    height: 40px;
    color: #FFF;
    background-color: #5b0404;
    font-size: 24px;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}
div.text-item {
    font-size: 20px;
    line-height: 30px;
    color: #5b0404;
    font-weight: 700;
    padding: 15px 0 20px;
}



ul.kk-ul li {
    padding-bottom: 12px;
}

@media (max-width: 1280px) {
    img.animate-title {
        width: 745px;
        height: auto;
        left: 18%;
        transform: translate(-50%, 0) scale(.5);
        margin-top: 10px;
    }

    img.coupon-item {
        width: 1050px;
        height: auto;
    }
    div.coupon-item {
        transform: translate(-50%, -20px);
        left: 50%;
    }
    div.container-text {
        width: 80%;
        transform: translate(0, 224px);
    }
    div.container-info {
        transform: translate(0, -100px);
        padding-bottom: 243px;
    }
}

@media (max-width: 1024px) {
    img.animate-title {
        width: 600px;
        height: auto;
        left: 18%;
        transform: translate(-50%, 0) scale(.5);
        margin-top: 5px;
    }

    img.coupon-item {
        width: 920px;
        height: auto;
    }
    div.coupon-item {
        transform: translate(-50%, -50px);
        left: 50%;
    }
    div.container-text {
        width: 80%;
        transform: translate(0, 200px);
    }
    div.container-info {
        transform: translate(0, -30px);
        padding-bottom: 243px;
    }
}

@media (max-width: 920px) {
    img.animate-title {
        width: 530px;
        height: auto;
        left: 18%;
        transform: translate(-50%, 0) scale(.5);
        margin-top: 5px;
    }

    img.coupon-item {
        width: 750px;
        height: auto;
    }
    div.coupon-item {
        transform: translate(-50%, -30px);
        left: 50%;
    }
    div.container-text {
        width: 80%;
        transform: translate(0, 180px);
    }
    div.container-info {
        transform: translate(0, -30px);
        padding-bottom: 243px;
    }
    #aside a.btn-join {
        width: 15vw;
        /*height: 11.2vh;*/

    }
}

@media (max-width: 768px) {
    #aside a {
        width: 18vw !important;
        /*height: 13.43vh !important;*/
    }
    img.coupon-item {
        width: 700px;
        height: auto;
    }
}

@media (max-width: 500px) {
    #aside a {
        width: 18vw !important;
        /*height: 13.43vh !important;*/
    }
    img.coupon-item {
        width: 500px;
        height: auto;
    }
    div.title-item {
        font-size:22px;
    }
    div.text-item {
        font-size: 18px;
    }
    div.container-info {
        transform: translate(0, -10px);
        padding-bottom: 243px;
    }
    div.container-text {
        width: 80%;
        transform: translate(0, 150px);
    }
}

@media (max-width: 450px) {
    #aside a {
        width: 22vw !important;
        /*height: 16.42vh !important;*/
    }
    img.coupon-item {
        width: 450px;
        height: auto;
    }
    div.title-item {
        font-size:22px;
    }
    div.text-item {
        font-size: 18px;
    }
    div.container-info {
        transform: translate(0, -10px);
        padding-bottom: 200px;
    }
    div.container-text {
        width: 90%;
        transform: translate(0, 120px);
    }
}

@media (max-width: 420px) {
    #aside a {
        width: 22vw !important;
        /*height: 16.42vh !important;*/
    }
    img.coupon-item {
        width: 420px;
        height: auto;
    }
    div.title-item {
        font-size:22px;
    }
    div.text-item {
        font-size: 18px;
    }
    div.container-info {
        transform: translate(0, -10px);
        padding-bottom: 200px;
    }
    div.container-text {
        width: 90%;
        transform: translate(0, 110px);
    }
}

@media (max-width: 400px) {
    #aside a {
        width: 22vw !important;
        /*height: 16.42vh !important;*/
    }
    img.coupon-item {
        width: 400px;
        height: auto;
    }
    div.title-item {
        font-size:22px;
    }
    div.text-item {
        font-size: 18px;
    }
    div.container-info {
        transform: translate(0, -10px);
        padding-bottom: 200px;
    }
    div.container-text {
        width: 90%;
        transform: translate(0, 110px);
    }
}

@media (max-width: 390px) {
    #aside a {
        width: 22vw !important;
        /*height: 16.42vh !important;*/
    }
    img.coupon-item {
        width: 390px;
        height: auto;
    }
    div.title-item {
        font-size:22px;
    }
    div.text-item {
        font-size: 18px;
    }
    div.container-info {
        transform: translate(0, -10px);
        padding-bottom: 200px;
    }
    div.container-text {
        width: 90%;
        transform: translate(0, 110px);
    }
}

@media (max-width: 380px) {
    #aside a {
        width: 22vw !important;
        /*height: 16.42vh !important;*/
    }
    img.coupon-item {
        width: 380px;
        height: auto;
    }
    div.title-item {
        font-size:22px;
    }
    div.text-item {
        font-size: 18px;
    }
    div.container-info {
        transform: translate(0, -10px);
        padding-bottom: 200px;
    }
    div.container-text {
        width: 90%;
        transform: translate(0, 110px);
    }
}

@media (max-width: 370px) {
    #aside a {
        width: 22vw !important;
        /*height: 16.42vh !important;*/
    }
    img.coupon-item {
        width: 370px;
        height: auto;
    }
    div.title-item {
        font-size:22px;
    }
    div.text-item {
        font-size: 18px;
    }
    div.container-info {
        transform: translate(0, -10px);
        padding-bottom: 200px;
    }
    div.container-text {
        width: 90%;
        transform: translate(0, 110px);
    }
}




/*手風琴----------------------------------------------------------開始----*/

div.event_description {
    width: 95%;
    max-width: 992px;
    margin: 0 auto 30px;
    font-size: 18px;
}
ol.myOl li {
    margin-bottom: 11px;
    line-height: 24px;
    list-style: decimal
}
ol.myOl {
    margin-top: 8px;
    margin-left: 15px;
}
.accordion {
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 15px;
    font-family: 'Noto Sans TC', Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 3px;
    color: #2a2a2a;
    background-color: #00a69c;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 12px;
}
.accordion::after {
    content: '\002B';
    color: #FFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active::after {
    content: "\2212";
}
.active,
.accordion:hover {
    background-color: #00c0b4;
}
.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*手風琴----------------------------------------------------------結束----*/