/* header */
ul {
    padding-left: 0;
}

.container-first {
    background-color: var(--background-color);
}

.nav {
    background-color: var(--background-color);
    height: 46px;
    display: flex;
    align-items: center;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar__list {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.navbar__item {
    padding: 0 10px;
    position: relative;
}

.navbar__link {
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 600;
}

.navbar__guide--link {
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 600;
}

.navbar__icon {
    width: 60px;
    height: 30px;
    background-color: #1D5167;
    text-align: center;
    border-radius: 3px;
}

.navbar__icon--img {
    height: 100%;
    transform: scale(110%);
}

.navbar__guide {
    display: flex;
    align-items: center;
}

.navbar__guide--option {
    margin-left: 5px;
    font-size: 1.4rem;
}

.navbar__menu {
    font-size: 1.9rem;
}

.navbar__search--icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}

.navbar__search--input {
    border: none;
    width: 200px;
    height: 30px;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 1.5rem;
    color: #828282;
    background-color: #E0E0E0;
}

.navbar__guide--list {
    width: 140px;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    border: 1px solid rgb(216, 216, 216);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    background-color: var(--white-color);
    display: none;
}

.navbar__guide--list::before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}

.navbar__guide--list-item {
    height: 42px;
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 9px;
}

.navbar__setting--list {
    width: 140px;
    position: absolute;
    top: calc(100% + 14px);
    right: -3px;
    border: 1px solid rgb(216, 216, 216);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    background-color: var(--white-color);
    display: none;
}

.navbar__setting--list::before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
}

.navbar__setting--list-item {
    height: 42px;
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 400;
    padding-left: 9px;
}

.navbar__setting--list-item span {
    padding-left: 8px;
    padding-right: 15px;
}   

.navbar__setting--list-item--icon1 {
    font-size: 1.5rem;
    position: relative;
    bottom: 2px;
}

.navbar__setting--list-item--icon2 {
    font-size: 2.2rem;
    position: relative;
    bottom: 3px;
}

.navbar__guide--list-item:hover {
    color: #999A9A;
    cursor: pointer;
}

.navbar__setting--list-item:hover {
    color: #999A9A;
    cursor: pointer;
}

.navbar__link:hover {
    color: #999A9A;
}

.navbar__guide:hover .navbar__guide--link{
    color: #999A9A;
    cursor: pointer;
}

.navbar__menu:hover {
    color: #999A9A;
    cursor: pointer;
}

.navbar__guide:hover .navbar__guide--list{
    display: block;
}

.navbar__setting:hover .navbar__setting--list{
    display: block;
}

/* Banner */
.banner {
    background-color: var(--banner-bg-color);
    height: 180px;
    text-align: center;
}

/* container 1 */
.panel {
    margin: 0 10px;
}

.alert {
    height: 110px;
    background-color: #edeef0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 40px;
    width: 100%;
}

.alert-label--red {
    font-size: 1.7rem;
    font-weight: 600;
    color: #FF0000;
    line-height: 1.5rem;
    text-decoration: none;
}

.alert-label--black {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.5rem;
    text-decoration: none;
}

.panel a:hover {
    cursor: pointer;
}

.panel .alert-label--black:hover {
    color: var(--primary-color);
}

.daily {
    margin-top: 27px;
}   

.daily-nav {
    display: flex;
    align-items: center;
}

.daily-nav-item {
    margin: 0 10px;
}

