@charset "utf-8";

.photo2 li a {
    height: 355px;
}

.photo2 li a .img img {
    max-height: 250px;
}

@media all and (max-width:1024px) {
    .photo2 li a {
        height: 320px;
    }

    .photo2 li a .img img {
        max-height: 200px;
    }
}

@media all and (max-width:840px) {
    .photo2 li a {
        height: 250px;
    }

    .photo2 li a .img img {
        max-height: 155px;
    }
}

@media all and (max-width:680px) {
    .photo2 li a {
        height: 220px;
    }

    .photo2 li a .img img {
        max-height: 130px;
    }
}

@media all and (max-width:430px) {
    .photo2 li a {
        height: 200px;
    }

    .photo2 li a .img img {
        max-height: 115px;
    }
}

@media all and (max-width:380px) {
    .photo2 li a {
        height: 175px;
    }

    .photo2 li a .img img {
        max-height: 101px;
    }
}

@media all and (max-width:340px) {
    .photo2 li a {
        height: 162px;
    }

    .photo2 li a .img img {
        max-height: 90px;
    }
}

/* 의원 인사말 */
#sub_greeting {
    width: 100%;
}

#memTopBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#memTopBox .txt {
}

#memTopBox .txt h5 {
    position: relative;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
}

#memTopBox .txt .memName {
    font-size: 34px;
    color:#184d91 !important;
    font-weight: 700;
}

#memTopBox .pic .pic_mem {
    position: relative;
    z-index: 2;
    padding-right: 150px;
}

#memTopBox .pic .pic_mem img {
    width:100%;
    max-width:400px;
    border-radius:0px 30px;
}
#memTopBox .pic_mem .pic_memBg {
    position: absolute;
    left: -24px;
    bottom: 48px;
    z-index: -1;
}

#memTopBox .bottomBar {
    width: 100%;
    height: 200px;
    background: url(../../images/member/sub/councilMark_blue.png) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -50px;
}

#sub_greeting .bottomBox {
    margin-top: 50px;
    margin-bottom: 87px;
}

#sub_greeting .memSign {
    display: flex;
    gap: 20px;
    align-items: baseline;
    justify-content: end;
}

#sub_greeting .memSign p {
    color: #333;
}

#sub_greeting .memSign h6 {
    font-family: 'NanumSomice';
    font-size: 50px;
    color: #333;
    font-weight: 400;
}

@media screen and (max-width: 1400px) {
  
    #memTopBox .pic .pic_mem {
        padding-right: 50px;
    }
    
}
@media screen and (max-width: 1140px) {
    #memTopBox.txt {
        padding-left: 0;
    }

    #memTopBox .pic .pic_mem {
        padding-right: 0;
    }
    
}

@media screen and (max-width: 1024px) {
    #memTopBox.txt {
        padding-left: 40px;
    }

    #memTopBox .pic .pic_mem {
        padding-right: 36px;
    }
}

@media screen and (max-width: 820px) {
    #memTopBox .topBox {
        padding-bottom: 30px;
    }

    #memTopBox .txt {
        padding-left: 0;
    }

    #memTopBox .txt h5 {
        font-size: 22px;
    }

    #memTopBox .txt h5:before {
        width: 39px;
        height: 25px;
        left: 0;
        top: -11px;
    }

    #memTopBox .pic {
        flex-basis: 35%;
        padding-top: 50px;
    }

    #memTopBox .pic .pic_mem {
        padding-right: 0;
    }

    #memTopBox .bottomBar {
        height: 100px;
    }

    .pc_none {
        display: none;
    }
}

@media screen and (max-width: 610px) {
    #memTopBox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #memTopBox .txt h5 {
        font-size: 18px;
    }

    #memTopBox .txt .memName {
        font-size: 26px;
    }

    #memTopBox .txt p {
        width: 310px;
        margin: 0 auto;
        word-break: keep-all;
    }

    #memTopBox .txt p br {
        display: none;
    }

    #memTopBox .pic {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    #memTopBox .pic {
        width: 80%;
        padding-left: 0px;
    }
}


/* 의원 인사말 e */

/*의원프로필*/
#sub_profile {
    width: 100%;
    position: relative;
}

#sub_profile .desc {
    margin-top: 80px;
}

#sub_profile .desc ul:not(.career, .sq) {
    display: flex;
    gap: 60px;
}

#sub_profile .desc ul:not(.career, .sq) li {
    width: calc((100% - 60px) / 2);
    display: flex;
    align-items: center;
    gap: 60px;
}

#sub_profile .desc .tit {
    width: 100px;
    font-size: 18px;
    color: #184d91;
    font-weight: bold;
}

#sub_profile .desc>ul>li {
    padding-block: 15px;
    border-bottom: 1px solid #eeeeee;
}

#sub_profile .checkPur>li:before {
    top: 20px;
}

#sub_profile .career>li {
    padding: 0;
}

#sub_profile .career .tit {
    padding-left: 30px;
}

#sub_profile .career .sq {
    margin-top: 16px;
    padding: 30px;
    border: 1px solid #eeeeee;
    height: 200px;
    overflow-y: scroll;
}

#sub_profile .career .sq .scroll_msg {
    display: block;
    padding-left: 0px;
    font-size: 14px;
    color: #184d90;
    font-weight: 500;
}

#sub_profile .career .sq .scroll_msg:before {
    display: none;
}

/* 스크롤바의 폭 너비 */
#sub_profile .career .sq::-webkit-scrollbar {
    width: 10px;
}

#sub_profile .career .sq::-webkit-scrollbar-thumb {
    background: rgba(220, 232, 255, .4);
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 스크롤바 둥근 테두리 */
}

#sub_profile .career .sq::-webkit-scrollbar-track {
    background: rgba(220, 232, 255);
    /*스크롤바 뒷 배경 색상*/
}


#sub_profile .desc .career li {
    border-bottom: none;
}

#sub_profile .sq>li {
    line-height: 2;
}

#sub_profile .sq>li:before {
    top: 12px;
    background-color: #184d90;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    #sub_profile .desc ul:not(.career, .sq) {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    #sub_profile .desc ul:not(.career, .sq) li {
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    #sub_profile .desc {
        margin-top: 36px;
    }

    #sub_profile .desc .tit {
        font-size: 16px;
        width: 40px;
    }

    #sub_profile .career .sq {
        padding: 20px;
    }
}


.checkPur>li:before {
    background-image:url(../../images/member/sub/ico_purCheck.png) !important;
}