@charset "utf-8";
#sub_default{line-height:165%; font-size:15px;}
.fz15 {font-size: 15px;}
.co5 {color:#555;}
.coR {color:#e86161;}
.bold {font-weight: 500;}


/* 공통 */
/* 텍스트정렬 */
.sub_func .txt_wrap + h4{margin-top:40px;}
.sub_func .txt_wrap{word-break:keep-all;}
.sub_func .txt_wrap + .txt_wrap{margin-top:40px;}
.sub_func .txt_wrap > * + *{margin-top:15px;}
.sub_func .txt_wrap > div + *{margin-top:18px;}
.sub_func .txt_wrap > ul > li + li{margin-top:15px;}
.sub_func .txt_wrap > ul > li > * + *{margin-top:5px;}
.sub_func .txt_wrap > strong.bullet + div{margin-top:5px;}
.sub_func .txt_wrap > .p_wrap > p + p{margin-top:5px;}
.sub_func .txt_wrap > *:last-child{margin-bottom:0 !important;}
.sub_func .box_info + .txt_wrap{margin-top:25px;}
.sub_func .txt_wrap > ul + table,
.sub_func .txt_wrap > ul + .table_wrap,
.sub_func .txt_wrap > .table_info + .table_wrap{margin-top:5px;}
.sub_func .txt_wrap > ul + .table_info{margin-top:10px !important;}
/* .sub_func .txt_wrap > ul ul:not(.dot_s){padding-left:15px;} */
/* .sub_func .txt_wrap > ul ul{padding-left:0;} */
/* .sub_func .txt_wrap > ul > li > ul > li + li{margin-top:5px;} */




/* 텍스트스타일 */
.sub_func .txt_wrap > strong.bullet{display:flex; align-items:flex-start; font-size:17px; font-weight:500;}
.sub_func .txt_wrap > strong.bullet:before{content:''; flex:0 0 auto; width:10px; height:10px; margin:7px 8px 0 0; border:3px solid #2f8b9b; border-radius:50%;}

.sub_func .txt_wrap > p.bullet{position:relative; display:flex; align-items:flex-start; padding:0 0 0 18px;}
.sub_func .txt_wrap > p.bullet:before{content:''; position:absolute; top:7px; left:0; flex:0 0 auto; width:10px; height:10px; border:3px solid #2f8b9b; border-radius:50%;}

/* 리스트스타일 */
ul.bullet > li > strong{display:flex; font-size:17px; font-weight:500;}
ul.bullet > li > strong:before{content:''; flex:0 0 auto; width:10px; height:10px; margin:7px 8px 0 0; border:3px solid #2f8b9b; border-radius:50%;}
ul.bullet > li > *:not(:first-child){padding:0 0 0 18px;}
ul.bullet > li > strong + span{display:flex;}
ul.bullet > li > strong + .box_info{padding:0px; margin-top:5px;}

ul.dot_s > li{position:relative; padding:0 0 0 8px;}
ul.dot_s > li:before{content:''; position:absolute; top:11px; left:0; width:2px; height:2px; border-radius:50%; background:#222;}

@media all and (max-width:568px){
	ul.bullet > li > strong:before,
	.sub_func .txt_wrap > strong.bullet:before{margin:7.5px 5px 0 0;}
	.sub_func .txt_wrap > p.bullet{padding:0 0 0 15px;}

	ul.bullet > li > *:not(:first-child){padding:0 0 0 10px;}
}

/* 공통박스 */
.box_info{position:relative; z-index:1; margin:0 0 50px; padding:5px; box-sizing:border-box; word-break:keep-all; background:url(/images/common/bg_pattern.png) repeat;}
.box_info:before{z-index:-1; content:''; display:block; position:absolute; top:5px; left:5px; width:calc(100% - 10px); height:calc(100% - 10px); background:#fff;}
.box_info>.inr{padding:27px 43px 30px 43px;}
.box_info.org_wrap, .box_info.proc_wrap{margin:0;}
.box_info>.inr>p.bullet:before{top:10px;}

.box_info.callout>.inr{padding:35px;}
.box_info.callout>.inr>strong{display:block; margin:30px 0 15px 0; font-size:23px; font-weight:700; color:#2f8b9b;}
.box_info.callout>.inr>* + *{margin:12px 0 0 0;}
.box_info.callout>.inr>strong + p{font-size:16px;}
/* .box_info.callout *:not(strong){font-weight:200;} */
.box_info.callout>.inr>strong:first-child{margin-top:0;}
.box_info.callout ul>li>*{display:block;}
.box_info.callout ul>li>strong{font-size:16px; font-weight:500;}



@media all and (max-width:768px){
	.box_info.callout>.inr{padding:30px;}
	.box_info.callout>.inr>strong{font-size:20px; margin:30px 0 10px 0;}
}
@media all and (max-width:568px){
	.box_info{margin:0 0 40px;}
	.box_info.callout>.inr{padding:25px;}
	.box_info.callout>.inr>strong{font-size:18px; margin:30px 0 0 0;}
	.box_info.callout>.inr>* + *{margin:10px 0 0 0;}
}
@media all and (max-width:380px){
	.box_info{margin:0 0 30px;}
}

/* 탭메뉴 */
.tabmenu{position:relative; overflow:hidden; width:100%; margin:0 0 25px; box-sizing:border-box;}
.tabmenu:before{content:''; position:absolute; z-index:1; top:51px; left:0; width:100%; height:2px; background:#4e4b34;}
.tabmenu > li > a{display:flex; justify-content:center; align-items:center; position:absolute; top:0; left:0; width:22%; height:53px; border:1px solid #fff; border-width:0 2px; line-height:130%; font-weight:500; font-size:20px; color:#4e4b34; background:#eeeeee; box-sizing:border-box; text-align:center; text-decoration:none; word-break:break-all; }
.tabmenu > li:nth-child(2) > a{left:22%;}
.tabmenu > li:nth-child(3) > a{left:calc(22% * 2);}
.tabmenu > li:nth-child(4) > a{left:calc(22% * 3);}
.tabmenu > li.on > a{z-index:2; border:2px solid #4e4b34; border-width:2px 2px 0 2px; background:#fff;}

.tabmenu > li > .con{display:none; padding:110px 0 0 0;}
.tabmenu > li.on > .con{display:block;}

/* 탭개수 */
.tabmenu.tab2 > li > a{width:50%;}
.tabmenu.tab2 > li:nth-child(2) > a{left:50%;}

.tabmenu.tab3 > li > a{width:33.3333%;}
.tabmenu.tab3 > li:nth-child(2) > a{left:33.3333%;}
.tabmenu.tab3 > li:nth-child(3) > a{left:calc(33.3333% * 2);}

@media all and (max-width:768px){
	.tabmenu > li > a{width:30%;}
	.tabmenu > li:nth-child(2) > a{left:30%;}
	.tabmenu > li:nth-child(3) > a{left:calc(30% * 2);}
	.tabmenu > li:nth-child(4) > a{left:calc(30% * 3);}
}

@media all and (max-width:568px){
	.tabmenu:before{top:46px;}
	.tabmenu > li > a{width:50%; height:48px; font-size:17px;}
	.tabmenu > li:nth-child(2) > a{left:50%;}
	.tabmenu > li:nth-child(3) > a{left:calc(50% * 2);}
	.tabmenu > li:nth-child(4) > a{left:calc(50% * 3);}

	.tabmenu > li > .con{padding:90px 0 0 0;}
}
@media all and (max-width:400px){
	.tabmenu > li > a{padding:0 10px; box-sizing:border-box; font-size:15px;}
}

/* 절차도 */
/* 절차도 공통 */
.proc_wrap > .inr{width:859px; padding:4.54% 0; margin:0 auto;}
.proc{padding:0;}
.proc > li{position:relative; display:flex; align-items:center;}
.proc > li >*:not(div),.proc > li > div > *{border-radius:10px;}
.proc strong{position:relative; flex:0 0 auto; display:flex; justify-content:center; align-items:center; height:55px; min-height:55px; padding:0 8px; box-sizing:border-box; border-radius:10px; word-break:keep-all; background:url(/images/kr/common/bg_proc.jpg) no-repeat center; background-size:cover; font-size:17px; font-weight:400; color:#fff; text-align:center;}
.proc strong + *{flex:1 1 auto;}
.proc > li > strong{margin:23px 0;}
.proc > li > div{margin:23px 0;}
.proc > li > div > *{width:100%;}
.proc > li > ul, .proc > li > div > ul{position:relative; z-index:1; box-sizing:border-box; font-size:14px; line-height:160%;}
.proc > li.border0 > strong:after{display:none;}
.proc > li.arrow0:after{display:none;}
.proc > li.arrow0 + li.arrow0:after{display:none;}
.proc > li.arrow0 + li:before{display:block;}
.proc > li:before{display:none; content:''; position:absolute; bottom:50%; left:0; height:50%; min-height:46px; transform:translateY(-25px); background:url(/images/kr/common/proc_down.png) no-repeat; background-position:center;}
.proc > li:after{content:''; position:absolute; top:50%; left:0; height:50%; min-height:46px; transform:translateY(25px); background:url(/images/kr/common/proc_down.png) no-repeat; background-position:center;}
.proc > li:last-child:before,.proc > li:last-child:after{display:none !important;}
.proc > li.arrow0 + li:last-child:before{display:block !important;}

.proc.green > li > strong{background-image:url(/images/kr/common/bg_proc_green.jpg);}
.proc.green > li > ul{color:#333;}

.proc.yg > li > strong{background-image:url(/images/kr/common/bg_proc_yg.jpg);}

.proc.red > li > strong{background-image:url(/images/kr/common/bg_proc_red.jpg);}
.proc.red > li > ul{color:#333;}


@media all and (max-width:1300px){
	.proc_wrap > .inr{width:100% !important; padding:4% 4.54%; box-sizing:border-box;}
}
@media all and (max-width:568px){
	.proc > li{flex-direction:column;}
	.proc > li:not(:last-child){margin:0 0 45px;}
	.proc strong{width:100%; height:auto; min-height:45px; margin:0; border-radius:10px !important; font-size:15px;}
	.proc > li:before,.proc >  li:after{width:100% !important;}
	.proc > li > strong{margin:0;}
	.proc > li > strong:after{display:none;}
	.proc > li:after{top:100%; height:45px; min-height:auto; width:100%; transform:translateY(0); background-size:30px;}
	.proc > li > ul{flex:0 0 auto; width:100%;}

	.proc > li.arrow0:after{display:block;}
	.proc > li.arrow0 + li.arrow0:after{display:block;}
	.proc > li.arrow0 + li:before{display:none;}
}
@media all and (max-width:380px){
	.proc > li:not(:last-child){margin:0 0 30px;}
	.proc > li:after{height:30px; background-size:20px auto;}
}

/* 절차도1(기본) */
.proc1 strong{width:36%; border-radius:0 0 30px 10px !important;}
.proc1 > li > strong:after{content:''; position:absolute; top:50%; left:100%; width:100%; height:1px; background:#ddd;}
.proc1 > li > ul, .proc1 > li > div > ul{padding:16px 20px; border:1px solid #ddd; background:#f8f8f8;}
.proc1 > li > strong + ul{margin-left:14.98%;}
.proc1 > li:before{width:36%;}
.proc1 > li:after{width:36%;}


@media all and (max-width:768px){
	.proc1 > li > strong + ul{margin-left:10%;}
}
@media all and (max-width:650px){
	.proc1 > li > strong + ul{margin-left:5%;}
}
@media all and (max-width:568px){
	.proc1 strong{width:100%;}
	.proc1 > li > strong + ul{margin-left:0;}
	.proc1 > li > ul{margin:6px 0 0 0; padding:12px 16px;}
}
@media all and (max-width:380px){
}

/* 절차도2 */
.proc2 > li:not(:last-child){margin-bottom:26px !important;}

.proc2 > li > span{display:block; padding:0 0 5px 15px; box-sizing:border-box; font-size:17px; font-weight:500; color:#d96464;}

.proc2 .proc > li{align-items:flex-start; margin-bottom:30px;}
.proc2 .proc > li:last-child{margin-bottom:0;}
.proc2 .proc > li:after{top:0; left:36%; width:14.98%; height:100%; transform:translateY(0); background-image:url(/images/kr/common/proc_right.png);}
.proc2 .proc > li.arrowL:after{background-image:url(/images/kr/common/proc_left.png);}
.proc2 .proc.red > li:after{background-image:url(/images/kr/common/proc_right_red.png);}

.proc2 .proc strong{width:36%;}
.proc2 .proc > li > strong{margin:0;}
.proc2 .proc > li > strong:after{display:none;}
.proc2 .proc > li > ul, .proc2 .proc > li > div > ul{padding:16px 20px; border:1px solid #ddd; background:#f8f8f8;}
.proc2 .proc > li > strong + ul{margin-left:14.98%;}

.proc2 .proc > li.arrow0:after{display:none;}
.proc2 .proc > li.arrow0 + li:before{display:none;}
.proc2 .proc > li:last-child:after{display:block !important;}

#sub_function6 .proc_wrap > .inr{width:884px;}
#sub_function6 .proc.red > li:after{max-height:55px;}

@media all and (max-width:768px){
	.proc2 .proc > li {flex-wrap: wrap;}
	.proc2 .proc > li:after,
	.proc2 .proc > li:last-child:after {display: none !important;}
	.proc2 .proc > li > strong + ul{margin: 10px 0 0;width: 100%;}
	.proc2 .proc strong {width: 100%;}
}

@media all and (max-width:568px){
	#sub_function6 .proc.red > li:after{max-height:none;}
}
@media all and (max-width:380px){
	.proc2 .proc > li:after{background-size:12px;}
	.proc2 .proc > li > ul{margin:6px 0 0 0; padding:12px 10px;}
}

/* 절차도3 */
.proc3 > li:before{width:23.89%;}
.proc3 > li:after{width:23.89%;}
.proc3 strong{width:23.89%;}
.proc3 > li > ul{display:flex; min-height:55px;}
.proc3 > li > ul > li{position:relative; flex:0 0 auto; width:33.3333%; display:flex; padding:0 0 0 46px; box-sizing:border-box;}
.proc3 > li > ul > li:before{content:''; position:absolute; top:0; left:0; width:46px; height:100%; background:url(/images/kr/common/proc_right_gray.png) no-repeat center;}
.proc3 > li > ul > li > span{flex:1 1 auto; display:flex; height:100%; justify-content:center; align-items:center; box-sizing:border-box; border:1px solid #ddd; border-radius:10px; background:#f8f8f8; text-align:center;}

@media all and (max-width:568px){
	.proc3 > li{padding:0 5px 5px 5px; box-sizing:border-box; border-radius:10px; background:#2297A8;}
	.proc3 > li:before,.proc3 > li:after{width:100%;}
	.proc3 strong{width:100%; background-image:none;}
	.proc3 > li > ul{flex-direction:column; padding:10px; border-radius:9px; background:#fff;}
	.proc3 > li > ul > li{width:100%; height:35px; margin:0 0 20px; padding:0;}
	.proc3 > li > ul > li > span{border-radius:5px;}
	.proc3 > li > ul > li:last-child{margin:0;}
	.proc3 > li > ul > li:before{display:none;}
	.proc3 > li > ul > li:not(:last-child):after{content:''; position:absolute; top:100%; left:0; width:100%; height:20px; background:url(/images/kr/common/proc_down_gray.png) no-repeat center; background-size:20px;}
}
@media all and (max-width:380px){
	.proc3 > li > ul > li:not(:last-child):after{background-size:18px;}
}

/* 절차도4 */
.proc4{display:flex; flex-wrap:wrap;}
.proc4 > li{flex-direction:column;}
.proc4 > li:after{content:''; position:absolute; top:0; left:100%; height:100%; background:url(/images/kr/common/proc_right_gray.png) no-repeat center; transform:translateY(0);}
.proc4 > li:last-child:after{display:none;}
.proc4 > li + li{margin-left:auto;}
.proc4 > li > strong{width:100%; height:50px; min-height:50px; margin:0; border-radius:10px 10px 0 0; font-size:16px; font-weight:400; line-height:130%;}
.proc4 > li > strong + ul{width:100%; min-height:120px; padding:12px 18px; box-sizing:border-box; border-radius:0 0 10px 10px; background:#f8f8f8; font-size:15px; line-height:150%;}
.proc4 > li > ul > li + li{margin-top:3px;}

@media all and (max-width:568px){
	.proc4{display:block;}
	.proc4 > li{width:100% !important; margin:0 0 45px !important;}
	.proc4 > li:last-child{margin:0 !important;}
	.proc4 > li:after{content:''; top:100%; left:0; width:100% !important; height:46px; background:url(/images/kr/common/proc_down_gray.png) no-repeat center;}
	.proc4 > li > strong{height:45px; min-height:45px; border-radius:10px 10px 0 0 !important; font-size:15px;}
	.proc4 > li > strong + ul{min-height:auto; font-size:14px;}
}
@media all and (max-width:380px){
	.proc4 > li{margin:0 0 30px !important;}
	.proc4 > li:after{height:30px; background-size:18px;}
}



/* 기타 */
.colon{padding:0 3px;}
.txt_wrap .btn_down{margin:0 0 0 5px; padding:5px 20px; border-radius:50px; background:#273b47; font-size:14px; color:#fff;}
.txt_wrap .btn_down:hover,
.txt_wrap .btn_down:active,
.txt_wrap .btn_down:focus{color:#fff;}


/* 의장 인사말, 약력 */
#sub_chairman{position:relative; z-index:1;}
#sub_chairman:before{content:''; position:absolute; top:80px; left:0; width:calc(100% + 340px); height:372px; background:url(/images/kr/intro/bg_chairman.jpg) no-repeat; background-size:cover;}
#sub_chairman .pic_wrap{position:relative; z-index:1; display:flex;}
#sub_chairman .pic{display:flex; align-items:center; width:47.33%; padding:0 0 0 5%; box-sizing:border-box; text-align:right;}
#sub_chairman .txt{flex:1 1 auto; display:flex; flex-direction:column; justify-content:center; height:372px; margin:80px 0 0 0; padding:0 0 0 4.66%; box-sizing:border-box; font-size:17px; }
#sub_chairman .tit{position:relative; margin:0 0 25px;}
#sub_chairman .tit .slogan{margin:0 0 20px;}
#sub_chairman .tit>span{font-size:42px; font-weight:600; color:#38977b;}
#sub_chairman .tit>span>strong{position:relative; color:#333;}
#sub_chairman .tit>span>strong:after{content:''; position:absolute; top:-3px; left:calc(100% - 3px); display:block; width:59px; height:41px; background:url(/images/kr/intro/pic_quot.png) no-repeat; background-size:contain;}
#sub_chairman .txt>p{line-height:160%; margin:0 0 28px;}
#sub_chairman .name{display:flex; align-items:flex-end;}
#sub_chairman .name>span{padding:0 10px 0 0;}
#sub_chairman .txt_wrap{margin:30px 0 0 0;}

@media all and (max-width:1240px){
	#sub_chairman .pic{width:43%;}
}
@media all and (max-width:1024px){
	#sub_chairman:before{top:35px; width:100%; background-position:center;}
	#sub_chairman .pic{align-items:flex-end; padding:0 0 0 4%;}
	#sub_chairman .txt{margin:35px 0 0 0; padding:0 0 0 3%;}
	#sub_chairman .tit>span>strong:after{width:40px;}
}
@media all and (max-width:850px){
	#sub_chairman:before{height:350px; top:0;}
	#sub_chairman .pic{width:40%;}
	#sub_chairman .txt{height:350px; margin:0;}
}
@media all and (max-width:768px){
	#sub_chairman:before{height:320px;}
	#sub_chairman .pic{width:30%; align-items:center;}
	#sub_chairman .txt{height:320px; padding:0 0 0 4%; font-size:16px;}
	#sub_chairman .slogan img{height:36px;}
	#sub_chairman .tit>span{font-size:40px;}
}
@media all and (max-width:650px){
	#sub_chairman .txt{width:70%; padding:0 4%;}
	#sub_chairman .slogan img{height:30px;}
	#sub_chairman .tit{margin:0 0 15px;}
	#sub_chairman .tit>span{font-size:34px;}
	#sub_chairman .txt>p{margin:0 0 15px; word-break:keep-all;}
	#sub_chairman .txt>p br{display:none;}
}
@media all and (max-width:568px){
	#sub_chairman:before{display:none;}
	#sub_chairman .pic_wrap{flex-direction:column; justify-content:flex-start; align-items:center; padding:30px; box-sizing:border-box; background:url(/images/kr/intro/bg_chairman.jpg) no-repeat; background-size:cover;}
	#sub_chairman .pic{width:40%; padding:0;}
	#sub_chairman .txt{width:100%; height:auto; padding:20px 0 0 0;}
	#sub_chairman .txt>p{margin:0 0 20px;}
	#sub_chairman .txt>p br{display:block;}
	#sub_chairman .name img{height:35px;}
}
@media all and (max-width:450px){
	#sub_chairman .pic_wrap{padding:20px 20px 25px 20px;}
	#sub_chairman .tit .slogan{margin:0 0 10px;}
	#sub_chairman .slogan img{height:26px;}
	#sub_chairman .tit>span{font-size:30px;}
}
@media all and (max-width:380px){
	#sub_chairman .pic{width:60%;}
	#sub_chairman .txt{font-size:15px;}
	#sub_chairman .slogan img{height:24px;}
	#sub_chairman .tit>span{font-size:26px;}
	#sub_chairman .tit>span>strong:after{width:30px;}
	#sub_chairman .name img{height:32px;}
}

/* 의장프로필 */
#sub_chairman .profile_wrap{margin:35px 0 0 0;}
#sub_chairman .profile_wrap>ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
#sub_chairman .profile_wrap>ul>li{flex:0 0 auto;}
#sub_chairman .profile_wrap>ul>li:not(.w100){display:flex; align-items:center; width:46.81%; border-bottom:1px solid #eeeeee;}
#sub_chairman .profile_wrap>ul>li.w100{width:100%;}
#sub_chairman .profile_wrap>ul>li>strong{flex:0 0 auto; display:flex; align-items:center; width:136px; padding:14px 0; font-size:17px; font-weight:300; white-space:pre;}
#sub_chairman .profile_wrap>ul>li>strong:before{content:'';flex:0 0 auto; width:18px; height:16px; margin:0 10px 0 0; background:url(/images/kr/intro/ico_bullet.png) no-repeat; background-size:cover;}
#sub_chairman .profile_wrap>ul>li:not(.w100)>*{padding:14px 0;}
#sub_chairman .profile_wrap>ul>li>span{flex:1 1 auto;}
#sub_chairman .profile_wrap>ul>li>ul{padding:25px 35px; margin:0 0 5px 0; border:1px solid #eeeeee;}
#sub_chairman .profile_wrap>ul>li>ul>li{margin:3px 0;}

ul.square>li{position:relative; padding:0 0 0 10px;}
ul.square>li:before{content:''; position:absolute; top:10px; left:0; width:4px; height:4px; background:#3d63b9;}

@media all and (max-width:768px){
	#sub_chairman .profile_wrap>ul>li:not(.w100){width:100%;}
}
@media all and (max-width:568px){
	#sub_chairman .profile_wrap{margin:20px 0 0 0;}
	#sub_chairman .profile_wrap>ul>li>strong{font-size:16px;}
	#sub_chairman .profile_wrap>ul>li>ul{padding:20px 25px;}
}
@media all and (max-width:400px){
	#sub_chairman .profile_wrap>ul>li>strong{width:115px;}
}

/* 의회연혁 */
/* tab1 */
#sub_history .con_tit{display:flex; align-items:center; justify-content:center; height:218px; background:url(/images/kr/intro/bg_history.jpg) no-repeat; background-size:cover; color:#fff}
#sub_history .con_tit>.inr{position:relative; text-align:center;}
#sub_history .con_tit>.inr *{text-shadow:0 0 10px rgba(0,0,0,0.5);}
#sub_history .con_tit h3{position:relative; z-index:1; justify-content:center; margin:0 0 8px; padding:5px 0 0 0; font-family:'gmarket'; font-size:39px; font-weight:900; line-height:100%;}
#sub_history .con_tit p{position:relative; z-index:1; font-size:16px;}

#sub_history .his_wrap{position:relative;}
#sub_history .his_wrap>li{position:relative; display:flex;}
#sub_history .his_wrap>li:before{content:''; position:absolute; bottom:0; left:0; width:100%; height:1px; background-image:linear-gradient(to right, #7f7f7f 10%, rgba(255,255,255,0) 0%); background-position:top; background-size:10px 1px; background-repeat:repeat-x;}

#sub_history .his_wrap>li>*{padding:28px 0; box-sizing:border-box;}
#sub_history .his_wrap>li:first-child>*{padding:35px 0 28px;}
#sub_history .his_wrap>li:nth-last-child(2):before{display:none;}
#sub_history .his_wrap>li>.tit{position:relative; flex:0 0 auto; display:flex; flex-direction:column; width:30%; padding-left:3.92%; border-right:1px solid #aaa89d;}
#sub_history .his_wrap>li>.tit .circle{position:absolute; z-index:2; top:50%; right:0; width:22px; height:22px; border-radius:50%; box-sizing:border-box; border:6px solid #aaa89d; background:#fff; transform:translate(50%,-50%);}
#sub_history .his_wrap>li:first-child .circle{border-color:#4e4b34;}
#sub_history .his_wrap>li .circle.on{border-color:#4e4b34;}
#sub_history .his_wrap>li>.tit strong{margin:0 0 6px; font-size:26px; font-weight:700; color:#4e4b34;}
#sub_history .his_wrap>li>.tit .date{margin:0 0 5px; font-size:16px; color:#aa753b;}
#sub_history .his_wrap>li>.tit ul{font-size:15px; line-height:160%;}
#sub_history .his_wrap>li>.tit ul>li + li{margin-top:3px;}

#sub_history .his_wrap>li>.txt{flex:1 1 auto; padding-left:6.72%; padding-right:20px; font-size:15px; line-height:160%;}
#sub_history .his_wrap>li>.txt ul>li{display:flex;}
#sub_history .his_wrap>li>.txt ul>li + li{margin-top:4px;}
#sub_history .his_wrap>li>.txt ul>li:before{top:10px; width:4px; height:4px; background:#4e4b34;}
#sub_history .his_wrap>li>.txt strong{flex:0 0 auto; font-weight:400;}

#sub_history .his_wrap .line{z-index:1; position:absolute; top:0; left:calc(30% - 2px); width:3px; padding:0 0 233px; background:#4e4b34;}

@media all and (max-width:1200px){
	#sub_history .his_wrap>li>.tit{width:35%;}
	#sub_history .his_wrap .line{left:calc(35% - 2px);}
}
@media all and (max-width:768px){
	#sub_history .his_wrap>li>.tit{width:210px; padding-left:0;}
	#sub_history .his_wrap .line{left:calc(210px - 2px); padding:0 0 390px;}
	#sub_history .his_wrap>li>.tit strong{font-size:24px;}
	
	#sub_history .his_wrap>li>.txt{padding-left:5%;}
	#sub_history .his_wrap>li>.txt ul>li{flex-wrap:wrap;}
	#sub_history .his_wrap>li>.txt ul>li span{flex:0 0 auto; width:100%;}
}
@media all and (max-width:568px){
	#sub_history .con_tit{height:170px;}
	#sub_history .con_tit h3{font-size:30px}

	#sub_history .his_wrap>li:first-child .tit{padding-top:28px;}
	#sub_history .his_wrap>li>.tit{position:absolute; left:30px; flex-wrap:wrap; flex-direction:row; width:calc(100% - 30px); padding-left:30px; border-right:none;}
	#sub_history .his_wrap>li>.tit .circle{top:28px; left:0; transform:translate(-50%,0);}
	#sub_history .his_wrap>li>.tit .date{margin:0; padding:3px 0 0 5px;}
	#sub_history .his_wrap>li>.tit ul{margin:5px 0 0 0;}
	#sub_history .his_wrap>li>.tit ul li br{display:none;}
	
	#sub_history .his_wrap>li>.txt{width:calc(100% - 30px); margin-left:30px; padding-left:30px; padding-right:0; padding-top:95px; border-left:1px solid #aaa89d;}
	#sub_history .his_wrap>li:first-child .txt{padding-top:125px;}

	#sub_history .his_wrap .line{left:calc(30px - 1px); padding:0 0 540px;}
}
@media all and (max-width:480px){
	#sub_history .his_wrap>li>.tit strong{font-size:20px;}
	#sub_history .his_wrap>li>.tit .date{font-size:15px;}
}
@media all and (max-width:420px){
	#sub_history .con_tit{height:150px;}
	#sub_history .con_tit h3{font-size:26px;}
	#sub_history .con_tit p{font-size:15px;}

	#sub_history .his_wrap>li>.tit{left:10px; flex-direction:column; padding-left:20px;}
	#sub_history .his_wrap>li>.tit .circle{top:32px; width:15px; height:15px; border-width:4px;}
	#sub_history .his_wrap>li>.tit .date{padding:0;}
	#sub_history .his_wrap>li>.tit ul{font-size:14px;}
	#sub_history .his_wrap>li>.tit ul>li + li{margin-top:0;}

	#sub_history .his_wrap>li>.txt{width:calc(100% - 10px); margin-left:10px; padding-left:20px; padding-top:125px;}
	#sub_history .his_wrap>li:first-child .txt{padding-top:150px;}
	#sub_history .his_wrap .line{left:calc(10px - 1px);}
}
@media all and (max-width:380px){
	#sub_history .his_wrap>li:first-child .txt{padding-top:170px;}
}

/* tab2 */
#sub_history #tab2>div{position:relative; display:flex; padding:46px 0 150px 0;}
#sub_history .pic_wrap{position:absolute; top:0; width:100%;}
#sub_history .pic_wrap .pic{position:relative; z-index:1; width:93.18%; height:443px; border-radius:50px 0; overflow:hidden;}
#sub_history .pic_wrap .pic img{height:100%; max-width:none;}
#sub_history .pic_wrap:before{content:''; position:absolute; z-index:0; top:132px; right:0; width:93.18%; height:443px; border-radius:50px 0; background:url(/images/kr/intro/bg_dot.png) repeat;}
#sub_history .txt_wrap{position:relative; z-index:2; width:57.7%; min-width:500px; margin:0 0 0 auto; padding:48px 55px 50px 55px; box-sizing:border-box; border-radius:0 0 50px 0; background: rgb(68,184,132); background: linear-gradient(120deg, rgba(68,184,132,1) 0%, rgba(0,123,149,1) 80%); color:#fff;}
#sub_history .txt_wrap>*{text-shadow:0 0 8px rgba(0,0,0,0.35);}
#sub_history .txt_wrap>strong{display:block; padding:0 0 15px; font-size:30px; font-weight:700;}
#sub_history .txt_wrap>ul>li{display:flex; margin:4px 0;}
#sub_history .txt_wrap>ul>li strong{flex:0 0 auto; font-weight:400;}
#sub_history .txt_wrap>ul>li span{font-weight:200;}

@media all and (max-width:768px){
	/* tab2 */
	#sub_history #tab2>div{padding:210px 0 0 0;}
	#sub_history .pic_wrap:before{display:none;}
	#sub_history .pic_wrap .pic{width:100%; height:330px;}
	#sub_history .txt_wrap{width:90%; min-width:auto; margin:0 auto;}
}
@media all and (max-width:568px){
	/* tab2 */
	#sub_history #tab2>div{padding:190px 0 0 0;}
	#sub_history .pic_wrap .pic{height:300px;}
	#sub_history .txt_wrap{padding:38px 40px;}
	#sub_history .txt_wrap>strong{font-size:26px;}
}
@media all and (max-width:480px){
	/* tab2 */
	#sub_history #tab2>div{padding:160px 0 0 0;}
	#sub_history .pic_wrap .pic{height:260px;}
	#sub_history .txt_wrap>strong{font-size:24px;}
	#sub_history .txt_wrap>ul>li{flex-wrap:wrap; margin:6px 0;}
	#sub_history .txt_wrap>ul>li .colon{display:none;}
	#sub_history .txt_wrap>ul>li span{width:100%;}
}
@media all and (max-width:400px){
	/* tab2 */
	#sub_history .txt_wrap{width:95%; padding:30px 25px;}
	#sub_history .txt_wrap>strong{padding:0 0 10px;}
}

/* 의회기능 */
/* 의회역할 */
#sub_function1>ul{display:flex; padding:60px 0 0 0;}
#sub_function1>ul>li{position:relative; flex:0 0 auto; display:flex; flex-direction:column; align-items:center; width:calc((100% - (6.16% * 2)) / 3); padding:0 30px 40px 30px; box-sizing:border-box; border:1px solid #ddd; border-radius:10px;}
#sub_function1>ul>li + li{margin-left:auto;}
#sub_function1>ul>li:not(:last-child):after{content:''; position:absolute; top:0; left:100%; width:21.08%; height:100%; background:url(/images/kr/intro/arrow_role.png) no-repeat center;}
#sub_function1>ul>li>strong{flex:0 0 auto; display:flex; flex-direction:column; justify-content:center; align-items:center; width:139px; height:139px; margin:-50px 0 20px 0; border-radius:50%; font-size:18px; font-weight:700; color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1)}
#sub_function1>ul>li>strong:before{content:''; width:100%; height:44px; background-repeat:no-repeat; background-position:center bottom;}
#sub_function1>ul>li>strong>span{margin:10px 0 0 0;}
#sub_function1>ul>li>ul{width:100%;}
#sub_function1>ul>li>ul>li + li {margin:5px 0 0 0;}

#sub_function1>ul>li.role1{border-color:#d8eeec;}
#sub_function1>ul>li.role1>strong{background:#418bb1;}
#sub_function1>ul>li.role1>strong:before{background-image:url(/images/kr/intro/ico_role1.png);}

#sub_function1>ul>li.role2{border-color:#d8f0ee;}
#sub_function1>ul>li.role2>strong{background:#4aac9b;}
#sub_function1>ul>li.role2>strong:before{background-image:url(/images/kr/intro/ico_role2.png);}

#sub_function1>ul>li.role3{border-color:#e9e5cf;}
#sub_function1>ul>li.role3>strong{background:#a79d69;}
#sub_function1>ul>li.role3>strong:before{background-image:url(/images/kr/intro/ico_role3.png);}

@media all and (max-width:768px){
	#sub_function1>ul>li{padding:0 20px 20px 20px;}
	#sub_function1>ul>li:not(:last-child):after{background-size:15px;}
	#sub_function1>ul>li>strong{width:120px; height:120px; font-size:16px;}
}
@media all and (max-width:650px){
	#sub_function1>ul{flex-direction:column; padding:0 0 0 60px;}
	#sub_function1>ul>li{flex-direction:row; width:100%; padding:20px 20px 20px 0;}
	#sub_function1>ul>li:not(:last-child):after{top:100%; left:0; width:100%; height:40px; background-image:url(/images/kr/intro/arrow_role_down.png); background-size:auto;}
	#sub_function1>ul>li>strong{margin:0 30px 0 -50px;}
	#sub_function1>ul>li + li{margin-left:0; margin-top:40px;}
}
@media all and (max-width:568px){
	#sub_function1>ul{flex-direction:column; padding:0 0 0 50px;}
	#sub_function1>ul>li{padding:15px 15px 15px 0;}
	#sub_function1>ul>li:not(:last-child):after{background-size:auto 15px;}
	#sub_function1>ul>li>strong{width:100px; height:100px; margin:0 20px 0 -50px; font-size:15px;}
	#sub_function1>ul>li>strong:before{height:36px; background-size:contain;}
	#sub_function1>ul>li>ul>li + li {margin:2px 0 0 0;}

	#sub_function1>ul>li.role3>strong:before{background-size:auto 30px;}
}

/* 조직도 공통 */
.org em,.org span{position:relative; z-index:1; display:flex; justify-content:center; align-items:center; font-weight:500;}
.org span br{display:none;}
.org .last span{background:#e4e4e4; color:#333;}
.org .last{position:relative; display:flex; padding:34px 0 0 0;}
.org .last>li{width:calc((100% - (10px * 3)) / 4);}
.org .last>li + li{margin-left:10px;}
.org .last:before{content:''; position:absolute; top:0; left:50%; width:calc(100% - ((100% - (10px * 3)) / 4)); height:34px; border:1px solid #ddd; border-width:1px 1px 0 1px; transform:translateX(-50%);}
.org .last>li:nth-child(2) span:before,
.org .last>li:nth-child(3) span:before{content:''; position:absolute; bottom:100%; left:calc(50% - 0.5px); width:1px; height:34px; background:#ddd;}

@media all and (max-width:568px){
	.org span{font-size:15px;}

	.org .last{padding:30px 0 0 0;}
	.org .last:before{height:30px;}
	.org .last>li:nth-child(2) span:before,
	.org .last>li:nth-child(3) span:before{height:30px;}
}

@media all and (max-width:380px){
	.org .last span{font-size:14px;}
}


/* 의회구성 */
#sub_org .org_wrap>.inr{padding:45px 0 63px 0;}
#sub_org .org{width:87.85%; margin:0 auto; color:#fff;}
#sub_org .org em{height:131px; padding:17px 0 0; margin:0 auto; background:url(/images/kr/intro/bg_org1.png) no-repeat center bottom; background-size:contain; font-size:23px;}
#sub_org .org span{height:48px; font-size:16px; line-height:120%; text-align:center;}
#sub_org .org2 span{width:227px; background:#5674a6;}

#sub_org .org2{position:relative; display:flex; width:50%; margin-left:50%; padding:38px 0 38px 130px; box-sizing:border-box;}

#sub_org .org2:before{content:''; position:absolute; top:0; left:0; width:1px; height:100%; background:#ddd;}
#sub_org .org2:after{content:''; position:absolute; top:50%; left:0; width:60%; height:1px; background:#ddd;}

@media all and (max-width:768px){
	#sub_org .org_wrap>.inr{padding:5%;}
	#sub_org .org{width:100%;}
	#sub_org .org em{height:120px; font-size:20px;}
	#sub_org .org2{padding:30px 0 30px 20%;}
}
@media all and (max-width:568px){
	#sub_org .org em{height:100px; font-size:18px;}
	#sub_org .org span br{display:block;}
	#sub_org .org2{padding:22px 0 22px 20%;}
	
}
@media all and (max-width:380px){
	#sub_org .org_wrap>.inr{padding:10px;}
	#sub_org .org em{height:80px; font-size:17px;}
}

/* 의회사무국 */
#sub_office .org_wrap>.inr{padding:62px 0 58px 0;}
#sub_office .org{width:87.66%; margin:0 auto; color:#fff;}
#sub_office .org em,#sub_office .org span{height:48px;}
#sub_office .org em{width:227px; margin:0 auto; background:#d47878; font-size:19px;}
#sub_office .org2 span,#sub_office .org3 span,#sub_office .org4 span{width:227px; background:#b27cc9;}

#sub_office .org>li>ul{display:flex; flex-wrap:wrap;}
#sub_office .org>li>ul>li:not(:last-child){position:relative; flex:0 0 auto; display:flex; width:50%; box-sizing:border-box;}
#sub_office .org>li>ul>li:last-child{flex:0 0 auto; width:100%;}
#sub_office .org2{justify-content:flex-end; padding:26px 120px 10px 0;}
#sub_office .org3{padding:26px 0 10px 120px;}
#sub_office .org4{margin-left:50%; padding:0 0 38px 120px;}

#sub_office .org3:after,#sub_office .org4:after{content:''; position:absolute; top:0; left:0; width:1px; height:100%; background:#ddd;}
#sub_office .org2 span:before{content:''; position:absolute; top:calc(50% - 0.5px); left:100%; width:120px; height:1px; background:#ddd;}
#sub_office .org3 span:before,
#sub_office .org4 span:before{content:''; position:absolute; top:calc(50% - 0.5px); right:100%; width:120px; height:1px; background:#ddd;}

@media all and (max-width:768px){
	#sub_office .org_wrap>.inr{padding:5%;}
	#sub_office .org{width:100%;}
	#sub_office .org em{font-size:20px;}
	#sub_office .org2{padding-right:100px;}
	#sub_office .org3,#sub_office .org4{padding-left:100px;}
	#sub_office .org2 span:before,
	#sub_office .org3 span:before,
	#sub_office .org4 span:before{width:100px;}
}
@media all and (max-width:568px){
	#sub_office .org em{width:160px; font-size:18px;}
	#sub_office .org2{padding-right:80px;}
	#sub_office .org3,#sub_office .org4{padding-left:80px;}
	#sub_office .org2 span:before,
	#sub_office .org3 span:before,
	#sub_office .org4 span:before{width:80px;}
}
@media all and (max-width:430px){
	#sub_office .org em{width:130px; font-size:17px;}
	#sub_office .org2{padding-right:50px;}
	#sub_office .org3,#sub_office .org4{padding-left:50px;}
	#sub_office .org2 span:before,
	#sub_office .org3 span:before,
	#sub_office .org4 span:before{width:50px;}
}
@media all and (max-width:380px){
	#sub_office .org em{width:100px;}
}

/* 청사안내 */
#sub_building .box_info{text-align:center;}
#sub_building .box_info img{padding:45px; max-width:100%; box-sizing:border-box;}
@media all and (max-width:568px){
	#sub_building .box_info img{padding:30px;}
}
@media all and (max-width:400px){
	#sub_building .box_info img{padding:20px;}
}

/*찾아오시는길*/
#sub_location .map_border {display:none;}
#sub_location .root_daum_roughmap,.root_daum_roughmap .wrap_map{width:100% !important; height:100% !important;}
#sub_location .roughmap_maker_label{border-radius:30px;}
#sub_location .roughmap_maker_label .roughmap_lebel_text{padding:8px 15px 8px; font-size:0; letter-spacing:-1px; border-radius:30px; background-color:#fff;}
#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/common/ico_logo.png); background-repeat:no-repeat; background-size:contain;}
#sub_location .roughmap_maker_label .roughmap_lebel_text:after{content:"구로구의회"; display:inline-block; line-height:30px; font-size:20px; font-weight:700; font-family:"score";}

#sub_location .info_wrap{position:relative; width:100%; margin:0 0 45px;}
#sub_location .map{width:100%; height:405px; box-sizing:border-box; border:5px solid #cee6de; border-width:5px 5px 0 5px;}
#sub_location .info{width:100%; height:89px; padding:0 0 0 5.6%; box-sizing:border-box; border-radius:0 0 30px 0; background:#cee6de; color:#000; font-size:16px;}
#sub_location .info>ul{display:flex; align-items:center; height:100%;}
#sub_location .info>ul>li{flex:0 0 auto; display:flex; align-items:center; word-break:keep-all;}
#sub_location .info>ul>.addr{margin:0 7.28% 0 0;}
#sub_location .info>ul>.call{flex:1 1 auto;}
#sub_location .info>ul>li:before{content:''; width:56px; height:56px; margin:0 12px 0 0; border-radius:50%; background-color:#fff; background-repeat:no-repeat; background-position:center;}
#sub_location .info>ul>.addr:before{background-image:url(/images/kr/intro/ico_addr.png);}
#sub_location .info>ul>.call:before{background-image:url(/images/kr/intro/ico_call.png);}

#sub_location .traffic>li>*:first-child{flex:0 0 auto;}

/* 첫 번째 표 line1 */
#car_title{color:#333!important;font-size:20px!important;}
.line1  {border-collapse:collapse;border-spacing:0;}
.line1 td{border-color:#333;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.line1 th{border-color:#333;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.line1 .tg-iz2q{background-color:#faf3db;border-color:inherit;font-weight:bold;text-align:center;vertical-align:top}
.line1 .tg-c3ow{border-color:inherit;text-align:center;vertical-align:middle;}
.line1 .tg-c3ow span{font-weight:400;}
/* 두 번째 표 line2 */
.line2  {border-collapse:collapse;border-spacing:0;}
.line2 td{border-color:#333;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.line2 th{border-color:#333;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.line2 .tg-q97e{background-color:#faf3db;border-color:inherit;font-weight:bold;text-align:center;vertical-align:top}
/* .line2 .tg-c3oww{border-color:inherit;text-align:center;vertical-align:middle;} */
.line2 .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
.line2 .tg-0pky span{font-weight:400;}

.line1 th{font-size:17px;}
.line1 td{font-size:15px;}


@media all and (max-width:886px){
	#sub_location .info{padding:0 0 0 3.18%;}
}
@media all and (max-width:768px){
	#sub_location .info>ul>li:before{width:45px; height:45px; margin:0 10px 0 0;}
}
@media all and (max-width:650px){
	#sub_location .info{height:auto; padding:10px 20px;}
	#sub_location .info>ul{flex-wrap:wrap;}
	#sub_location .info>ul>li{width:100%;}
	#sub_location .info>ul>li + li{margin-top:8px;}
}
@media all and (max-width:568px){
	#sub_location .info_wrap{margin:0 0 35px;}
	#sub_location .map{height:300px; border-width:3px 3px 0 3px;}
	#sub_location .info{padding:10px 15px; font-size:15px;}
	#sub_location .info>ul>li:before{width:40px; height:40px;}
	#sub_location .info>ul>.addr:before{background-size:14px auto;}
	#sub_location .info>ul>.call:before{background-size:19px auto;}

}

/* 의원소개 */
#sub_active{float:left; width:100%;}
#sub_active .normal_list img,
#sub_memberlist .normal_list img{max-width:119px;}
.profile{float:left; width:47.8%; 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;}
.profile:hover{border-color:rgba(41,46,68,0.5);}
.profile.none{float:right;}
.profile dl{position:relative; float:left; width:100%; padding:0 0 0 41.9%; box-sizing:border-box;}
.profile dt{position: absolute; top:0; left:7.7%;}
.profile dt img{max-width:120px; border:1px solid #e5e5e5;}
.profile dd{float:left; width:100%; min-height:220px;}
.profile .name {overflow:hidden; width:100%; padding:8px 0 20px 0;}
.profile .name strong{float:left; display:block; line-height:30px; font-size:27px; font-weight:900; color:#000; letter-spacing:-2px;}
.profile dd ul{clear:both; width:100%;}
#sub_active dl, #sub_district dl, #sub_memberlist dl{margin: 0;}
#sub_active .profile dd li,
#sub_district .profile dd li,
#sub_memberlist .profile dd li{position:relative; padding:0 0 8px 87px; line-height:135%; box-sizing:border-box;}
#sub_active dl dd ul li:last-child,
#sub_district dl dd ul li:last-child,
#sub_memberlist dl dd ul li:last-child{padding: 0 0 8px 87px;}

.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:absolute; top:0; left:14px; width:85px; letter-spacing:2px; padding: 0;}
.profile dd li em::after {display: none;}
.profile dd li:first-child em{letter-spacing:13px;}
.profile dd li:nth-child(3) em{letter-spacing:0;}
.profile dl dd ul li::after {display: none;}
.profile dd li span{width:100%; word-break:break-all;}
.profile dd li .colon{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:400; 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:#f3f3f8; text-align:center; text-decoration:none; box-sizing:border-box;}
.profile .btns a.end{width:calc(50% + 1px);  margin:0 0 0 -1px; border-right:none; border-left:1px solid rgba(41,46,68,0.15); border-radius:0 0 10px 0;}
.profile .btns a.end:after{content:''; display:inline-block; vertical-align:middle; width:14px; height:14px; margin:-3px 0 0 6px; background:url(/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 0 0 24px;}
.profile .sns a{float:left; width:28px; height:26px; font-size:0; text-indent:-9999px; background:url(/images/common/ico_sns_on.jpg) no-repeat 0 0; margin-right: 3px;}
.profile .sns .tw{background-position:0 -26px;}
.profile .sns .bl{background-position:0 -52px;}
.profile .sns .kko{background-position:0 -78px;}
.profile .sns .insta{background-position:0 -104px;}
.profile .sns .channel{background-position:0 -130px;}
#sub_memberlist .profile .btns a:first-child{width:100%; border-right:none; border-radius:0 0 10px 10px;}

@media all and (max-width:1230px) {
	.profile dt{left:4.5%; width:35%; max-width:140px;}
	.profile dt img{max-width:100%;}
	.profile .name{padding:3px 0 20px;}
	.profile .name strong{line-height:32px; font-size:23px;}
	.profile .sns{padding:0 0 0 7px;}
}
@media all and (max-width:1024px) {
	.profile{width:49%;}
	.profile dl{padding:0 0 0 38%;}
	.profile dt{left:4.5%; width:35%; max-width:155px;}
	.profile dt img{width:87%; max-width:119px; height:auto;}
	.profile dd{min-height:187px;}
	.profile .name{padding:0 0 15px;}
	.profile .name strong{font-size:25px;}
	.profile dd li{padding-bottom:7px;}
}
@media all and (max-width:768px) {
	.profile{overflow:hidden; width:100%; height:auto; padding:20px 0 0 0;}
	.profile dl{padding:0 0 27px 170px;}
	.profile dt{left:3.5%;}
	.profile dd{min-height:135px;}
	.profile .name strong{font-size:23px;}
	.profile .btns{margin:1em 0 0 0;}
}
@media all and (max-width:568px) {
	.profile dl{padding:0 0 23px 38%;}
	.profile .name{padding:0 0 12px;}
	.profile .name strong{font-size:21px;}
	.profile dd li{padding:0 0 5px 80px;}
	.profile dd li:before{top:5px;}
	.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 .colon{left:70px;}
}
@media all and (max-width:357px) {
	.profile .name strong{font-size:20px;}
	.profile .sns{width:100%; padding:5px 0 0 0;}
}

/* 지역구별 */
#sub_district .box_info>.inr{padding:0;}
#sub_district .district{position:relative; width:100%; min-height:460px; padding:90px 20px 0 714px; box-sizing:border-box;}
#sub_district .map {position:absolute; left:3.58%; top:38px; width:610px;}
#sub_district .map img{max-width:100%;}
#sub_district .map img:not(:first-child){z-index:1; position:absolute; top:0; left:0;}

#sub_district .map_info>p{padding:0 0 30px 12px; font-weight:600;}
#sub_district .map_info li + li{margin-top:5px;}
#sub_district .map_info li > a{display:flex; align-items:flex-start;}
#sub_district .map_info li strong{display:inline-flex; align-items:center; font-weight:300;}
#sub_district .map_info li strong:before{content:''; width:4px; height:4px; margin:0 6px 0 0; border-radius:50%; background:#666;}
#sub_district .map_info li .colon{padding:0 3px;}

#sub_district .map_info li.on *{color:#28a39c;}
#sub_district .map_info li.on strong:before{background:#28a39c;}

@media all and (max-width:1340px){
	#sub_district .district{padding:90px 20px 0 680px;}

}
@media all and (max-width:1280px){
	#sub_district .district{padding:90px 20px 0 67.35%;}
	#sub_district .district .map{top:50%; width:60%; transform:translateY(-50%);}
}
@media all and (max-width:1024px){
	#sub_district .district{min-height:auto; padding:8% 20px 8% 67.35%;}
}
@media all and (max-width:768px){
	#sub_district .district{padding:5%;}
	#sub_district .district .map{position:relative; left:auto; width:85%; margin:0 auto; transform:translateY(0);}
	#sub_district .map_info>p{padding:50px 0 5px 0;}
	#sub_district .map_info>p br{display:none;}
	#sub_district .map_info>ul{display:flex; flex-direction:column; flex-wrap:wrap; height:120px;}
	#sub_district .map_info li + li{margin-top:0;}
	#sub_district .map_info>ul>li{flex:0 0 auto; margin-top:5px;}
}
@media all and (max-width:650px){
	#sub_district .district .map{width:90%;}
}
@media all and (max-width:568px){
	#sub_district .district .map{width:100%;}
	#sub_district .map_info>p{padding:40px 0 5px 0;}
	#sub_district .map_info>ul{flex-wrap:nowrap; height:auto;}
}
@media all and (max-width:380px){
	#sub_district .map_info>p{padding:30px 0 5px 0; word-break:keep-all;}
}

/* 역대의원 의안검색 */
.form_sc{position:relative; overflow:hidden; width:100%; padding:30px 0 30px 0; 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:35%; padding:0 0 0 120px; box-sizing:border-box;}
.form_sc label{position:absolute; left:50px; top:0; display:block; width:60px; line-height:42px; font-weight:600; color:#003964; text-align:right;}
.form_sc .sel{width:30%;}
.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:#1d4067;}
.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 div{padding:0 0 0 100px;}
	.form_sc label{left:25px;}
	.form_sc + .taR{font-size:15px;}
}
@media all and (max-width:768px) {
	.form_sc{padding-left:20px;}
	.form_sc div{width:90%;}
	.form_sc .sel{width:45%; margin:0 0 8px;}
}
@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 select,
	.form_sc input[type="text"]{padding:0 0 0 10px;}
	.form_sc input[type="text"]{padding-right:45px;}
	.form_sc select{background-position:right 10px top 50%; background-size:10px;}
	.form_sc + .taR{font-size:14px;}
}
@media all and (max-width:380px) {
	.form_sc{padding:22px 0 24px 10px;}
	.form_sc label{font-size:16px; line-height:40px;}
	.form_sc + .taR{font-size:13px;}
}


/*의원윤리강령*/
#sub_ethics .ethics_wrap{padding:0 7.47% 6.91% 7.47%; border:1px solid #ddd; border-radius:10px; margin:54px 0 0 0; word-break:keep-all;}
#sub_ethics .ethics_wrap .pic{width:107px; height:107px; margin:-54px auto 0 auto; border-radius:50%; background:#38977b url(/images/kr/member/pic_ethics.png) no-repeat center;}
#sub_ethics .ethics_wrap .tit{display:block; padding:45px 0 0 0; font-size:35px; font-weight:600; color:#4e4b34; text-align:center;}
#sub_ethics .ethics_wrap > p{padding:35px 20px;}
#sub_ethics .ethics_wrap > ul{padding:50px 55px; box-sizing:border-box; border-radius:10px; background:#f5f5f5;}
#sub_ethics .ethics_wrap > ul > li + li{margin-top:24px;}
#sub_ethics .ethics_wrap > ul strong{display:block; margin:0 0 3px; font-size:18px; font-weight:600; color:#35929d;}

@media all and (max-width:768px){
	#sub_ethics .ethics_wrap{padding:0 5.5% 5.5% 5.5%;}
	#sub_ethics .ethics_wrap > ul{padding:40px;}
}
@media all and (max-width:568px){
	#sub_ethics .ethics_wrap{padding:0 5% 5% 5%; margin:45px 0 0 0;}
	#sub_ethics .ethics_wrap .pic{width:90px; height:90px; margin:-45px auto 0 auto; background-size:40px;}
	#sub_ethics .ethics_wrap .tit{padding:30px 0 0 0; font-size:30px;}
	#sub_ethics .ethics_wrap > p{padding:30px 10px; text-align:center;}
	#sub_ethics .ethics_wrap > ul{padding:30px;}
}
@media all and (max-width:420px){
	#sub_ethics .ethics_wrap{margin:35px 0 0 0; padding:0 15px 15px 15px;}
	#sub_ethics .ethics_wrap .pic{width:70px; height:70px; margin:-35px auto 0 auto; background-size:30px;}
	#sub_ethics .ethics_wrap .tit{padding:20px 0 0 0; font-size:24px;}
	#sub_ethics .ethics_wrap > p{padding:20px 0;}
	#sub_ethics .ethics_wrap > ul{padding:20px;}

}

/* 의원행동강령 */
#sub_duty .box_info{margin:0 0 32px;}
#sub_duty .box_info>.inr{background:url(/images/kr/member/bg_duty.png) no-repeat right bottom;}
#sub_duty .duty_wrap>li{padding:28px 44px; box-sizing:border-box; border-radius:0 0 50px 0; background:#f5f5f5; transition:.3s; word-break:keep-all;}
#sub_duty .duty_wrap>li:hover{box-shadow:0 0 15px rgba(0,0,0,0.13);}
#sub_duty .duty_wrap>li + li{margin-top:30px;}
#sub_duty .duty_wrap>li>strong{display:block; padding:0 0 3px; font-size:17px; font-weight:500; color:#2f8b9b;}
#sub_duty .duty_wrap>li>.txt>* + *{margin-top:5px;}
#sub_duty .duty_wrap>li>.txt>ol>li{display:flex; flex-wrap:wrap;}
#sub_duty .duty_wrap>li>.txt>ol>li>*{flex:0 0 auto;}
#sub_duty .duty_wrap>li>.txt>ol>li>.num{padding-right:4px;}
#sub_duty .duty_wrap>li>.txt>ol>li>.num + span{width:calc(100% - 20px);}
#sub_duty .duty_wrap>li>.txt>ol ul{width:100%; padding:0 0 5px 15px;}

@media all and (max-width:768px){
	#sub_duty .duty_wrap>li{padding:25px 35px;}
	#sub_duty .duty_wrap>li + li{margin-top:20px;}
}
@media all and (max-width:568px){
	#sub_duty .box_info{margin:0 0 25px;}
	#sub_duty .box_info>.inr{background-size:75px;}
	#sub_duty .duty_wrap>li{padding:20px 25px; border-radius:0 0 30px 0;}
	#sub_duty .duty_wrap>li + li{margin-top:15px;}
}

/* 위원회 */
/* 상임위원회 */
#sub_standing .stand_wrap>li{display:flex;}
#sub_standing .stand_wrap>li + li{margin-top:50px;}
#sub_standing .stand_wrap .pic{float:left; align-self:flex-start; flex:0 0 auto; position:relative; width:37.94%; margin:0 6.54% 0 0; border-radius:0 0 50px 0; overflow:hidden;}
#sub_standing .stand_wrap .pic:before{content:''; position:absolute; top:0; left:0; width:calc(100% - 11px); height:calc(100% - 11px); background: rgb(56,151,123); background: linear-gradient(120deg, rgba(56,151,123,1) 0%, rgba(71,182,115,1) 100%);}
#sub_standing .stand_wrap .pic img{position:relative; z-index:1; margin:11px 0 0 11px;}
#sub_standing .stand_wrap .txt{float:right; flex:1 1 auto; position:relative; width:55.42%; padding:37px 0 25px 28px; box-sizing:border-box; border-top:5px solid #eff5f3;}
#sub_standing .stand_wrap .tit{display:flex; align-items:center; margin:0 0 5px;}
#sub_standing .stand_wrap .tit>strong{margin:0 20px 0 0; font-size:23px; font-weight:700; color:#2f8b9b;}
#sub_standing .stand_wrap .tit>a{display:flex; justify-content:center; align-items:center; height:39px; padding:0 25px; border-radius:50px; background:#464646; font-size:14px; color:#fff;}
#sub_standing .stand_wrap .tit>a:before{content:''; width:14px; height:14px; margin:0 6px 2px 0; background:url(/images/kr/committee/ico_home.png) no-repeat center; background-size:contain;}
#sub_standing .stand_wrap .txt>p{margin:0 0 5px;}
#sub_standing .stand_wrap .txt>ul{min-height:135px; padding-bottom:30px; box-sizing:border-box;}
#sub_standing .stand_wrap .txt>ul ul{margin-top:4px; padding-left:12px;}

@media all and (max-width:1024px){
	#sub_standing .stand_wrap .pic{width:40%;margin:0 3% 0 0;}
	#sub_standing .stand_wrap .txt{width:60%;}
}
@media all and (max-width:768px){
	#sub_standing .stand_wrap .tit{flex-direction:column; align-items:flex-start;}
	#sub_standing .stand_wrap .tit>a{position:absolute; bottom:0; left:28px;}
}
@media all and (max-width:600px){
	#sub_standing .stand_wrap>li{flex-direction:column;}
	#sub_standing .stand_wrap>li + li{margin-top:0; padding-top:35px; border-top:5px solid #eff5f3;}
	#sub_standing .stand_wrap .pic{width:60%;}
	#sub_standing .stand_wrap .txt{width:100%; border-top:none; padding:30px 0 30px 10px;}
	#sub_standing .stand_wrap .tit{flex-direction:row; align-items:center;}
	
	#sub_standing .stand_wrap .tit>a{position:static;}
	#sub_standing .stand_wrap .txt>ul{min-height:auto; padding-bottom:0;}
}
@media all and (max-width:568px){
	#sub_standing .stand_wrap .pic{width:70%;}

}
@media all and (max-width:430px){
	#sub_standing .stand_wrap>li{padding-bottom:30px;}
	#sub_standing .stand_wrap>li + li{padding-top:30px;}
	#sub_standing .stand_wrap .txt{padding:20px 0 50px 0;}
	#sub_standing .stand_wrap .tit>strong{font-size:21px;}
	#sub_standing .stand_wrap .tit>a{position:absolute; bottom:0; left:0px;}
	
}
@media all and (max-width:380px){
	#sub_standing .stand_wrap .pic{width:80%;}
}

/* 청원진정안내 / 절차도3 */
#sub_petition .proc_wrap > .inr{width:925px;}


/* 주민조례청구 / 절차도4 */
#sub_jumin ul.bullet>li>ul>li>strong{font-weight:500;}
#sub_jumin ul.dot_s > li{font-size:14px; line-height:165%;}
#sub_jumin strong > small{padding:0 0 0 10px; font-weight:300;}

#sub_jumin .proc_wrap > .inr{width:100%; padding:32px 38px; box-sizing:border-box;}
#sub_jumin .proc4 > li{width:calc((100% - (46px * 3)) / 4); margin-top:30px;}
#sub_jumin .proc4 > li:after{width:46px;}
#sub_jumin .proc4 > li:nth-child(4n):after{display:none;}
#sub_jumin .proc4 > li:nth-child(4n+1){margin-left:0;}
#sub_jumin .proc4 > li:nth-child(-n+4){margin-top:0;}

#sub_jumin .link{display:inline-flex; align-items:center; padding:8px 15px 8px 25px; box-sizing:border-box; border:1px dashed #2f8b9b; border-radius:10px; font-size:14px;}
#sub_jumin .link > span{margin:0 6px 0 0; font-weight:500; color:#2f8b9b;}
#sub_jumin .link > a{margin:0 0 0 28px; padding:10px 20px; border-radius:10px; background:#2f8b9b; color:#fff;}

@media all and (max-width:1200px){
	#sub_jumin .proc4 > li{width:calc((100% - (30px * 3)) / 4);}
	#sub_jumin .proc4 > li:after{width:30px;}
}
@media all and (max-width:1024px){
	#sub_jumin .proc4 > li{width:calc((100% - (46px * 3)) / 4);}
	#sub_jumin .proc4 > li:after{width:46px;}
}
@media all and (max-width:910px){
	#sub_jumin .proc4 > li{width:calc((100% - (46px * 2)) / 3);}
	#sub_jumin .proc4 > li + li{margin-left:46px;}
	#sub_jumin .proc4 > li:after{width:46px;}
	#sub_jumin .proc4 > li:nth-child(4n):after{display:block;}
	#sub_jumin .proc4 > li:nth-child(4n+1){margin-left:46px;}
	#sub_jumin .proc4 > li:nth-child(-n+4){margin-top:30px;}
	
	#sub_jumin .proc4 > li:nth-child(3n):after{display:none;}
	#sub_jumin .proc4 > li:nth-child(3n+1){margin-left:0;}
	#sub_jumin .proc4 > li:nth-child(-n+3){margin-top:0;}
}
@media all and (max-width:768px){
	#sub_jumin .proc4 > li{width:calc((100% - (46px * 2)) / 2);}
	#sub_jumin .proc4 > li:nth-child(3n):after{display:block;}
	#sub_jumin .proc4 > li:nth-child(3n+1){margin-left:46px;}
	#sub_jumin .proc4 > li:nth-child(-n+3){margin-top:30px;}
	
	#sub_jumin .proc4 > li:nth-child(2n){margin-right:46px;}
	#sub_jumin .proc4 > li:nth-child(2n+1){margin-left:0;}
	#sub_jumin .proc4 > li:nth-child(-n+2){margin-top:0;}
}
@media all and (max-width:568px){
	#sub_jumin ul.bullet>li>strong{flex-wrap:wrap;}
	#sub_jumin strong > small{display:block; width:100%;}

	#sub_jumin .proc_wrap > .inr{padding:5% 4.54%;}

	#sub_jumin .link{flex-wrap:wrap; padding:10px 15px 15px 15px;}
	#sub_jumin .link > a{margin:5px 0 0 0; padding:8px 50px;}
	
}

/* 방청견학 */
#sub_tour .box_info{margin-bottom:0;}
#sub_tour .box_info.callout.tour>.inr>strong{margin-bottom:13px;}
#sub_tour .contact{display:inline-flex; padding:12px 25px; box-sizing:border-box; border:1px dashed #ec7070; border-radius:10px;}
#sub_tour .contact>span{display:inline-flex; align-items:center;}
#sub_tour .contact>span:before{content:''; width:18px; height:14px; margin:0 8px 0 0; background:url(/images/kr/open/ico_contact.png) no-repeat center; background-size:contain;}

#sub_tour .proc3 > li > ul{width:100%;}
#sub_tour .proc3 > li > ul > li{width:calc((100% - (46px * 3)) / 4); padding:0;}
#sub_tour .proc3 > li > ul > li + li{margin-left:46px;}
#sub_tour .proc3 > li > ul > li:before{left:100%;}
#sub_tour .proc3 > li > ul > li:last-child:before{display:none;}

@media all and (max-width:568px){
	#sub_tour .proc3 > li{padding:0; border-radius:0; background:transparent;}
	#sub_tour .proc3 > li > ul{padding:0; border-radius:0; background:transparent;}
	#sub_tour .proc3 > li > ul > li{width:100%; height:45px; margin:0 0 45px;}
	#sub_tour .proc3 > li > ul > li:last-child{margin:0;}
	#sub_tour .proc3 > li > ul > li + li{margin-left:0;}
	#sub_tour .proc3 > li > ul > li:not(:last-child):after{height:45px; background-size:30px;}

	#sub_tour .contact{flex-wrap:wrap;}
}
@media all and (max-width:380px){
	#sub_tour .proc3 > li > ul > li:not(:last-child){margin:0 0 30px;}
	#sub_tour .proc3 > li > ul > li:not(:last-child):after{height:30px; background-size:18px;}
}


/* 의회용어사전 */
#sub_voca a{color:#222;}
#sub_voca .indexArea{overflow:hidden; width:100%; padding:40px 60px 35px; box-sizing:border-box;}
#sub_voca .index_word,
#sub_voca .indexArea form{overflow:hidden; position:relative; width:100%; margin:0 0 1em 0; padding:0 0 1em 110px; border-bottom:1px dashed #ccc; box-sizing:border-box;}
#sub_voca .search_result{padding-left:0 !important;}
#sub_voca .indexArea form *{float:left;}
#sub_voca .indexArea fieldset{width:100%;}
#sub_voca .indexArea #word {width:100%; padding:0 150px 0 20px; font-weight:800; color:#111; border:1px solid #ddd; border-radius:3px; box-sizing:border-box; background:#fff;}
#sub_voca .indexArea button[type="submit"]{position:absolute; top:0; right:0; width:120px; height:42px; padding:0 0 0 20px; font-weight:800; color:#fff; border-radius:0 3px 3px 0; box-sizing:border-box; background:#2e3446;}
#sub_voca .indexArea button:before,
#sub_voca .indexArea button:after{content:''; display:block; position:absolute; top:10px; left:25px; width:17px; height:17px; border:2px solid #fff; border-radius:50%; box-sizing:border-box;}
#sub_voca .indexArea button:after{left:37px; top:26px; width:8px; height:2px; border:none; border-radius:2px; transform:rotate(45deg); background:#fff;}
#sub_voca .indexArea form label,
#sub_voca .index_word .titTxt{position:absolute; top:12px; left:0; font-weight:800; color:#222; font-size:19px;}
#sub_voca .index_word ul {width:100%;}
#sub_voca .index_word li {display:inline-block; margin:0 1px 5px 0; text-align:center;}
#sub_voca .index_word li a{display:block; width:42px; height:42px; line-height:40px; font-size:24px; font-weight:800; text-decoration:none; border-radius:50%; box-sizing:border-box; border:1px solid #ddd; background:#fff;}
#sub_voca .index_word li.current_on a,
#sub_voca .index_word li a:focus,
#sub_voca .index_word li a:hover{color:#fff; border-color:#f05952; background:#f05952;}
#sub_voca .search_result ul{overflow:hidden; width:100%;}
#sub_voca .search_result li {float:left; width:20%; padding:0 0 10px 10px; letter-spacing:-1px; box-sizing:border-box; word-break:break-all;}
#sub_voca .none,#sub_voca .word_defined{width:100%;}
#sub_voca #pagingNav{margin:40px 0 0 0;}
@media all and (max-width:1000px) {
	#sub_voca .indexArea{padding:35px 50px 30px; margin:0 0 30px;}
	#sub_voca .index_word li a{width:45px; height:45px; line-height:43px;}
	#sub_voca .search_result ul{padding:0 0 0 2%; box-sizing:border-box;}
}
@media all and (max-width:768px) {
	#sub_voca .indexArea{padding:30px; margin:0 0 25px;}
	#sub_voca .indexArea #word{padding-right:110px;}
	#sub_voca .indexArea form label, #sub_voca .index_word .titTxt{font-size:18px;}
	#sub_voca .indexArea button[type="submit"]{height:42px; width:100px;}
	#sub_voca .indexArea button:before{left:20px;}
	#sub_voca .indexArea button:after{left:32px;}
	#sub_voca .index_word, #sub_voca .indexArea form{padding:0 0 12px 100px; margin-bottom:12px;}
	#sub_voca .index_word li{margin:0 1px 3px 0;}
	#sub_voca .index_word li a{height:40px; width:40px; line-height:38px; font-size:21px;}
}
@media all and (max-width:660px) {
	#sub_voca .search_result li{width:25%;}
}
@media all and (max-width:568px) {
	#sub_voca .indexArea{padding:23px; margin:0 0 20px;}
	#sub_voca .index_word, #sub_voca .indexArea form{padding-left:0;}
	#sub_voca .indexArea form label, #sub_voca .index_word .titTxt{position:static; width:100%; margin:0 0 10px; text-align:center;}
	#sub_voca .indexArea button[type="submit"]{top:auto; bottom:12px; height:38px; width:85px;}
	#sub_voca .indexArea button:before{left:15px;  width:15px; height:15px; }
	#sub_voca .indexArea button:after{left:26px; top:24px;}
	#sub_voca .index_word li a{height:35px; width:35px; line-height:33px; font-size:20px;}
	#sub_voca .search_result li{width:33.33%;}
	#sub_voca .indexArea #word {height:37px; line-height:37px; padding-right:95px;}
	#sub_voca #pagingNav{margin:25px 0 0 0;}
}
@media all and (max-width:380px) {
	#sub_voca .indexArea{padding:20px; margin:0 0 17px;}
	#sub_voca .indexArea form label, #sub_voca .index_word .titTxt{font-size:17px;}
	#sub_voca .index_word li a{height:32px; width:32px; line-height:30px; font-size:19px;}
	#sub_voca .search_result li{width:50%;}
	#sub_voca #pagingNav{margin:20px 0 0 0;}
}


/* 의회에바란다 */
#sub_board .red{color:#c35c5c;}
#sub_board .box_info {font-size: 15px; line-height: 30px;}
#sub_board .box_info .info_txt::after {background:url(/images/kr/open/bg_hope.jpg) no-repeat;}
#sub_board .box_info .info_btn {position: relative; background: #f4e6e6; padding: 7px 20px; color: #c35c5c; border-radius: 50px; font-size: 15px;}
#sub_board .box_info .info_btn.reversal {background: #f0f0f0; color: #be4c4c; font-weight: 500;}

#sub_board .box_info .slide_law {font-size: 14px; margin-top: 15px; opacity:0; visibility:hidden; height:0; transition: height 0.3s ease-in-out;}
#sub_board .box_info .slide_law p:first-child {font-weight: 500;}
#sub_board .box_info .slide_law .law6 {margin-left: 10px;}
#sub_board .box_info .slide_law .law6 li {position: relative; padding-left: 15px; line-height: 20px;}
#sub_board .box_info .slide_law .law6 li::after {position: absolute; content: '①'; top: 0; left: 0;}
#sub_board .box_info .slide_law .law6 li:last-child::after {position: absolute; content: '②'; top: 0; left: 0;}
#sub_board .box_info .slide_law.on {opacity:1; visibility:visible; height:500px; transition: opacity 0.2s ease-in-out;}
#sub_board .box_info .slide_law .law_box {width: 100%; height: auto; min-height: 255px; border: 1px solid #ddd; border-radius: 10px; padding: 15px 30px; margin-top: 20px; box-sizing: border-box;}
#sub_board .box_info .slide_law .law_box ul li {font-size: 13px; line-height: 25px;}

@media all and (max-width:768px) {
    #sub_board .box_info .info_txt {padding: 0 20px 0 160px;}
}
@media all and (max-width:568px) {
    #sub_board .box_info .info_txt {padding: 0;}
    #sub_board .box_info .info_txt ul li {line-height: 26px;}
    #sub_board .box_info .info_txt ul li br {display: none;}
}


/* 통합검색*/
#sub_search .search{width:100%; padding:60px 0; margin:0 0 30px 0;}
#sub_search .search *{display:inline-block; vertical-align:top;}
#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:115%; font-weight:800;}
#sub_search .search #word{width:30%; height:40px; line-height:40px; border:1px solid #c8c8ca;}
#sub_search .search button{width:60px; height:40px; background:#3a4996; color:#fff;}
#sub_search .result h4{margin:0 0 15px 0; font-size:120%; font-weight:800; border-bottom:1px solid #ccc; background-position:0 4px;}
#sub_search .result > .dot{margin:0 0 0 10px;}
#sub_search .result > .dot > li {padding:0 0 0 12px; margin:0 0 7px; font-weight:800;}
#sub_search .result > .dot > li ul{font-weight:200;}
#sub_search .result > .dot > li:before{top:8px; width:5px; height:5px; background:#3a4996;}

@media all and (max-width:768px) {
	#sub_search .search{padding:50px 0; margin:0 0 25px;}
	#sub_search .search fieldset{text-align:center;}
	#sub_search .search #word{width:30%;}
	#sub_search .search button{width:65px; font-size:16px;}
	#sub_search .result > .dot > li:before{top:7px;}
}
@media all and (max-width:568px) {
	#sub_search .search{padding:45px 0;}
}
@media all and (max-width:380px) {
	#sub_search .search{padding:40px 0;}
}

/* 배너모음 */
#sub_banner ul{overflow:hidden; width:100%; font-size: 0;}
#sub_banner ul li{float:left; width:25%; padding:3px 5px 4px; box-sizing:border-box;}
#sub_banner ul li a{display:block; height:70px; padding:15px; vertical-align:middle; border:1px solid #e8e8e8; box-sizing:border-box; text-align:center;}
#sub_banner ul li img{max-width:100%;}
#sub_banner ul li.none{font-weight:bold; width:100%;}
@media all and (max-width:768px) {
	#sub_banner ul li{width:33.33%;}
}
@media all and (max-width:568px) {
	#sub_banner ul li{width:50%;}
}

/*사이트맵*/
#sub_sitemap .site{overflow:hidden; width:100%; padding:20px 0 0 0; border-top:1px solid #d6d6d6;}
#sub_sitemap .site:first-of-type{padding:0; border-top:none;}
#sub_sitemap .site h4{float:left; width:22%; box-sizing:border-box;}
#sub_sitemap .site > ul{float:left; width:78%; padding:0;}
#sub_sitemap .site > ul > li {float:left; width:30%; 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%; font-weight:700;}
#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;}
@media all and (max-width:1024px) {
	#sub_sitemap .site{padding:10px 0 0 0;}
	#sub_sitemap .site h4{width:95%;}
	#sub_sitemap .site > ul{width:100%; padding:0 0 0.4em 0;}
	#sub_sitemap .site > ul > li{padding-bottom:20px;}
}
@media all and (max-width:768px) {
	#sub_sitemap .site > ul{padding:0 0 1em 0;}
	#sub_sitemap .site > ul > li{width:48%; padding:0 1% 10px;}
	#sub_sitemap .site > ul > li > a{font-size:105%;}
}

/* 개인정보처리방침 */
#sub_privacy.sub_func .txt_wrap > ul > li + li{margin-top:8px;}
#sub_privacy.sub_func .txt_wrap > ul ul{padding-left:15px;}
#sub_privacy.sub_func .txt_wrap > ul > li > ul > li + li{margin-top:5px;}

/* 정보공개 */

#disclosure .box {margin: 0 0 20px;padding: 10px 0; font-size: 20px;color: #fff;text-align: center;background: #479a8d; font-weight: 600;}
#disclosure .box_info {margin: 0 0 20px; padding: 20px 10%; display: flex; flex-wrap: wrap;  box-sizing: border-box;}
#disclosure .box_info ul {width: 33.33%;}
#disclosure .box_info ul li:not(:last-child) {padding: 0 0 8px;}

@media all and (max-width:1024px){
	#disclosure .box_info {padding: 20px 5%;}
}
@media all and (max-width:768px){
	#disclosure .box_info {padding: 20px 30px 10px;}
	#disclosure .box_info ul {width: 100%;}
	#disclosure .box_info ul li {padding: 0 0 10px;}
}