@charset "utf-8";

.memberMain {
    padding-top: 53px;
    width: 100%;
    height: 377px;
    background: url(../../images/member/main/visual.jpg) center no-repeat;
    background-size: cover;
}

.memberMain .memberInner {
    display: flex;
    gap: 80px;
    align-items: start;
    margin: 0 auto;
    padding-inline: 20px;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1400px;
    box-sizing: initial;
}

.memberMain .pic img {
    display: block;
    max-width: 100%;
    height: auto;
}

.memberMain .desc {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.memberMain .desc p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.memberMain .desc h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    word-break: keep-all;
}

.memberMain .desc .name {
    font-size: 40px;
    font-weight: 700;
    color: #f4dfe3;
    word-break: keep-all;
}

.memberMain .info {
    margin-top: 47px;
    width: 532px;
}

.memberMain .info li {
    display: flex;
    gap: 70px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #fff;
}

.memberMain .info li>div {
    display: flex;
    gap: 20px;
    align-items: center;
    min-width: 120px;
}

.memberMain .info li>div .ico {
    margin-top: 5px;
}

.memberMain .info li>div .ico img {
    vertical-align: top;
}

.memberMain p.label {
    display: inline-flex;
    align-items: start;
    justify-content: space-between;
    width: 90px;
}

.memberMain .info li p:nth-of-type(2) {
    font-weight: 500;
}

.memberMain .sns_wrap {
    display: flex;
    gap: 10px;
    border-bottom: none;
}

.memberMain .sns_wrap li {
    flex: 1;
    border-bottom: none;
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.memberMain .sns_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

/* sns 없을 경우 li에 off */
.memberMain .sns_wrap li.off {
    background-color: #dddddd40;
}

.memberMain .sns_wrap li.off.insta {
    /* 이미지만 남김 */
    background-color: #dddddd40;
    background-image: url(../../images/member/main/ico_insta.png);
}

.memberMain .sns_wrap .fb {
    background: url(../../images/member/main/ico_fb.png) center no-repeat;
    background-color: #153d9b;
}

.memberMain .sns_wrap .tw {
    background: url(../../images/member/main/ico_tw.png) center no-repeat;
    background-color: #282828;
    background-position-x: 9px;
}

.memberMain .sns_wrap .kko {
    background: url(../../images/member/main/ico_kko.png) center no-repeat;
    background-color: #f0c507;
}

.memberMain .sns_wrap .insta {
    background-image:
        url(../../images/member/main/ico_insta.png),
        linear-gradient(-139deg, rgb(165, 25, 213), rgb(233, 0, 133) 35%, rgb(247, 38, 71) 67%, rgb(247, 141, 1));
    background-repeat: no-repeat;
    background-position: center;
}


.memberMain .sns_wrap .yt {
    background: url(../../images/member/main/ico_yt.png) center no-repeat;
    background-color: #ff0000;
    background-size: 35%;
    background-position-x: 12px;
}

.memberMain .sns_wrap .bl {
    background: url(../../images/member/main/ico_bl.png) center no-repeat;
    background-color: #03c75a;
}

/* sec 1 반응형 */
@media screen and (max-width: 1440px) {
    .memberMain .memberInner {
        gap: 50px;
    }

    .memberMain .memberInner .pic {
        width: 45%;
    }

    .memberMain .desc h4 {
        font-size: 28px;
    }

    .memberMain .desc .name {
        font-size: 36px;
    }
}

@media screen and (max-width : 1280px) {
    .memberMain .memberInner {
        padding-inline: 0;
        max-width: initial;
    }

    .memberMain .pic {
        flex-basis: 50%;
    }

    .memberMain .desc {
        flex-basis: 45%;
    }

    .memberMain .info {
        width: 100%;
    }

    .memberMain .info li {
        gap: 32px;
    }

    .memberMain .info li>div {
        gap: 10px;
    }

    .memberMain p.label {
        width: 80px;
    }
}

@media screen and (max-width : 1024px) {
    .memberMain {
        height: auto;
    }

    .memberMain .memberInner {
        gap: 2rem;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        padding-inline: 20px;
        width: calc(100% - 40px);
    }

    .memberMain .pic {
        flex-basis: initial;
        border-top-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
        overflow: hidden;
        height: 300px;
    }

    .memberMain .pic img {
        height: 100%;
        object-fit: cover;
    }

    .memberMain .desc {
        align-items: center;
        padding-bottom: 3rem;
    }

    .memberMain .info {
        margin-top: 22px;
    }
}

@media screen and (max-width: 568px) {
    .memberMain .memberInner .pic {
        width: calc(100% - 40px);
    }

    .memberMain .desc h4 {
        font-size: 24px;
        text-align: center;
    }

    .memberMain .desc .name {
        font-size: 28px !important;
    }

    .memberMain .info li {
        gap: 8px;
        align-items: center;
        flex-direction: column;
        padding-block: 1rem;
        height: auto;
    }

    .memberMain .info li>div {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .memberMain .desc p {
        font-size: 16px;
        text-align: center;
    }

    .memberMain p.label {
        font-size: 20px;
    }
}


/* sec 1 memberMain end */

.newsWrap {
    padding-bottom: 152px;
    width: 100%;
    background: url(../../images/member/main/sec2_bg.png) top center no-repeat;
    background-position: 0 -50px;
    background-size: cover;
}

.newsWrap .newsWrapInner {
    display: flex;
    gap: 48px;
    align-items: start;
    margin: 0 auto;
    padding-inline: 20px;
    padding-top: 120px;
    width: calc(100% - 40px);
    max-width: 1400px;
}

.newsWrap .newsItem {
    flex: 1;
    width: 466px;
}

.newsWrap .newsItem .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
    width: 100%;
}

.newsWrap .newsItem .top h4 {
    font-family: 'Jalnan';
    font-size: 30px;
    font-weight: 400;
    color: #333;
    text-wrap: nowrap;
}

.newsWrap .newsItem .top>img {
    padding-inline: 24px 16px;
}

.newsWrap .newsItem .top span {
    display: block;
    width: 140px;
    height: 1px;
    background-color: #d7d7d7;
}

.newsWrap .newsItem .control {
    padding-left: 16px;
}

.newsWrap .newsItem .cont {
    padding-inline: 30px;
    padding-block: 33px;
    height: 310px;
    border: 1px solid #b2a9c3;
    border-radius: 12px;
    overflow: hidden;
}

.newsWrap .newsItem .media {
    display: flex;
    gap: 30px;
    align-items: start;
    margin-bottom: 20px;
}

.newsWrap .media .vid {
    overflow: hidden;
    position: relative;
    width: 217px;
    aspect-ratio: 4 / 3;
    border-radius: 1.5rem;
}

.newsWrap .media .vid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newsWrap .media .playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsWrap .media .desc {
    width: calc(100% - 247px);
}

.newsWrap .media .desc h4 {
    padding-block: 16px 12px;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 25px;
    font-weight: 700;
    color: #333;
}

.newsWrap .media .desc ul {
    padding-top: 13px;
}

.newsWrap .media .desc ul li {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

.newsWrap .cont .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
    width: calc(100% - 40px);
    height: 62px;
    background-color: #f3f3f3;
    border-radius: 12px;
}

.newsWrap .cont .bottom p {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}

.newsWrap .cont .bottom .icon {
    width: 102px;
    height: 35px;
    background-color: #3e2276;
    border-radius: 14px;
}

.newsWrap .cont .bottom .icon a {
    display: block;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.newsWrap #bill {
    width: 466px;
}

.newsWrap #bill .cont {
    padding: 0;
    border: none;
    width: 100%;
}

