@charset "utf-8";

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
    background-color: #e5e5e5;
}

.en {
    font-family: 'Playfair Display', serif;
    font-optical-sizing: auto;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
}

.container2 {
    max-width: 1200px;
    margin: 0 auto;
}

/* .wrap {
    margin-top: 71px;
    background-color: #f5f5f5;
} */

/**/
.text-e5e5e5 {
    color: #e5e5e5;
}

.bg-e5e5e5 {
    background-color: #e5e5e5;
}

.border-e5e5e5 {
    border-color: #e5e5e5;
}

.text-fced22 {
    color: #fced22;
}

.bg-fced22 {
    background-color: #fced22;
}

.border-fced22 {
    border-color: #fced22;
}

.text-c02c7e {
    color: #c02c7e;
}

.bg-c02c7e {
    background-color: #c02c7e;
}

.border-c02c7e {
    border-color: #c02c7e;
}

.text-007b45 {
    color: #007b45;
}

.bg-007b45 {
    background-color: #007b45;
}

.border-007b45 {
    border-color: #007b45;
}

.text-04609d {
    color: #04609d;
}

.bg-04609d {
    background-color: #04609d;
}

.border-04609d {
    border-color: #04609d;
}

ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
}

/*headroom*/
.headerbox {
    background-color: #fced22;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.headerbox.isindex {
    background-color: transparent;
    box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0);
}

.headroom--unpinned,
.headroom--pinned {
    background-color: #fced22;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.headroom--top {
    background-color: #fced22;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.headerbox.isindex.headroom.headroom--not-bottom.headroom--not-top.headroom--unpinned {
    background-color: #fced22;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.headerbox.isindex.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
    background-color: #fced22;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.headerbox.isindex.headroom.headroom--not-top.headroom--unpinned.headroom--bottom {
    background-color: #fced22;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.menu {
    display: flex;
    /* background-color: #ffffffd0; */
    /* border-radius: 25px; */
    /* padding: 10px; */
}

.menubtn {
    display: none;
}

.rwdmenu {
    display: none;
}

.rwdmenulist {
    display: none;
}

/* .menu li {
    position: relative;
} */

