body {
    font-family: 'Apple SD Gothic Neo', 'Nanum Gothic', 'Hevetica', 'AppleSDGothic', '돋움', sans-serif;
    color: #555555;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section {
    position: relative;
}

.section a {
    display: block;
    cursor: pointer;
    color: #555555;
}

a:hover {
    text-decoration: none;
    color: #555555;
}

h4, h6 {
    color: #000000;
    font-weight: bold;
}

.container-xs {
    max-width: 576px;
}

.header .container-xs {
    padding: 0;
}

.section .container-xs {
    padding-bottom: 20px;
}

.header-content .title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.header-content .title-sub {
    font-size: 12px;
    color: #888888;
}

.sub-text {
    color: #888888;
    font-size: 12px;
}

.name {
    padding: 20px 12px 12px;
    margin-bottom: 0;
}

.discuss-list {
    margin-bottom: 20px;
}

.discuss {
    padding: 20px 12px 12px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.discuss:first-child {
    border-top: 1px solid #eeeeee;
}

.discuss-sub {
    font-size: 13px;
    color: #888888;
    margin-top: 20px;
}

.discuss-sub .float-left {
    margin-top: 5px;
}

.discuss-sub span {
    margin-right: 15px;
}

.discuss-sub span:last-child {
    margin-right: 0;
}

.discuss-contents {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discuss-action span {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
}

.discuss-action i {
    font-size: 24px;
    vertical-align: bottom;
}

.discuss-blocked {
    color: #999999;
}

.discuss-unblock {
    color: #999999;
}

.discuss #blocked_user {
    color: #888888;
}

.img-filter {
    width: 23px;
}

.header .img-filter {
    width: 18px;
    vertical-align: text-bottom;
    opacity: .6;
}

.main {
    margin-top: 30%;
    text-align: center;
}

.main .title {
    font-size: 30px;
}

.main .sub-title {
    font-size: 15px;
    padding-bottom: 10px;
}

.main .search-stocks {
    width: 70%;
    margin: 0 auto;
}

.btn-jufilter {
    background-color: #8f61ff;
    border-color: #8f61ff;
    color: #ffffff
}

.btn-jufilter:hover,
.btn-jufilter:focus,
.btn-jufilter:active,
.btn-jufilter:visited {
    background-color: #9f7df3;
    border-color: #9f7df3;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.block-content {
    color: #888888;
    font-size: 13px;
}

.icon-envelope {
    vertical-align: middle;
}

.discuss-description {
    text-align: center;
    padding: 30% 0;
}

.price {
    padding-top: 27px;
}

.price #price_detail {
    margin-left: 5px;
    font-size: 11px;
}

/*filter state*/
.filter-state {
    width: 100%;
    padding: 5px 15px;
    position: relative;
    color: #ffffff;
    background-color: #a17ef9;
}

.filter-state .container {
    padding: 0;
}

.filter-state i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.filter-state span {
    font-size: 12px;
    vertical-align: middle;
}

.filter-state .img-filter {
    width: 16px;
    vertical-align: sub;
    margin-right: 2px;
}

.shine:after {
    animation: shine 2.5s ease-in-out;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    opacity: 0;
    transform: rotate(30deg);

    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}

.disappear {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation-name: disappear;
    animation-duration: 2000ms;
    animation-fill-mode: forwards;
}

@keyframes shine {
    10% {
        opacity: 1;
        transform: translateX(-100%);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.recent-stocks {
    width: 70%;
    margin: 30px auto;

}

.recent-stocks .title {
    font-weight: bold;
}

.stock-list {
    margin-top: 10px;
}

.stock {
    margin-top: 10px;
    padding: 10px;
    color: #707981;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    cursor: pointer;
}