.newsWrap #bill span {
    width: 242px;
}

.newsWrap #bill .contInner ul {
    display: flex;
    gap: 0;
    flex-direction: column;
}

.newsWrap #bill .contInner ul li {
    display: flex;
    gap: 13px;
    align-items: start;
    flex-direction: column;
    padding-inline: 27px;
    padding-block: 20px;
    transition: .3s;
    border-bottom: 1px dashed #e1e1e1;
}

.newsWrap #bill .contInner ul li h4 {
    margin-bottom: 15px;
    /* 줄바꿈 방지 */
    overflow: hidden;
    width: 412px;
    font-size: 19px;
    font-weight: 300;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* 말줄임표(...) 표시 */
}

.newsWrap #bill .contInner .date {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-size: 15px;
    color: #8a8a8a;
}

.newsWrap #bill .contInner ul li:hover {
    border-bottom: 1px solid transparent;
    background-color: #f3f0fa;
    border-radius: 12px;
    transition: .3s;
}

.newsWrap #bill .contInner ul li:hover h4 {
    font-weight: 500;
}


.newsWrap #cardNews {
    width: 310px;
}

.newsWrap #cardNews span {
    width: 50px;
}

.newsWrap #cardNews .cont {
    padding: 0;
    height: 310px;
    background-color: #f3f3f3;
}

.newsWrap #cardNews .cont *:not(img) {
    height: 100%;
}

