@charset "utf-8";

#sub_default {
    font-weight: 400;
}

#sub_billinfo h4~h4 {
    margin-top: 40px;
}

/* 역대의원 의안검색 */
.form_sc {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 30px 0 30px 10%;
    background: #eef2f6;
    box-sizing: border-box;
}

.form_sc+.taR {
    padding: 8px 0 35px 0;
    font-size: 95%;
}

.form_sc div {
    position: relative;
    float: left;
    width: 59%;
    padding: 0 0 0 130px;
    box-sizing: border-box;
}

.form_sc label {
    position: absolute;
    left: 55px;
    top: 0;
    display: block;
    width: 60px;
    line-height: 42px;
    font-weight: 800;
    color: #003964;
    text-align: right;
}

.form_sc .sel {
    width: 30%;
}

.form_sc .sel2 {
    width: 40%;
    padding-right: 50px !important;
}

.form_sc select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance: none;
    background: #fff url(/images/common/ico_assem.png) no-repeat right 14px top 50%;
}

.form_sc select::-ms-expand {
    display: none;
}

.form_sc select,
.form_sc input[type="text"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 12px;
    border: none;
}

.form_sc input[type="text"] {
    padding-right: 42px;
    background: #fff;
}

.form_sc .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 44px;
    line-height: 42px;
    min-width: 0;
    padding: 0;
    font-size: 0;
    text-indent: -999px;
    border: none;
    border-radius: 0;
    background: #1971c2;
}

.form_sc .btn:before,
.form_sc .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.form_sc .btn:after {
    left: 24px;
    top: 25px;
    width: 8px;
    height: 2px;
    border: none;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #fff;
}

.form_sc .btn:hover {
    background-color: #004e96;
}

.form_sc .intxt {
    padding-right: 50px;
}

@media all and (max-width:1024px) {
    .form_sc {
        padding-left: 35px;
    }

    .form_sc+.taR {
        font-size: 15px;
    }
}

@media all and (max-width:768px) {
    .form_sc div {
        padding: 0 0 0 100px;
    }

    .form_sc .sel {
        width: 34%;
        padding: 0 0 0 90px;
    }

    .form_sc .sel2 {
        width: 45%;
    }

    .form_sc label {
        left: 25px;
    }

    .form_sc .sel label {
        left: 20px;
    }
}

@media all and (max-width:568px) {
    .form_sc {
        padding: 25px 0 27px 10px;
    }

    .form_sc div {
        padding: 0 0 0 65px;
    }

    .form_sc label {
        left: 10px;
        width: 50px;
        font-size: 17px;
    }

    .form_sc .sel {
        width: 37%;
        padding: 0 0 0 55px;
    }

    .form_sc .sel2 {
        width: 58%;
    }

    .form_sc .sel label {
        left: 0;
    }

    .form_sc select,
    .form_sc input[type="text"] {
        padding: 0 0 0 10px;
    }

    .form_sc input[type="text"] {
        padding-right: 45px;
    }

    .form_sc+.taR {
        font-size: 14px;
    }
}

@media all and (max-width:380px) {
    .form_sc {
        padding: 22px 0 24px 10px;
    }

    .form_sc div {
        padding: 0 0 0 55px;
    }

    .form_sc label {
        left: 0;
        width: 50px;
        font-size: 16px;
        line-height: 40px;
    }

    .form_sc .sel {
        padding: 0 0 0 45px;
    }

    .form_sc .sel label {
        left: -10px;
    }

    .form_sc .sel:after {
        right: 12px;
    }

    .form_sc+.taR {
        font-size: 13px;
    }
}

/* 각종 신청 서식 */
.doc_down li:not(:last-child) {
    margin: 0 0 30px;
}

.doc_down li a {
    display: block;
    padding: 27px 10px 26px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
}

.doc_down li a:hover,
.doc_down li a:focus,
.doc_down li a:active {
    background: #777;
    color: #fff;
    text-decoration: none;
}