.menu a {
    /* width: 100%; */
    height: 100%;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.menu>li>a {
    border-color: transparent;
    border-radius: 25px;
    border-width: 2px;
}

.rwdmenulist li a {
    padding: 0px;
}

.rwdmenuli2 a {
    padding: 0px !important;
}

.rwdmenulist li {
    position: relative;
}

.rwdmenulist a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rwdmenulist>li>a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rwdmenulist .rwdmenuli::before {
    content: '';
    position: absolute;
    top: 75px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.rwdmenulist .rwdmenuli2::before {
    content: '';
    position: absolute;
    top: 75px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.menubox .menuli {
    display: inline-block;
    position: relative;
}

.menubox .menuli::before,
.menubox .menuli2::before {
    content: '';
    position: absolute;
    background: transparent;
    width: 100%;
    /* height: 2px; */
    left: 0;
    bottom: 0;
}

/* .menubox .menuli:hover::before,
.menubox .menuli .active::before,
.menubox .menuli2:hover::before,
.menubox .menuli2 .active::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #ff0080 0%, #0a24f3 100%);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
} */

.language {
    position: absolute;
    bottom: -30px;
    left: 5px;
}

.language {
    display: none;
}

.change:hover .language {
    display: block;
}

.menubox li {
    /* position: relative; */
    font-weight: 500;
}

.menubox li a.active,
.menubox li .menuwrd1.active,
.menubox li a:hover,
.menubox li>div:hover,
.menuwrd:hover {
    color: #003b8f;
}

/* .menubox li a .menuwrd2,
.menubox li .menuwrd2 {
    display: none;
}

.menubox li a:hover .menuwrd1,
.menubox li:hover .menuwrd1 {
    display: none;
}

.menubox li a:hover .menuwrd2,
.menubox li:hover .menuwrd2 {
    display: block;
} */

.menubox .menuli,
.menubox .menuli2 {
    border-bottom-width: 4px;
    border-color: transparent;
}

.menubox .menuli:hover,
.menubox .menuli2:hover {
    /* border-bottom-width: 4px; */
    /* border-color: #13baee; */
    position: relative;
    transition: all 0.8s ease;
}

.down2 {
    display: none;
}

.menubox li .menuwrd:hover .down2 {
    display: block;
}

.menubox li .menuwrd:hover .down1 {
    display: none;
}

.dropdown {
    /* position: relative; */
    display: grid;
    align-items: center;
    justify-content: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fced22;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* width: 100%; */
    width: 150px;
    top: 50px;
    left: 0;
    /* margin: 4px 0px; */
    padding: 4px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: calc((100% - 150px) / 2);
}

.dropdown-content:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #b94a48;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

/* .dropdown-content a .techwrd:hover {
    color: #1a2980;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    font-size: 14px;
} */

.dropdown-content.active {
    display: flex;
}

.dropdown-content li {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.dropdown-content li:last-child {
    border-bottom-width: 1px;
    border-color: transparent;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
    background-color: #fced22;
    padding-top: 23px;
}

.active+.panel {
    max-height: 1000px;
}

.panel li {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.panel li:last-child {
    border-bottom-width: 1px;
    border-color: transparent;
}

.downbtn {
    position: absolute;
    top: 40%;
    right: 7%;
}

.downbtn2 {
    position: absolute;
    top: 50%;
    right: 0px;
}

.techwrd {
    color: #000000;
    /* background-color: #969696; */
}

.techwrd:hover,
.techwrd.active,
.menubox li a.active .techwrd {
    color: #003b8f;
    /* background-color: #13baee; */
}

/*head*/
.menubox li>[data-toggle='menudrop']:hover~.dropdown-content,
.menubox li>[data-toggle='menudrop']~.dropdown-content:hover {
    display: grid;
}

/*index*/
.inxbanner {
    background-image: url(/assets/frontend/img/index/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

.inxwrd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -140%);
}

.inxblock {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rwdinxblock {
    display: none;
}

.inxcir1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.inxcir2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-315%, -185%);
}

.inxbtnblock {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    display: grid;
    justify-items: center;
}

/* 1. 為了讓圖片重疊，必須給容器相對定位 */
.inxbtn {
    position: relative;
    display: inline-block;
}

/* 2. 設定預設圖片 (btn01) */
.btn01 {
    opacity: 1;
    transition: opacity 0.7s ease;
    /* 動畫寫在這裡 */
}

/* 3. 修改 btn02：使用絕對定位疊在 btn01 上面，並預設透明度為 0 */
.btn02 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    /* 取代 display: none */
    transition: opacity 0.4s ease;
    /* 動畫寫在這裡 */
}

/* 4. 滑鼠移入時的切換 */
.inxbtn:hover .btn01 {
    opacity: 0;
    /* 取代 display: none */
}

.inxbtn:hover .btn02 {
    opacity: 1;
    /* 取代 display: block */
}

/*activity*/
.sidewrdblock {
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    transition: all 0.5s ease;
    background-color: transparent;
    color: #000000;
}

.sidewrdblock:hover,
.sidewrdblock.active {
    background-color: #c02c7e;
    border-color: #000000;
    color: #ffffff;
}

.sideicon {
    display: none;
}

.sidewrdblock:hover .sideicon,
.sidewrdblock.active .sideicon {
    display: block;
}

.rightblock {
    background-color: #ffffff;
    border-radius: 15px;
}

.righttitle {
    display: inline-block;
    background-color: #c02c7e;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 40px;
}

/*vote*/
.votebg {
    background-image: url(/assets/frontend/img/vote/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.votetitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
}

.votecontent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 123px;
}

.voteul li:nth-child(odd) .button-74 {
    background-color: #c02c7e;
    border: 2px solid #000000;
    border-radius: 30px;
    box-shadow:
        #fced22 0 5px 0 0,
        #000000 0 7px 0 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.voteul li:nth-child(even) .button-74 {
    background-color: #fced22;
    border: 2px solid #000000;
    border-radius: 30px;
    box-shadow:
        #c02c7e 0 5px 0 0,
        #000000 0 7px 0 0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.voteul li:nth-child(odd) .button-74:hover {
    background-color: #f546a6;
}

.voteul li:nth-child(even) .button-74:hover {
    background-color: #fff674;
}

.voteul li:nth-child(odd) .button-74:active,
.voteul li:nth-child(even) .button-74:active {
    box-shadow: #422800 2px 2px 0 0;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {

    .voteul li:nth-child(odd) .button-74,
    .voteul li:nth-child(even) .button-74 {
        min-width: 120px;
        padding: 0 25px;
    }
}

.voteul li:nth-child(odd) .voteboxbg {
    background-color: #fced22;
}

.voteul li:nth-child(even) .voteboxbg {
    background-color: #c02c7e;
}

.voteul li:nth-child(odd) .votewrdcol {
    color: #000000;
}

.voteul li:nth-child(even) .votewrdcol {
    color: #ffffff;
}

.voteul li:nth-child(odd) .votetotal {
    color: #000000;
}

.voteul li:nth-child(even) .votetotal {
    color: #ffffff;
}

.votebtn01,
.votebtn02 {
    display: none;
}

.voteul li:nth-child(odd) .votebtn01 {
    display: block;
}

.voteul li:nth-child(even) .votebtn02 {
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popinbtn {
    background-color: #c02c7e;
    border: 2px solid #000000;
    border-radius: 30px;
    box-shadow:
        #fced22 0 5px 0 0,
        #000000 0 7px 0 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.popinbtn:hover {
    background-color: #f546a6;
}

.popinbtn:active {
    box-shadow: #422800 2px 2px 0 0;
    transform: translate(2px, 2px);
}

.mfp-close-btn-in .mfp-close {
    color: #000000;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 25px;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.votepage:hover .pagebtn {
    background-color: #ffffff;
}

/*review*/
.reviewul li {
    background-color: transparent;
    color: #000000;
    border-radius: 50px;
    border-color: transparent;
    border-width: 2px;
}

.reviewul li:hover,
.reviewul li.active {
    background-color: #c02c7e;
    color: #ffffff;
    border-radius: 50px;
    border-color: #000000;
    border-width: 2px;
}

.reviewbtn:hover,
.reviewbtn.active {
    background-color: #fced22;
}

/*login*/
.loginbg {
    background: linear-gradient(to bottom, #fbb03b 0%, #fced22 100%);
}

.loginbgpic {
    background-image: url(/assets/frontend/img/login/bg-01.png);
    background-size: cover;
}

/*footer*/

.footerbox {
    background-color: #fced22;
}

.footinfor:hover {
    background-color: transparent;
    position: relative;
    transition: all 0.52s ease;
}

.footerul li a:hover {
    color: #003b8f;
}

.sidebtn {
    position: fixed;
    right: 10px;
    bottom: 300px;
    z-index: 5;
}

.sidebtn a {
    touch-action: manipulation;
}

.fb2 {
    display: none;
}

.fb:hover .fb2 {
    display: block;
}

.fb:hover .fb1 {
    display: none;
}

.gotop {
    position: fixed;
    bottom: 48px;
    right: 10px;
}

.gotop {
    display: none;
    position: fixed;
}

.gotop.active {
    display: block;
    z-index: 9;
}

.footerline {
    position: relative;
}

.footerline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #60606070;
    width: 1px;
    height: 100%;
}

.button-3 {
    background-color: transparent;
    border: 1px solid #606060;
    box-sizing: border-box;
    color: #00132c;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: default !important;
}

.button-3:before {
    background-color: #acacacb9;
    content: '';
    height: calc(100% + 3px);
    position: absolute;
    right: -7px;
    top: 5px;
    transition: background-color 300ms ease-in;
    width: 100%;
    z-index: -1;
    cursor: default !important;
}

.map:hover a {
    color: #4e84ca;
}

/**
* input number 修飾
*/
@layer utilities {

    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

/** 
* articlebox
*/
.articlebox {
    word-break: break-word;
}

.articlebox iframe {
    max-width: 100%;
}

.articlebox img {
    max-width: 100%;
    display: inline-block;
}

.articlebox .youtube-embed-wrapper {
    padding-top: 0 !important;
}

.articlebox iframe,
.articlebox object,
.articlebox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articlebox ul {
    list-style: inside;
}

/** 
* parsley
*/
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: 1px solid #b94a48;
}

.parsley-errors-list {
    /* position: absolute; */
    margin: 2px 0 3px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #b94a48;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/** 
* magnific-popup
*/
.white-popup {
    position: relative;
    background: #fced22;
    padding: 40px;
    width: auto;
    max-width: 60%;
    margin: 20px auto;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /* border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0; */
}

/* .mfp-bg {
    background: #fff;
} */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* vue */
[v-cloak] {
    display: none;
}

/**/
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #c02c7e !important;
    color: #fff;
    font-size: 1em;
}

.swal-custom-confirm {
    background-color: #c02c7e !important;
    border-color: #c02c7e !important;
    color: white !important;
}

.swal-custom-confirm:hover {
    background-color: #c54b8e !important;
    border-color: #c54b8e !important;
    box-shadow: 0 0 0 0.25rem rgba(180, 27, 30, 0.25) !important;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1440px) {

    /*index*/
    .inxcir2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-275%, -215%);
    }

    /*vote*/
    .white-popup {
        position: relative;
        background: #fced22;
        padding: 40px;
        width: auto;
        max-width: 80%;
        margin: 20px auto;
        border-color: #ffffff;
        border-width: 2px;
        border-radius: 6px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        /* border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
        border-radius: var(--bs-modal-border-radius);
        outline: 0; */
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1175px) {

    /*footer*/
    .foottel {
        display: grid;
        justify-content: center;
    }
}

@media screen and (max-width: 820px) {

    /*header*/
    .rwdlogoline {
        border-bottom-width: 3px;
        border-color: #000000;
    }

    .menubtn {
        display: flex;
        float: right;
        z-index: 999;
        justify-content: end;
        width: 100%;
    }

    .menu {
        display: none;
    }

    .rwdmenulist {
        display: block;
    }

    .rwdmenu {
        display: block;
        background-color: #fced22;
        color: #000000;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 990;
        transform: translate(0%, -150%);
        transition: all 1s ease;
    }

    .rwdmenu.active {
        transform: translate(0%, 0%);
    }

    .menubtn.active .close {
        display: block;
    }

    .menubtn.active .open {
        display: none;
    }

    .bannersplide .splide__arrow--next {
        left: 6%;
    }

    .clickdown.active .downbtn {
        transform: rotate(180deg);
    }

    /*index*/
    .inxbanner {
        background-image: url(/assets/frontend/img/index/rwdbanner-02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        width: 100%;
        height: 100vh;
    }

    .inxwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 35%);
    }

    .inxblock {
        position: absolute;
        bottom: 0;
        right: 0;
        display: none;
    }

    .rwdinxblock {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -120%);
        width: 60%;
    }

    .inxcir1 {
        position: absolute;
        bottom: 0;
        left: 0;
        display: none;
    }

    .inxbtnblock {
        position: absolute;
        bottom: 2%;
        left: 0;
        width: 100%;
        display: grid;
        justify-items: center;
    }

    /*vote*/
    .white-popup {
        position: relative;
        background: #fced22;
        padding: 30px;
        width: auto;
        max-width: 80%;
        margin: 20px auto;
        border-color: #ffffff;
        border-width: 2px;
        border-radius: 6px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }
}

@media screen and (max-width: 770px) {
    .inxwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 35%);
    }
}

