@charset "utf-8";

#container_sub.bg_greeting {
    background: url(/council/images/committee/sub/greetBg.jpg) bottom no-repeat;
    background-size: cover;
}

/* #sub_greeting {
    overflow: hidden;
} */

#topBox {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-inline: 56px;
    position: relative;
    height: 386px;
}

#topBox:before {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 56px;
    font-size: 28px;
    font-weight: 700;
    color: #eeeeee;
    letter-spacing: 0.4px;
    content: 'COMMITTE MESSAGE';
}

#topBox .txtBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 450px;
    height: 100%;
}

#topBox .txtBox h5 {
    padding-top: 75px;
    padding-bottom: 30px;
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    color: #888888;
}

#topBox .txtBox h5:before {
    display: inline-block;
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 55px;
    height: 39px;
    background: url(/council/images/committee/sub/ico_qut.png) center no-repeat;
    content: '';
}

#topBox .txtBox h5:after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c8c6c6;
    content: '';
}

#topBox .txtBox h5 .blue02 {
    font-size: 35px;
    font-weight: 600;
}

#topBox .txtBox h5 .fs28 {
    font-size: 28px;
}

#topBox .sign {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    margin-right: -3rem;
    padding-bottom: 18px;
    line-height: 1;
}

#sub_greeting .sign h6 {
    font-family: 'kinjungchul';
    font-size: 50px;
    font-weight: 400;
    color: #333;
}

#topBox .imgBox {
    width: 430px;
    height: 384px;
}

#sub_greeting .desc {
    padding: 65px;
    position: relative;
    background-color: #fff;
    filter: drop-shadow(0 0 10px rgba(107, 112, 128, 0.12));
}

#sub_greeting .desc img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#sub_greeting .desc p {
    font-size: 18px;
    color: #333333;
}

#sub_greeting .desc p:not(:first-child) {
    margin-top: 40px;
}

@media screen and (max-width: 1440px) {
    #sub_greeting .sign {
        margin-right: 0;
    }

    #sub_greeting .desc p br {
        display: none;
    }
}

@media screen and (max-width: 1160px) {
    #topBox .txtBox {
        width: 50%;
    }

    #topBox .imgBox {
        align-content: flex-end;
        width: 50%;
        height: 100%;
    }
}

@media screen and (max-width: 800px) {
    #topBox {
        padding-inline: 20px;
    }

    #topBox:before {
        left: 20px;
    }

    #topBox .txtBox h5 {
        padding-top: 50px;
    }

    #topBox .txtBox h5,
    #topBox .txtBox h5 .fs28 {
        font-size: 22px;
    }

    #topBox .txtBox h5 .blue02 {
        font-size: 30px;
    }

    #topBox .sign h6 {
        font-size: 42px;
    }

    #sub_greeting .desc {
        padding: 32px;
        width: calc(100% - 64px);
    }

    #sub_greeting .desc p {
        font-size: 16px;
    }

    #sub_greeting .desc p:not(:first-child) {
        margin-top: 24px;
    }

    #sub_greeting .desc p br {
        display: block;
    }

    #sub_greeting .desc p br:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    #topBox {
        gap: 2rem;
        align-items: center;
        flex-direction: column;
        position: relative;
        height: auto;
        text-align: center;
    }

    #topBox:before {
        left: 50%;
        width: 100%;
        font-size: 20px;
        transform: translateX(-50%);
    }

    #topBox .txtBox {
        width: 100%;
    }

    #topBox .txtBox h5 .blue02 {
        font-size: 26px;
    }

    #topBox .txtBox h5 .fs28 {
        font-size: 22px;
    }

    #topBox .txtBox h5 br:nth-child(1) {
        display: none;
    }

    #topBox .txtBox h5:before {
        display: none;
    }

    #topBox .txtBox h5:after {
        left: 50%;
        width: 60%;
        transform: translateX(-50%);
    }

    #topBox .sign {
        padding-inline: 20px;
        padding-block: 1rem;
        position: absolute;
        top: 84%;
        left: 20px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }

    #topBox .sign h6 {
        font-size: 34px;
    }

    #sub_greeting .desc p {
        font-size: 14px;
    }

    #sub_greeting .imgBox {
        width: 60%;
    }

    #sub_greeting .desc p br {
        display: none;
    }
}

@media screen and (max-width: 390px) {
    #topBox .sign {
        padding-block: 10px;
        top: 86%;
        font-size: 13px;
    }

    #topBox .sign h6 {
        font-size: 30px;
    }

    #topBox .imgBox {
        width: 80%;
    }

    #sub_greeting .desc {
        padding: 20px;
        width: calc(100% - 40px);
    }
}

#sub_work #topBox {
    height: 240px;
    padding-inline: 56px 33px;
}

#sub_work #topBox .txtBox h5 .blue02{
    font-size: 32px;
}

