.header-btn {
    cursor: pointer;
}

.navbar-header {
    position: relative;
    z-index: 1;
}

.text-orange {
    color: #ff7a00;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.ml-auto {
    margin-left: auto;
}

.float-right {
    float: right;
}

.text-none {
    color: white;
}

.adult-right-block {
    display: flex;
    flex-wrap: wrap;
}

.adult-right-block a {
    display: block;
    cursor: pointer;
    padding: 1rem;
}

.adult-right-block img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 1rem;
}

.adult-right-block a {
    color: white;
}

.tag-hot a {
    margin: 5px 3px;
}

.user-text {
    font-size: 12px;
}

.nav > li > a {
    padding: 10px 14px;
}

.ps-re {
    position: relative;
}

.navbar-toggle {
    float: left;
    margin-left: 7px;
}

.copy-btn {
    color: white;
    float: right;
}

.adult-class-main {
    font-size: 16px;
    color: white;
}

.adult-class-main span {
    margin-left: 16px;
}

.adult-class-main a {
    color: white;
    display: block;
}

.search-type input[type="radio"] {
    display: none;
}

.search-type input[type="radio"] + label {
    display: inline-block;
    border: 1px solid white;
    cursor: pointer;
    padding: 8px 12px;
    color: white;
    font-weight: 400;
    border-radius: 3px;
}

.search-type input[type="radio"]:checked + label {
    border: 1px solid #ff7a00;
    color: #ff7a00;
}

.search-box {
    display: flex;
    position: absolute;
    right: 0;
    background-color: #fbfbfb;
    align-items: center;
    border-radius: 50px;
    z-index: 100;
}

.rounded-pill {
    border-radius: 50px;
}

.box-style > select {
    padding: 8.5px 12px;
    box-shadow: none;
}

.box-search-block {
    padding: 9px 12px;
    background-color: #fbfbfb;
    border: none;
}

.search-box input[type="text"],
.search-box select {
    border: none !important;
    box-shadow: none;
}

.box-close {
    cursor: pointer;
}

.triangle-icon {
    display: inline-block;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    margin-left: 2px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ff7a00;
}

.navbar-header {
    position: relative;
    z-index: 1;
}

.navbar-right > li > a {
    line-height: 0;
}

.navbar-right-block a {
    background-color: #232323;
    border-radius: 50px;
}

.menu-circle {
    width: 10px;
    height: 10px;
    border: 1.5px solid white;
}

.flex1 {
    flex: 1 1 0%;
}

.user-block {
    font-size: 21px;
    margin-right: 5px;
}

.menu-circle {
    width: 7px;
    height: 7px;
    right: 5%;
    background: #ff7a00;
    border-radius: 50%;
    position: absolute;
}

.sr-only a {
    text-decoration: none;
}

/* 漢堡選單 */

#hamburger-11 {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#hamburger-11.is-active {
    animation: smallbig 0.1s forwards;
}