@media screen and (max-width: 500px) {
    /*index*/

    .rwdinxblock {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -120%);
        width: 80%;
    }

    .inxwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -25%);
    }

    .inxbtnblock {
        position: fixed;
        bottom: 0%;
        left: 0;
        width: 100%;
        display: grid;
        justify-items: center;
        z-index: 20;
    }

    /*vote*/
    .white-popup {
        position: relative;
        background: #fced22;
        padding: 20px;
        width: auto;
        max-width: 90%;
        margin: 20px auto;
        border-color: #ffffff;
        border-width: 2px;
        border-radius: 6px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

    .votebg {
        background-image: url(/assets/frontend/img/vote/bg-01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        width: 100%;
    }

    /*footer*/
    .sidebtn {
        position: fixed;
        right: 0;
        bottom: 0;
        bottom: env(safe-area-inset-bottom, 0px);
        z-index: 5;
        width: 100%;
    }

    .gotop {
        position: fixed;
        bottom: 90px;
        right: 10px;
    }
}

@media screen and (max-width: 430px) {

    /*footer*/
    .gotop {
        right: 10px;
    }

    .footerline::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0%;
        background-color: #60606070;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 420px) {
    .inxwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -10%);
    }
}

@media screen and (max-width: 390px) {
    .inxwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 10%);
    }
}

@media screen and (max-width: 350px) {

    /*index*/
    .inxwrd {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 20%);
    }

    .rwdinxblock {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -88%);
        width: 80%;
    }
}