#sub_work #topBox .txtBox h5:after {
    width: 80%;
}

#sub_work #topBox .txtBox h5:before {
    right: 0px;
}

#sub_work #topBox .imgBox {
    position: relative;
    z-index: 2;
    margin-right: 0;
    width: 457px;
    height: 325px;
    border-radius: 20px 20px 0 0;
}

#sub_work .desc {
    padding: 65px;
    position: relative;
    background-color: #fff;
    filter: drop-shadow(0 0 10px rgba(107, 112, 128, 0.12));
}


#sub_work .desc .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#sub_work .dot>li {
    padding: 0 0 0 20px;
}

#sub_work .dot>li:before {
    background-color: #d2b576;
    border-radius: 0;
}

@media screen and (max-width : 1220px) {
    #sub_work #topBox {
        gap: 2rem;
        padding-inline: 20px;
    }

    #sub_work #topBox .imgBox {
        width: 50%;
        margin-right: -16px;
    }

    #sub_work #topBox .imgBox img {
        max-width: 100%;
    }

    #sub_work .desc {
        width: calc(100% - 130px);
    }
}

@media screen and (max-width: 800px) {
    #sub_work #topBox .txtBox h5 .blue02{
        font-size: 28px;
    }
}

@media screen and (max-width: 658px) {
    #sub_work #topBox {
        height: auto;
    }

    #sub_work #topBox .txtBox h5 br:nth-child(1){
        display: block;
    }

    #sub_work #topBox .imgBox {
        width: calc(100% - 60px);
        height: auto;
        margin-right: 0;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 2rem;
    }

    #sub_work .desc {
        width: calc(100% - 40px);
        padding-inline: 20px;
    }


}

@media screen and (max-width: 390px) {
    #topBox .txtBox h5 .blue02 {
        display: block;
    }
}


/* �ǿ��Ұ� */
/* #sub_active{float:left; width:100%;} */
#sub_active {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 1rem;
}

#sub_active .normal_list img,
#sub_memberlist .normal_list img {
    max-width: 119px;
}

.profile_wrap {
    float: left;
    width: 47.8%;
}

.profile_wrap+.profile_wrap {
    float: right;
}

.profile_wrap .profile {
    width: 100%;
}

