@charset "utf-8";

#fullWdTab {
    display: flex;
    width: 100%;
}

#fullWdTab li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 60px;
    background-color: #f4f3f3;
    font-size: 20px;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
}

#fullWdTab li.on {
    background-color: #493584;
    color: #fff;
}

#tabContWrap .tabItem {
    display: none;
}

#tabContWrap .tabItem.active {
    display: block;
}

@media screen and (max-width: 960px) {
    #fullWdTab li {
        height: 55px;
        font-size: 18px;
    }
}

#orgWrap {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
}

#orgWrap:before {
    position: absolute;
    top: 160px;
    left: 50%;
    width: 1px;
    height: 17%;
    background-color: #dbdbdb;
    content: '';
}

#orgWrap span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
}

#orgWrap .chairman {
    padding-top: 45px;
    position: relative;
    z-index: 2;
}

#orgWrap .chairman .bg {
    position: relative;
    top: 0;
    left: 0;
}

#orgWrap .chairman span {
    position: absolute;
    top: 62%;
    left: 51%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

#orgWrap .vice {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#orgWrap .vice span,
#orgWrap .org3 span,
#orgWrap .org4 li span {
    width: 263px;
    height: 60px;
    background-color: #2a467e;
}

#orgWrap .org2 {
    display: flex;
    gap: 76px;
    position: relative;
}

#orgWrap .org2:before {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 72%;
    height: 1px;
    background-color: #dbdbdb;
    content: '';
    transform: translateX(-50%);
}

#orgWrap .org3 {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}

#orgWrap .org3:before {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: #dbdbdb;
    content: '';
}

#orgWrap .org3:nth-child(2):before {
    top: -60px;
    height: 60px;
}

#orgWrap .org3 span {
    background-color: #3189aa;
}

#orgWrap .org4 {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#orgWrap .org4 li {
    width: 100%;
}

#orgWrap .org4 li span {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #333;
}

@media screen and (max-width: 1290px) {

    #orgWrap .org2:before {
        width: 74%;
    }

    #orgWrap span {
        font-size: 18px;
    }

    #orgWrap .vice span,
    #orgWrap .org3 span,
    #orgWrap .org4 li span {
        width: 185px;
    }
}

@media screen and (max-width: 768px) {
    #orgWrap:before {
        height: 75%;
    }

    #orgWrap .org2 {
        gap: 36px;
        flex-wrap: wrap;
        width: 100%;
    }

    #orgWrap .org2:before,
    #orgWrap .org3:before {
        display: none;
    }

    #orgWrap .org3 {
        width: 44%;
    }

    #orgWrap .vice,
    #orgWrap .vice span,
    #orgWrap .org3 span,
    #orgWrap .org4 li {
        width: calc(100% - 20px);
    }

    #orgWrap .org4 li span {
        width: 100%;
    }

    #orgWrap .vice {
        gap: 36px;
    }

    #orgWrap .org3 {
        flex: 50%;
    }
}



/* 청소년의회란 e */

/* 환영인사 s */
#sub_greeting {
    display: flex;
    gap: 60px;
    align-items: start;
}

#sub_greeting .pic .imgBox {
    position: relative;
    border-radius: 9px;
}

#sub_greeting .pic .imgBox:before {
    position: absolute;
    bottom: -12px;
    left: 12px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #b7aadf;
    content: '';
    border-radius: 9px;
}

#sub_greeting .sign {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
}

#sub_greeting .sign p {
    font-size: 16px;
    color: #333;
}

#sub_greeting .sign h5 {
    font-family: 'NanumSomice';
    font-size: 44px;
}

#sub_greeting .txt {
    width: calc(100% - 430px - 60px);
}

#sub_greeting .tit {
    position: relative;
    line-height: 1.35;
}

#sub_greeting .tit:before {
    display: inline-block;
    position: absolute;
    bottom: 35px;
    left: 55%;
    width: 50%;
    height: 1px;
    background-color: #b7aadf;
    content: '';
}

#sub_greeting .tit h5 {
    font-size: 23px;
    font-weight: 500;
    color: #7a7a7a;
}

#sub_greeting .tit span {
    font-size: 30px;
    font-weight: 700;
}

#sub_greeting .txt p {
    margin-bottom: 40px;
}

@media screen and (max-width: 1290px) {
    #sub_greeting {
        gap: 0;
    }

    #sub_greeting .tit:before {
        left: 60%;
        width: 40%;
    }

    #sub_greeting .txt {
        width: 60%;
    }

    #sub_greeting .txt p br {
        display: none;
    }

    #sub_greeting .pic .imgBox {
        width: 85%;
    }

    #sub_greeting .pic .imgBox img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #sub_greeting {
        gap: 2rem;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #sub_greeting .pic .imgBox {
        margin: 0 auto;
    }

    #sub_greeting .txt {
        width: 92%;
        word-break: keep-all;
    }

    #sub_greeting .tit {
        text-align: center;
    }

    #sub_greeting .tit:before {
        display: none;
    }

    #sub_greeting .txt p {
        margin-bottom: 26px;
        text-align: center;
    }
}

