.displaynone {
    display: none;
}

.a-dishover {
    cursor: none;
}

.a-dishover:hover {
    color: rgb(80, 80, 80);
}


#runword {
    display: flex;
    background-color: rgb(0, 0, 0);
    align-items: center;
    font-size: 1.2rem;
    color: white;
}

#accountpic {
    text-align: center;
}

#accountpic:hover {
    display: block;
    opacity: 80%;
}

.navbar {
    justify-content: center;
}

#mainwords {
    margin-top: 6rem;
}

h1,
h2,
h3,
h4,
h5,
p {
    color: white;
}

h1 {
    letter-spacing: 0.4rem;
}

h4,
.detail {
    color: rgb(255, 207, 103);
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    line-height: 3rem;
}

#titleword {
    letter-spacing: 1rem;
}

#p_digitalthree {
    color: white;
    font-size: 1.5rem;
    letter-spacing: 0.6rem;
}

#line {
    background-color: white;
    width: 0.1875rem;
    height: 5rem;
}

#tributton {
    margin-left: 0rem;
}

#rightbutton {
    position: fixed;
    right: 0;
    top: 8rem;
    z-index: 9999;
}

#rightbutton img {
    width: 2.5rem;
}

#rightbutton img:hover {
    transform: scale(1.05);
}

#button1-4 {
    display: none;
}

#button1-4:checked~#book {
    display: block;
}

/*#button1-4:checked ~ #bottomnav {
    display: none;
}*/
.button4:hover {
    cursor: pointer;
    opacity: 80%;
}

#bookclose {
    z-index: 1000;
    display: none;
    position: absolute;
    right: 3rem;
    top: 4rem;
}

#button1-4:checked~#bookclose {
    display: block;
}

.videobox {
    position: relative;
    z-index: 40;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    transform: scale(0.844);
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ADbox {
    position: relative;
    z-index: 40;
    width: 100%;
    height: 0;
    padding-bottom: 600px;
    transform: scale(0.844);
}

.ADbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*下方按鈕*/
.bottombtn_ad {
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 2px;
}

.bottombtn_ad a {
    color: white;
    text-decoration: none;
}

.bottombtn_ad a:hover {
    color: #ffbb00;
    cursor: pointer;
}

.bottombtn_ad i {
    transform: rotate(-20deg);
    margin-right: 10px;
}

#bottombtn_arrow {
    border-radius: 25px;
    border: none;
    position: absolute;
    z-index: 50;
    top: -20px;
    right: 5px;
    background-color: rgb(33, 37, 41);
    color: white;
    font-size: 30px;
    opacity: .7;
}

#bottombtn_arrow:hover {
    opacity: 1;
    transform: scale(1.2);
}

.sink {
    transform: translateY(50px);
    transition: ease-in-out .3s;
}

/*slick*/
.slick-next {
    right: -25px;
    z-index: 10;
}

.slick-prev {
    right: -25px;
    z-index: 10;
}

#touchme {
    align-self: center;
}

#ybt:hover {
    filter: brightness(150%);
    transition: .3s ease-in-out;
}

#btn-open1:hover {
    opacity: 0.7;
    transition: .2s ease-in-out;
}

#btn-open2:hover {
    opacity: 0.7;
    transition: .2s ease-in-out;
}

#btn-open3:hover {
    opacity: 0.7;
    transition: .2s ease-in-out;
}

/*@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }*/

@keyframes swing {
    15% {
        transform: translateX(3px);
    }

    40% {
        transform: translateX(-3px);
    }

    65% {
        transform: translateX(1px);
    }

    85% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes beating {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    85% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#touchme:hover {
    animation: swing 0.3s;
}

.beat {
    animation: beating 3s ease-in-out infinite;
}

#bottombtn:hover {
    opacity: 60%;
}

/*
.videobox iframe {
    position: absolute;
    top: 9.6%;
    left: 9.56%;
    width: 81%;
    height: 74%;
}
*/
#leftdown {
    margin-top: 2rem;
}

#middle {
    transform: scale(1.2);
    position: relative;
    z-index: 2;
}

#bottomnavdiv {
    justify-content: initial;
}

#book {
    z-index: 999;
    position: absolute;
    right: 5rem;
    top: 3rem;
    height: 42rem;
    width: 66rem;
}

#book2 {
    z-index: 999;
    position: absolute;
    right: 5rem;
    top: 3rem;
    height: 42rem;
    width: 66rem;
}

#book3 {
    z-index: 999;
    position: absolute;
    right: 5rem;
    top: 3rem;
    height: 42rem;
    width: 66rem;
}

#closer {
    z-index: 1000;
    position: absolute;
    right: 6rem;
    top: 4rem;
    transform: scale(1.3);
    background-color: #ffddbb;
}


.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 8px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
    text-decoration: none;
    text-align: center;
}

/* 15 */
.btn-15 {
    background-color: #ffbb00;
    color: black;
    border: none;
    border-radius: 20px;
    z-index: 10;
}

.btn-15:after {
    background: #663dff;
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 20px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.2s ease-in;
}

.btn-15:hover {
    color: rgb(255, 255, 255);
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

/* btn-11 */
.btn-11 {
    border: none;
    background: rgb(251, 33, 117);
    background: linear-gradient(0deg, rgba(251, 33, 117, 1) 0%, rgba(234, 76, 137, 1) 100%);
    color: #fff;
    overflow: hidden;
    width: 100%;
}

.btn-11:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
    transform: scale(1.1);
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 5s ease-in-out infinite;
}

.btn-11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

@keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/*owlcarousel 貓頭鷹輪播*/
.owl-carousel {
    background: transparent;
}

