@charset "utf-8";

/*
layout : PC
*/
/* 공통 */
.tab { width: 100%; position: relative; }
.tab > li { width: 100%; overflow: hidden; }
.tab > li > h3 { position: absolute; width: 50%; top: 0%; display: inline-block; text-align: center; line-height: 58px; box-sizing: border-box; z-index: 1; }
.tab.t3 > li > h3 { width: 33.33%; }
.tab.t2 > li:nth-child(1) > h3 { left: 0%; }
.tab.t2 > li:nth-child(2) > h3 { left: 50%; }
.tab.t3 > li:nth-child(1) > h3 { left: 0%; }
.tab.t3 > li:nth-child(2) > h3 { left: 33.33%; }
.tab.t3 > li:nth-child(3) > h3 { left: 66.66%; }
.tab > li > h3 > a { display: block; color: #a0a0a0; font-size: 20px; border: 1px solid #cdcdcd; background-color: #fff; font-weight: 100; }
.tab.t2 > li:nth-child(1) > h3 a { border-right: none; }
.tab.t2 > li:nth-child(2) > h3 a { border-left: none; }
.tab.t3 > li:nth-child(1) > h3 a { border-right: none; }
.tab.t3 > li:nth-child(3) > h3 a { border-left: none; }
.tab > li > h3 > a:hover,
.tab > li > h3 > a:focus { text-decoration: none; }
.tab > li > h3 > a:hover,
.tab > li > h3 > a:focus,
.tab > li.on > h3 > a { color: #fff; background-color: #184c87; font-weight: 400; }
.tab > li .wrap { display: none; margin-top: 90px; }
.tab > li.on .wrap { display: block; }
.section { margin-bottom: 30px; }
.title { position: relative; background: url("/images/kr/sub/bl_line.png") left center no-repeat; padding-left: 18px; font-size: 18px; font-weight: 400; margin-bottom: 10px; }
.subTitle { position: relative;background: url("/images/kr/sub/bl_line2.png") left center no-repeat;padding-left: 10px;font-size: 16px;font-weight: 400;margin-bottom: 10px; }
.thirdTitle { position: relative;background: url("/images/kr/sub/bl_line3.png") left center no-repeat;padding-left: 10px;font-size: 15px;font-weight: 400;margin-bottom: 10px; }
.grayBox { background-color: #f5f5f5; padding: 30px; }
.grayBorderBox { border: 1px solid #f5f5f5; padding: 30px; }
.list > li { margin-bottom: 5px; }
.list > li:after { content: ''; display: block; clear: both; }
.list > li:last-child { margin-bottom: 0px; }
.list > li > .tit,
.list > li > .con { float: left; }
.list > li > .con { font-weight: 100; max-width: calc(100% - 80px); }
.list.dot > li { position: relative; padding-left: 10px; }
.list.dot > li:before { content: '·'; position: absolute; left: 0; top: 0px; }
.list.dash > li { position: relative; padding-left: 7px; }
.list.dash > li:before { content: '-'; position: absolute; left: 0; top: 0px; }
.tableWrap .tableInfo { display: none; font-size: 13px; color: #fc4b05; margin-bottom: 5px; }
table { width: 100%; }
table th { background-color: #f8f5ef; border: 1px solid #dcc9aa; font-weight: 400; padding: 10px; text-align: center; }
table td { background-color: #fff; border: 1px solid #dcc9aa; text-align: center; font-weight: 100; word-break: keep-all; word-wrap: break-word; padding: 10px; }
table thead th { border-top: 2px solid #a7844c; }
table th:first-child,
table td:first-child { border-left: none; } 
table th:last-child,
table td:last-child { border-right: none; }


.tabmenu {position:relative; overflow:hidden; width:100%; margin:0 0 20px; border-top:1px solid #dbdbdb; border-left:1px solid #dbdbdb; box-sizing:border-box;}
.tabmenu > li{float:left; width:33.33%; font-size:16px; letter-spacing:-1px;}
.tabmenu > li > a{display:block; line-height:45px; font-weight:400; color:#000; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; color:#525252; transition:background 0.3s ease-in; text-align:center;}
.tabmenu > li > a:hover{color:#3e78bd; background:#f8f8f8;}
.tabmenu > li.on > a{color:#fff; background:#37405b;}

#subMember .tabmenu > li { width: 14.28%; }

@media all and (max-width:630px) {
	.tabmenu > li{width:50%; font-size:15px;}
	.tabmenu > li > a{line-height:40px;}
}
@media all and (max-width:340px) {
	.tabmenu > li{font-size:14px;}
}

/* 열린의장실 > 공통 */
.chairperson .wrap { box-sizing: border-box; padding-top: 40px; } 
.chairperson .top { background-color: #f5f5f5; box-sizing: border-box; padding: 40px; margin-left: 20px; position: relative; margin-bottom: 40px; }
.chairperson .top .txt { padding-bottom: 15px; }
.chairperson .top .txt h3 { width: 45%; font-size: 19px; font-weight: 100; color: #222; line-height: normal; position: relative; padding-bottom: 20px; margin-bottom: 20px; word-break: keep-all; word-wrap: break-word; }
.chairperson .top .txt h3 strong { display: block; font-size: 22px; font-weight: 400; }
.chairperson .top .txt h3 span { color: #184c87; }
.chairperson .top .txt h3:after { content: ''; display: block; width: calc(100% + 60px); height: 1px; background-color: #3cb163; position: absolute; left: -60px; bottom: 0; }
.chairperson .top .txt p { width: 45%; color: #666; line-height: normal; margin-bottom: 20px; word-break: keep-all; word-wrap: break-word; font-weight: 100; }
.chairperson .top .txt p.sign { margin-bottom: 0px; }
.chairperson .top .txt p.sign img { margin-left: 7px; }
.chairperson .top .img { position: absolute; top: -40px; right: 40px; }
.chairperson .bottom { margin-left: 20px; }
.chairperson .bottom p { color: #222; line-height: normal; font-weight: 100; font-size: 16px; margin-bottom: 10px; word-break: keep-all; word-wrap: break-word; }
/* 열린의장실 > 의장약력 */
#profile .top .txt { padding-bottom: 0px; }
#profile .top .txt > div > ul > li { position: relative; box-sizing: border-box; padding-left: 15px; margin-bottom: 10px; }
#profile .top .txt > div > ul > li:before { content: ''; display: block; width: 7px; height: 7px; background: url("/images/kr/sub/bl_line.png") left top no-repeat; position: absolute; left: 0; top: 8px; }
#profile .top .txt > div > ul > li span { float: left; }
#profile .top .txt > div > ul > li .tit { font-weight: 400; }
#profile .top .txt > div > ul > li .con { font-weight: 100; margin-left: 3px; }
#profile .top .txt > div > ul > li:after { content: ''; display: block; clear: both; }
#profile .top .txt .career { clear: both; padding-top: 10px; }
#profile .top .txt .career:after { content: ''; display: block; clear: both; }
#profile .top .txt .career > ul { float: left; width: 50%; }
#profile .top .txt .career > ul li { position: relative; box-sizing: border-box; padding-left: 11px; font-weight: 100; margin-bottom: 5px; }
#profile .top .txt .career > ul li:before { content: ''; display: block; width: 4px; height: 1px; background-color: #727272; position: absolute; left: 4px; top: 10px; }

/* 의회안내 > 의회연혁 */
#history .summary { padding: 50px 0 50px 45%; background: #e8ffed url("/images/kr/sub/img_history.jpg") left 10% center no-repeat; }
#history .summary h4 { color: #3cb163; font-size: 32px; line-height: normal; letter-spacing: -3px; font-style: italic; }
#history .summary p { font-weight: 100; color: #666; line-height: normal; }
#history .summary p strong { display: block; font-size: 18px; font-weight: 100; color: #222; }
#history .list { background: url("/images/kr/sub/bg_history.png") 216px 0px repeat-y; position: relative; margin-top: 40px; }
#history .list:before { content:''; display: block; width: 7px; height: 9px; background-color: #fff; position: absolute; left: 214px; top: 0px; z-index: 2; }
#history .list:after { content: ''; display: block; clear: both; }
#history .list .section { margin-bottom: 50px; position: relative; z-index: 2; }
#history .list .section:after { content: ''; display: block; clear: both; }
#history .list .section > div { line-height: 22px; }
#history .list .section .left { float: left; width: 214px; } 
#history .list .section .left h4 { font-size: 22px; font-weight: normal; color: #333; }
#history .list .section .left h4 span { font-size: 22px; color: #184c87; }
#history .list .section .right { float: right; width: calc(100% - 214px); }
#history .list .section .right .article { position: relative; }
#history .list .section .right .article:before { content: ''; display: block; width: 37px; height: 1px; background-color: #a7844c; position: absolute; top: 11px; left: 0px; }
#history .list .section .right .article:after { content: ''; display: block; width: 7px; height: 7px; position: absolute; top: 8px; left: 0px; background-color: #a7844c; border-radius: 50%; }
#history .list .section .right .article ul { padding-left: 47px; box-sizing: border-box; }
#history .list .section .right .article ul li { margin-bottom: 10px; }
#history .list .section .right .article ul li:after { content: ''; display: block; clear: both; }
#history .list .section .right .article ul li:last-child { margin-bottom: 0px; } 
#history .list .section .right .article ul li span { display: block; color: #333; }
#history .list .section .right .article ul li .date { float: left; width: 93px; } 
#history .list .section .right .article ul li .con { float: right; width: calc(100% - 93px); }
#history .list .section .dp { display: block; line-height: normal; }
/* 의회안내 > 의회구성 > 조직도 */
#org .section .img { border: 1px solid #ddd; text-align: center; padding: 60px 0px; }
/* 의회안내 > 위원회 */
#subCommittee .section .info { background-image: url("/images/kr/sub/bg_info.png"); background-position: right 22px center; background-repeat: no-repeat; }
#subCommittee .section .info p { width: calc(100% - 245px); font-weight: 100; word-break: keep-all; word-wrap: break-word; }
#subCommittee .section .top { margin-bottom: 20px; }
#subCommittee .section .top:after { content: ''; display: block; clear: both; } 
#subCommittee .section .top .left { float: left; width: 310px; }
#subCommittee .section .top .right { float: left; width: calc(100% - 310px); box-sizing: border-box; padding: 20px 40px; }
#subCommittee .section .top .right h5 { font-size: 16px; font-weight: 400; color: #184c87; margin-bottom: 10px; }
#subCommittee .section .top .right ul li { font-weight: 100; color: #222; }
#subCommittee .section .top .right ul li span { display: block; font-weight: 400; margin-bottom: 5px; }
/* 의회안내 > 의회기능 */
.function .section .grayBox > p { font-weight: 100; line-height: normal; }
.function .section .grayBox .tableWrap { margin-bottom: 15px; }
.function .section .dot > li { margin-bottom: 15px; }
.function .section .list > li { font-weight: 100; }
.function .section .list > li h5 { font-weight: 400; margin-bottom: 5px; }
.function .section .list > li p { margin-bottom: 5px; }
.function .mj { width: 85%; font-family: 'Nanum Myeongjo'; font-size: 24px; word-break: keep-all; word-wrap: break-word; margin-bottom: 10px; }
.function .mj .big { font-size: 30px; }
.function .mj .big span { color: #184c87; }
.function .diagram { width: 90%; margin: 0 auto; }
.function .diagram > h4 { font-weight: 400; color: #222; margin-bottom: 10px; }
.function .diagram > .item { padding-bottom: 20px; background: url("/images/kr/sub/icon_arrow_long.png") left 68px bottom 30% no-repeat; }
.function .diagram > .item:after { content: ''; display: block; clear: both; }
.function .diagram > .item .left { float: left; width: 170px; }
.function .diagram > .item .left h5 { font-size: 16px; font-weight: 400; text-align: center; color: #222; padding: 10px 0; border-width: 2px; border-style: solid; letter-spacing: -1px; }
.function .diagram.green > .item .left h5 { background-color: #eff5e9; border-color: #7bad45; }
.function .diagram.blue > .item .left h5 { background-color: #e2eaf3; border-color: #184c87; }
.function .diagram.yellow > .item .left h5 { background-color: #f6f3e5; border-color: #e4bc1e; }
.function .diagram.purple > .item .left h5 { background-color: #f8f4fa; border-color: #8957a1; }
.function .diagram > .item .right { float: left; width: calc(100% - 170px); }
.function .diagram > .item .right .article { position: relative; padding-left: 25%; }
.function .diagram > .item .right .article:before { content: ''; display: block; width: 25%; height: 1px; background-color: #cdcdcd; position: absolute; top: 22px; left: 0px; }
.function .diagram > .item .right ul { background-color: #fff; border: 1px solid #cdcdcd; padding: 15px 30px; }
.function .diagram > .item .right ul li { position: relative; padding-left: 10px; font-weight: 100; color: #222; }
.function .diagram > .item .right ul li:before { content: '·'; position: absolute; left: 0; top: 0px; }
.function .diagram > .item.short { padding-bottom: 40px; background-image: url("/images/kr/sub/icon_arrow_short.png"); background-position: left 68px bottom 17%; }
.function .diagram > .item.last { background: none; padding-bottom: 0px; }
.function .diagram.arrow > .item { background: none; }
.function .diagram.arrow > .item .article:before { height: 46px; background: url("/images/kr/sub/icon_arrow_right.png") center no-repeat; background-size: 45% auto; top: 0px; }
.function .diagram.arrow > .item .right ul.none li { padding-left: 0; }
.function .diagram.arrow > .item .right ul.none > li:before { display: none; }
.function .diagram.arrow > .item .right ul.none > li > ul { padding: 0; padding-left: 10px; border: none; }
.function .diagram.arrow > .item .right ul.none > li > ul li { position: relative; padding-left: 7px; }
.function .diagram.arrow > .item .right ul.none > li > ul li:before { content: '-'; position: absolute; left: 0; top: 0; }
/* 의회안내 > 의회기능 > 의회의 역할과 지위 */
#function1 .section { font-weight: 100; }
#function1 .section h5 { font-weight: 400; }
#function1 .section > .part > ul { width: 90%; margin: 0 auto; margin-top: 20px; }
#function1 .section > .part > ul:after { content: ''; display: block; clear: both; } 
#function1 .section > .part > ul > li { float: left; width: 24%; padding-right: 14%; background: url("/images/kr/sub/bg_arrow.png") right 6% top 10px no-repeat; background-size: 28%; }
#function1 .section > .part > ul > li:last-child { background: none; padding-right: 0; }
#function1 .section > .part > ul > li h5 { border-style: solid; border-width: 2px; text-align: center; padding: 10px; color: #222; font-size: 16px; margin-bottom: 10px; } 
#function1 .section > .part > ul > li.item1 h5{ border-color: #7bad45; background-color: #eff5e9; }
#function1 .section > .part > ul > li.item2 h5{ border-color: #184c87; background-color: #e2eaf3; }
#function1 .section > .part > ul > li.item3 h5{ border-color: #e4bc1e; background-color: #f6f3e5; }
#function1 .section > .status > ul > li { margin-bottom: 20px; } 
#function1 .section > .status > ul > li p { margin-left: -7px; }
/* 의회안내 > 의회기능 > 의회의 운영 */
#function2 .section .grayBox > p { margin-bottom: 15px; }
/* 의회안내 > 의회기능 > 조례 재정 및 개폐 */
#function3 .diagram + p { width: 90%; margin: 0 auto; }
/* 의회안내 > 의회기능 > 행정사무감사/조사 */
#function5 .section > .grayBox > p { margin-bottom: 15px; }
#function5 .section > .grayBox > .darkgrayBox { padding: 30px; background-color: #ddd; margin-bottom: 10px; }
/* 의회안내 > 의회사무국 > 현황 */
#office .dot li .con { max-width: calc(100% - 40px); }
#office .section .img { border: 1px solid #e7e7e7; text-align: center; padding: 60px 0; }
/* 의회안내 > 청사안내 */
#guide .img { position: relative; height: 468px; border: 1px solid #cdcdcd; }
#guide .img img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
/* 의회안내 > 오시는길 */
#map .section > p { font-size: 20px; font-weight: 100; color: #222; margin-bottom: 10px; }
#map .section > p span { color: #184c87; }
#map .section .map { background-color: #999; height: 400px; }
#map .section .dot li { font-weight: 100; }
#map .root_daum_roughmap{width:100% !important; line-height:0;}

/* 의원광장 > 현역의원 */
.memberList { margin-left: -12.5px; margin-right: -12.5px; }
.memberList:after { content: ''; display: block; clear: both; }
.memberList > li { float: left; width: 50%; box-sizing: border-box; padding-left: 12.5px; padding-right: 12.5px; margin-bottom: 25px; }
.memberList > li .wrap { border: 1px solid #d2d2d2; height: 289px; overflow: hidden; position: relative; }
.memberList > li .wrap .top { box-sizing: border-box; padding: 29px 19px 14px; }
.memberList > li .wrap .top:after { content: ''; display: block; clear: both; }
.memberList > li .wrap .top .left { float: left; width: 30%; max-width: 119px; }
.memberList > li .wrap .top .left .img { width: 100%; max-height: 151px; overflow: hidden; text-align: center; }
.memberList > li .wrap .top .left .img img { width: 100%; }
.memberList > li .wrap .top .right {float: right;width: 70%;box-sizing: border-box;padding-left: 28px;}
.memberList > li .wrap .top .right h4 { font-size: 20px; font-weight: 400; color: #303030; margin-bottom: 4px; }
.memberList > li .wrap .top .right ul li { line-height: normal; }
.memberList > li .wrap .top .right ul li > .tit { max-width: 65px; font-weight: 100; }
.memberList > li .wrap .top .right ul li > .con { width: calc(100% - 65px); max-height: 44px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; word-break: keep-all; word-wrap: break-word; letter-spacing: -1.25px; }
.memberList > li .wrap .top .right ul li:last-child:before { display: none; }
.memberList > li .wrap .top .right ul li:last-child > div { padding-left: 0px; }
.memberList > li .wrap .top .right .sns { margin-top: 5px; }
.memberList > li .wrap .top .right .sns li { float: left; margin-right: 4px; }
.memberList > li .wrap .top .right .sns li:last-child { margin-right: 0px; }
.memberList > li .wrap .top .right .sns li a { display: block; width: 28px; height: 27px; background: url("/images/kr/sub/icon_sns_on_off.jpg") 0px 0px no-repeat; font-size: 0px; }
.memberList > li .wrap .top .right .sns li.facebook a { background-position-x: 0px; }
.memberList > li .wrap .top .right .sns li.twitter a { background-position-x: -28px; }
.memberList > li .wrap .top .right .sns li.blog a { background-position-x: -56px; }
.memberList > li .wrap .top .right .sns li.kakaostory a { background-position-x: -84px; }
.memberList > li .wrap .top .right .sns li.instagram a { background-position-x: -112px; }
.memberList > li .wrap .top .right .sns li.off a { background-position-y: -27px; }
.memberList > li .wrap .bottom { border-top: 1px solid #d2d2d2; background-color: #fafafa; position: absolute; width: 100%; left: 0; bottom: 0; }
.memberList > li .wrap .bottom:after { content: ''; display: block; clear: both; }
.memberList > li .wrap .bottom .left { float: left; width: 34.5%; }
.memberList > li .wrap .bottom .right { float: right; width: 65.5%; }
.memberList > li .wrap .bottom a { display: block; text-align: center; line-height: 40px; color: #5182c7; }
.memberList > li .wrap .bottom a.profile { border-right: 1px solid #d2d2d2; }
.memberList > li .wrap .bottom a.homepage:before { content: url("/images/kr/sub/icon_home2.png"); margin-right: 5px; vertical-align: middle; }
@media all and (max-width:1220px) {
	.memberList > li .wrap{height: 310px;}
	.memberList > li .wrap .top .right { padding-left: 15px; }
}

/* 의원광장 > 의원윤리강령 */
.ethics .section > .mj { font-family: 'Nanum Myeongjo'; font-size: 24px; color: #222; text-align: center; margin-bottom: 20px; }
.ethics .section .grayBox > p { margin-bottom: 40px; }
.ethicsList li { background-color: #fff; font-weight: 100; line-height: normal; padding: 20px 100px; position: relative; word-break: keep-all; word-wrap: break-word; margin-bottom: 27px; }
.ethicsList li:before { content: url("/images/kr/sub/img_num1.png"); background-color: #3cb163; display: block; position: absolute; left: 20px; top: -17px; padding: 8px 13px 4px; }
.ethicsList li:nth-child(1):before { content: url("/images/kr/sub/img_num1.png"); }
.ethicsList li:nth-child(2):before { content: url("/images/kr/sub/img_num2.png"); }
.ethicsList li:nth-child(3):before { content: url("/images/kr/sub/img_num3.png"); }
.ethicsList li:nth-child(4):before { content: url("/images/kr/sub/img_num4.png"); }
.ethicsList li:nth-child(5):before { content: url("/images/kr/sub/img_num5.png"); }
/* 의원광장 > 의원윤리강령 > 의원윤리강령 */
#ethics1 .section > .mj span { color: #184c87; }
/* 의원광장 > 의원윤리강령 > 자정결의문 */
#ethics2 .section > .mj span { color: #3cb163; }
#ethics2 .ethicsList li:before { background-color: #a7844c; }

/* 참여마당 > 방청안내 */
#tour .summary { text-align: center; }
#tour .summary h4 { background: url("/images/kr/sub/bg_tour_line.jpg") left center repeat-x; margin-bottom: 10px; }
#tour .summary h4 > span { font-family: 'Nanum Myeongjo'; font-weight: 700; font-size: 24px; background-color: #fff; padding: 0 10px; }
#tour .summary h4 > span > span { color: #184c87; }
#tour .summary p { color: #555; }
#tour .section > ul { padding-left: 18px; }
#tour .step:after { content: ''; display: block; clear: both; }
#tour .step li { float: left; padding: 10px 20px; border: 1px solid #cdcdcd; background-color: #f5f5f5; color: #222; margin-right: 50px; }
#tour .step li.blue { border-color: #0068b7; background-color: #e9f1f6; color: #222 !important; }
#tour .step li:last-child { margin-right: 50px; } 
#tour .section a.watchDown { display: block; width: 200px; height: 44px; line-height: 44px; text-align: center; background-color: #3cb163; color: #fff; }
/* 참여마당 > 청원/진정 안내 */
#petition .section .grayBox > ul > li > h5 { font-weight: 400; }
#petition .section .grayBox > ul > li > ul li { font-weight: 100; }

/* 통합검색*/
#sub_search{position:relative; padding:30px 0 0 0;}
#sub_search:before{content:''; display:block; position:absolute; top:0; left:54px; width:175px; height:98px; background:url(/images/kr/data/bg_search.png) no-repeat 95% 100%;}
#sub_search .search{width:100%; padding:60px 0; margin:0 0 30px 0; background:#f2f2f2;}
#sub_search .search *{display:inline-block;;}
#sub_search .search form,
#sub_search .search fieldset{width:100%; text-align:center;}
#sub_search .search label{margin:0 1em 0 0; line-height:39px; font-size:110%;}
#sub_search .search #word{width:30%; height:37px; line-height:37px; border:1px solid #c8c8ca;}
#sub_search .search button{width:60px; height:39px; background:#305299; color:#fff;}
#sub_search .total_search_result .titTxt{margin:0 0 8px 0; font-size:120%; font-weight:bold;}
#sub_search .total_search_result ul{padding:0 0 0 10px}
#sub_search .total_search_result li{display:block; padding:0 0 0 8px;}
#sub_search .total_search_result li:before{content:''; display:block; position:absolute; top:9px; left:0; height:3px; width:3px; background:#474747; border-radius:50%;}
#sub_search .total_search_result li strong{color:#0a58a5;}
#sub_search .total_search_result .none{width:100%; padding:20px 0; text-align:center; background:#fafafa; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea;}
#sub_search .result h4{padding:0 0 5px 0; margin:0 0 8px 0; font-size:110%; font-weight:bold; border-bottom:1px solid #ccc;}

/* 의회용어사전 */
#sub_voca .indexArea{overflow:hidden; width:100%; padding:2em 0; border:1px solid #d9d9d9; box-sizing:border-box;}
#sub_voca .index_word,
#sub_voca .indexArea form,
#sub_voca .search_result{overflow:hidden; width:90%; margin:0 auto 1em auto; padding:0 0 1em 0; border-bottom:1px solid #dbdbdb; box-sizing:border-box;}
#sub_voca .indexArea form *{float:left;}
#sub_voca .indexArea fieldset{width:100%;}
#sub_voca .indexArea input {vertical-align:top; margin:0 3px 0 0;}
#sub_voca .indexArea #word {height:29px; width:440px; line-height:29px; border:1px solid #c8c8ca;}
#sub_voca .indexArea button[type="submit"]{height:31px; width:74px; color:#fff; background:#263963;}
#sub_voca .indexArea form label,
#sub_voca .index_word .titTxt{float:left; padding:3px 2em 0 0; font-weight:bold; color:#000; font-size:105%;}
#sub_voca .index_word ul {float:left;}
#sub_voca .index_word li {float:left; margin:0 3px 0 0; text-align:center;}
#sub_voca .index_word li a{display:block; width:34px; height:34px; line-height:34px; font-size:120%; font-weight:bold; color:#000; text-decoration:none; background:#e0e0e0;}
#sub_voca .index_word li.current_on a,
#sub_voca .index_word li a:focus,
#sub_voca .index_word li a:hover{color:#fff; background:#f38d3b;}
#sub_voca .search_result li {float:left; width:19%; padding:0 0 10px 6px; letter-spacing:-1px;}
#sub_voca .search_result li:before{width:3px; height:3px; background:#555;}
#sub_voca .none,#sub_voca .word_defined{width:100%; padding:15px 0 0 0;}
#sub_voca .word_defined dt{margin:0 0 0.2em 0; font-size:20px;}
#sub_voca .word_defined dd{padding-left:20px;}

#sub_hope .red{color:#d53030;}
#sub_hope .info_box{position:relative; padding:2em 20% 2em 2em; margin:0 0 1.5em 0; border:1px solid #e0e0e0;}
#sub_hope .info_box:after{content:''; display:block; position:absolute; top:23px; right:3%; width:114px; height:134px; background:url(/images/kr/open/bg_hope.gif) no-repeat;}


/* 배너모음 */
#sub_banner ul{overflow:hidden; width:100%;}
#sub_banner ul li {display:inline-block; padding:0.5em;}
#sub_banner ul li.none{font-weight:bold; text-align:center; width:100%;}

/* 개인정보처리방침 */
#privacy .section { font-weight: 100; }
#privacy .section > div { padding: 10px 20px; }
#privacy .section > div ul,
#privacy .section > div p { margin-bottom: 15px; }
#privacy .section > div .none { margin-bottom: 0px; }

/* 의회소식 > 정보공개 > 결재문서공개 */
#bbsPermission .img { margin-bottom: 20px; }
#bbsPermission .txt { text-align: center; }
#bbsPermission .txt p { width: 85%; margin: 0 auto; font-size: 16px; font-weight: 100; line-height: normal; margin-bottom: 10px; word-break: keep-all; word-wrap: break-word; }
#bbsPermission .txt p .small { display: block; }
#bbsPermission .txt p .big { font-size: 125%; color: #184c87; }
#bbsPermission .txt .shortCut { display: inline-block; padding: 10px 20px; background-color: #3cb163; color: #fff; margin-top: 20px; margin-bottom: 20px; }
#bbsPermission .txt .shortCut:before { content: url("/images/kr/sub/icon_permission.png"); vertical-align: sub; margin-right: 10px; }

/*사이트맵*/
#sub_sitemap .site{overflow:hidden; width:100%; padding:20px 0 0 0; border-top:1px solid #d6d6d6;}
/*#sub_sitemap .site h4{float:left; width:22%; font-size:161%;}*/
#sub_sitemap h4 { position: relative; background: url("/images/kr/sub/bl_line.png") left center no-repeat; padding-left: 18px; font-size: 18px; font-weight: 400; margin-bottom: 10px; }
#sub_sitemap .site > ul{float:left; width:100%; box-sizing:border-box;}
#sub_sitemap .site > ul > li {float:left; width:22%; padding:0 1.5% 30px;}
#sub_sitemap .site > ul > li > a{display:block; line-height:40px; border:1px solid #d6d6d6; text-align:center; font-size:115%;}
#sub_sitemap .site > ul > li > a:hover,
#sub_sitemap .site > ul > li > a:focus{background:#f8f8f8;}
#sub_sitemap .site > ul > li > ul{padding:10px 0 0 0;}

/* 의원검색 */
.form_sc{overflow:hidden; width:100%; padding:25px 0 20px; margin:0 0 25px 0; background:#f3f3f3;}
.form_sc div{padding:0 0 0 2em;}
.form_sc *{float:left;}
.form_sc label{padding:0 1em 0 0; font-weight:bold; line-height:36px;}
.form_sc select{width:150px; margin:0 3px 0 0;}
.form_sc input[type="text"]{width:170px; margin:0 3px 0 0;}
.form_sc select,
.form_sc input[type="text"]{height:34px; line-height:34px; border:1px solid #d8d8d8;}
.form_sc .info_txt{padding:4px 0 0 25px;}
.form_sc button{width:72px; height:34px; color:#fff; background:#305299; border-radius:none;}
@media all and (max-width:1220px) {
	.form_sc select + select{margin-bottom:10px;}
}
@media all and (max-width:640px) {
	.form_sc div{width:100%; box-sizing:border-box;}
	.form_sc label{width:45px;}
}
@media all and (max-width:390px) {
	.form_sc select{width:122px; margin:0 8px 0 0;}
	.form_sc input[type="text"]{width:105px;}
}

/* 역대의장단 */
.mb10 { margin-bottom: 10px; }
.tab.t8 > li > h3 {width: 11.111%;}
.tab.t8 > li:nth-child(1) > h3 { left: 0%; }
.tab.t8 > li:nth-child(2) > h3 { left: 11.11%; }
.tab.t8 > li:nth-child(3) > h3 { left: 22.22%; }
.tab.t8 > li:nth-child(4) > h3 { left: 33.33%; }
.tab.t8 > li:nth-child(5) > h3 { left: 44.44%; }
.tab.t8 > li:nth-child(6) > h3 { left: 55.55%; }
.tab.t8 > li:nth-child(7) > h3 { left: 66.66%; }
.tab.t8 > li:nth-child(8) > h3 { left: 77.77%; }
.tab.t8 > li:nth-child(9) > h3 { left: 88.88%; }
.tab.t8 > li > h3 a { border-right: none; }
.tab.t8 > li:last-child > h3 a { border-right: 1px solid #cdcdcd; }
#memberHistory .tabmenu > li .grayBox { padding-bottom: 5px; }
#memberHistory .tabmenu > li .wrap .memberList > li .wrap { height: 181px; margin-top: 0px; overflow: hidden; background-color: #fff; }
#memberHistory .tabmenu > li .wrap .memberList > li .wrap .top .left .img img { width: 100%; }
#memberHistory .tabmenu > li .wrap .memberList > li .wrap .top .right ul li:last-child:before { display: block; }
#memberHistory .tabmenu hr { display: block; border-color: #d2d2d2; margin-top: 5px; margin-bottom: 30px; }
#memberHistory .tabmenu { border: none; margin: 0; padding: 0; }
#memberHistory .tabmenu > li { width: 100%; overflow: hidden; }

/*
layout : 1025 ~ 1200px
*/
@media all and (max-width: 1200px) {
	
	/* 열린의장실 */
	.chairperson .top .txt { padding-bottom: 0px; }
	.chairperson .top .img { width: 45%; max-width: 400px; }
	.chairperson .top .img img { width: 100%; }

}


/*
layout : 769 ~ 1024px
*/
@media all and (max-width: 1024px) {
	
	/* 의회안내 > 의회기능 */
	.function .mj { width: 100%; }
	.function .diagram > .item .right .article { padding-left: 15%; }
	.function .diagram > .item .right .article:before { width: 15%; }

}


/*
layout : ~ 768px
*/
@media all and (max-width: 768px) {

	.tab > li .wrap { margin-top: 60px; }
	
	/* 열린의장실 */
	.chairperson .wrap { padding-top: 20px; }
	.chairperson .top { padding: 20px; margin-left: 0px; }
	.chairperson .top .txt h3 { width: 100%; }
	.chairperson .top .txt p { width: 100%; }
	.chairperson .top .img { width: auto; position: relative; top: auto; right: auto; margin-bottom: 20px; }
	.chairperson .bottom { margin-left: 0px; }
	/* 의회안내 > 의회연혁 */
	#history .list { background-position: 2px 0px; }
	#history .list:before { height: 40px; left: 0px; }
	#history .list .section .left { float: none; width: 100%; padding-left: 47px; box-sizing: border-box; margin-bottom: 10px; }
	#history .list .section .right { float: none; width: 100%; }
	/* 의회안내 > 위원회 */
	#subCommittee .section .info { background-image: none; }
	#subCommittee .section .info p { width: 100%; }
	#subCommittee .section .top .left { float: none; width: 100%; text-align: center; }
	#subCommittee .section .top .right { float: none; width: 100%; padding: 20px 0px; }
	/* 의회안내 > 의회기능 */
	.function .diagram { width: 100%; }
	/* 의회안내 > 의회기능 > 의회의 역할과 지위 */
	#function1 .section > div > ul { width: 100%; }
	/* 의회안내 > 의회기능 > 조례 재정 및 개폐 */
	#function3 .diagram + p { width: 100%; }
	/* 의회안내 > 의회사무국 > 현황 */
	#office .section .img { border: 1px solid #e7e7e7; text-align: center; padding: 20px; }
	/* 의회안내 > 청사안내 */
	#guide .img { height: auto; text-align: center; padding: 20px 0px; }
	#guide .img img { position: relative; left: auto; right: auto; top: auto; bottom: auto; }
	
	/* 의원광장 > 현역의원 */
	.memberList > li { float: none; width: 100%; }
	.memberList > li .wrap { height: auto; padding-bottom: 44px; }
	.memberList > li .wrap .top:after { content: ''; display: block; clear: both; }
	/* 의원광장 > 의원윤리강령 */
	.ethicsList li { padding: 40px 20px; }
	
	#sub_banner ul{text-align:center;}

	#sub_hope .info_box{padding:1.2em 20% 1.2em 1.2em;} 
	#sub_hope .info_box:after{width:87px; right:2%; background-size:87px auto;}
	
	/* 의회용어사전 */
	#sub_voca .indexArea{padding:1em 0;}
	#sub_voca .index_word, #sub_voca .indexArea form, #sub_voca .search_result{width:95%; padding:0 0 0.7em; margin-bottom:0.7em;}
	#sub_voca .indexArea form label, #sub_voca .index_word .titTxt{width:90%; margin:0 0 3px 0; padding:0;}
	#sub_voca .index_word ul{width:100%;}
	#sub_voca .index_word li{width:6.5%; margin:0 1px 0 0;}
	#sub_voca .index_word li a{width:100%; height:22px; line-height:22px;}
	
	/* 사이트맵 */
	#sub_sitemap .site h4{font-size:130%; padding:0 0 0.3em 15px;}
	#sub_sitemap .site > ul{padding:0 0 1em 0;}
	#sub_sitemap .site > ul > li{width:48%; padding:0 1% 10px;}
	#sub_sitemap .site.intro > ul > li:nth-child(3n){min-height:0;} 
	#sub_sitemap .site > ul > li > a{font-size:105%;}
	
}
@media all and (max-width: 530px) {

	/* 공통 */
	.tableWrap { overflow-x: auto; overflow-y: hidden; width: 100%; }
	.tableWrap .tableInfo { display: block; }
	.tableWrap table { width: 530px; }
	
	/* 열린의장실 > 의장약력 */
	#profile .top .txt .career > ul { float: none; width: 100%; }
	/* 의회안내 > 의회기능 */
	.function .diagram > .item,
	.function .diagram > .item.short { padding-bottom: 25px; background: url("/images/kr/sub/icon_arrow_short.png") center bottom no-repeat; }
	.function .diagram > .item .left { float:	none; width: 100%;}
	.function .diagram > .item .right { float: none; width: 100%; }
	.function .diagram > .item .right .article { padding-left: 0; padding-top: 10px; }
	.function .diagram > .item .right .article:before { width: 1px; height: 10px; top: 0; left: 50%; } 
	/* 의회안내 > 의회기능 > 의회의 역할과 지위 */
	#function1 .section > .part > ul > li { float: none; width: 100%; background: none; margin-bottom: 20px; }

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

	/* 의회안내 > 의회연혁 */
	#history .list .section .right .article ul li .date,
	#history .list .section .right .article ul li .con { float: none; width: 100%; }

	/* 의원광장 > 현역의원 */
	.memberList > li .wrap .top { padding: 24px 14px; }

	#sub_hope .info_box{padding:0.7em 26% 0.7em 0.7em;}
	#sub_hope .info_box:after{width:78px; background-size:78px auto;}

	#sub_voca .search_result li{width:47.5%;}
}

/* 의안처리절차 */
.proc{position:relative; padding:40px 10px 40px 40px; margin-bottom:40px; border:1px solid #e1e1e1;}
.proc li{z-index:1; position:relative;}
.proc > li *{display:inline-block; vertical-align:top; word-break:keep-all;}
.proc em{z-index:2; position:relative; width:31%; padding:16px 0.2em; margin:0 0 45px 0; line-height:120%; text-align:center; font-size:18px; color:#fff; font-weight:800; border-top-right-radius:25px; border-bottom-left-radius:25px; background:#3e78bd;}
.proc em span{font-weight:100;}
.proc .end em{margin:0; background:#78b001;}
.proc em:after{z-index:-1; content:''; display:block; position:absolute; bottom:-40px; left:50%; width:9px; height:40px; margin:0 0 0 -4px; background:url(/images/kr/intro/arrow_down2.gif) no-repeat 0 100%;}
.proc .end em:after{display:none;}
.proc > li > ul{z-index:2; width:65%; padding:9px 0 0 4%; line-height:120%; box-sizing:border-box;}
.proc > li > ul > li{display:block; margin:0 0 3px;}
.proc > li > ul > li:before{top:8px;}

@media all and (max-width:768px){
	.proc{padding:25px 10px 25px 20px;}
	.proc em{padding:13px 0.2em; font-size:17px;}
	.proc em span{font-size:90%; word-break:break-all;}
	.proc > li > ul{padding:5px 0.2em 7px;}
}
@media all and (max-width:380px){
	.proc{padding:18px 10px 30px 15px;}
	.proc em{font-size:15px;}
	.proc > li > ul{padding:0 0.2em 7px;}
}

.proc div{position:absolute; z-index:2; width:35%; top:0; left:29%; padding:0 0 0 36%; font-size:15px; color:#404040; font-weight:400;}
.proc div span,
.proc div ul{display:block; padding:12px; line-height:120%; border:1px solid #dadada; border-radius:6px; background:#fff; box-sizing:border-box;}
.proc div:before{content:''; display:block; z-index:-1; position:absolute; top:18px; left:2px; width:65%; height:16px; background:url(/images/kr/intro/arrow_left2.gif) no-repeat;}
#sub_process .proc > li > ul{padding:0;}
/* #sub_process .proc{padding:60px 70px 393px 75px;} */
#sub_process .proc{padding:60px 70px 430px 75px;}
#sub_process em{width:28%; font-size:16px; font-weight:400;}
#sub_process .case{z-index:2; position:absolute; bottom:17px; left:0; color:#666; font-size:14px; background:#fff;}
#sub_process .blue_list em{margin:0 0 250px;}
#sub_process .blue_list em:after{height:235px; bottom:-241px;}
#sub_process .blue_list > span{padding:0 0 3px 30%; color:#666; font-size:14px; line-height:100%;}
#sub_process .blue_list div{width:28%; padding:0 0 0 43%;}
#sub_process .blue_list div:before{left:0; width:360px; height:45px; background:url(/images/kr/intro/arrow_down3.gif) no-repeat 50% 0;}
#sub_process .blue_list ul{position:absolute; top:60px; right:0; width:65%;}
#sub_process .blue_list ul *{display:block;}
#sub_process .blue_list ul em{width:37%; margin:0 0 25px; background:#3aa4b4;}
#sub_process .blue_list ul em:after{height:20px; bottom:-20px;}
#sub_process .blue_list ul div{left:38%; width:43%; padding:0 0 0 19%;}
#sub_process .blue_list ul div:before{display:none;}
#sub_process .sky_list{position:absolute; bottom:0; right:0; width:63%;}
#sub_process .sky_list *{display:block; width:100%;}
#sub_process .sky_list em{width:33%; margin:0 0 35px; background:#6fab22;}
#sub_process .sky_list em:after{height:32px; bottom:-32px;}
#sub_process .sky_list .long em{margin:0 0 120px;}
#sub_process .sky_list .long em:after{height:112px; bottom:-112px;}
#sub_process .sky_list div{left:34%; width:39%; padding:0 0 0 14.2%;}
#sub_process .sky_list strong{display:inline; font-weight:400; color:#6a6a6a;}
#sub_process .sky_list .dash li:before{top:7px;}
/* #sub_process .align{position:relative; left:0; height:330px;} */
#sub_process .align{position:relative; left:0; height:365px;}
#sub_process .align > ul > li{width:39%;}
#sub_process .align .start{height:85px;}
#sub_process .align em{position:absolute; top:0; left:0; width:100%;}
#sub_process .align .taC em:after{bottom:-57px; left:-40px; width:400px; height:56px; background:url(/images/kr/intro/arrow_down5.gif) no-repeat;}
#sub_process .align .fL{left:-47%; top:100px;}
#sub_process .align .fR{left:51%; top:15px;}
#sub_process .align .fL.end{top:15px;}
@media all and (max-width:830px) {
	.proc div{left:30%; width:43%; padding:0 0 0 28%; font-size:14px;}
	.proc div span,
	.proc div ul{padding:9px 0.2em 9px 10px;}
	#sub_process em{font-size:15px;}
	#sub_process .proc{padding:30px 30px 385px 35px;}
	#sub_process .blue_list div{width:31%; padding:0 0 0 40%;}
	#sub_process .blue_list div:before{width:300px;}
	#sub_process .blue_list > span{padding:4px 0 0 25%; font-size:13px;}
	#sub_process .blue_list ul div{width:50%; padding:0 0 0 13%;}
	#sub_process .case{font-size:13px;}
	#sub_process .sky_list div{left:35%; width:43%; padding:0 0 0 17%;}
	#sub_process .align > ul > li{width:45%;}
	#sub_process .align .fL{left:-51%;}
	#sub_process .align .fR{left:45%;}
	#sub_process .align .taC em:after{width:300px; background-size:contain;}
}
@media all and (max-width:568px) {
	.proc div{width:53%; padding:0 0 0 20%; font-size:12px;}
	.proc div span,
	.proc div ul{padding:7px 0.2em 7px 8px;}
	.proc div *{word-break:break-all;}
	#sub_process em{font-size:13px;  border-top-right-radius:12px; border-bottom-left-radius:12px; word-break:break-all;}
	#sub_process .proc{padding:25px 25px 365px 12px;}
	#sub_process .blue_list div{width:32%; padding:0 0 0 41%;}
	#sub_process .blue_list ul div{width:54%;}
	#sub_process .blue_list div:before{width:210px;}
	#sub_process .sky_list div{left:36%; width:47%; padding:0 0 0 13%;}
	
	#sub_process .align{height:300px;}
	#sub_process .align > ul > li{width:55%;}
	#sub_process .align .start{height:80px;}
	#sub_process .align .taC em:after{left:-10px; width:200px;}
	#sub_process .align .fL{top:80px; left:-55%;}
	#sub_process .align .fR{left:40%; top:0;}
	#sub_process .align .fL.end{top:0;}
	#sub_process .blue_list > span,
	#sub_process .case{font-size:12px;}
}
@media all and (max-width:430px) {
	.proc div span,
	.proc div ul{padding:5px 0.2em 5px 7px;}
	#sub_process .proc{padding:20px 15px 335px;}
	#sub_process .align .taC em:after{width:170px;}
}
@media all and (max-width:380px) {
	#sub_process .proc{padding-left:8px;}
	#sub_process .proc em{padding:10px 0.2em;}
	#sub_process .blue_list div:before{width:180px;}
	#sub_process .sky_list .long em{margin:0 0 150px;}
}

#sub_agenda .btns{position:relative; float:left; height:60px; width:100%; text-align:center;}
#sub_agenda .btn_left{position:absolute; top:0; left:0;}
#sub_agenda h3{padding:0 0 0 26%; line-height:37px; font-family:"arial"; font-size:37px;}
#sub_agenda .btn_right{left:auto; right:0;}
#sub_agenda .btn-primary{background:#2C3E50; border-color:#2C3E50;}
#sub_agenda .btn-primary.today{opacity:0.7;}
#sub_agenda .btn-primary:hover{background:#1e2b37; border-color:#1e2b37;}
#sub_agenda .calendar{width:100%; table-layout:fixed; border-collapse:collapse; margin:0 0 20px 0; font-size:16px; font-weight:400;}
#sub_agenda .calendar th{padding:7px 0; color:#fff; background:#707070; border:1px solid #ddd}
#sub_agenda .calendar td{height:113px; line-height:120%; vertical-align:top !important; padding:2px; text-align:right; border:1px solid #ddd;}
#sub_agenda .calendar td.today{background:#fcf8e3;}
#sub_agenda .calendar .calendarView{display:block; overflow:hidden; width:96%; padding:3px 1px; margin:0 auto 1px; font-size:14px; color:#333; line-height:120%; white-space:nowrap; text-overflow:ellipsis; text-align:center; color:#fff; background:#056fd7; border-radius:2px;}
#sub_agenda .calendar .sun{color:red;}
#sub_agenda .calendar .sat{color:blue;}
#sub_agenda .calendar td.other{opacity:0.3; background:#eee;}
@media all and (max-width:768px) {
    #sub_agenda .btns{height:50px;}
    #sub_agenda .btn_left .btn{font-size:14px; padding:4px 8px;}
    #sub_agenda h3{line-height:30px;}
    #sub_agenda .calendar td{height:70px;}
    #sub_agenda .calendar .calendarView{font-size:13px;}
}
@media all and (max-width:568px) {
	#sub_agenda .btns{height:auto; text-align:left;}
	#sub_agenda .btn_left{position:static;}
    #sub_agenda .btn_left .btn{font-size:13px; padding:3px 6px;}
    #sub_agenda h3{clear:both; width:100%; padding:10px 0 15px; line-height:26px; font-size:28px; text-align:center;}
    #sub_agenda .calendar{font-size:14px;}
    #sub_agenda .calendar td{height:55px;}
}
@media all and (max-width:380px) {
    #sub_agenda h3{line-height:24px; font-size:27px;}
	#sub_agenda .calendar .calendarView{font-size:12px;}
}