.profile {
    float: none;
    width: 100% !important;
    margin: 0 0 34px 0;
    padding: 30px 0 0 0;
    color: #333;
    border-radius: 10px;
    border: 1px solid rgba(41, 46, 68, 0.15);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile:hover {
    border-color: rgba(41, 46, 68, 0.5);
}

.profile.none {
    float: right;
}

.profile dl {
    position: relative;
    float: left;
    width: 100%;
    min-height: fit-content;
    padding: 0 0 30px 41.9%;
    box-sizing: border-box;
}

.profile dt {
    position: absolute;
    top: 0;
    left: 7.7%;
    width: 130px;
}

.profile dt img {
    width: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.profile dd {
    float: left;
    width: 100%;
}

.profile .name {
    overflow: hidden;
    width: 100%;
    padding: 3px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.profile .name strong {
    float: left;
    display: block;
    line-height: 30px;
    font-size: 27px;
    font-weight: 700;
    color: #111;
    letter-spacing: -2px;
}

.profile dd ul {
    clear: both;
    width: 100%;
}

.profile dd li {
    position: relative;
    /* padding: 0 0 8px 87px; */
    line-height: 135%;
    box-sizing: border-box;
    display: flex;
}

.profile dd li * {
    display: inline-block;
    vertical-align: top;
}

.profile dd li:before {
    left: 3px;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #d5525e;
}

.profile dd li em {
    position: initial;
    top: 0;
    left: 14px;
    flex: 26%;
    letter-spacing: 0px;
}

.profile dd li:first-child em {
    flex: 26%;
    letter-spacing: 14px;
    position: initial;
}

.profile dd li:nth-child(3) em {
    letter-spacing: 0.5px;
}

.profile dd li .lt14 {
    letter-spacing: 14px;
}

.profile dd li .lt2{
    letter-spacing: 2px;
}


.profile dd li span {
    width: 100%;
    word-break: break-all;
    flex: 60%;
}

.profile dd li .colon {
    width: auto;
    flex: 1%;
}

/* position:absolute; top:0; left:79px; width:auto; */
.profile .btns {
    clear: both;
    overflow: hidden;
    width: 100%;
    min-height: 0;
    padding: 0;
}

.profile .btns a {
    position: relative;
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    border-top: 1px solid rgba(41, 46, 68, 0.1);
    border-right: 1px solid rgba(41, 46, 68, 0.15);
    color: #292e45;
    border-radius: 0 0 0 10px;
    background: #f7f7f7;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.profile .btns a.end {
    width: 50%;
    margin: 0 0 0 -1px;
    border-right: none;
    border-left: 1px solid rgba(41, 46, 68, 0.15);
    border-radius: 0 0 10px 0;
}

/* calc(50% + 1px) */
.profile .btns a.end:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 6px;
    background: url(/council/images/kr/member/ico_open.png) no-repeat 0 100%;
}

.profile .btns a:hover {
    z-index: 1;
    background-color: #fff;
    border-color: rgba(41, 46, 68, 0.5);
}


.profile .sns {
    float: left;
    padding: 0 !important;
}

.profile .sns a {
    float: left;
    width: 28px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    background: #2b91cd url(/council/images/common/ico_sns.png) no-repeat -26px 7px;
}

.profile .sns .fb {
    background-color: #395599;
    background-position: 9px 6px;
}

.profile .sns .bl {
    background-color: #03c157;
    background-position: -66px 6px;
}

.profile .sns .kko {
    background-color: #f4c500;
    background-position: -141px 6px;
}

.profile .sns .insta {
    background-color: #c536a4;
    background-position: -105px 6px;
}

.profile .sns .yt{
    background-color: #ec1d1d;
    background-position: -185px 7px;
}

.profile .sns .off {
    background-color: #b5b5b5;
    background-position: 100px;
}

.profile .sns .off:nth-child(even) {
    background-color: #c9c9c9;
}

#sub_memberlist .profile .btns a:first-child {
    width: 100%;
    border-right: none;
    border-radius: 0 0 10px 10px;
}

@media all and (max-width:1340px) {
    .profile dd li:first-child em{
        flex: 33%;
    }

    .profile dd li em{
        flex: 33%;
    }
}

@media all and (max-width:1230px) {
    .profile dt {
        left: 4.5%;
        width: 35%;
        max-width: 140px;
    }

    .profile dl {
        padding: 0 0 30px 39%;
    }

    .profile .name strong {
        line-height: 32px;
        font-size: 23px;
    }

    .profile .sns {
        padding: 0 0 0 10px;
    }
}

@media all and (max-width:1080px) {
    .profile_wrap {
        width: 49%;
    }

    .profile {
        width: 49%;
    }

    .profile dl {
        min-height: 240px;
        padding: 0 0 20px 38%;
    }

    .profile dt {
        left: 4.5%;
        width: 35%;
        max-width: 155px;
    }

    .profile dt img {
        width: 87%;
        max-width: 119px;
        height: auto;
    }

    .profile .name {
        padding: 0 0 15px;
    }

    .profile .name strong {
        font-size: 25px;
    }

    .profile dd li {
        padding-bottom: 7px;
    }
}

@media all and (max-width:800px) {
    .profile_wrap {
        overflow: hidden;
        width: 100%;
    }

    .profile {
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 20px 0 0 0;
    }

    .profile dl {
        min-height: 170px;
        padding: 0 0 27px 170px;
    }

    .profile dt {
        left: 3.5%;
    }

    .profile .btns {
        margin: 1em 0 0 0;
    }
}

@media all and (max-width:568px) {
    #sub_active {
        grid-template-columns: 1fr;
    }

    .profile dl {
        display: flex;
        flex-direction: column;
        padding: 0 20px 20px 20px !important;
    }

    .profile dt {
        position: relative !important;
        left: 0;
    }
    
    .profile dt img {
        width: 87%;
    }

    .profile .name {
        padding: 10px 0 12px;
        flex-direction: row;
    }

    .profile .name strong {
        font-size: 21px;
    }

    .profile dd li {
        padding: 0 0 5px 22px;
    }

    .profile dd li .colon {
        left: 77px;
    }

    .profile dd li:first-child em {
        flex: 30%;
        letter-spacing: 14px;
    }
    
    .profile dd li .lt14 {
        letter-spacing: 14px;
    }

    .profile dd li .lt2 {
        letter-spacing: 2.5px;
    }

    .profile dd li em {
        flex: 30%;
    }

    .profile .btns a {
        height: 47px;
        line-height: 47px;
    }
}

@media all and (max-width:380px) {

    /* .profile dd li:first-child em{letter-spacing:12px;} */
    .profile dd li:before {
        top: 5px;
    }

    .profile dd li .colon {
        left: 75px;
    }

    #sub_district h4~h4,
    #sub_memberlist h4~h4,
    #sub_board h4~h4 {
        float: left;
        margin-top: 20px;
    }
}

@media all and (max-width:357px) {
    .profile dl {
        min-height: 0;
    }

    .profile .name strong {
        font-size: 20px;
    }

    .profile .sns {
        padding: 0 0 0 5px;
    }

    .profile dd li {
        flex-direction: column;
    }

    .profile dd li:first-child em {
        flex: initial;
        width: 100%;
    }

    .profile dd li .colon {
        display: none;
    }

    .profile dd li span {
        flex: initial;
        width: 100%;
    }
}