/* 환영인사 e */

/* 조직 및 구성 s*/
#sub_org .blue2a {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 600;
}

#sub_org h4 {
    margin-top: 40px;
}

#sub_org .policy {
    display: flex;
    gap: 58px;
    flex-direction: column;
}

@media screen and (max-width : 1000px) {
    #sub_org h4 {
        margin-top: 18px;
    }

    #sub_org .redDot>li {
        line-height: 1.75;
    }

    #sub_org .redDot>li br {
        display: none;
    }

    #sub_org .policy li {
        width: 50%;
    }
}

@media screen and (max-width: 568px) {
    #sub_org .blue2a {
        font-size: 24px;
    }

    #sub_org .policy li {
        width: 80%;
    }
}

@media screen and (max-width: 380px) {
    #sub_org #fullWdTab li {
        height: 48px;
        font-size: 15px;
    }

    #sub_org .policy li {
        width: 100%;
    }
}

/* 조직 및 구성 e */

/* 연혁 s */

#sub_history .hisTop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 218px;
    background: url(../../images/ch/sub/hisTop.png) center no-repeat;
    background-size: cover;
    text-align: center;
}

#sub_history .hisTop h5 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-shadow: 0 0 10px rgba(44, 44, 44, 1);
}

#sub_history .hisTop p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px rgba(44, 44, 44, 1);
}

#sub_history .hisList {
    margin-bottom: 75px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

#sub_history .history>li {
    display: flex;
    gap: 163px;
    align-items: center;
    padding-block: 40px;
    padding-left: 70px;
    border-bottom: 1px dotted #7f7f7f;
    box-sizing: border-box;
}

#sub_history .history>li .year {
    font-size: 24px;
    font-weight: 600;
    color: #2a467e;
}

#sub_history .history>li ul {
    padding-left: 106px;
    position: relative;
    box-sizing: border-box;
}

#sub_history .history>li ul:after {
    border: 6px solid #bbb;
    position: absolute;
    top: 4px;
    left: -15.5%;
    width: 23px;
    height: 23px;
    background: #fff;
    content: '';
    border-radius: 50%;
    box-sizing: border-box;
}

#sub_history .history>li ul.active-dot:after {
    border-color: #2a467e;
}

#sub_history .history>li ul li {
    padding: 0 0 4px 100px;
    box-sizing: border-box;
}

#sub_history .history>li ul li .date {
    font-weight: 500;
}

#sub_history .history>li ul.redDot {
    padding-left: 80px;
}

#sub_history .history>li ul.redDot>li:before {
    left: -11px;
}

#sub_history .history>li ul.redDot li {
    padding-left: 0rem;
}

/* ========== 진행바 ========== */
#sub_history .bar_active {
    position: absolute;
    top: 0px;
    left: 268px;
    z-index: -1;
    width: 3px;
    background: #2a467e;
    transform: translateX(-50%);
}

#sub_history .bar_bg {
    position: absolute;
    top: 0px;
    left: 268px;
    z-index: -2;
    width: 1px;
    height: 100%;
    background: #bbb;
    transform: translateX(-50%);
}

#sub_history .bar-end-anchor {
    /* 완전히 투명 */
    overflow: hidden;
    height: 1px;
    /* 최소 높이 */
    opacity: 0;
}

@media screen and (max-width: 768px) {
    #sub_history .hisTop {
        height: 150px;
    }

    #sub_history .hisTop h5 {
        padding-bottom: 8px;
        font-size: 28px;
    }

    #sub_history .hisTop p {
        font-size: 14px;
    }

    #sub_history .history>li {
        gap: 100px;
        padding-block: 30px;
        padding-left: 10px;
    }

    #sub_history .bar_active,
    #sub_history .bar_bg {
        left: 146px;
    }

    #sub_history .history>li ul:after {
        left: -18.5%;
    }


    #sub_history .history>li ul.redDot {
        padding-left: 26px;
    }
}

@media screen and (max-width: 568px) {
    #sub_history .history>li {
        gap: 45px;
    }

    #sub_history .history>li ul:after {
        border: 5px solid #bbb;
        left: -10%;
        width: 18px;
        height: 18px;
    }

    #sub_history .bar_active,
    #sub_history .bar_bg {
        left: 115px;
    }
}

