.btn-primary {
    width: 90%;
    height: 60px;
    margin: 10px 5%;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    background-color: #000;
    border-color: #000;}



@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);


body {
    font-family: 'NanumSquare', sans-serif;
    font-weight: 400;
}

.montserrat {
    font-family: 'Montserrat' !important;
}

.nanum-square {
    font-family: 'NanumSquare' !important;
    font-weight: 400;
}
.text_app{
    text-align: left;
    font-size: 1.4rem;
    width: 90%;
    margin: 20px 5% 0px;
}
h1, h2, h3, h4, h5, div, p, span, a, section, input, textarea, button {
    font-family: 'NanumSquare';
    font-weight: 400;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.313rem;
    font-weight: 700 !important;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}


.flex-container, .btn-container, .book-horizontal-wrap, .writeReply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.space-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



p {
    margin: 0;
}


.toolbar-background {
    background: #000 !important;
}



.enable-hover a:hover {
    opacity: 1 !important;
}

ion-icon[class*="back-button"] {
    position: relative;
    left: 10px !important;
    margin: 0;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    min-width: 20px !important;
    background: url("../assets/imgs/top/back-button.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-"] {
    margin: 0;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    min-width: 20px !important;
}

ion-icon[class*="custom-home"][ng-reflect-is-active="true"] {
    background: url("../assets/icon/tabs/home-on.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-home"][ng-reflect-is-active="false"] {
    background: url("../assets/icon/tabs/home.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-home"][ng-reflect-is-active="false"] + .tab-button-text {
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-book"][ng-reflect-is-active="true"] {
    background: url("../assets/icon/tabs/book-on.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-book"][ng-reflect-is-active="false"] {
    background: url("../assets/icon/tabs/book.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-book"][ng-reflect-is-active="false"] + .tab-button-text {
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-video"][ng-reflect-is-active="true"] {
    background: url("../assets/icon/tabs/video-on.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-video"][ng-reflect-is-active="false"] {
    background: url("../assets/icon/tabs/video.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-video"][ng-reflect-is-active="false"] + .tab-button-text {
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-my"][ng-reflect-is-active="true"] {
    background: url("../assets/icon/tabs/my-on.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 25px;
    height: 25px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-my"][ng-reflect-is-active="false"] {
    background: url("../assets/icon/tabs/my.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 25px;
    height: 25px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-my"][ng-reflect-is-active="false"] + .tab-button-text {
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-search"][ng-reflect-is-active="true"] {
    background: url("../assets/icon/tabs/search-on.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 25px;
    height: 25px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-search"][ng-reflect-is-active="false"] {
    background: url("../assets/icon/tabs/search.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 25px;
    height: 25px;
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="custom-search"][ng-reflect-is-active="false"] + .tab-button-text {
    color: #000 !important;
    opacity: 1;
}

ion-icon[class*="exa-pick"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    min-width: 20px !important;
    background: url("../assets/icon/bookmark-outline.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-pick-filled"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    min-width: 20px !important;
    background: url("../assets/icon/bookmark-filled.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-share"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    min-width: 20px !important;
    background: url("../assets/icon/share.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-share-filled"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    min-width: 20px !important;
    background: url("../assets/icon/share_filled.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-like"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    min-width: 20px !important;
    background: url("../assets/icon/favorite.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-like-filled"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    min-width: 20px !important;
    background: url("../assets/icon/favorite-filled.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-chat-view"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    min-width: 20px !important;
    background: url("../assets/icon/chat.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-like-view"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    min-width: 20px !important;
    background: url("../assets/icon/favorite.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-close-btn"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    min-width: 20px !important;
    background: url("../assets/icon/closeBtn.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-close-btn-black"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    min-width: 20px !important;
    background: url("../assets/icon/closeBtn-black.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-setting"] {
    position: relative;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    min-width: 20px !important;
    background: url("../assets/icon/settings.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="exa-pencil"] {
    position: relative;
    top: 5px;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    min-width: 20px !important;
    background: url("../assets/icon/pencil.svg") no-repeat 50% 50%;
    background-size: contain;
}

ion-icon[class*="no-profile"] {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    vertical-align: middle;
    width: 5rem;
    height: 5rem;
    background: url("../assets/icon/profile.svg") no-repeat 50% 50%;
    background-size: contain;
}

.tabbar {
    border-top: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-button[aria-selected=true] {
    margin-top: 1px;
    border-top: 3px solid #000;
}

.tab-button[aria-selected=true] .tab-button-icon {
    margin-top: 0px;
}

.tab-button[aria-selected=false] {
    border-top: 0.55px solid rgba(0, 0, 0, 0.3);
}

.modalCloseBtn {
    font-size: 3.4rem;
    margin-left: 10px;
}

h4.title {
    margin: 30px 10px 5px 16px;
    font-weight: 800;
}

h4.title b {
    font-weight: 800;
}

h4.title:first-child {
    margin-top: 10px;
}

.gray--text {
    color: #7f7f7f;
    font-size: 1.5rem;
}

/*CSS말줄임표*/
.singleline, .book-vertical-slide .book-vertical-wrap .book-info .author, .video-horizontal-slide .video-container .video-info .videoTitle, .video-list-item .video-container .video-info .videoTitle {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.singleline2 {
    overflow: hidden;
    width: 100%;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-overflow: ellipsis;
}

.multiline {
    overflow: hidden;
    width: 100%;
    height: 2.3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 1em !important;
    line-height: 1.3em !important;
}

.multiline2, .book-horizontal-wrap .book-info .book-title {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 1.7rem !important;
    line-height: 2.2rem !important;
}

.multiline3 {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 1.7rem !important;
    line-height: 2.2rem !important;
}

.horizontalWrap {
    overflow: auto;
    white-space: nowrap;
    text-align: left;
}

.horizontalWrap .tag {
    font-size: 1.1rem;
    padding: 3px 5px;
    border: 1px solid #eaeaea;
    color: #fff;
    margin-right: 3px;
    word-break: break-word;
    display: inline-block;
    text-align: left;
}

.horizontalWrap .tag::before {
    content: '#';
}

.horizontalWrap .tag.black {
    color: #000;
}

.horizontalWrap .tag.transparent {
    opacity: 0;
}

.horizontalWrap .book-detail.tag {
    font-size: 1.4rem;
}

.horizontalWrap.noscroll {
    overflow: hidden !important;
}

.img-full {
    width: 100%;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #000 !important;
}

.viewAllBtn {
    position: relative;
    width: 50px;
    width: 50px;
    padding: 5px 10px;
}

.btn-container {
    padding: 16px;
}

.circleBtn {
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
}

.circleBtn.share {
    padding: 7px 7px 7px 5px;
}

.title-with-underline {
    padding-bottom: 3px;
    border-bottom: 4px solid #000;
}

b {
    font-weight: 800 !important;
}

.w22 {
    width: 22px !important;
    height: 22px !important;
}

.book-blured-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vw;
    overflow: hidden;
}

.book-blured-bg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.book-blured-bg img {
    width: 100%;
    -webkit-filter: blur(0.7rem);
    filter: blur(0.7rem);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.book-blured-bg img.on {
    filter: alpha(opacity=100);
    opacity: 1;
}

.book-blured-bg img.off {
    filter: alpha(opacity=0);
    opacity: 0;
}

.book-blured-bg .book-cover-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vw;
    background: rgba(0, 0, 0, 0.2);
}

.main-bookreview-slide {
    height: 80vw;
}

.main-bookreview-slide .swiper-slide {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.main-bookreview-slide .swiper-container-horizontal > .swiper-pagination-progress {
    top: calc(80vw - 20px);
    width: 64% !important;
    left: 18% !important;
    background: rgba(255, 255, 255, 0.3) !important;
}

.main-bookreview-slide .swiper-container-horizontal > .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #fff !important;
}

.main-bookreview-slide .book-wrap {
    position: relative;
    top: 20px;
    left: 0;
    width: 100%;
}

.main-bookreview-slide .book-wrap .book img {
    border: 1px solid #eaeaea;
    left: 32%;
    width: 36%;
    height: auto;
}

.main-bookreview-slide .book-wrap .main-subject {
    position: absolute;
    top: 60vw;
    left: 5%;
    margin: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 90%;
    font-size: 1.7rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.main-bookreview-slide.dummy .swiper-container-horizontal > .swiper-pagination-progress {
    background: rgba(255, 255, 255, 0.3) !important;
}

.main-bookreview-slide.dummy .swiper-container-horizontal > .swiper-pagination-progress .swiper-pagination-progressbar {
    opacity: 0;
}

.main-bookreview-slide.dummy .book-wrap .book {
    position: relative;
    margin: 0 auto;
    width: 36%;
    background-color: #efefef;
    background: linear-gradient(120deg, #ebebeb, #ebebeb, #ffffff, #ebebeb, #ebebeb);
    background-size: 300% 300%;
    -webkit-animation: loading 1s ease-out infinite;
    animation: loading 1s ease-out infinite;
}

.showContents {
    -webkit-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
}

.hideContents {
    opacity: 0;
}

.book-vertical-slide {
    height: 55vw;
}

.book-vertical-slide .swiper-slide {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: 36%;
}

.book-vertical-slide .book-vertical-wrap {
    position: relative;
    top: 0;
    left: 16px;
    width: 90%;
    text-align: left;
}

.book-vertical-slide .book-vertical-wrap .book {
    margin-bottom: 5px;
}

.book-vertical-slide .book-vertical-wrap .book img {
    border: 1px solid #eaeaea;
    width: 100%;
}

.book-vertical-slide .book-vertical-wrap .book-info {
    position: absolute;
    padding: 80px 10px 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background-image: linear-gradient(rgba(0, 0, 0, 0), black);
}

.book-vertical-slide .book-vertical-wrap .book-info .book-title {
    text-align: justify;
    margin: 0;
    margin-bottom: 3px;
    color: #fff;
    font-size: 1.6rem;
    overflow: hidden;
    width: 100%;
    line-height: 2rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
}

.book-vertical-slide .book-vertical-wrap .book-info .author {
    text-align: left;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.book-vertical-slide .swiper-container-horizontal > .swiper-pagination-progress {
    top: calc(55vw - 10px);
    width: 80% !important;
    left: 10% !important;
}

.book-vertical-slide.dummy {
    opacity: 1;
}

.book-vertical-slide.dummy .book-vertical-wrap {
    position: relative;
    top: 0;
    left: 16px;
    width: 90%;
    text-align: left;
}

.book-vertical-slide.dummy .book-vertical-wrap .book {
    margin-bottom: 5px;
    background-color: #efefef;
    background: linear-gradient(120deg, #ebebeb, #ebebeb, #ffffff, #ebebeb, #ebebeb);
    background-size: 300% 300%;
    -webkit-animation: loading 1s ease-out infinite;
    animation: loading 1s ease-out infinite;
}

.book-vertical-slide.dummy .swiper-pagination-progressbar {
    opacity: 0;
}

.book-vertical-slide.dummy .swiper-container-horizontal > .swiper-pagination-progress {
    background-color: #efefef;
}

@-webkit-keyframes loading {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes loading {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.book-horizontal-slide {
    height: 45vw;
}

.book-horizontal-slide .swiper-slide {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.book-horizontal-slide .swiper-container-horizontal > .swiper-pagination-progress {
    top: calc(45vw - 10px);
    width: 90% !important;
    left: 5% !important;
}

.book-horizontal-wrap {
    position: relative;
    top: 0;
    left: 0;
    white-space: normal;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}

.book-horizontal-wrap .book {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 10px;
}

.book-horizontal-wrap .book img {
    border: 1px solid #eaeaea;
    width: 100%;
}

.book-horizontal-wrap .book-info {
    position: relative;
    top: 0;
    left: 0;
}

.book-horizontal-wrap .book-info .book-title {
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 6px;
    font-size: 1.5rem;
    text-align: justify;
}

.book-horizontal-wrap .book-info .author {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-overflow: ellipsis;
    text-align: left;
    color: #7f7f7f;
    font-size: 1.5rem;
}

.book-horizontal-wrap .book-info .horizontalWrap {
    position: absolute;
    bottom: 0;
    left: 0;
}

.book-horizontal-wrap.dummy .book {
    background-color: #efefef;
    background: linear-gradient(120deg, #ebebeb, #ebebeb, #ffffff, #ebebeb, #ebebeb);
    background-size: 300% 300%;
    -webkit-animation: loading 1s ease-out infinite;
    animation: loading 1s ease-out infinite;
}

.book-horizontal-wrap.dummy .book-info {
    width: 100%;
}

input[type=text] {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 0 !important;
}



.viewMode, page-comment .reply-container .reply .content {
    white-space: pre-wrap;
    line-height: 1.5em;
}

.pre-line {
    white-space: pre-line;
    line-height: 1.5em;
}


.review {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    width: 100%;
}

.review .review-box {
    padding: 5px 5px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 70%;
}

.review .review-box .review-title {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 1.7rem !important;
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
}

.review .review-box .author {
    text-align: left;
    color: #7f7f7f;
    font-size: 1.4rem;
    margin: 5px 0;
}

.review .review-box .horizontalWrap {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
}

.review .review-favorite {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left: 1px solid #000;
    min-width: 100px;
    text-align: center;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}

.review .review-favorite .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}

[style*="--aspect-ratio"] > img {
    height: auto;
}

@supports (--custom: property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
}

.shareCloseBtn {
    position: fixed;
    top: 20px;
    right: 20px;
}

.sharePopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2002;
}

.sharePopup .content {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 2002;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sharePopup .content .book {
    top: 30%;
    width: 170px;
}

.sharePopup .content .title {
    position: relative;
    top: 0;
    overflow: hidden;
    left: 10%;
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.sharePopup .content .sns img {
    width: 60px;
    margin: 20px 20px;
}

ion-backdrop {
    background-color: transparent !important;
    opacity: 0 !important;
}

.exaScrollBar {
    position: relative;
    margin-top: 44px;
    top: 0;
    right: 1px;
    width: 4px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: top .1s, -webkit-transform .1s;
    transition: top .1s, -webkit-transform .1s;
    transition: top .1s, transform .1s;
    transition: top .1s, transform .1s, -webkit-transform .1s;
}

.focusoutBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 94px);
    z-index: -1;
    background: rgba(255, 255, 255, 0);
}

.focusoutBg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 0, 0, 0);
}



ion-action-sheet {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
}

.action-sheet-wrapper {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate3d(0,  100%,  0);
    transform: translate3d(0,  100%,  0);
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    max-width: 500px;
    pointer-events: none;
}

.action-sheet-button {
    width: 100%;
}

.action-sheet-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    max-height: 100%;
}

.action-sheet-group {
    overflow: scroll;
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    pointer-events: all;
}

.action-sheet-group-cancel {
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.action-sheet-ios {
    text-align: center;
}

.action-sheet-ios .action-sheet-wrapper {
    margin: constant(safe-area-inset-top) auto constant(safe-area-inset-bottom);
    margin: env(safe-area-inset-top) auto env(safe-area-inset-bottom);
}

.action-sheet-ios .action-sheet-container {
    padding: 0 10px;
}

.action-sheet-ios .action-sheet-group {
    border-radius: 13px;
    margin-bottom: 8px;
    background: #f9f9f9;
}

.action-sheet-ios .action-sheet-group:first-child {
    margin-top: 10px;
}

.action-sheet-ios .action-sheet-group:last-child {
    margin-bottom: 10px;
}

.action-sheet-ios .action-sheet-title {
    padding: 1.5rem;
    text-align: center;
    border-radius: 0;
    border-bottom: 0.55px solid #d6d6da;
    font-size: 1.3rem;
    font-weight: 400;
    color: #8f8f8f;
}

.action-sheet-ios .action-sheet-button {
    margin: 0;
    padding: 18px;
    min-height: 5.6rem;
    border-bottom: 0.55px solid #d6d6da;
    font-size: 2rem;
    color: #007aff;
    background: transparent;
}

.action-sheet-ios .action-sheet-button:last-child {
    border-bottom-color: transparent;
}

.action-sheet-ios .action-sheet-button.activated {
    margin-top: -0.55px;
    border-top: 0.55px solid #ebebeb;
    border-bottom-color: #ebebeb;
    background: #ebebeb;
}

.action-sheet-ios .action-sheet-selected {
    font-weight: bold;
    background: #fff;
}

.action-sheet-ios .action-sheet-destructive {
    color: #f53d3d;
}

.action-sheet-ios .action-sheet-cancel {
    font-weight: 600;
    background: #fff;
}

.action-sheet-md .action-sheet-title {
    text-align: left;
    text-align: start;
    font-size: 1.6rem;
    color: #757575;
    padding: 11px 16px 17px;
}

.action-sheet-md .action-sheet-button {
    text-align: left;
    text-align: start;
    position: relative;
    overflow: hidden;
    min-height: 4.8rem;
    font-size: 1.6rem;
    color: #222;
    background: transparent;
    padding: 0 16px;
}

.action-sheet-md .action-sheet-button.activated {
    background: #f1f1f1;
}

.action-sheet-md .action-sheet-icon {
    padding: 0;
    text-align: center;
    width: 2.3rem;
    font-size: 2.4rem;
    vertical-align: middle;
    margin: 0 32px 0 0;
}

.action-sheet-md .action-sheet-group {
    background: #fafafa;
}

.action-sheet-md .action-sheet-group:first-child {
    padding-top: 0.8rem;
}

.action-sheet-md .action-sheet-group:last-child {
    padding-bottom: 0.8rem;
}

.action-sheet-md .action-sheet-group .button-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.action-sheet-md .action-sheet-selected {
    font-weight: bold;
}

.action-sheet-wp .action-sheet-title {
    text-align: left;
    text-align: start;
    font-size: 2rem;
    color: #4d4d4d;
    padding: 11px 16px 17px;
}

.action-sheet-wp .action-sheet-button {
    text-align: left;
    text-align: start;
    min-height: 4.8rem;
    font-size: 1.5rem;
    color: #4d4d4d;
    background: transparent;
    padding: 0 16px;
}

.action-sheet-wp .action-sheet-button.activated {
    background: #aaa;
}

.action-sheet-wp .action-sheet-icon {
    padding: 0;
    text-align: center;
    width: 2.3rem;
    font-size: 2.4rem;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.action-sheet-wp .action-sheet-group {
    background: #fff;
}

.action-sheet-wp .action-sheet-group:first-child {
    padding-top: 0.8rem;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.action-sheet-wp .action-sheet-group:last-child {
    padding-bottom: 0.8rem;
}

.action-sheet-wp .action-sheet-group .button-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.action-sheet-wp .action-sheet-selected {
    font-weight: bold;
}

.action-sheet-wp .action-sheet-cancel {
    background: transparent;
}

ion-alert {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    contain: strict;
}

ion-alert.alert-top {
    padding-top: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

ion-alert input {
    width: 100%;
}

.alert-wrapper {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 250px;
    max-height: 90%;
    opacity: 0;
    contain: content;
}

.alert-title {
    margin: 0;
    padding: 0;
}

.alert-sub-title {
    margin: 5px 0 0;
    padding: 0;
    font-weight: normal;
}

.alert-message {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.alert-input {
    padding: 10px 0;
    border: 0;
    background: inherit;
}

.alert-input::-moz-placeholder {
    color: #999;
}

.alert-input:-ms-input-placeholder {
    color: #999;
}

.alert-input::-webkit-input-placeholder {
    text-indent: 0;
    color: #999;
}

.alert-button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.alert-button-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.alert-button {
    margin: 0;
    z-index: 0;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.alert-tappable {
    text-align: left;
    text-align: start;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: inherit;
    line-height: initial;
    background: transparent;
}

.alert-ios .alert-wrapper {
    border-radius: 13px;
    overflow: hidden;
    max-width: 270px;
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert-ios .alert-head {
    text-align: center;
    padding: 12px 16px 7px;
}

.alert-ios .alert-title {
    margin-top: 8px;
    font-size: 17px;
    font-weight: 600;
}

.alert-ios .alert-sub-title {
    font-size: 14px;
    color: #666;
}

.alert-ios .alert-message,
.alert-ios .alert-input-group {
    text-align: center;
    font-size: 13px;
    color: inherit;
    padding: 0 16px 21px;
}

.alert-ios .alert-message {
    max-height: 240px;
}

.alert-ios .alert-message:empty {
    padding: 0 0 12px;
}

.alert-ios .alert-input {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 10px;
    border-radius: 4px;
    border: 0.55px solid #ccc;
    background-color: #fff;
    padding: 6px;
}

.alert-ios .alert-radio-group,
.alert-ios .alert-checkbox-group {
    overflow: scroll;
    max-height: 240px;
    border-top: 0.55px solid #dbdbdf;
    -webkit-overflow-scrolling: touch;
}

.alert-ios .alert-tappable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 44px;
}

.alert-ios .alert-radio-label {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px;
}

.alert-ios [aria-checked=true] .alert-radio-label {
    color: #000;
}

.alert-ios .alert-radio-icon {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-width: 30px;
}

.alert-ios [aria-checked=true] .alert-radio-inner {
    left: 7px;
    top: -7px;
    position: absolute;
    width: 6px;
    height: 12px;
    border-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alert-ios .alert-checkbox-label {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px;
}

.alert-ios [aria-checked=true] .alert-checkbox-label {
    color: initial;
}

.alert-ios .alert-checkbox-icon {
    border-radius: 50%;
    position: relative;
    width: 21px;
    height: 21px;
    border-width: 0.55px;
    border-style: solid;
    border-color: #c8c7cc;
    background-color: #fff;
    margin: 10px 6px 10px 16px;
}

.alert-ios [aria-checked=true] .alert-checkbox-icon {
    border-color: #000;
    background-color: #000;
}

.alert-ios [aria-checked=true] .alert-checkbox-inner {
    left: 7px;
    top: 4px;
    position: absolute;
    width: 4px;
    height: 9px;
    border-width: 0.55px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alert-ios .alert-button-group {
    margin-right: -0.55px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.alert-ios .alert-button {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 50%;
    height: 44px;
    border-top: 0.55px solid #dbdbdf;
    border-right: 0.55px solid #dbdbdf;
    font-size: 17px;
    color: #000;
    background-color: transparent;
}

.alert-ios .alert-button:last-child {
    border-right: 0;
    font-weight: bold;
}

.alert-ios .alert-button.activated {
    background-color: #e9e9e9;
}

.alert-md .alert-wrapper {
    border-radius: 2px;
    max-width: 280px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
}

.alert-md .alert-head {
    text-align: left;
    text-align: start;
    padding: 24px 24px 20px;
}

.alert-md .alert-title {
    font-size: 22px;
}

.alert-md .alert-sub-title {
    font-size: 16px;
}

.alert-md .alert-message,
.alert-md .alert-input-group {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 24px 24px;
}

.alert-md .alert-message {
    max-height: 240px;
    font-size: 15px;
}

.alert-md .alert-message:empty {
    padding: 0;
}

.alert-md .alert-input {
    margin: 5px 0;
    border-bottom: 1px solid #dedede;
    color: #000;
}

.alert-md .alert-input:focus {
    margin-bottom: 4px;
    border-bottom: 2px solid #000;
}

.alert-md .alert-radio-group,
.alert-md .alert-checkbox-group {
    position: relative;
    overflow: auto;
    max-height: 240px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.alert-md .alert-tappable {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 4.4rem;
}

.alert-md .alert-radio-label {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px 26px;
}

.alert-md .alert-radio-icon {
    left: 13px;
    top: 0;
    border-radius: 50%;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #787878;
}

.alert-md .alert-radio-inner {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.alert-md [aria-checked=true] .alert-radio-label {
    color: #000;
}

.alert-md [aria-checked=true] .alert-radio-icon {
    border-color: #000;
}

.alert-md [aria-checked=true] .alert-radio-inner {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.alert-md .alert-checkbox-label {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px 26px;
}

.alert-md [aria-checked=true] .alert-checkbox-label {
    color: initial;
}

.alert-md .alert-checkbox-icon {
    left: 13px;
    top: 0;
    border-radius: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #787878;
}

.alert-md [aria-checked=true] .alert-checkbox-icon {
    border-color: #000;
    background-color: #000;
}

.alert-md [aria-checked=true] .alert-checkbox-inner {
    left: 3px;
    top: 0;
    position: absolute;
    width: 6px;
    height: 10px;
    border-width: 2px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alert-md .alert-button-group {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 8px 8px 24px;
}

.alert-md .alert-button {
    text-align: right;
    text-align: end;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    margin: 0 8px 0 0;
    padding: 10px;
}

.alert-md .alert-button.activated {
    background-color: rgba(158, 158, 158, 0.2);
}

.alert-md .alert-button .button-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.alert-wp ion-backdrop {
    background: #fff;
}

.alert-wp .alert-wrapper {
    border-radius: 0;
    width: 100%;
    max-width: 520px;
    border: 1px solid #000;
    background: #e6e6e6;
}

.alert-wp .alert-head {
    text-align: left;
    text-align: start;
    padding: 20px 22px 5px;
}

.alert-wp .alert-title {
    font-size: 20px;
    font-weight: 400;
}

.alert-wp .alert-sub-title {
    font-size: 16px;
}

.alert-wp .alert-message,
.alert-wp .alert-input-group {
    color: #000;
    padding: 0 22px 8px;
}

.alert-wp .alert-message {
    max-height: 240px;
    font-size: 13px;
}

.alert-wp .alert-message:empty {
    padding: 0;
}

.alert-wp .alert-input {
    border: 2px solid rgba(0, 0, 0, 0.5);
    line-height: 3rem;
    color: #000;
    margin: 5px 0;
    padding: 0 8px;
}

.alert-wp .alert-input:focus {
    border-color: #000;
}

.alert-wp .alert-radio-group,
.alert-wp .alert-checkbox-group {
    position: relative;
    overflow: auto;
    max-height: 240px;
}

.alert-wp .alert-tappable {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 4.4rem;
}

.alert-wp .alert-radio-label {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px 26px;
}

.alert-wp .alert-radio-icon {
    left: 13px;
    top: 0;
    margin: 0;
    border-radius: 50%;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
}

.alert-wp .alert-radio-inner {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    display: none;
    width: 8px;
    height: 8px;
    background: #000;
}

.alert-wp [aria-checked=true] .alert-radio-label {
    color: #000;
}

.alert-wp [aria-checked=true] .alert-radio-icon {
    border-color: rgba(0, 0, 0, 0.5);
}

.alert-wp [aria-checked=true] .alert-radio-inner {
    display: block;
}

.alert-wp .alert-checkbox-label {
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    padding: 13px 26px;
}

.alert-wp [aria-checked=true] .alert-checkbox-label {
    color: initial;
}

.alert-wp .alert-checkbox-icon {
    left: 13px;
    top: 0;
    border-radius: 0;
    position: relative;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    background: transparent;
}

.alert-wp [aria-checked=true] .alert-checkbox-icon {
    border-color: #000;
    background: #000;
}

.alert-wp [aria-checked=true] .alert-checkbox-inner {
    left: 3px;
    top: -2px;
    position: absolute;
    width: 6px;
    height: 12px;
    border-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alert-wp .alert-button-group {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 22px;
}

.alert-wp .alert-button-group-vertical .alert-button {
    margin-top: 5px;
    width: 100%;
}

.alert-wp .alert-button-group-vertical .alert-button:first-child:not(:only-child) {
    margin-right: 0;
    margin-top: 0;
}

.alert-wp .alert-button {
    border-radius: 0;
    width: 49.5%;
    font-weight: 400;
    color: #000;
    background: #b8b8b8;
    padding: 5px;
}

.alert-wp .alert-button:first-child:not(:only-child) {
    margin-right: 1%;
}

.alert-wp .alert-button.activated {
    background: darkgray;
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

b,
strong {
    font-weight: bold;
}

img {
    max-width: 100%;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 1px;
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

label,
input,
select,
textarea {
    /*font-family: inherit;*/
    line-height: normal;
}

textarea {
    overflow: auto;
    height: auto;
    /*font: inherit;*/
    color: inherit;
}

textarea::-webkit-input-placeholder {
    padding-left: 2px;
}

textarea::-ms-input-placeholder {
    padding-left: 2px;
}

textarea::placeholder {
    padding-left: 2px;
}

form,
input,
optgroup,
select {
    margin: 0;
    font: inherit;
    color: inherit;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a ion-label,
button ion-label {
    pointer-events: none;
}

button {
    border: 0;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
}

[tappable] {
    cursor: pointer;
}

a[disabled],
button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.hide,
[hidden],
template {
    display: none !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

:focus,
:active {
    outline: none;
}

.focus-outline :focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.focus-outline button:focus,
.focus-outline [ion-button]:focus {
    border-color: #51a7e8;
    outline: 2px solid #51a7e8;
    -webkit-box-shadow: 0 0 8px 1px #51a7e8;
    box-shadow: 0 0 8px 1px #51a7e8;
}

ion-input :focus {
    outline: none;
}

.click-block {
    display: none;
}

.click-block-enabled {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translate3d(0,  -100%,  0) translateY(1px);
    transform: translate3d(0,  -100%,  0) translateY(1px);
    position: absolute;
    z-index: 99999;
    display: block;
    opacity: 0;
    contain: strict;
}

.click-block-active {
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-user-drag: none;
    -ms-content-zooming: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    background-color: transparent;
}

.enable-hover a:hover {
    opacity: .7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

[padding] h1:first-child,
[padding] h2:first-child,
[padding] h3:first-child,
[padding] h4:first-child,
[padding] h5:first-child,
[padding] h6:first-child {
    margin-top: -0.3rem;
}

h1 + h2,
h1 + h3,
h2 + h3 {
    margin-top: -0.3rem;
}

h1 {
    margin-top: 2rem;
    font-size: 2.6rem;
}

h2 {
    margin-top: 1.8rem;
    font-size: 2.4rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

small {
    font-size: 75%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

ion-app,
ion-nav,
ion-tab,
ion-tabs,
.app-root {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

ion-nav,
ion-tab,
ion-tabs {
    overflow: hidden;
}

ion-tab {
    display: none;
}

ion-tab.show-tab {
    display: block;
}

ion-app,
ion-nav,
ion-tab,
ion-tabs,
.app-root,
.ion-page {
    contain: strict;
}

.ion-page {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ion-page.show-page {
    opacity: 1;
}

.ion-header  {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
}

ion-footer {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
}

[app-viewport],
[overlay-portal],
[nav-viewport],
[tab-portal],
.nav-decor {
    display: none;
}

[text-center] {
    text-align: center !important;
}

[text-justify] {
    text-align: justify !important;
}

[text-start] {
    text-align: left;
    text-align: start !important;
}

[text-end] {
    text-align: right;
    text-align: end !important;
}

[text-left] {
    text-align: left !important;
}

[text-right] {
    text-align: right !important;
}

[text-nowrap] {
    white-space: nowrap !important;
}

[text-wrap] {
    white-space: normal !important;
}

@media (min-width: 576px) {
    [text-sm-center] {
        text-align: center !important;
    }
    [text-sm-justify] {
        text-align: justify !important;
    }
    [text-sm-start] {
        text-align: left;
        text-align: start !important;
    }
    [text-sm-end] {
        text-align: right;
        text-align: end !important;
    }
    [text-sm-left] {
        text-align: left !important;
    }
    [text-sm-right] {
        text-align: right !important;
    }
    [text-sm-nowrap] {
        white-space: nowrap !important;
    }
    [text-sm-wrap] {
        white-space: normal !important;
    }
}

@media (min-width: 768px) {
    [text-md-center] {
        text-align: center !important;
    }
    [text-md-justify] {
        text-align: justify !important;
    }
    [text-md-start] {
        text-align: left;
        text-align: start !important;
    }
    [text-md-end] {
        text-align: right;
        text-align: end !important;
    }
    [text-md-left] {
        text-align: left !important;
    }
    [text-md-right] {
        text-align: right !important;
    }
    [text-md-nowrap] {
        white-space: nowrap !important;
    }
    [text-md-wrap] {
        white-space: normal !important;
    }
}

@media (min-width: 992px) {
    [text-lg-center] {
        text-align: center !important;
    }
    [text-lg-justify] {
        text-align: justify !important;
    }
    [text-lg-start] {
        text-align: left;
        text-align: start !important;
    }
    [text-lg-end] {
        text-align: right;
        text-align: end !important;
    }
    [text-lg-left] {
        text-align: left !important;
    }
    [text-lg-right] {
        text-align: right !important;
    }
    [text-lg-nowrap] {
        white-space: nowrap !important;
    }
    [text-lg-wrap] {
        white-space: normal !important;
    }
}

@media (min-width: 1200px) {
    [text-xl-center] {
        text-align: center !important;
    }
    [text-xl-justify] {
        text-align: justify !important;
    }
    [text-xl-start] {
        text-align: left;
        text-align: start !important;
    }
    [text-xl-end] {
        text-align: right;
        text-align: end !important;
    }
    [text-xl-left] {
        text-align: left !important;
    }
    [text-xl-right] {
        text-align: right !important;
    }
    [text-xl-nowrap] {
        white-space: nowrap !important;
    }
    [text-xl-wrap] {
        white-space: normal !important;
    }
}

[text-uppercase] {
    text-transform: uppercase !important;
}

[text-lowercase] {
    text-transform: lowercase !important;
}

[text-capitalize] {
    text-transform: capitalize !important;
}

@media (min-width: 576px) {
    [text-sm-uppercase] {
        text-transform: uppercase !important;
    }
    [text-sm-lowercase] {
        text-transform: lowercase !important;
    }
    [text-sm-capitalize] {
        text-transform: capitalize !important;
    }
}

@media (min-width: 768px) {
    [text-md-uppercase] {
        text-transform: uppercase !important;
    }
    [text-md-lowercase] {
        text-transform: lowercase !important;
    }
    [text-md-capitalize] {
        text-transform: capitalize !important;
    }
}

@media (min-width: 992px) {
    [text-lg-uppercase] {
        text-transform: uppercase !important;
    }
    [text-lg-lowercase] {
        text-transform: lowercase !important;
    }
    [text-lg-capitalize] {
        text-transform: capitalize !important;
    }
}

@media (min-width: 1200px) {
    [text-xl-uppercase] {
        text-transform: uppercase !important;
    }
    [text-xl-lowercase] {
        text-transform: lowercase !important;
    }
    [text-xl-capitalize] {
        text-transform: capitalize !important;
    }
}

[float-left] {
    float: left !important;
}

[float-right] {
    float: right !important;
}

[float-start] {
    float: left !important;
}

[float-end] {
    float: right !important;
}

@media (min-width: 576px) {
    [float-sm-left] {
        float: left !important;
    }
    [float-sm-right] {
        float: right !important;
    }
    [float-sm-start] {
        float: left !important;
    }
    [float-sm-end] {
        float: right !important;
    }
}

@media (min-width: 768px) {
    [float-md-left] {
        float: left !important;
    }
    [float-md-right] {
        float: right !important;
    }
    [float-md-start] {
        float: left !important;
    }
    [float-md-end] {
        float: right !important;
    }
}

@media (min-width: 992px) {
    [float-lg-left] {
        float: left !important;
    }
    [float-lg-right] {
        float: right !important;
    }
    [float-lg-start] {
        float: left !important;
    }
    [float-lg-end] {
        float: right !important;
    }
}

@media (min-width: 1200px) {
    [float-xl-left] {
        float: left !important;
    }
    [float-xl-right] {
        float: right !important;
    }
    [float-xl-start] {
        float: left !important;
    }
    [float-xl-end] {
        float: right !important;
    }
}

ion-app.ios {
    font-family: "NanumSquare";
    font-size: 1.4rem;
    background-color: #fff;
}

ion-app.md {
    font-family: "NanumSquare";
    font-size: 1.4rem;
    background-color: #fff;
}

ion-app.wp {
    font-family: "NanumSquare";
    font-size: 1.4rem;
    background-color: #fff;
}

ion-backdrop {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .01;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

ion-backdrop.backdrop-no-tappable {
    cursor: auto;
}

ion-badge {
    padding: 3px 8px;
    text-align: center;
    display: inline-block;
    min-width: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}

ion-badge:empty {
    display: none;
}

.badge-ios {
    border-radius: 10px;
    color: #fff;
    background-color: #000;
}

.badge-ios-primary {
    color: #fff;
    background-color: #000;
}

.badge-ios-secondary {
    color: #fff;
    background-color: #9b9fa4;
}

.badge-ios-danger {
    color: #fff;
    background-color: #f53d3d;
}

.badge-ios-light {
    color: #000;
    background-color: #f4f4f4;
}

.badge-ios-dark {
    color: #fff;
    background-color: #222;
}

.badge-md {
    border-radius: 4px;
    color: #fff;
    background-color: #000;
}

.badge-md-primary {
    color: #fff;
    background-color: #000;
}

.badge-md-secondary {
    color: #fff;
    background-color: #9b9fa4;
}

.badge-md-danger {
    color: #fff;
    background-color: #f53d3d;
}

.badge-md-light {
    color: #000;
    background-color: #f4f4f4;
}

.badge-md-dark {
    color: #fff;
    background-color: #222;
}

.badge-wp {
    border-radius: 0;
    color: #fff;
    background-color: #000;
}

.badge-wp-primary {
    color: #fff;
    background-color: #000;
}

.badge-wp-secondary {
    color: #fff;
    background-color: #9b9fa4;
}

.badge-wp-danger {
    color: #fff;
    background-color: #f53d3d;
}

.badge-wp-light {
    color: #000;
    background-color: #f4f4f4;
}

.badge-wp-dark {
    color: #fff;
    background-color: #222;
}

.button {
    text-align: center;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 0;
    display: inline-block;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    vertical-align: -webkit-baseline-middle;
    -webkit-transition: background-color, opacity 100ms linear;
    transition: background-color, opacity 100ms linear;
    -webkit-font-kerning: none;
    font-kerning: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    contain: content;
}

.button-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

[ion-button] {
    text-decoration: none;
}

a[disabled],
button[disabled],
[ion-button][disabled] {
    cursor: default;
    opacity: .4;
    pointer-events: none;
}



[icon-left] ion-icon,
[icon-start] ion-icon {
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none;
    padding-right: 0.3em;
}

[icon-right] ion-icon,
[icon-end] ion-icon {
    font-size: 1.4em;
    line-height: .67;
    pointer-events: none;
    padding-left: 0.4em;
}


[icon-only] ion-icon {
    padding: 0 0.5em;
    font-size: 1.8em;
    line-height: .67;
    pointer-events: none;
}




.button-small-md[icon-only] ion-icon {
    font-size: 1.4em;
}



ion-card {
    display: block;
    overflow: hidden;
}

ion-card img {
    display: block;
    width: 100%;
}

ion-card-header {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ion-card-content {
    display: block;
}


.card-ios ion-list {
    margin-bottom: 0;
}


.card-ios h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal;
}

.card-ios h2 {
    margin: 2px 0;
    font-size: 1.6rem;
    font-weight: normal;
}

.card-ios h3,
.card-ios h4,
.card-ios h5,
.card-ios h6 {
    margin: 2px 0;
    font-size: 1.4rem;
    font-weight: normal;
}

.card-ios p {
    margin: 0 0 2px;
    font-size: 1.4rem;
    color: #666;
}

.card-ios + ion-card {
    margin-top: 0;
}



.card-md ion-list {
    margin-bottom: 0;
}



.card-md h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal;
    color: #222;
}

.card-md h2 {
    margin: 2px 0;
    font-size: 1.6rem;
    font-weight: normal;
    color: #222;
}

.card-md h3,
.card-md h4,
.card-md h5,
.card-md h6 {
    margin: 2px 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #222;
}

.card-md p {
    margin: 0 0 2px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    color: #222;
}

.card-md + ion-card {
    margin-top: 0;
}




.card-wp ion-list {
    margin-bottom: 0;
}



.card-wp h1 {
    margin: 0 0 2px;
    font-size: 2.4rem;
    font-weight: normal;
    color: #222;
}

.card-wp h2 {
    margin: 2px 0;
    font-size: 1.6rem;
    font-weight: normal;
    color: #222;
}

.card-wp h3,
.card-wp h4,
.card-wp h5,
.card-wp h6 {
    margin: 2px 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #222;
}

.card-wp p {
    margin: 0 0 2px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    color: #222;
}

.card-wp + ion-card {
    margin-top: 0;
}



.checkbox-wp + .item-inner ion-label {
    margin-left: 0;
}




.chip-ios > ion-label {
    margin: 0 10px;
}

.chip-ios > ion-icon {
    color: #fff;
    background-color: #000;
}



.chip-md > ion-label {
    margin: 0 10px;
}

.chip-md > ion-icon {
    color: #fff;
    background-color: #000;
}



.chip-wp > ion-label {
    margin: 0 10px;
}

.chip-wp > ion-icon {
    color: #fff;
    background-color: #000;
}

.chip-wp .button {
    border: 0;
}


.ion-content {
    left: 0;
    top: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    contain: layout size style;
}

.ion-page > .ion-content {
    position: absolute;
}

a {
    color: #000;
}

.scroll-content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    contain: size style layout;
}

.toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    contain: content;

}

.toolbar-background {
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;
    contain: strict;

}

.ion-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.toolbar-title {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ion-buttons {
    margin: 0 0.2rem;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;
}

ion-buttons button,
ion-buttons a,
ion-buttons input,
ion-buttons textarea,
ion-buttons div {
    pointer-events: auto;
}

.toolbar[transparent] .toolbar-background {
    border-color: transparent;
    background: #000;
}

ion-buttons,
.bar-button-menutoggle {
    z-index: 99;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.ion-navbar.toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bar-button {
    margin: 0;
    padding: 0;
    text-align: center;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    vertical-align: -webkit-baseline-middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bar-button::after {
    left: -2px;
    right: -2px;
    top: -7px;
    bottom: -6px;
    position: absolute;
    content: "";
}

.bar-button-menutoggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.back-button {
    display: none;
}

.back-button.show-back-button {
    display: inline-block;
}

.back-button-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.toolbar-ios {
    padding: 4px;
    padding-left: 4px;
    padding-right: 4px;
    min-height: 44px;
}


.toolbar-md-secondary .toolbar-background-md {
    background: #9b9fa4;
}

.toolbar-md-secondary .bar-button-clear-md,
.toolbar-md-secondary .bar-button-default-md,
.toolbar-md-secondary .bar-button-outline-md,
.toolbar-md-secondary .toolbar-title-md {
    color: #fff;
}

.toolbar-md-secondary .bar-button-clear-md .button-effect,
.toolbar-md-secondary .bar-button-default-md .button-effect,
.toolbar-md-secondary .bar-button-outline-md .button-effect {
    background-color: #fff;
}

.toolbar-md-secondary .bar-button-outline-md {
    border-color: #fff;
}

.toolbar-md-secondary .bar-button-primary-md,
.toolbar-md-secondary .bar-button-clear-md-primary,
.toolbar-md-secondary .bar-button-md-primary {
    color: #000;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-primary:hover:not(.disable-hover) {
    color: #000;
}

.toolbar-md-secondary .bar-button-outline-md-primary {
    border-color: #141414;
    color: #141414;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-primary.activated {
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-primary .button-effect {
    background-color: #141414;
}

.toolbar-md-secondary .bar-button-solid-md-primary {
    color: #fff;
    background-color: #000;
}

.toolbar-md-secondary .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #141414;
}

.toolbar-md-secondary .bar-button-secondary-md,
.toolbar-md-secondary .bar-button-clear-md-secondary,
.toolbar-md-secondary .bar-button-md-secondary {
    color: #9b9fa4;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #9b9fa4;
}

.toolbar-md-secondary .bar-button-outline-md-secondary {
    border-color: #8f9297;
    color: #8f9297;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-secondary.activated {
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-secondary .button-effect {
    background-color: #8f9297;
}

.toolbar-md-secondary .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #9b9fa4;
}

.toolbar-md-secondary .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #8f9297;
}

.toolbar-md-secondary .bar-button-danger-md,
.toolbar-md-secondary .bar-button-clear-md-danger,
.toolbar-md-secondary .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d;
}

.toolbar-md-secondary .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-danger.activated {
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-danger .button-effect {
    background-color: #e13838;
}

.toolbar-md-secondary .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d;
}

.toolbar-md-secondary .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838;
}

.toolbar-md-secondary .bar-button-light-md,
.toolbar-md-secondary .bar-button-clear-md-light,
.toolbar-md-secondary .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4;
}

.toolbar-md-secondary .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-light.activated {
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0;
}

.toolbar-md-secondary .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4;
}

.toolbar-md-secondary .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0;
}

.toolbar-md-secondary .bar-button-dark-md,
.toolbar-md-secondary .bar-button-clear-md-dark,
.toolbar-md-secondary .bar-button-md-dark {
    color: #222;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-secondary .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222;
}

.toolbar-md-secondary .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-dark.activated {
    background-color: transparent;
}

.toolbar-md-secondary .bar-button-outline-md-dark .button-effect {
    background-color: #343434;
}

.toolbar-md-secondary .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222;
}

.toolbar-md-secondary .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434;
}

.bar-button-secondary-md,
.bar-button-clear-md-secondary,
.bar-button-md-secondary {
    color: #9b9fa4;
    background-color: transparent;
}

.bar-button-secondary-md:hover:not(.disable-hover),
.bar-button-clear-md-secondary:hover:not(.disable-hover),
.bar-button-md-secondary:hover:not(.disable-hover) {
    color: #9b9fa4;
}

.bar-button-outline-md-secondary {
    border-color: #8f9297;
    color: #8f9297;
    background-color: transparent;
}

.bar-button-outline-md-secondary.activated {
    background-color: transparent;
}

.bar-button-outline-md-secondary .button-effect {
    background-color: #8f9297;
}

.bar-button-solid-md-secondary {
    color: #fff;
    background-color: #9b9fa4;
}

.bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #8f9297;
}

.toolbar-md-danger .toolbar-background-md {
    background: #f53d3d;
}

.toolbar-md-danger .bar-button-clear-md,
.toolbar-md-danger .bar-button-default-md,
.toolbar-md-danger .bar-button-outline-md,
.toolbar-md-danger .toolbar-title-md {
    color: #fff;
}

.toolbar-md-danger .bar-button-clear-md .button-effect,
.toolbar-md-danger .bar-button-default-md .button-effect,
.toolbar-md-danger .bar-button-outline-md .button-effect {
    background-color: #fff;
}

.toolbar-md-danger .bar-button-outline-md {
    border-color: #fff;
}

.toolbar-md-danger .bar-button-primary-md,
.toolbar-md-danger .bar-button-clear-md-primary,
.toolbar-md-danger .bar-button-md-primary {
    color: #000;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-primary:hover:not(.disable-hover) {
    color: #000;
}

.toolbar-md-danger .bar-button-outline-md-primary {
    border-color: #141414;
    color: #141414;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-primary.activated {
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-primary .button-effect {
    background-color: #141414;
}

.toolbar-md-danger .bar-button-solid-md-primary {
    color: #fff;
    background-color: #000;
}

.toolbar-md-danger .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #141414;
}

.toolbar-md-danger .bar-button-secondary-md,
.toolbar-md-danger .bar-button-clear-md-secondary,
.toolbar-md-danger .bar-button-md-secondary {
    color: #9b9fa4;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #9b9fa4;
}

.toolbar-md-danger .bar-button-outline-md-secondary {
    border-color: #8f9297;
    color: #8f9297;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-secondary.activated {
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-secondary .button-effect {
    background-color: #8f9297;
}

.toolbar-md-danger .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #9b9fa4;
}

.toolbar-md-danger .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #8f9297;
}

.toolbar-md-danger .bar-button-danger-md,
.toolbar-md-danger .bar-button-clear-md-danger,
.toolbar-md-danger .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d;
}

.toolbar-md-danger .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-danger.activated {
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-danger .button-effect {
    background-color: #e13838;
}

.toolbar-md-danger .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d;
}

.toolbar-md-danger .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838;
}

.toolbar-md-danger .bar-button-light-md,
.toolbar-md-danger .bar-button-clear-md-light,
.toolbar-md-danger .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4;
}

.toolbar-md-danger .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-light.activated {
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0;
}

.toolbar-md-danger .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4;
}

.toolbar-md-danger .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0;
}

.toolbar-md-danger .bar-button-dark-md,
.toolbar-md-danger .bar-button-clear-md-dark,
.toolbar-md-danger .bar-button-md-dark {
    color: #222;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-danger .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222;
}

.toolbar-md-danger .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-dark.activated {
    background-color: transparent;
}

.toolbar-md-danger .bar-button-outline-md-dark .button-effect {
    background-color: #343434;
}

.toolbar-md-danger .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222;
}

.toolbar-md-danger .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434;
}

.bar-button-danger-md,
.bar-button-clear-md-danger,
.bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent;
}

.bar-button-danger-md:hover:not(.disable-hover),
.bar-button-clear-md-danger:hover:not(.disable-hover),
.bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d;
}

.bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent;
}

.bar-button-outline-md-danger.activated {
    background-color: transparent;
}

.bar-button-outline-md-danger .button-effect {
    background-color: #e13838;
}

.bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d;
}

.bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838;
}

.toolbar-md-light .toolbar-background-md {
    background: #f4f4f4;
}

.toolbar-md-light .bar-button-clear-md,
.toolbar-md-light .bar-button-default-md,
.toolbar-md-light .bar-button-outline-md,
.toolbar-md-light .toolbar-title-md {
    color: #424242;
}

.toolbar-md-light .bar-button-clear-md .button-effect,
.toolbar-md-light .bar-button-default-md .button-effect,
.toolbar-md-light .bar-button-outline-md .button-effect {
    background-color: #424242;
}

.toolbar-md-light .bar-button-outline-md {
    border-color: #424242;
}

.toolbar-md-light .bar-button-primary-md,
.toolbar-md-light .bar-button-clear-md-primary,
.toolbar-md-light .bar-button-md-primary {
    color: #000;
    background-color: transparent;
}

.toolbar-md-light .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-primary:hover:not(.disable-hover) {
    color: #000;
}

.toolbar-md-light .bar-button-outline-md-primary {
    border-color: #141414;
    color: #141414;
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-primary.activated {
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-primary .button-effect {
    background-color: #141414;
}

.toolbar-md-light .bar-button-solid-md-primary {
    color: #fff;
    background-color: #000;
}

.toolbar-md-light .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #141414;
}

.toolbar-md-light .bar-button-secondary-md,
.toolbar-md-light .bar-button-clear-md-secondary,
.toolbar-md-light .bar-button-md-secondary {
    color: #9b9fa4;
    background-color: transparent;
}

.toolbar-md-light .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #9b9fa4;
}

.toolbar-md-light .bar-button-outline-md-secondary {
    border-color: #8f9297;
    color: #8f9297;
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-secondary.activated {
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-secondary .button-effect {
    background-color: #8f9297;
}

.toolbar-md-light .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #9b9fa4;
}

.toolbar-md-light .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #8f9297;
}

.toolbar-md-light .bar-button-danger-md,
.toolbar-md-light .bar-button-clear-md-danger,
.toolbar-md-light .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent;
}

.toolbar-md-light .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d;
}

.toolbar-md-light .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-danger.activated {
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-danger .button-effect {
    background-color: #e13838;
}

.toolbar-md-light .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d;
}

.toolbar-md-light .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838;
}

.toolbar-md-light .bar-button-light-md,
.toolbar-md-light .bar-button-clear-md-light,
.toolbar-md-light .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent;
}

.toolbar-md-light .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4;
}

.toolbar-md-light .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-light.activated {
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0;
}

.toolbar-md-light .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4;
}

.toolbar-md-light .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0;
}

.toolbar-md-light .bar-button-dark-md,
.toolbar-md-light .bar-button-clear-md-dark,
.toolbar-md-light .bar-button-md-dark {
    color: #222;
    background-color: transparent;
}

.toolbar-md-light .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-light .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-light .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222;
}

.toolbar-md-light .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-dark.activated {
    background-color: transparent;
}

.toolbar-md-light .bar-button-outline-md-dark .button-effect {
    background-color: #343434;
}

.toolbar-md-light .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222;
}

.toolbar-md-light .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434;
}

.bar-button-light-md,
.bar-button-clear-md-light,
.bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent;
}

.bar-button-light-md:hover:not(.disable-hover),
.bar-button-clear-md-light:hover:not(.disable-hover),
.bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4;
}

.bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent;
}

.bar-button-outline-md-light.activated {
    background-color: transparent;
}

.bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0;
}

.bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4;
}

.bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0;
}

.toolbar-md-dark .toolbar-background-md {
    background: #222;
}

.toolbar-md-dark .bar-button-clear-md,
.toolbar-md-dark .bar-button-default-md,
.toolbar-md-dark .bar-button-outline-md,
.toolbar-md-dark .toolbar-title-md {
    color: #fff;
}

.toolbar-md-dark .bar-button-clear-md .button-effect,
.toolbar-md-dark .bar-button-default-md .button-effect,
.toolbar-md-dark .bar-button-outline-md .button-effect {
    background-color: #fff;
}

.toolbar-md-dark .bar-button-outline-md {
    border-color: #fff;
}

.toolbar-md-dark .bar-button-primary-md,
.toolbar-md-dark .bar-button-clear-md-primary,
.toolbar-md-dark .bar-button-md-primary {
    color: #000;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-primary-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-primary:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-primary:hover:not(.disable-hover) {
    color: #000;
}

.toolbar-md-dark .bar-button-outline-md-primary {
    border-color: #141414;
    color: #141414;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-primary.activated {
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-primary .button-effect {
    background-color: #141414;
}

.toolbar-md-dark .bar-button-solid-md-primary {
    color: #fff;
    background-color: #000;
}

.toolbar-md-dark .bar-button-solid-md-primary.activated {
    color: #fff;
    background-color: #141414;
}

.toolbar-md-dark .bar-button-secondary-md,
.toolbar-md-dark .bar-button-clear-md-secondary,
.toolbar-md-dark .bar-button-md-secondary {
    color: #9b9fa4;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-secondary-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-secondary:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-secondary:hover:not(.disable-hover) {
    color: #9b9fa4;
}

.toolbar-md-dark .bar-button-outline-md-secondary {
    border-color: #8f9297;
    color: #8f9297;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-secondary.activated {
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-secondary .button-effect {
    background-color: #8f9297;
}

.toolbar-md-dark .bar-button-solid-md-secondary {
    color: #fff;
    background-color: #9b9fa4;
}

.toolbar-md-dark .bar-button-solid-md-secondary.activated {
    color: #fff;
    background-color: #8f9297;
}

.toolbar-md-dark .bar-button-danger-md,
.toolbar-md-dark .bar-button-clear-md-danger,
.toolbar-md-dark .bar-button-md-danger {
    color: #f53d3d;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-danger-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-danger:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-danger:hover:not(.disable-hover) {
    color: #f53d3d;
}

.toolbar-md-dark .bar-button-outline-md-danger {
    border-color: #e13838;
    color: #e13838;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-danger.activated {
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-danger .button-effect {
    background-color: #e13838;
}

.toolbar-md-dark .bar-button-solid-md-danger {
    color: #fff;
    background-color: #f53d3d;
}

.toolbar-md-dark .bar-button-solid-md-danger.activated {
    color: #fff;
    background-color: #e13838;
}

.toolbar-md-dark .bar-button-light-md,
.toolbar-md-dark .bar-button-clear-md-light,
.toolbar-md-dark .bar-button-md-light {
    color: #f4f4f4;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-light-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-light:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-light:hover:not(.disable-hover) {
    color: #f4f4f4;
}

.toolbar-md-dark .bar-button-outline-md-light {
    border-color: #e0e0e0;
    color: #e0e0e0;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-light.activated {
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-light .button-effect {
    background-color: #e0e0e0;
}

.toolbar-md-dark .bar-button-solid-md-light {
    color: #424242;
    background-color: #f4f4f4;
}

.toolbar-md-dark .bar-button-solid-md-light.activated {
    color: #424242;
    background-color: #e0e0e0;
}

.toolbar-md-dark .bar-button-dark-md,
.toolbar-md-dark .bar-button-clear-md-dark,
.toolbar-md-dark .bar-button-md-dark {
    color: #222;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-dark-md:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-clear-md-dark:hover:not(.disable-hover),
.toolbar-md-dark .bar-button-md-dark:hover:not(.disable-hover) {
    color: #222;
}

.toolbar-md-dark .bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-dark.activated {
    background-color: transparent;
}

.toolbar-md-dark .bar-button-outline-md-dark .button-effect {
    background-color: #343434;
}

.toolbar-md-dark .bar-button-solid-md-dark {
    color: #fff;
    background-color: #222;
}

.toolbar-md-dark .bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434;
}

.bar-button-dark-md,
.bar-button-clear-md-dark,
.bar-button-md-dark {
    color: #222;
    background-color: transparent;
}

.bar-button-dark-md:hover:not(.disable-hover),
.bar-button-clear-md-dark:hover:not(.disable-hover),
.bar-button-md-dark:hover:not(.disable-hover) {
    color: #222;
}

.bar-button-outline-md-dark {
    border-color: #343434;
    color: #343434;
    background-color: transparent;
}

.bar-button-outline-md-dark.activated {
    background-color: transparent;
}

.bar-button-outline-md-dark .button-effect {
    background-color: #343434;
}

.bar-button-solid-md-dark {
    color: #fff;
    background-color: #222;
}

.bar-button-solid-md-dark.activated {
    color: #fff;
    background-color: #343434;
}

.bar-button-strong-md {
    font-weight: bold;
}

.toolbar-wp {
    padding: 4px;
    min-height: 46px;
}

.toolbar-background-wp {
    border-color: #b2b2b2;
    background: #f8f8f8;
}

.toolbar-content-wp {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0;
    max-width: 100%;
}

.toolbar-title-wp {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 0 6px;
}

.bar-buttons-wp {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

page-book {
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
}

.page-book-detail {
    position: relative;
    top: 0;
    left: 0;

}

.page-book-detail .toolbarFavoriteBtn {
    position: absolute;
    top: 5px;
    left: auto;
    right: 0 !important;
    padding: 5px 15px;
}

.page-book-detail .toolbarFavoriteBtn .icon {
    font-size: 3.2rem;
}

.page-book-detail .swiper-slide {
    overflow-y: scroll;
    display: block;
}

.page-book-detail .show {
    display: block;
}

.page-book-detail .hide {
    display: none;
}

.page-book-detail .pos-fixed {
    position: fixed;
}

.page-book-detail .pos-relative {
    position: relative;
}

.page-book-detail .bg-color-white {
    background-color: #fff;
}

.page-book-detail .bg-transparent {
    background-color: transparent;
}

.page-book-detail .book-detail-fixed-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 20px;
    color: #fff;
    font-weight: 800;
    background-color: #fff;
}

.page-book-detail .book-detail-fixed-wrap .bottomArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    background-color: #fff;
    z-index: 10;
}

.page-book-detail .book-detail-fixed-wrap .book-blured-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.page-book-detail .book-detail-fixed-wrap .book-blured-bg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-book-detail .book-detail-fixed-wrap .book-blured-bg img {
    width: 100%;
    -webkit-filter: blur(0.7rem);
    filter: blur(0.7rem);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.page-book-detail .book-detail-fixed-wrap .book-blured-bg img.on {
    filter: alpha(opacity=100);
    opacity: 1;
}

.page-book-detail .book-detail-fixed-wrap .book-blured-bg img.off {
    filter: alpha(opacity=0);
    opacity: 0;
}

.page-book-detail .book-detail-fixed-wrap .book-blured-bg .book-cover-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: rgba(0, 0, 0, 0.2);
}

.page-book-detail .book-detail-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-weight: 800;
}

.page-book-detail .book-detail-wrap .book-info {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.page-book-detail .book-detail-wrap .book-info .book {
    position: relative;
    top: 0;
    left: 0;
    width: 36%;
    margin: 0 auto;
}

.page-book-detail .book-detail-wrap .book-info .book img {
    border: 1px solid #eaeaea;
    width: 100%;
    height: auto;
}

.page-book-detail .book-detail-wrap .book-info .book-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 1.7rem;
    width: 100%;
    color: #fff;
    font-weight: 800;
}

.page-book-detail .book-detail-wrap .book-info .detail-info {
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-book-detail .book-content {
    white-space: pre-line;
    line-height: 2rem;
    text-align: justify;
    font-size: 1.7rem !important;
}

.page-book-detail .tags-container {
    padding: 16px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.page-book-detail .tags-container .tag:first-child {
    margin-left: 16px;
}

.page-book-detail .book-detail-count-num {
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.page-book-detail .item-block {
    padding-left: 0;
}

.page-book-detail .item-inner {
    padding-right: 0 !important;
    border-bottom: none !important;
}

.page-book-detail .item-inner .input-wrapper .label {
    margin: 0;
}

.page-book-detail .item-wrapper:last-child .item-block {
    border-bottom: 0 none !important;
}

.page-book-detail .ion-item-options {
    border-bottom: none;
}

.page-book-detail .deleteItem {
    background-color: #000 !important;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-book-detail .deleteItem span {
    padding: 0 10px;
}

.page-book-detail .input-block input {
    margin: 0;
}

.page-book-detail .swiper-slide {
    overflow-y: scroll;
    display: block;
}

.page-book-detail .barometer {
    position: relative;
    top: 0;
    left: 0;
}

.text-center{
    text-align: center;
    font-size: 14px;
}





.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards}
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_dialog_advanced{border-radius:8px;padding:10px}.fb_dialog_content{background:#fff;color:#373737}.fb_dialog_close_icon{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{left:5px;right:auto;top:5px}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent}.fb_dialog_close_icon:active{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #365899;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{height:100%;left:0;margin:0;overflow:visible;position:absolute;top:-10000px;transform:none;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{background:none;height:auto;min-height:initial;min-width:initial;width:auto}.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner{width:100%}.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content{background:none}.loading.centered #fb_dialog_loader_close{clear:both;color:#fff;display:block;font-size:18px;padding-top:20px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .4);bottom:0;left:0;min-height:100%;position:absolute;right:0;top:0;width:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_mobile .fb_dialog_iframe{position:sticky;top:0}.fb_dialog_content .dialog_header{background:linear-gradient(from(#738aba), to(#2c4987));border-bottom:1px solid;border-color:#1d3c78;box-shadow:white 0 1px 1px -1px inset;color:#fff;font:bold 14px Helvetica, sans-serif;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:linear-gradient(from(#4267B2), to(#2a4887));background-clip:padding-box;border:1px solid #29487d;border-radius:3px;display:inline-block;line-height:18px;margin-top:3px;max-width:85px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{background:none;border:none;color:#fff;font:bold 12px Helvetica, sans-serif;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #4a4a4a;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f5f6f7;border:1px solid #4a4a4a;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}#fb_dialog_loader_spinner{animation:rotateSpinner 1.2s linear infinite;background-color:transparent;background-image:url(https://static.xx.fbcdn.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);background-position:50% 50%;background-repeat:no-repeat;height:24px;width:24px}@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100%}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}