@keyframes smallbig {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

.hamburger .line {
    width: 20px;
    height: 2px;
    background-color: #ff7a00;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#hamburger-11.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

.navbar-inverse .navbar-toggle {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle {
    padding: 5px 10px;
}

.head-right .search-btn > a {
    padding: 8px;
    color: #888;
}

.navbar-nav > .visible-xs {
    border-top: none;
}

.copy-text {
    color: white;
}

.navbar-left .copy-block {
    padding: 15px;
}

.search-dropdown-menu {
    border-top: 1px solid transparent;
    border-color: #101010;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.open > .dropdown-menu li {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.line-white {
    width: 90%;
    border: 0.5px solid rgb(255 255 255 / 10%);
    margin: 0 auto;
    margin-top: 10px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #232323;
}

.navbar-inverse .navbar-right > li > a:hover,
.navbar-inverse .navbar-right > li > a:focus {
    background-color: #232323;
}

.tag-block .btn {
    border: #999 solid 1px;
    background-color: transparent;
    color: #999;
    font-size: 14px;
}

@media only screen and (min-width: 1024px) {
    .d-lg-flex {
        display: flex;
    }

    .header-main {
        display: flex;
        align-items: center;
    }

    .menu-circle {
        width: 10px;
        height: 10px;
    }

    .navbar-right .menu-circle {
        top: 1%;
    }

    .emil-phone .menu-circle {
        right: 11%;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-inverse .navbar-right > li > a {
        padding: 10px;
    }

    .navbar-nav .copy-block {
        float: none;
        padding: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav-icon > a {
        width: 20%;
    }

    .navbar-inverse .navbar-nav > .copy-block {
        width: 90%;
        border-radius: 5px;
    }

    .navbar-nav-icon > a {
        width: 25%;
        margin: 11px 0;
        margin-right: -0.5rem;
    }

    .navbar-inverse .navbar-nav .copy-block > a {
        padding: 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

    #Comic_Top_Nav .navbar-left .copy-block {
        padding: 15px;
        background: #232323;
        margin: 10px auto;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
        height: calc(100vh - 80px);
    }

    .search-dropdown-menu {
        height: calc(100vh - 80px) !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand {
        padding-left: 0;
    }

    .head-right {
        display: flex;
        justify-content: space-around;
        padding-left: 16px;
    }

    .navbar-nav-icon i {
        font-size: 16px;
        padding-bottom: 7px;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 766px) {
    .menu-circle {
        width: 10px;
        height: 10px;
        right: -12px;
        bottom: 18px;
    }

    .head-right .search-btn > .active > a,
    .head-right .search-btn > a:hover,
    .head-right .search-btn > a:focus {
        background-color: #232323;
        padding: 8px;
        border-radius: 50px;
        color: #ff7a00;
    }
}

#guide-modal .modal-content {
    overflow: hidden;
}

#guide-modal .modal-head {
    background-color: #fcd7ab;
    padding: 20px;
}

#guide-modal .modal-head img {
    border-radius: 50px;
    width: 100%;
    max-width: 500px;
}

#guide-modal .modal-body {
    z-index: 1;
    background: linear-gradient(#fcd7ab 0%, #fcd7ab 70%, #FFF 70.1%);
    padding-top: 0;
}

#guide-modal .modal-body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    margin-top: 10px;
}

/*滾動條裡面小方塊樣式*/

#guide-modal .modal-body::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: rgba(0, 0, 0, .4);
}

#guide-modal .modal-body::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .7);
}

/*滾動條裡面軌道樣式*/

#guide-modal .modal-body::-webkit-scrollbar-track {
    border-radius: 1rem;
    background: rgba(0, 0, 0, .15);
}

#guide-modal .modal-body::-webkit-scrollbar-track:hover {
    background: #CCC;
}

#guide-modal .modal-body > a > img {
    border-radius: 15px;
    border: 1px solid #d0d0d0;
    margin-bottom: 15px;
    height: 250px;
    width: 500px;
}

#guide-modal .modal-body > ul {
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 15px;
    list-style: none;
    padding-inline-start: 0;
}

#guide-modal .modal-body > ul li {
    border: 1px solid #bacdd8;
    border-radius: 10px;
    box-shadow: 2px 3px 3px #999999;
    margin-bottom: 15px;
    background-color: #fff;
}

#guide-modal .modal-body > ul button {
    border: 2px solid #fff;
    padding: 4px 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    background-color: #ff7a00;
    position: relative;
    bottom: 30px;
}

#guide-modal .modal-body > ul p {
    margin-top: -25px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
}

#guide-modal .modal-body > ul h4, #guide-modal .modal-body > div span {
    font-size: 20px;
    font-weight: bold;
    color: #ff7a00;
    margin-top: 15px;
}

#guide-modal .modal-body > ul span {
    font-size: 14px;
    color: #ff7a00;
    margin-top: 0;
    overflow: hidden;
}

#guide-modal .modal-body > div {
    position: relative;
}

#guide-modal .modal-body > div span {
    padding: 5px;
    display: block;
    color: #ff7a00;
    position: relative;
}

#guide-modal .modal-body > div span > b {
    background-color: #fff;
}

#guide-modal .modal-body > div span::before,
#guide-modal .modal-body > div span::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ff7a00;
    width: calc(50% - 3.5em);
    height: 3px;
    margin-top: 11px;
}

#guide-modal .modal-body > div span::before {
    left: 0;
}

#guide-modal .modal-body > div span::after {
    right: 0;
}

#guide-modal .modal-body > div ul {
    display: flex;
    padding-inline-start: 0;
    padding: 0 10%;
}

#guide-modal .modal-body > div ul > li {
    list-style: none;
    width: 100%;
    padding: 10px;
}

.search-board {
    width: 450px;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    #guide-modal .modal-body > ul button {
        font-size: 12px;
    }

    #guide-modal .modal-body > div ul {
        padding: 0;
    }

    #guide-modal .modal-body > div ul > li {
        padding: 5px;
    }
    .search-board {
        width: 350px;
    }

}

.top-menu-m {
    display: inline-block;
    width: 20%;
}

#guide-modal .modal-body img {
    max-width: 100%;
    height: auto !important;
}

#guide-modal .modal-body {
    max-width: 100%;
    max-height: 65vh;
    overflow-y: auto;
}