@media screen and (max-width: 440px) {
    #sub_history .hisTop {
        height: 120px;
    }

    #sub_history .hisTop h5 {
        padding-bottom: 0px;
        font-size: 21px;
    }

    #sub_history .history>li {
        gap: 10px;
        align-items: start;
        flex-direction: column;
        padding: 1rem;
    }

    #sub_history .history>li .year {
        font-size: 22px;
    }

    #sub_history .history>li ul:after,
    #sub_history .bar_active,
    #sub_history .bar_bg {
        display: none;
    }
}

/* 의회 견학 s */
#sub_tour1 .topBox {
    padding-inline: 80px;
    padding-block: 40px;
    border: 4px solid #f2f2f2;
    width: calc(100% - 160px);
}

#sub_tour1 .topBox h5 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

#sub_tour1 .topBox p {
    font-size: 17px;
    color: #333333;
}

#sub_tour1 .tel {
    display: block;
    margin: 0 auto;
    margin-top: 56px;
    padding: 8px;
    width: 100%;
    max-width: 767px;
    height: 49px;
    background-color: #21344a;
    border-radius: 11px;
}

#sub_tour1 .telInner {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #fff;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 11px;
}

#sub_tour1 .telInner .pcnone {
    display: none;
}

@media screen and (max-width: 1440px) {
    #sub_tour1 .topBox {
        padding-inline: 20px;
        width: calc(100% - 48px);
        height: calc(100% - 40px);
        padding-block: 20px;
    }
}

@media screen and (max-width: 900px) {
    #sub_tour1 .topBox {
        padding-inline: 20px;
        width: calc(100% - 48px);
    }

    #sub_tour1 .topBox h5 {
        font-size: 18px;
        margin-bottom: 0;
    }

    #sub_tour1 .topBox p {
        font-size: 15px;
    }

    #sub_tour1 .tel {
        max-width: initial;
        width: calc(100% - 16px);
        height: 70px;
    }

    #sub_tour1 .tel p {
        font-size: 15px;
    }
}

@media screen and (max-width: 568px) {
    #sub_tour1 .tel {
        height: auto;
        margin-top: 26px;
    }

    #sub_tour1 .telInner {
        flex-direction: column;
        padding: 8px;
        width: calc(100% - 16px);
        text-align: center;
    }

    #sub_tour1 .telInner .pcnone {
        display: block;
    }

    #sub_tour1 .telInner .pcnone:last-child {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #sub_tour1 .telInner .pcnone:last-child {
        display: block;
    }
}

/* 의회 견학 e */

/* 유용한 사이트 s */
#sub_site .siteWrap {
    border: 10px solid #e5ecf9;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 50px 60px;
    position: relative;
    overflow: hidden;
}

#sub_site .siteWrap .icon {
    position: absolute;
    right: -2rem;
    bottom: -5px;
}

#sub_site .siteWrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 50px;
}

#sub_site .dot>li{
    font-weight: 400;
}

#sub_site .dot>li:before {
    background-color: #6b8fd8;
    top: 10px;
}

@media screen and (max-width: 768px) {
    #sub_site .siteWrap {
        padding: 50px 26px;
    }

    #sub_site .siteWrap ul {
        gap: 16px;
    }
}

/* 유용한 사이트 e */

/*  오시는 길 S */
#sub_location .mapWrap {
    position: relative;
    margin-bottom: 50px;
}

#sub_location .root_daum_roughmap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#sub_location .roughmap_maker_label {
    border-radius: 30px;
}

#sub_location .roughmap_maker_label .roughmap_lebel_text {
    padding: 8px 15px 8px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    font-family: "score";
    letter-spacing: -1px;
    border-radius: 30px;
    background-color: #fff;
}

#sub_location .section_address,
#sub_location .section_busstop,
#sub_location .section_busline {
    display: none;
}

#sub_location .roughmap_maker_label .roughmap_lebel_text:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    vertical-align: top;
    background-image: url(../../images/ch/sub/ico_councile.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#sub_location .roughmap_maker_label:after {
    height: auto;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    background: none;
}

#sub_location .mapInfo {
    width: 77%;
    height: 99px;
    padding-inline: 40px 20px;
    padding-block: 26px;
    background: url(../../images/ch/sub/mapBg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-top-right-radius: 35px;
    overflow: hidden;
}

#sub_location .mapInfo ul li {
    display: flex;
    color: #fff;
    gap: 28px;
    margin-bottom: 10px;
}

#sub_location .mapInfo ul li:last-child {
    margin-bottom: 0;
}

#sub_location .mapInfo ul li>div {
    display: flex;
}

#sub_location .mapInfo .tit {
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
}

#sub_location .road {
    position: absolute;
    right: 34px;
    bottom: 34px;
}

#sub_location .road a {
    transition: 0.3s;
}