.owl-nav {
    position: absolute;
    bottom: 100px;
    color: white;
}

.owl-prev {
    transform: scale(3);
    position: relative;
    left: -46%;
    bottom: 30px;
}

.owl-next {
    transform: scale(3);
    position: relative;
    left: 46%;
    bottom: 30px;
}

.owl-item {
    margin: 0px;
}

.owl-carousel .owl-item img {
    width: 80%;
    border-radius: 20px;
    margin: 0 auto;
}

/*固定按鈕*/
.go-top {
    position: fixed;
    bottom: 20px;
    left: 15px;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius: 25px;
    z-index: 99999;
}

.go-top:hover {
    background-color: rgb(255, 166, 0);
}

.fb_dialog_content iframe {
    bottom: 93px;
    right: 11px;
}

.adminActions {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99999;
}

.adminButton {
    height: 60px;
    width: 60px;
    background-color: rgba(67, 83, 143, .8);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.adminButton_altercolor {
    background-color: rgb(38, 58, 130);
}

.adminButton i {
    font-size: 22px;
}

.adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.adminButtons a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px auto 0;
    line-height: 1.15;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.adminButtons a:hover {
    transform: scale(1);
    box-shadow: 1px 1px 3px 3px rgb(255 255 255 / 60%);
}

.adminButtons a:nth-child(1) {
    background-color: #f4781f;
    transition: opacity .1s ease-in-out .2s, transform .1s ease-in-out;
}

.adminButtons a:nth-child(2) {
    background-color: #4CAF50;
    transition: opacity .1s ease-in-out .1s, transform .1s ease-in-out;
}

.adminButtons a:nth-child(3) {
    background-color: #006dc7;
    transition: opacity .1s ease-in-out .0s, transform .1s ease-in-out;
}


.adminActions a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .3s ease-in-out;
    box-shadow: 1px 1px 3px 3px rgb(255 255 255 / 60%);
}

.adminToggle:hover {
    box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked~.adminButtons a {
    opacity: 1;
    visibility: visible;
}

.carousel-inner {
    transform: scale(1);
    top: 0rem;
}

/*intro產品介紹頁*/
#why_choose {
    text-align: center;
    background: #7C1F65;
}

.white_word {
    color: white;
}

.word_font {
    font-family: "Noto Sans CJK TC", "Microsoft JhengHei", sans-serif, serif;
}

.owl-item {
    padding: 30px;
}

.card img {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.card_title {
    font-weight: 800;
    font-size: 1.8rem;
    font-stretch: expanded;
}

.card_content {
    font-weight: 400;
    font-size: 1rem;
}

#hold_all_space .row {
    padding: 25px;
}

#hold_all_space h1 {
    font-weight: 800;
    color: white;
    margin: 10px 35px;
}

#hold_all_space h2 {
    font-weight: 800;
    color: white;
    margin: 10px 35px;
    font-size: 2.5rem;
    letter-spacing: 0.4rem;
}

#func_item h1 {
    font-weight: 800;
    color: white;
    margin: 20px 100px;
}

#func_item h2 {
    font-weight: 800;
    color: white;
    margin: 20px 100px;
    font-size: 2.5rem;
    letter-spacing: 0.4rem;
}

.float_obj {
    position: absolute;
    z-index: 99;
    height: 100%;
}

.float_obj_title {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0.4rem;
}

.float_obj_content {
    font-size: 30px;
    font-weight: 400;
    text-align: start;
}

.dishover {
    cursor: none;
    text-decoration: none;
}

#know_more_btn {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding: 10px 25px;
}

#know_more_btn_word {
    text-decoration: underline;
    font-size: larger;
}

#footer_banner {
    background: url(../intro/image/home/foot_banner1.jpg);
    background-size: cover;
    height: 580px;
}

#footer_banner_btn {
    border-radius: 50px;
    margin: 32% 0 0 9%;
    width: 40%;
    font-weight: 1000;
    font-size: 1.5rem;
    color: #7C1F65;
    position: absolute;
    z-index: 99;
}

#bg_AD_1,
#bg_AD_2,
#bg_AD_3,
#bg_AD_4,
#bg_AD_5,
#bg_AD_6 {
    background-size: cover;

}

.long_btn {
    width: 100%;
    border-radius: 25px;
    background-color: #6c4969;
    border: solid rgb(255, 241, 201) 5px;
    margin: 5px auto;
    color: white;
}

.long_btn:hover {
    background-color: #652461;
}

.im_AD {
    margin: 100px 50px;
}

.im_AD h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    letter-spacing: 0.4rem;
}

.im_AD h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    letter-spacing: 0.4rem;
}

.im_AD p {
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
}

.im_AD button {
    margin-top: 10px;
    border-radius: 50px;
    width: 40%;
    font-weight: 1000;
    font-size: 22px;
}

#header_video {
    height: 700px;
}

#pic_home {
    border-radius: 75px;
}

/*func_modal*/
.modal-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-content {
    background-color: #f3f3f3;
    border: none;
}

.modal-title {
    text-align: center;
}

.modal p {
    color: black;
}

.Modal_price {
    font-size: 1.1rem;
    font-weight: 800;
    color: rgb(204, 0, 0);
}

.float_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    padding: 2%;
    border: 5px white solid;
    cursor: pointer;
    border-radius: 5px;
}

.float_btn:hover {
    filter: opacity(50%);

}

.solve_btn {
    margin-top: 200px;
    border-radius: 60px;
    font-size: 30px;
    font-weight: 600;
}

#head_banner {
    position: relative;
    margin-top: 40px;
}


