.gnb {
    position: fixed;
    top: 76px;
    width: 100%;
    max-width: 1024px;
    height: 42px;
    z-index: 12;
    transition: all .3s;
    box-sizing: border-box;
}
#header.nav_down + #container .gnb {
    top: 0;
}
.gnb .swiper {
    padding: 0 20px;
}
.gnb.fixed .swiper,
#header.nav_down + #container .gnb .swiper {
    width: 100%;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(30px);
    padding: 10px 20px;
    box-sizing: border-box;
}
.gnb .swiper-slide {
    width: auto;
}
.gnb .swiper-slide a {
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 0;
}
.gnb .swiper-slide.active a {
    font-size: 1.8rem;
    font-weight: 700;
}
.gnb .swiper-slide.active a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: var(--white);
}


.main {
    position: relative;
    padding: 16px 20px;
    margin-top: 6px;
    box-sizing: border-box;
}
.sec {
    padding: 10px 0;
}
.sec .tit_box,
.sec .tit_box a,
.sec .tit_box p {
    color: var(--white);
}


.sec .slide .swiper {
    margin: 0 -20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.sec .slide .swiper-slide {
    width: auto;
}
.sec .slide .swiper-slide .thumb {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}
.sec .slide .swiper-slide .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec .slide .swiper-slide .info_box {
    color: var(--white);
}
.sec .slide .swiper-slide .info_box .name {
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sec .slide .swiper-slide .info_box p {
    font-size: 1.4rem;
}
.sec .slide .swiper-slide .info_box .hash {
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec .slide .swiper-slide .info_box strong {
    font-size: 1.6rem;
}
.sec .slide.grid1 .swiper-slide {
    width: 260px;
}
.sec .slide.grid2 .swiper-slide {
    width: 160px;
}
.sec .slide .swiper-slide.lock .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/ic_lock.svg")no-repeat 50% 50%;
    z-index: 5;
}
.sec .slide .swiper-slide.lock .thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 4;
}


.sec01 .grid > div {
    width: calc(50% - 5px);
}
.sec01 .grid > div a {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--white);
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 500;
    box-sizing: border-box;
}
.sec01 .grid > div .thumb {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 5px;
    overflow: hidden;
}
.sec01 .grid > div .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: hard-light;
    object-fit: cover;
}
.sec01 .grid > div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}


.lock_button {
    height: 62px;
    border-radius: 10px;
    background: rgba(21, 21, 21, 0.50);
    backdrop-filter: blur(30px);
    color: var(--white);
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 0 10px;
    box-sizing: border-box;
}


.cmt_box .box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
    overflow: hidden;
    box-sizing: border-box;
}
.cmt_box .box .top {
    padding: 16px;
    box-sizing: border-box;
}
.cmt_box .box .top .cont {
    font-size: 1.6rem;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.cmt_box .box .top .user {
    font-size: 1.4rem;
    color: #FBF9F9;
}
.cmt_box .box .top .user .icon {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.10);
}
.cmt_box .box .top .user .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmt_box .box .play_box {
    padding: 10px;
    background: rgba(255, 255, 255, 0.10);
    box-sizing: border-box;
}
.cmt_box .box .play_box .photo {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.cmt_box .box .play_box .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmt_box .box .play_box .title {
    font-size: 1.4rem;
}
.cmt_box .box .play_box button {
    width: 24px;
    height: 24px;
    background-color: var(--black);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
}
.cmt_box .box .play_box button.play {
    background-image: url("../images/ic_play.svg");
    background-size: 12px;
}
.cmt_box .box .play_box button.pause {
    background-image: url("../images/ic_pause.svg");
    background-size: 12px;
}




@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
    .sec01 .grid > div {
        width: 100%;
    }
}