.daily-nav--featured {
    width: 96px;
    height: 34px;
    background-color: var(--label-color);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.daily-nav--featured-img {
    color: #F0BC00;
    font-size: 1.6rem;
    font-weight: 600;
}

.daily-nav--featured-label {
    color: var(--white-color);
    font-size: 1.6rem;
    font-weight: 600;
}

.daily-nav--link {
    color: #aaaaaa;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
}

.daily-nav--link:hover {
    color: var(--primary-color);
}

.daily-ln-mv {
    margin-left: 10px;
    margin-top: 18px;
    padding-right: 12px;
}

.daily-boxln {
    position: relative;
    display: flex;
    height: 283px;
    width: 197px;
    justify-content: center;
    
}

.daily-name {
    width: 175px;
    text-decoration: none;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    position: absolute;
    bottom: 6%;
    text-align: center;
    line-height: 2rem;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}  

.daily-name:hover {
    color: var(--primary-color);
}

.discuss {
    display: flex;
    margin-top: 10px;
}

.label1 {
    width: fit-content;
    padding: 0 6px;
    height: 30px;
    background-color: var(--label-color);
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.label2 {
    width: fit-content;
    height: 25px;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text-color);
    border-bottom: 2px solid var(--label-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.discuss-list {
    list-style: none;
    padding-right: 10px;
    padding-left: 20px;
}

.discuss-item {
    display: flex;
    align-items: center;
    padding-bottom: 18px;    
}

.discuss-dot {
    font-size: 1.4rem;
    padding-right: 10px;
}

.discuss-dot.red {
    color: #eb1d57;
}

.discuss-dot.green {
    color: #1ee865;
}

.discuss-dot.blue {
    color: #252eef;
}

.discuss-link {
    text-decoration: none;
    font-size: 1.4rem;
    display: block;
    width: 146px;
    color: var(--text-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.discuss-link:hover {
    color: var(--primary-color);
}

.discuss-time {
    margin-left: auto;
    font-size: 1.4rem;
    color: #a0b0c2;
}

.daily-ln {
    height: 302px;
}

.all-boxln {
    position: relative;
    display: flex;
    height: 171px;
    width: 119px;
    justify-content: center;
}

.all-name {
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: calc(100% + 12px);
    text-align: center;
    line-height: 1.6rem;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.all-name:hover {
    color: var(--primary-color);
}

.padleft {
    padding-left: 10px;
}

.mvallln {
    margin-bottom: 42px;
    margin-top: 30px;
}

.mvallln-vol {
    position: absolute;
    bottom: 30px;
    color: var(--white-color);
    font-size: 1.5rem;
    font-weight: 500;
    left: 10px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mvallln-vol:hover {
    color: var(--primary-color);
}

.mvallln-vol--sub {
    position: absolute;
    bottom: 10px;
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 500;
    left: 10px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mvallln-vol--sub--blue {
    color: #2387EB;
}

.self {
    margin-top: 78px;
}

/* comment */
.cmt {
    padding-left: 17px;
    padding-top: 12px;
}

.comment-list {
    width: 100%;
    height: 1249px;
    overflow: hidden;
}

.comment-item {
    width: 250px;
    height: fit-content;
    border-bottom: 1px solid #949db2;
    display: block;
}

.comment-item:last-child {
    border-bottom: 1px solid var(--background-color);
}

.comment-item__label {
    font-size: 1.5rem;
    color: var(--text-color);
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
    margin-top: 16px;
}

.comment-item__label:hover {
    color: var(--primary-color);
}

.comment-item__text {
    width: 96%;
    font-size: 1.4rem;
    line-height: 2rem;
    overflow: hidden;
    display: block; 
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}   

.comment-item__user {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
}

.comment-item__user-link {
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 6px;
}

.comment-item__user-ava {
    width: 100%;
}

.comment-item__user-name {
    font-size: 1.3rem;
    color: #949db2;
    flex: 1;
    text-decoration: none;
}

.comment-item__user-time {
    font-size: 1.3rem;
    color: #949db2;
    text-decoration: none;
}

/* container2 */
.container-second {
    background-color: var(--panel-color);
    padding-bottom: 80px;
    padding: 50px;
}

.box-lnrecent {
    margin-top: 22px;
    height: 171px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.box-lnrecent-link {
    height: 100%;
    display: block;
    width: fit-content;
}

.box-lnrecent__illu {
    height: 100%;
}

.box-lnrecent__des {
    width: 280px;
    padding-left: 15px;
}

.box-lnrecent__des-name {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    padding-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-top: 8px;
}

.box-lnrecent__des-name:hover {
    color: var(--primary-color);
}

.box-lnrecent__des-text {
    font-size: 1.4rem;
    line-height: 2rem;
    overflow: hidden;
    display: block; 
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
    color: var(--text-color);
    padding-left: 15px;
}

.more {
    width: 870px;
    height: 44px;
    border-radius: 50px;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-icon {
    color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 600;
    padding-right: 10px;
}

.more-text {
    color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 600;
}

.more:hover {
    background-color: var(--text-color);
    animation: opa linear 0.2s;
}

.more:hover * {
    color: var(--white-color);
    animation: opa linear 0.2s;
}

.more-link {
    text-decoration: none ;
}

.topfollow {
    width: 250px;
}

.topfollow-item {
    width: 250px;
    height: fit-content;
    display: flex;
    align-items: flex-start;
    margin-left: 28px;
    margin-top: 10px;
}

.topfollow-item:first-child {
    margin-top: 20px;
}

.topfollow-item__rank {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 22px;
    border-radius: 50px;
    background-color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--white-color);
    margin-right: 12px;
}

.topfollow-item__rank.red {
    background-color: #d54d6d;
}

.topfollow-item__link.red {
    color: #d54d6d;
}

.topfollow-item__follows.red {
    color: #d54d6d;
}

.topfollow-item__detail {
    
}

.topfollow-item__link {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text-color);
    padding-top: 5px;
    padding-bottom: 12px;
    display: block;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 20px;
    flex: 1;
}

.topfollow-item__follows {
    font-size: 1.3rem;
}

.topfollow-item__img {
    height: 54px;
}

.topfollow-item__link.notop {
    color: #59595a;
    width: 220px;
}

.topfollow-item__rank.notop {
    background-color: #59595a;
}

.topfollow-item__link:hover {
    color: var(--primary-color);
}

/* container third */
.container-third {
    background-color: var(--background-color);
    padding: 60px 0 130px;

}

.all-boxln.last {
    height: 180px;
    width: 126px;
}

.mvallln-vol.last {
    width: 90%;
}

.last {
    padding-top: 30px;
}

/* footer */
.footer {
    background-color: #333333;
    padding: 35px 0;
}

.footer-big {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-src {
    font-size: 1.5rem;    
    color: var(--white-color);
    font-weight: 600;
}

.footer-contact {
    font-size: 1.5rem;
    color: var(--white-color);
    font-weight: 600;
}

.footer-email {
    font-size: 1.5rem;
    font-weight: 600;
    color: #5fff42;
    text-decoration: none;
}