.doc_down li a span:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 40px;
    width: 23px;
    height: 19px;
    background: url(/images/kr/assembly/ico_download2.png) no-repeat center bottom;
}

.doc_down li a:hover span:after {
    background-position: center top;
    transition: 0.25s ease-in;
}

.doc_down li a em {
    font-size: 16px;
    font-weight: 200;
}

@media all and (max-width: 1024px) {
    .doc_down li a {
        padding: 16px 10px;
        font-size: 18px;
    }
}

@media all and (max-width: 568px) {
    .doc_down li:not(:last-child) {
        margin: 0 0 20px;
    }

    .doc_down li a {
        padding: 10px 20px 10px;
        font-size: 15px;
        text-align: left;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    }

    .doc_down li a span {
        position: relative;
        display: block;
        box-sizing: border-box;
        padding: 0 30px 0 0;
    }

    .doc_down li a span:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin: 0;
    }

    .doc_down li a em {
        font-size: 13px;
    }
}

@media all and (max-width: 380px) {
    .doc_down li:not(:last-child) {
        margin: 0 0 10px;
    }

    .doc_down li a {
        padding: 10px 10px 10px 15px;
        font-size: 14px;
    }
}

/* 회의록 작성 근거 및 공개 s */
#assembly_reason .sec1 {
    margin-bottom: 60px;
}

.assembly_sub h4 {
    position: relative;
    font-family: 'score_500' !important;
    font-size: clamp(20px, 2vw, 23px) !important;
}

.assembly_sub .sec1 h4:before {
    content: '';
    background: url(/images/assembly/sub/gra_h4.png) center no-repeat !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20%;
}

#assembly_reason .sec1 h6 {
    color: #2e94a9;
    font-family: 'score_500';
    padding-left: 1rem;
    position: relative;
    font-weight: 500;
}

#assembly_reason .sec1 h6:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 3px solid #15929c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

#assembly_reason .sec1 ul {
    margin-bottom: 30px;
}

#assembly_reason .sec1 ul li {
    padding-left: 2.75rem;
    position: relative;
}


#assembly_reason .sec1 ul li:nth-of-type(1):before {
    content: '①';
    position: absolute;
    left: 1.5rem;
    top: 13px;
    transform: translateY(-50%);
}

#assembly_reason .sec1 ul li:nth-of-type(2):before {
    content: '②';
    position: absolute;
    left: 1.5rem;
    top: 13px;
    transform: translateY(-50%);
}

#assembly_reason .sec1 ul li:nth-of-type(3):before {
    content: '③';
    position: absolute;
    left: 1.5rem;
    top: 13px;
    transform: translateY(-50%);
}

#assembly_reason .sec1 ul li:nth-of-type(4):before {
    content: '④';
    position: absolute;
    left: 1.5rem;
    top: 13px;
    transform: translateY(-50%);
}

/* sec ul li content 초기화 */
#assembly_reason .sec2 ul li:nth-of-type(1):before,
#assembly_reason .sec2 ul li:nth-of-type(2):before,
#assembly_reason .sec2 ul li:nth-of-type(3):before,
#assembly_reason .sec2 ul li:nth-of-type(4):before {
    content: none;
}

#assembly_reason .sec2 ul li {
    position: relative;
}

#assembly_reason .sec2 ul li:before {
    position: absolute;
    left: 1.5rem;
    top: 8px;
    content: '-' !important;
}

/* 회의록 작성 근거 및 공개 e */

/* 회의록 발간 s*/
.dash li {
    position: relative;
    padding-left: 2rem;
}

.dash li:before {
    content: '';
    width: 9px;
    height: 4px;
    position: absolute;
    left: 1rem;
    top: 12px;
    background-color: #a3d0d9;
}

#assembly_publish .sec1 {
    margin-bottom: 26px;
}

#assembly_publish .sec1 ul li {
    color: #222222;
    font-family: 'score_300';
    font-weight: 300;
}

#assembly_publish .sec3 .dash:nth-of-type(1) {
    margin-bottom: 30px;
}