.newsWrap #cardNews .media {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.newsWrap #cardNews .media img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width : 1440px) {
    .newsWrap .newsWrapInner {
        gap: 50px 32px;
        flex-wrap: wrap;
    }

    .newsWrap .newsItem {
        width: 50%;
    }

    .newsWrap .newsItem .top h4 {
        font-size: 26px;
    }

    .newsWrap #bill {
        flex: none;
        width: 100%;
        order: 3;
    }

    .newsWrap #bill .contInner ul li {
        width: calc(100% - 40px);
    }

    .newsWrap .newsItem .top span {
        flex-basis: 45%;
        width: initial;
    }

    .newsWrap #cardNews span {
        flex-basis: 40%;
    }

    .newsWrap #bill span {
        flex-basis: 80%;
    }
}

@media screen and (max-width: 1280px) {
    .newsWrap {
        background-position: initial;
    }
}

@media screen and (max-width : 1150px) {
    .newsWrap .newsItem .top>img {
        display: none;
    }
}

@media screen and (max-width : 960px) {
    .newsWrap {
        height: auto;
    }

    .newsWrap .newsItem .media {
        gap: 1rem;
        flex-direction: column;
    }

    .newsWrap .media .desc {
        width: 100%;
    }

    .newsWrap .newsItem .cont,
    .newsWrap #cardNews .cont {
        height: 460px;
    }

    .newsWrap .newsItem .top span {
        display: none;
    }
}

@media screen and (max-width : 768px) {
    .newsWrap .newsItem {
        width: 100%;
    }

    .newsWrap .newsItem .cont,
    .newsWrap #cardNews .cont {
        height: 360px;
    }

    .newsWrap .newsItem .media {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .newsWrap .media .vid {
        width: 280px;
    }

    .newsWrap .media .desc {
        width: 50%;
        text-align: center;
    }

}

@media screen and (max-width : 568px) {
    .newsWrap .newsWrapInner {
        padding-top: 80px;
    }

    .newsWrap .newsItem .cont {
        height: 436px;
    }

    .newsWrap .media .vid {
        width: 200px;
    }

    .newsWrap .media .desc h4 {
        font-size: 22px;
        padding-block: 3px 10px;
    }

    .newsWrap .cont .bottom {
        flex-direction: column;
        gap: 10px;
        padding-block: 10px;
        height: 70px;
    }

    .newsWrap #cardNews {
        width: calc(100% - 40px);
    }

    .newsWrap #cardNews .cont {
        height: 270px;
    }

    .newsWrap .media .desc ul li {
        font-size: 16px;
    }

    .newsWrap .newsItem .media {
        flex-direction: column;
    }

    .newsWrap .media .desc {
        width: 100%;
    }

    .newsWrap #bill .cont {
        height: 320px;
    }

    .newsWrap #bill .contInner ul li h4 {
        overflow: hidden;
        overflow: hidden;
        width: calc(100% - 40px);
        font-size: 17px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .newsWrap #bill .contInner ul li {
        padding-inline: 20px;
        width: calc(100% - 40px);
    }

    .newsWrap #bill .contInner ul li a {
        width: 100%;
    }
}

.activity {
    width: 100%;
    height: 510px;
    background: url(../../images/member/main/activity_bg.png) center bottom no-repeat;
    background-position: 0 180px;
}

.activity .top {
    margin-top: -95px;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    text-align: center;
}