#sub_location .road:hover a {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.75));
    transition: 0.3s;
}

#sub_location .road a {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background-color: #fff;
    outline: 1px solid #fff;
    outline-offset: 10px;
    color: #333;
    font-size: 13px;
}

#sub_location .dot>li {
    padding-left: 40px;
}

#sub_location .dot>li:before {
    background-color: #d53a3e;
    border-radius: 0;
    width: 3px;
    height: 3px;
    top: 12px;
    left: 2rem;
}

@media screen and (max-width: 1440px) {
    #sub_location .mapInfo {
        padding-inline: 20px;
    }

    #sub_location .road a {
        width: 65px;
        height: 65px;
        outline-offset: 7px;
    }

    #sub_location .road a img {
        width: 25px;
    }
}

@media screen and (max-width: 1024px) {
    #sub_location .road {
        right: 20px;
        bottom: 20px;
    }

    #sub_location .mapInfo {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 580px) {
    #sub_location .root_daum_roughmap {
        height: 250px;
    }

    #sub_location .root_daum_roughmap .wrap_map {
        height: 100% !important;
    }

    #sub_location .mapInfo {
        height: auto;
        position: relative;
        border-radius: 0;
    }

    #sub_location .mapInfo ul li {
        flex-direction: column;
        gap: 10px;
    }

    #sub_location .mapInfo .tit {
        justify-content: start;
    }

    #sub_location .dot>li {
        padding-left: 28px;
    }

    #sub_location .dot>li:before {
        left: 1rem;
    }
}

/*  오시는 길 E */

/* 회의록 s */
#sub_minute h6 {
    margin-left: 30px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}


.activity_wrap {
    margin-top: 46px;
}

.activity_form {
    width: 100%;
    border-collapse: collapse;
}

.activity_form th,
.activity_form td {
    padding: 12px;
    vertical-align: middle;
}

.activity_form th {
    vertical-align: middle;
    text-align: center;
    background-color: #dfe1f7;
    border: 1px solid #fff;
    width: 150px;
    font-weight: 500;
}

.activity_form td {
    border: 1px solid #dfe1f7;
}

.activity_form th label {
    font-weight: 500;
}

.activity_form td input:not([type="radio"]) {
    width: 100%;
    border: none;
}

.activity_form td textarea {
    width: 100%;
    border: none;
}

.activity_form fieldset {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.activity_form fieldset label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333333;
    font-weight: 500;
}

input[type="radio"] {
    accent-color: #27309a;
}

label input[type="radio"]:checked+span {
    color: #27309a;
    font-weight: bold;
}

#sub_minute .banner_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 18px;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

@media screen and (max-width: 568px) {
    .activity_wrap {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .activity_wrap .activity_form {
        width: 567px;
    }

    #sub_minute .banner_wrap {
        flex-wrap: wrap;
        gap: 30px;
    }
}

/* 회의록 e */

































/* ch common */
#sub_default h4 {
    background: url(../../images/ch/sub/ico_bullet.png) no-repeat 8px 5px;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    #sub_default h4 {
        background-position: 3px 3px;
    }
}

@media screen and (max-width: 568px) {
    #sub_default h4 {
        font-size: 19px;
    }
}

#sub_default h5 {
    color: #333;
}

.redDot>li {
    padding: 0 0 0 44px;
    position: relative;
    word-break: keep-all;
    box-sizing: border-box;
}

.redDot>li:before {
    display: block;
    position: absolute;
    top: 12px;
    left: 2rem;
    width: 3px;
    height: 3px;
    background: #d53a3e;
    content: '';
    border-radius: 50%;
}

#topBox {
    padding-inline: 44px;
    padding-block: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}

#topBox h5 {
    font-size: 24px;
    font-weight: 600;
}

#topBox p {
    color: #333;
}

#topBox .imgBox {
    position: absolute;
    right: 44px;
    bottom: 40px;
}

@media screen and (max-width: 1230px) {
    #topBox p {
        word-break: keep-all;
    }

    #topBox p br {
        display: none;
    }

    #topBox .imgBox {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    #topBox {
        padding-inline: 30px;
        padding-block: 35px;
    }

    #topBox p br {
        display: block;
    }
}

@media screen and (max-width: 790px) {
    #topBox p {
        word-break: keep-all;
    }

    #topBox p br {
        display: none;
    }
}

.normal_list {
    border-top: 3px solid transparent;
}

.normal_list thead th {
    border: 1px solid #fff;
    background: #dfe1f7;
    font-family: 'score';
    font-size: 18px;
    font-weight: 500;
}

.normal_list td {
    border: 1px solid #dfe1f7;
}

.normal_list td:last-child {
    border-right: 1px solid #dfe1f7;
}