.num_demi li {
    padding-left: 1.75rem;
    position: relative;
    text-indent: -16px;
}

.demi_cir li {
    position: relative;
    padding-left: 1.125rem;
    text-indent: -16px;
}

.demi_cir li:before {
    content: '';
    display: inline-block;
    left: 1rem;
    top: 0;
}

/* 회의록 발간 e*/

/* 회의록의 작성 s*/
#assembly_write .prince {
    width: 100%;
    max-width: 1100px;
    padding: 47px;
    border: 5px solid #f3f3f3;
}

#assembly_write .prince h6 {
    color: #2e94a9;
    font-family: 'score_500';
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
}

#assembly_write .prince .dash li {
    font-weight: 400;
    font-family: 'score_400';
}

#assembly_write .sec1 {
    margin-bottom: 50px;
}

@media screen and (max-width : 1650px) {
    #assembly_write .prince {
        padding-inline: 20px;
        max-width: 96%;
    }
}

@media screen and (max-width : 1024px) {
    #assembly_write .prince {
        padding-inline: 20px;
        max-width: 95%;
    }
}


@media all and (max-width:768px) {
    #assembly_write .prince {
        max-width: none;
        width: calc(100% - 50px);
    }
}


#assembly_write .proc_wrap {
    padding: 47px;
    border: 5px solid #f3f3f3;
}

.proc>li {
    z-index: 1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 45px;
}

.proc>li::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: 16%;
    width: 29px;
    height: 18px;
    background: url(/images/assembly/sub/write_arrow.png)no-repeat;
}


.proc>li:nth-child(8)::after {
    bottom: -65%;
}

.proc>li:last-child::after {
    display: none;
}

.proc>li em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 339px;
    height: 47px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: url(/images/assembly/sub/write_bg_blue.png)center no-repeat;
    font-family: 'score_400';
}

.proc>li:last-child em {
    background-image: url(/images/assembly/sub/write_bg_purple.png);
}

.proc>li .ins {
    position: absolute;
    /* top: 37px; */
    top: 65px;
    left: 45%;
    transform: translateX(-50%);
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}

.proc>li .ins+strong {
    position: absolute;
    top: 80px;
    left: 45%;
    transform: translateX(-50%);
    margin: 0;
    font-family: 'score';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.proc>li .ins+strong::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -21px;
    width: 11px;
    height: 27px;
    border: 1px solid #c9d0e5;
    border-top: 0;
    border-right: 0;
}

.proc>li ul {
    position: relative;
    padding: 15px 20px;
    width: 45.49%;
    background: #fff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.proc>li ul::before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 30px;
    left: -55%;
    width: 60%;
    height: 1px;
    background: #ddd;
}

.proc>li ul li {
    padding: 0 0 0 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #222222;
}

.proc>li ul>li:before {
    top: 10px;
    width: 2px;
    height: 2px;
    background: #4a5587;
    border-radius: 100%;
}


@media all and (max-width:1220px) {

    .proc>li .ins+strong {
        left: 50%;
    }
}

@media all and (max-width:768px) {
    .proc>li em {
        width: 100%;
        background-size: 120%;
    }

    .proc>li .ins {
        position: static;
        transform: translateX(0);
        margin: 10px 0 0;
        text-align: center;
        width: 100%;
    }

    .proc>li .ins+strong {
        position: static;
        width: 100%;
        text-align: center;
        transform: translateX(0);
    }

    .proc>li ul {
        margin: 10px 0 0;
        width: 100%;
    }

    .proc>li .ins+strong::before,
    .proc>li ul::before {
        display: none;
    }

    .proc>li::after {
        bottom: -30px !important;
        left: 50%;
        transform: translateX(-50%);
    }
}



/* 회의록의 작성 e*/

/* 구 충청북도 교육 위원회 snb s*/
.chungbookEdu {
    display: inline-block;
    width: 252px;
    word-break: break-word;
    margin: 0 auto;
    line-height: 1.35;
}

/* 구 충청북도 교육 위원회 snb e*/

