@charset "UTF-8";
.dark .layer-body{
    background: #000;
}
.trandBody.dark {
    background: #121212;
}
.dark .head-title {
    color: #ccc;
}
.dark .hash-bar {
    background: #121212;
}
.dark .hash-bar li.active button {
    background-color: #ddd;
    color: #111;
}
.dark .hash-bar li button {
    background-color: #121212;
    color: #ccc;
}
.dark .swich-list ul.toggle-list-wrap {
    background-color: #121212;
}
.dark .swich-list .multi-row .con-txt {
    color: #ccc;
}
.dark .swich-list .multi-row .hash-list span {
    color: #6d93fc;
}
.dark .swich-list .multi-row .date {
    color: #666;
}
.dark .input-toggle-list-btn label {
    background-image: url(../images/temp/btn_toggle_group_02_dark.png);
}
.dark .input-toggle-list-btn input[type='checkbox']:checked + label {
    background-image: url(../images/temp/btn_toggle_group_01_dark.png);
}
.dark .hash-bar::after {
    background: linear-gradient( 90deg, transparent 0%, rgba(18, 18, 18, 1) 100%)  !important;
}
.dark .layer-pop-wrap .layer-box .layer-head{ 
    background: #000;
    color: #ccc;
}
.dark .trand-top ul li {
    color: #6d93fc;
}
.dark .trand-summary {
    background: #1f1f1f;
}
.dark .trand-summary div {
    color: #ccc;
}
.dark .trand-view {
    color: #ccc !important;
}
.dark .trand-view * {
    color: #ccc !important;
}
.dark .trand-view h1 {
    color: #ccc;
}
.dark .trand-contents .bar {
    background: #333;
}
.dark .trand-related-product {
    background: #000;
}
.dark .tit {
    color: #ccc;
}
.dark .card-item-box .card-item-info .name-case strong {
    color: #ccc;
}
.dark .flag-item {
    color: #ccc;
}
.dark .trand-public-item li .trand-public-contents p {
    color: #ccc;
}
.dark .trand-public-item li .trand-public-contents span {
    color: #666;
}
.dark .check-infomation-wrap .title-box .check-info-tit .btn-expand {
    color: #ccc;
}
.dark .trandwrapper .non-content {
    background: #666;
    color: #fff;
}

.dark .trandwrapper .more-btn button {
    background: #ddd;
    color: #222;
}

.dark .layer-pop-wrap .layer-box .btn-layer-close {
    background-image:url("../images/common/btn-layer-close-dark.png") !important;
}

.dark .check-infomation-wrap .check-info-contents:after {
    display: none;
}