.sub-section{
    width: 100%;
    background-color: #fff;
    padding: 0;
}

.sub-white-section{
    background-color: #fff;
}
.sub-tit h3{
    text-align: left;
    font-size: 40px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sub-tit h3 span {
    font-size: 16px;
}
.category-musician{
    text-align: left;
}
.category-musician li{
    display: inline-block;
}
.category-musician li a{
    display: block;
    text-align: center;
    width: 38px;
    height: 38px;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    line-height: 38px;
    color: #2B4A52;
}
.category-musician li a.active{
    border-radius: 19px;
    color: white;
    background-color: #2B4A52;
}

.musician-list {
    display: flex;
    flex-direction: column;
}

.musician-list p {
    text-align: left;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.musician-item{
    float: left;
    width: calc((100% - 90px)/4);
    margin-right: 30px;
    margin-bottom: 50px;
}
.musician-item:nth-child(4n){
    margin-right: 0;
}
.musician-img{
    position: relative;
    width: 80%;
    padding-top: 80%;
    overflow: hidden;
    background-color: gray;
}
.musician-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}
.musician-txt p{
    text-align: left;
    color: #2B4A52;
}
.musician-txt p span{
    position: relative;
    padding-left: 20px;
}
.musician-txt p span::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 16px;
    background-image: url(../images/sub/icon-note.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.sub-pagination ul{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.sub-pagination ul li{
    height: 38px;
}
.sub-pagination ul li a{
    display: block;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #333;
}
.sub-pagination ul li a.active{
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    border-radius: 19px;
    color: white;
    background-color: #2B4A52;
    margin: 0 10px;
}
.sub-pagination ul li.page-fst{
    background-image: url(../images/common/icon-fst.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}
.sub-pagination ul li.page-prev{
    background-image: url(../images/common/icon-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}
.sub-pagination ul li.page-next{
    background-image: url(../images/common/icon-next.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}
.sub-pagination ul li.page-end{
    background-image: url(../images/common/icon-end.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}
.musician-detail{
    width: 100%;
    height: auto;
    /*background-image: url(../images/sub/musician-detail-bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}
.musician-info{
    display: flex;
    width: 100%;
    min-height: 624px;
    max-height: 100vh;
    background-color: white;
    /*box-shadow: 0 0 15px rgba(0,0,0,.16);*/
}
.musician-detail .slick-slide div {
    height: 100vh;
}
.musician-thumbnail{
    /*float: left;*/
    width: 100vh;
    height: 100vh;
    overflow: hidden;
}
.musician-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.musician-thumbnail .slick-prev {
    left: 54px;
    background-image: url(../images/sub/slide-prev.png);
}
.musician-thumbnail .slick-next {
    right: 54px;
    background-image: url(../images/sub/slide-next.png);
}
.musician-thumbnail .slick-prev,
.musician-thumbnail .slick-next {
    width: 20px;
    height: 35px;
    z-index: 1;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.musician-thumbnail .slick-prev:before,
.musician-thumbnail .slick-next:before {
    content: '';
    opacity: 1;
    width: 20px;
    height: 35px;
}
.musician-thumbnail .slick-dots{
    bottom: 40px;
}
.musician-thumbnail .slick-dots li {
    opacity: .6;
    width: 12px;
    height: 12px;
    margin: 0 6px;
}
.musician-thumbnail .slick-dots li.slick-active {
    opacity: 1;
}
.musician-thumbnail .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 5px;
    border-radius: 6px;
    background: white;
}
.musician-thumbnail .slick-dots li button::before {
    content: '';
}
.musician-thumbnail .slick-list,
.musician-thumbnail .slick-track {
    height: 100%;
}
.musician-thumbnail-box {
    padding-top: 100%;
    position: relative;
    display: block !important;
}

.musician-thumbnail-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.musician-infotxt{
    position: relative;
    /*float: left;*/
    text-align: left;
    width: calc(100% - 100vh);
    /*height: 100%;*/
    padding: 80px 52px;
}
.musician-infotxt h5{
    font-size: 40px;
    margin-top: 120px;
    margin-bottom: 35px;
    padding-top: 60px;
}

.musician-infotxt .logo {
    content: '';
    display: block;
    position: absolute;
    right: 28px;
    top: 40px;
    width: 174px;
    height: 50px;
}

.musician-infotxt h5:before {
    content: '';
    width: 500px;
    height: 1px;
    display: block;
    position: relative;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
}

.musician-infotxt p{
    word-break: keep-all;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.6;
    color: #707070;
}

.musician-discography {
    display: flex;
    align-items: center;
    height: 100vh;
}

.musician-discography .fp-overflow {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
}

.musician-discography .discography-list {
    margin: 0 !important;
    padding: 0 !important;
}

.fp-watermark {
    display: none !important;
}

.musician-discography .discography-list::after {
    display: none;
}

.musician-sns{
    position: absolute;
    left: 52px;
    bottom: 60px;
    display: flex;
}
.musician-sns a img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.sub-tit-relative{
    position: relative;
}
.sub-tit-relative > a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    color: #2B4A52;
    background-image: url(../images/sub/btn-view-all.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 6px;
    padding-right: 22px;
}
.discography-list{
    position: relative;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
}
.discography-list::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -180px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #dfdfdf;
}
.discography-list .slick-dots{
    bottom: -60px;
}
.discography-list .slick-dots li button{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #2B4A52;
    opacity: .6;
}
.discography-list .slick-dots li.slick-active button{
    opacity: 1;

}
.discography-list .slick-dots li button::before {
    content: '';
}
.discography-img{
    width: 100%;
    height: auto;
    padding: 20px;
}
.discography-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 15px rgba(0,0,0,.16);
}
.discography-txt{
    position: relative;
    text-align: left;
    color: #2B4A52;
    padding: 0 20px;
    margin-top: 15px;
}
.discography-txt p{
    font-family: 'NEXON Lv1 Gothic OTF Bold';
}
.discography-txt span{
    position: absolute;
    top: 0;
    right: 20px;
    font-family: 'NEXON Lv1 Gothic OTF Light';
}
.musician-video .sub-tit p{
    text-align: left;
    font-weight: 500;
    margin-bottom: 70px;
}

.musician-video .fp-overflow {
    display: flex;
    height: 100%;
}

.video-iframe {
    width: 100%;
    height: 100%;
}

.video-iframe iframe {
    width: 100%;
    height: 100%;
}

.category-pill{
    text-align: left;
}
.category-pill li{
    display: inline-block;
}
.category-pill li a{
    display: block;
    text-align: center;
    width: auto;
    height: 38px;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    line-height: 38px;
    color: #2B4A52;
    padding: 0 16px;
}
.category-pill li.active a {
    border-radius: 19px;
    color: white;
    background-color: #2B4A52;
}
.album-list{
    margin-top: 110px;
}
.album-item{
    float: left;
    width: calc((100% - 120px)/4);
    margin-right: 40px;
    margin-bottom: 80px;
}
.album-item:nth-child(4n){
    margin-right: 0;
}
.album-img{
    width: 100%;
}
.album-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 15px rgba(0,0,0,.16);
}
.album-txt{
    position: relative;
    text-align: left;
    color: #2B4A52;
    margin-top: 15px;
}
.album-txt p{
    font-family: 'NEXON Lv1 Gothic OTF Bold';
}
.album-txt span{
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'NEXON Lv1 Gothic OTF Light';
}
.album-artist{
    text-align: left;
}
.album-artist p{
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    line-height: 40px;
    color: #2B4A52;
}
.album-info{
    width: 100%;
    /*height: 624px;*/
    background-color: white;
    /*box-shadow: 0 0 15px rgba(0,0,0,.16);*/
}
.album-thumbnail{
    float: left;
    width: 55%;
    height: 100%;
}
.album-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.album-infotxt{
    position: relative;
    float: left;
    text-align: left;
    width: 45%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
}
.album-infotxt h5{
    font-size: 24px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    color: #2B4A52;
    margin-bottom: 22px;
}
.album-infotxt p{
    word-break: keep-all;
    font-weight: 200;
    line-height: 28px;
    color: #333;
}
.album-infotxt .hr{
    width: 100%;
    height: 1px;
    background-color: #DFDFDF;
    margin: 25px 0;
}

.album-credits {
    display: flex;
    flex-direction: row;
}

.album-brief p span,
.album-credits > p > span{
    float: left;
    display: block;
    line-height: 35px;
}
.album-brief p .album-sort,
.album-credits .credits-sort{
    width: 90px;
    font-weight: 600;
}
.album-credits .credits-txt{
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*word-wrap: break-word;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    text-align: left;
    width: calc(100% - 90px);
    /*height: 105px;*/
    padding-right: 50px;
}
.album-credits .credits-txt.open {
    /*height: auto;*/
}
.album-credits{
    position: relative;
    /*height: 105px;*/
}
.album-credits .btn-credits-more{
    display: none;
    position: absolute;
    content: '';
    right: 0;
    bottom: 2px;
    width: 45px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #707070;
}
.sub-tit .sub-tit-num{
    font-size: 16px;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    color: #2B4A52;
}
.track-sns-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
}
.track-sns-btn a{
    position: relative;
    height: 34px;
    margin-left: 12px;
}

.track-sns-btn a:before {
    content: '';
    display: block;
    width: 36px;
    height: 35px;
    background: url(../images/sub/icon_music_site.jpg);
}

.track-sns-btn a.genie:before {
    background-position: -42px 0 ;
}

.track-sns-btn a.bugs:before {
    background-position: -84px 0 ;
}

.track-sns-btn a.flo:before {
    background-position: -126px 0 ;
}

.track-sns-btn a.vibe:before {
    background-position: -168px 0 ;
}

.track-sns-btn a.apple:before {
    background-position: -210px 0;
}

.track-sns-btn a img {
    width: 34px;
    height: 34px;
    visibility: hidden;
}
.track-btn{
    text-align: left;
}
.track-btn button{
    box-sizing: border-box;
    width: 120px;
    height: 42px;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #DFDFDF;
    border-radius: 21px;
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 15px;
    padding-left: 22px;
}
.track-btn .btn-play{
    background-image: url(../images/sub/icon-play.png);
    margin-right: 12px;
}
.track-btn .btn-share{
    background-image: url(../images/sub/icon-share.png);
}
.track-playlist{
    text-align: left;
    width: 100%;
    border-top: 1px solid #DFDFDF;
    margin-top: 46px;
    margin-bottom: 40px;
}
.track-play{
    display: flex;
    align-items: center;
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #DFDFDF;
}
/* S : checkbox */
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none !important;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    background: white;
    margin-top: 23px;
}
input[type="checkbox"]::before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: scale(0) translate(-50%, -50%);
    line-height: 1;
}
input[type="checkbox"]:hover {
    border-color: rgba(170, 170, 170, 0.5);
}
input[type="checkbox"]:checked {
    background-color: #2B4A52;
    border-color: #2B4A52;
    color: white;
}
input[type="checkbox"]:checked::before {
    border-radius: 3px;
    transform: scale(1) translate(-50%, -50%)
}
/* E : checkbox */
.track-play .track-num{
    display: inline-block;
    text-align: center;
    width: 110px;
    font-weight: 300;
    line-height: 62px;
    color: #333;
}
.track-play label{
    font-weight: 500;
    color: #333;
    margin: 0;
}
.track-play .tit-all{
    font-weight: 300;
}
.track-play label .badge-title{
    position: relative;
    padding-left: 50px;
}
.track-play label .badge-title::before{
    position: absolute;
    text-align: center;
    content: 'TITLE';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 42px;
    height: 20px;
    font-size: 8px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid #2B4A52;
    color: #2B4A52;
}
.notice-list{
    margin-top: 60px;
    margin-bottom: 120px;
}
.board{
    border-collapse: collapse;
    width: 100%;
}
.board thead tr{
    border-top: 1px solid #2B4A52;
    border-bottom: 1px solid #2B4A52;
}
.board thead tr th{
    font-weight: 600;
    color: #2B4A52;
}
.board thead tr th,
.board tbody tr td{
    font-size: 16px;
    line-height: 62px;
}
.board tbody tr{
    font-weight: 300;
    border-bottom: 1px solid #DFDFDF;
}
.board tbody tr td.board-num{
    width: 12%;
    margin-right: 5%;
}
.board tbody tr td.board-tit{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 90%;
    font-weight: 500;
    line-height: 62px;
    padding-left: 80px;
}
.board tbody tr td.board-date{
    width: 16%;
}
.board tbody tr td.board-view{
    width: 12%;
}
.board tbody tr td.badge-new{
    position: relative;
    padding-left: 130px;
}
.board tbody tr td.badge-new::before{
    position: absolute;
    text-align: center;
    content: 'new';
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    width: 38px;
    height: 20px;
    font-size: 8px;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid #2B4A52;
    color: #2B4A52;
}
.notice-read{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 100px;
}
.read-title{
    width: 100%;
    border-top: 2px solid #2B4A52;
    border-bottom: 1px solid #2B4A52;
    padding: 50px 30px 40px;
    margin-top: 50px;
}
.read-title h5{
    word-break: keep-all;
    font-size: 26px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    line-height: 40px;
    margin-bottom: 20px;
}
.read-title p{
    position: relative;
    font-size: 18px;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    color: #707070;
    padding-top: 50px;
}
.read-title p::before{
    position: absolute;
    content: '';
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #2B4A52;
}
.read-content{
    text-align: left;
    word-break: keep-all;
    padding: 40px 0;
    border-bottom: 1px solid #2B4A52;
}
.read-img{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.read-img img{
    max-width: 100%;
    width: auto;
}
.read-content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #333;
    padding: 0 20px;
}
.btn-to-list{
    width: 200px;
    height: 62px;
    font-size: 18px;
    font-family: 'NEXON Lv1 Gothic OTF';
    line-height: 62px;
    border-radius: 31px;
    color: white;
    background-color: #2B4A52;
}
.playlist-video-list{
    margin-top: 150px;
}
.video-item{
    text-align: left;
    padding-bottom: 120px;
}
.video-item:not(:last-child){
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 105px;
}
.video-item h4{
    font-size: 30px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    color: #2B4A52;
    margin-bottom: 25px;
}
.video-item p{
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 40px;
}

.pagingArea { display: flex; text-align:center; height:50px; margin-top:20px; align-items: center; justify-content: center}
.pagingArea a { margin: 0 5px; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; padding: 10px; border: 1px solid rgba(0,0,0,.1); }
.pagingArea a.on { background-color: #2B4A52; color: #fff; }

/* S:1400px */
@media screen and (max-width: 1400px) {
    .musician-thumbnail,
    .album-thumbnail{
        width: 50%;
    }
    .musician-infotxt,
    .album-infotxt {
        width: 50%;
        padding: 60px 45px;
    }
    .musician-sns {
        left: 45px;
        bottom: 40px;
    }
    .video-iframe iframe {
        width: 100%;
        height: 600px;
    }
}
/* S:1024px */
@media screen and (max-width: 1024px) {
    .sub-section {
        width: 100%;
        padding: 80px 0 90px;
    }
    .musician-item {
        width: calc((100% - 60px)/3);
        margin-bottom: 40px;
    }
    .musician-item:nth-child(3n){
        margin-right: 0;
    }
    .musician-item:nth-child(4n) {
        margin-right: 30px;
    }
    .musician-img {
        width: 90%;
        margin-bottom: 10px;
    }
    .musician-info {
        height: calc(100vh - 90px);
    }
    .musician-thumbnail, .album-thumbnail {
        width: 100%;
        height: 60vw;
    }
    .musician-thumbnail img, .album-thumbnail img {
        object-position: center;
        object-fit: cover;
    }
    .musician-infotxt, .album-infotxt {
        width: 100%;
        padding: 10px 30px 40px;
    }
    .musician-infotxt h5, .album-infotxt h5 {
        margin-bottom: 10px;
    }
    .musician-sns {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
    }
    .discography-list {
        padding-bottom: 10px;
        margin-top: 30px;
    }
    .discography-list::after {
        display: none;
        bottom: -130px;
    }
    .musician-video .sub-tit p {
        margin-bottom: 30px;
    }
    .video-iframe iframe {
        height: 52vw;
    }
    .album-list {
        margin-top: 50px;
    }
    .album-item {
        width: calc((100% - 40px)/2);
        margin-bottom: 40px;
    }
    .album-item:nth-child(2n){
        margin-right: 0;
    }
    .album-infotxt {
        padding-top: 40px;
    }
    .track-playlist {
        margin-bottom: 80px;
    }
    .notice-list {
        margin-bottom: 60px;
    }
    .notice-read {
        margin-bottom: 80px;
    }
    .playlist-video-list {
        margin-top: 60px;
    }
    .video-item {
        padding-bottom: 60px;
    }
    .video-item:not(:last-child) {
        margin-bottom: 60px;
    }
    .video-item h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .video-item p {
        font-size: 16px;
        margin-bottom: 30px;
    }

}
/* S:768px */
@media screen and (max-width: 768px) {
    .sub-section {
        padding: 0;
    }
    .sub-tit h3 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .category-musician li a {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .musician-item,
    .musician-item:nth-child(3n) {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .musician-item:nth-child(2n) {
        margin-right: 0;
    }
    .sub-pagination ul li {
        height: 30px;
    }
    .sub-pagination ul li.page-fst,
    .sub-pagination ul li.page-end {
        background-size: 10.5px;
    }
    .sub-pagination ul li.page-prev,
    .sub-pagination ul li.page-next {
        background-size: 7px;
    }
    .sub-pagination ul li a {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .sub-pagination ul li a.active {
        margin: 0 5px;
    }
    .sub-category{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .album-category{
        width: 1050px;
    }
    .category-pill li a {
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        padding: 0 12px;
    }
    .album-list {
        margin-top: 0;
    }
    .album-item{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .album-txt {
        margin-top: 5px;
    }
    .album-txt span {
        position: relative;
        font-size: 12px;
    }
    .album-artist p {
        line-height: 30px;
        font-size: 14px;
        color: #333;
    }
    .musician-infotxt, .album-infotxt {
        width: 100%;
        padding: 0px 20px 25px;
    }
    .album-infotxt {
        padding-top: 30px;
    }
    .album-infotxt .hr {
        margin: 12px 0 10px;
    }
    .album-infotxt p {
        font-size: 14px;
        line-height: 24px;
    }
    .album-brief p .album-sort {
        width: 70px;
    }
    .album-brief p span {
        line-height: 26px;
    }
    .album-credits{
        height: auto;
    }
    .album-credits p .credits-sort {
        float: unset;
        width: 100%;
    }
    .album-credits p .credits-txt{
        float: unset;
        -webkit-line-clamp: 4;
        width: 100%;
        height: 100px;
        line-height: 24px;
    }
    .album-credits .btn-credits-more {
        width: 35px;
        height: 24px;
        font-size: 12px;
    }
    .track-sns-btn {
        position: relative;
        text-align: left;
        transform: unset;
    }
    .track-sns-btn a {
        height: 30px;
        margin-left: 0;
        margin-right: 6px;
    }
    .track-sns-btn a img {
        width: 30px;
        height: 30px;
    }
    .track-btn {
        margin-top: 10px;
    }
    .track-btn button {
        width: 110px;
        height: 34px;
        font-size: 14px;
        line-height: 32px;
        border-radius: 17px;
        background-position: center left 19px;
        background-size: 13px;
        padding-left: 18px;
    }
    .track-btn .btn-play {
        margin-right: 5px;
    }
    .track-playlist {
        margin-bottom: 40px;
    }
    .track-play {
        height: 50px;
    }
    input[type="checkbox"] {
        margin-top: 12px;
    }
    .track-play .track-num {
        width: 60px;
        font-size: 14px;
        line-height: 48px;
    }
    .track-play label {
        font-size: 14px;
        line-height: 48px;
    }
    .track-play label .badge-title {
        padding-left: 44px;
    }
    .track-play label .badge-title::before {
        width: 38px;
    }
    .notice-list {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .board thead tr th, .board tbody tr td {
        font-size: 14px;
        line-height: 40px;
    }
    .board thead tr th.board-num, .board tbody tr td.board-num,
    .board thead tr th.board-date,
    .board thead tr th.board-view, .board tbody tr td.board-view  {
        display: none;
    }
    .board tbody tr td.board-tit {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
    }
    .board tbody tr td.badge-new {
        padding-left: 50px;
    }
    .board tbody tr td.badge-new::before {
        left: 10px;
        width: 32px;
        height: 18px;
        line-height: 16px;
    }
    .board tbody tr td.board-date {
        display: block;
        text-align: right;
        width: 100%;
        color: #707070;
        padding-right: 10px;
        margin-top: -10px;
    }
    .notice-read {
        margin-bottom: 40px;
    }
    .read-title {
        padding: 30px 20px 25px;
        margin-top: 20px;
    }
    .read-title h5 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .read-title p {
        font-size: 16px;
        padding-top: 35px;
    }
    .read-title p::before {
        width: 30px;
    }
    .read-content {
        padding: 20px 0;
    }
    .read-img {
        padding-bottom: 10px;
    }
    .read-content p {
        font-size: 14px;
        line-height: 25px;
        padding: 0 10px;
    }
    .btn-to-list {
        width: 150px;
        height: 50px;
        font-size: 16px;
        line-height: 48px;
        border-radius: 25px;
    }
    .playlist-category{
        width: 800px;
    }
    .playlist-video-list {
        margin-top: 30px;
    }
    .video-item{
        padding-bottom: 20px;
    }
    .video-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .video-item h4 {
        font-size: 24px;
    }
    .video-item p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .musician-thumbnail, .album-thumbnail {
        height: auto;
        margin-bottom: 15px;
    }

    .musician-detail .slick-slide div {
        height: 100vw;
    }

    .musician-info {
        display: block;
        min-height: auto;
        max-height: max-content;
    }

    .musician-sns a img {
        width: 25px;
        height: 25px;
    }

    .musician-infotxt h5{
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 17px;
        padding-top: 0;
    }

    .musician-infotxt .logo {
        display: none;
    }

    .musician-infotxt h5:before {
        display: none;
        content: '';
        width: 500px;
        height: 1px;
        /*display: block;*/
        position: relative;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #000;
    }

    .musician-infotxt p{
        word-break: keep-all;
        font-weight: 200;
        font-size: 14px;
        line-height: 1.6;
        color: #707070;
    }

    .musician-detail .fp-overflow {
        height: 100%;
    }

    .musician-discography .fp-overflow,
    .musician-video .fp-overflow {
        display: flex;
        align-items: center;
    }
}