/* 역할 및 권한 s */
#committe_power .sec1 {
    margin-bottom: 57px;
}

#committe_power .roll {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border: 5px solid #f3f3f3;
    padding-inline: 47px;
    padding-block: 36px;
    margin-top: 13px;
}

#committe_power .roll .bluebg {
    width: 131px;
    height: 55px;
    background: url(/images/assembly/sub/roll_bluebg.png) center no-repeat;
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'score_400';
}

#committe_power .roll_item>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

#committe_power .roll_item li ul {
    border: 1px solid #ddd;
    text-align: center;
    width: 243px;
    height: 188px;
    border-radius: 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#committe_power .roll_item li ul li {
    font-family: 'score_400';
}

#committe_power .right.roll_item>ul {
    flex-direction: row-reverse;
}

#committe_power .sec2 .wrap {
    border: 5px solid #ddd;
    padding-inline: 47px;
    padding-block: 36px;
}

#committe_power h6 {
    color: #2e94a9;
    font-family: 'score_500';
    font-size: 17px;
    font-weight: 500;
}

#committe_power .sec2 .wrap .dash {
    margin-bottom: 27px;
}

@media screen and (max-width : 1440px) {
    #committe_power .roll {
        flex-direction: column;
        align-items: start;
        gap: 2rem;
    }

    #committe_power .right.roll_item>ul {
        flex-direction: row;
    }

    #committe_power .right.roll_item .arrow img {
        transform: rotate(180deg);
    }

    #committe_power .roll .bluebg {
        width: 180px;
        background-size: cover;
    }
}

@media screen and (max-width : 567px) {
    #committe_power .roll {
        padding-inline: 20px;
    }

    #committe_power .roll .roll_item {
        width: 100%;
    }

    #committe_power .roll li {
        width: 100%;
    }

    #committe_power .roll_item>ul,
    #committe_power .right.roll_item>ul {
        flex-direction: column;
    }


    #committe_power .roll .bluebg {
        width: 100%;
    }

    #committe_power .roll_item li ul {
        width: 100%;
    }

    #committe_power .sec2 .wrap {
        padding-inline: 20px;
    }

    #committe_power .roll .arrow {
        display: none;
    }
}

/* 역할 및 권한 e */


/
/* 연혁 s */
#committe_history {
    overflow: hidden;
}

#committe_history .tab_menu {
    position: relative;
    display: flex;
}


#committe_history .tab_menu ul {
    display: flex;
}

#committe_history .tab_menu:before {
    width: 790px;
    height: 2px;
    background-color: #2971b6;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 291px;
}

#committe_history .tab_menu li {
    background-color: #f2f2f2;
    color: #666666;
    transition: 0.3s;
    display: inline-flex;
    width: 289px;
    height: 57px;
    font-size: 21px;
    align-items: center;
    justify-content: center;
    border: 2px solid #f2f2f2;
    position: relative;
}

#committe_history .tab_menu li.his_on {
    background-color: #fff;
    color: #2971b5;
    font-family: 'score_600';
    transition: 0.3s;
    border: 2px solid #2971b6;
    border-bottom: 2px solid #fff;
    position: relative;
}

#committe_history .tab_content .cont {
    display: none;
    margin-top: 47px;
}

#committe_history .tab_content .cont.active {
    display: block;
}

#committe_history .cont>ul>li {
    display: flex;
    margin-bottom: 20px;
}

#committe_history .his_row {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}

#committe_history .his_year {
    min-width: 100px;
    font-family: 'score_500';
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

#committe_history .his_year::before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/images/assembly/sub/ico_hisCir.png) center no-repeat;
    background-size: cover;
}

#committe_history .his_text {
    flex: 1;
    font-size: 15px;
}

#committe_history .his_text p {
    margin: 0 0 8px;
    line-height: 1.6;
    font-family: 'score_400';
    position: relative;
    padding-left: 10px;
}

#committe_history .his_text p:before {
    width: 4px;
    height: 4px;
    background-color: #f3c122;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
}

#committe_history .his_text p.red2b:before {
    content: none;
}