.activity .top .tit p {
    font-family: 'score';
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.activity .top .tit h4 {
    font-family: 'Jalnan';
    font-size: 35px;
    color: #703ba5;
}

.activity .control {
    position: absolute;
    right: 13vw;
    bottom: 0;
}

.activity .contWrap ul {
    width: 100%;
    height: 375px;
}

.activity .slider {
    margin-bottom: 45px;
}

.activity .slider .slick-slide {
    padding: 20px 10px;
    filter: drop-shadow(4px 0px 10px rgba(0, 0, 0, 0.16));
    height: 100%;
}

.activity .slick-list,
.activity .slick-track {
    height: 100%;
}

.activity .slick-track div {
    height: 100%;
}


.activity .slider li {
    overflow: hidden;
    width: 370px !important;
    border-radius: 10px;
    height: 100%;
}

.activity .slider .imgBox {
    overflow: hidden;
    height: 235px
}


.activity .slider .imgBox:hover img {
    transform: scale(1.125);
    transition: .3s;
}

.activity .slider .imgBox img {
    display: block;
    width: 100%;
    transition: .3s;
}

.activity .slider .desc {
    padding-inline: 30px;
    padding-block: 23px;
    background-color: #fff;
    height: 65px;
    border-radius: 0 0 10px 10px;
}

.activity .slider .desc h5 {
    margin-bottom: 14px;
    overflow: hidden;
    width: calc(100% - 20px);
    font-size: 18px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* 말줄임표(...) 표시 */
}

.activity .slider .desc .date {
    font-size: 15px;
    font-weight: 400;
    color: #a7a7a7;
}


@media screen and (max-width: 1440px) {
    .activity .slider li {
        overflow: hidden;
        /* width: auto !important; */
        border-radius: 10px;
    }
}

@media screen and (max-width: 768px) {
    .activity .control {
        right: 20px;
    }

    .activity .slider li {
        width: 100% !important;
    }

    .activity .contWrap {
        margin: 0 auto;
        width: calc(100% - 40px);
    }

    .activity .slick-slide img {
        width: 100%;
        height: 235px;
        object-fit: cover;
    }

    .activity .contWrap {
        margin: 0 auto;
        width: 500px;
    }
}

@media screen and (max-width: 568px) {
    .activity {
        height: auto;
    }

    .activity .top {
        margin-bottom: 80px;
    }

    .activity .top .tit p {
        font-size: 18px;
    }

    .activity .top .tit h4 {
        font-size: 30px;
    }

    .activity .control {
        bottom: -60px;
    }

    .activity .control * {
        width: 30px;
    }

    .activity .slider {
        margin-bottom: 0;
    }

    .activity .contWrap {
        width: calc(100% - 40px);
    }
}

.activityVid {
    padding-bottom: 65px;
    width: 100%;
    height: auto;
    height: 455px;
    background: url(../../images/member/main/activity_bg.png) center bottom no-repeat;
}

.activityVid .top {
    margin-top: 70px;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    text-align: center;
}

.activityVid .top .tit p {
    font-family: 'score';
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.activityVid .top .tit h4 {
    font-family: 'Jalnan';
    font-size: 35px;
    color: #232368;
}

.activityVid .control {
    position: absolute;
    right: 13vw;
    bottom: 0;
}

.activityVid .contWrap ul {
    width: 100%;
    height: 406px;
}

.activityVid .slick-list,
.activityVid .slick-track {
    height: 100%;
}

.activityVid .slick-track div {
    height: 100%;
}

.activityVid .slider .slick-slide {
    padding: 20px 10px;
    height: 100%;
    filter: drop-shadow(4px 0px 10px rgba(0, 0, 0, 0.16));
}

.activityVid .slider li {
    overflow: hidden;
    /* width: 370px !important; */
    border-radius: 0 0 10px 10px;
    height: 100%;
}

.activityVid .slider .imgBox {
    overflow: hidden;
    height: 235px;
    border-radius: 10px 10px 0 0;
}

.activityVid .slider .imgBox:hover img {
    transition: .3s;
    transform: scale(1.125);
}

.activityVid .slider .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.activityVid .slider .desc {
    padding-inline: 30px;
    padding-block: 23px;
    background-color: #fff;
    height: 65px;
    border-radius: 0 0 10px 10px;
}

.activityVid .slider .desc h5 {
    margin-bottom: 14px;
    overflow: hidden;
    width: calc(100% - 20px);
    font-size: 18px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* 말줄임표(...) 표시 */
}

.activityVid .slider .desc .date {
    font-size: 15px;
    font-weight: 400;
    color: #a7a7a7;
}


.activityVid .slider .desc {
    padding-inline: 30px;
    padding-block: 23px;
    background-color: #fff;
}

.activityVid .slider .desc h5 {
    margin-bottom: 14px;
    overflow: hidden;
    width: calc(100% - 20px);
    font-size: 18px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* 말줄임표(...) 표시 */
}

.activityVid .slider .desc .date {
    font-size: 15px;
    font-weight: 400;
    color: #a7a7a7;
}

@media screen and (max-width: 1440px) {
    .activityVid .slider li {
        overflow: hidden;
        /* width: auto !important; */
        border-radius: 10px;
    }
}

@media screen and (max-width: 768px) {
    .activityVid .control {
        right: 20px;
    }

    .activityVid .slider li {
        width: 100% !important;
    }

    .activityVid .contWrap {
        margin: 0 auto;
        width: 500px;
    }

    .activityVid .slick-slide img {
        width: 100%;
        height: 235px;
        object-fit: cover;
    }
}

@media screen and (max-width: 568px) {
    .activityVid {
        height: auto;
    }

    .activityVid .top {
        margin-bottom: 80px;
    }

    .activityVid .top .tit p {
        font-size: 18px;
    }

    .activityVid .top .tit h4 {
        font-size: 30px;
    }

    .activityVid .control {
        bottom: -60px;
    }

    .activityVid .control * {
        width: 30px;
    }

    .activityVid .contWrap {
        width: calc(100% - 40px);
    }
}


/* member common */

.blur {
    box-shadow: 0 0 10px 0 rgba(188, 159, 165, 0.2);
}