.red2b {
    color: #bb2b2b;
}

@media screen and (max-width: 768px) {

    #committe_history .tab_menu li {
        width: 195px;
        height: 50px;
        font-size: 18px;
    }

    #committe_history .his_text {
        font-size: 14px;
    }

    #committe_history .his_text p:before {
        top: 8px;
    }
}

@media screen and (max-width: 568px) {
    #committe_history .tab_menu li {
        width: 170px;
        height: 43px;
        font-size: 16px;
    }

    #committe_history .cont {
        padding-inline: 0 20px;
    }

    #committe_history .cont>ul>li {
        flex-direction: column;
    }
}


/* 연혁 e */


/* 각종 신청 서식 s */
#sub_assembly .doc_down li a {
    border-radius: 10rem;
}

#sub_assembly .doc_down li a:hover {
    background-color: #37749f;
}

/* 각종 신청 서식 e */

/* 1~3대 회의록 s */
#assembly_topBox {
    height: 164px;
    border: 5px solid #f3f3f3;
    margin-bottom: 72px;
    padding-inline: 60px;
    padding-block: 52px 0;
    position: relative;
}

#assembly_topBox .icon_box {
    position: absolute;
    right: 47px;
    bottom: 16px;
}

#assembly_topBox h4 {
    font-family: 'score_500';
    font-size: 23px;
    color: #222;
    padding-left: 16px;
    font-weight: 500;
}

#assembly_topBox h4:before {
    content: none;
}

#assembly_topBox h4 .green2e {
    color: #2e94a9;
    font-family: 'score_500';
    font-weight: 500;
}

@media (max-width: 1024px) {
    #assembly_topBox {
        padding-inline: 40px;
    }

    #assembly_topBox h4 .green2e {
        font-size: 23px;
    }
}

@media (max-width: 768px) {
    #assembly_topBox {
        padding-inline: 20px;
    }

    #assembly_topBox .icon_box {
        right: 20px;
        max-width: 150px;
    }
}

@media (max-width: 568px) {
    #assembly_topBox {
        height: 135px;
        margin-bottom: 50px;
        padding-block: 40px 0;
        text-align: center;
    }

    #assembly_topBox .icon_box {
        display: none;
    }

    #assembly_topBox h4 {
        font-size: 20px;
        padding-left: 0;
    }

    #assembly_topBox h4 .green2e {
        font-size: 20px;
    }

    #assembly_topBox .dash li:before {
        content: none;
    }
}

@media (max-width: 455px) {
    #assembly_topBox {
        padding-block: 30px;
    }

    #assembly_topBox h4 {
        max-width: 80%;
        margin: 0 auto;
        line-height: 1.5;
    }

    #assembly_topBox .dash li {
        padding-left: 0;
    }
}



/* 1~3대 회의록 e */

/* 의원별 회의록 */
#sub_memberlist ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 2rem;
}

#sub_memberlist ul li{
    position: relative;
    padding-left: 10px;
}

#sub_memberlist ul li:before{
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    display: inline-block;
    background-color: #004e96;
}

/* 영상 회의록 링크 s */
#sub_vidlink ul{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 40%;
    margin: 0 auto;
}

#sub_vidlink ul li{
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

#sub_vidlink ul li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: 0.3s;
    background: #3c3487; /* 처음 색상 */
    background-image: linear-gradient(45deg, #dad4f1  0%, #f5e8e1  100%);
    background-repeat: no-repeat;
    background-size: 0% 100%; /* 처음에는 안 보이게 */
    transition: background-size 0.3s ease;
    overflow: hidden;
    font-size: 18px;
    font-family: 'score_600';
}


#sub_vidlink ul li:hover a{
    background-size: 100% 100%;
    transition: 0.3s;
    color: #3c3487;
}

@media screen and (max-width : 768px) {
    #sub_vidlink ul{
        width: 100%;
    }

    #sub_vidlink ul li a{
        font-size: 16px;
    }
}
/* 영상 회의록 링크 e */