@charset "utf-8";

.slick-vertical .slick-slide {
	border: none;
}

#container_main {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#container_main h4 {
	letter-spacing: -2px;
	font-size: 35px;
	font-weight: 900;
}

.more {
	z-index: 2;
	position: absolute;
	top: 17px;
	right: 12px;
	display: block;
	line-height: 100%;
	font-size: 15px;
	font-weight: 500;
	color: #3a9fa3;
	letter-spacing: 0;
}

.more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: -1px 0 0 12px;
	background: url(../../../images/kr/main/ico_more.gif) no-repeat 0 -62px;
}

.more:hover:after {
	transform: rotate(90deg);
}

@media all and (max-width:1024px) {
	#container_main h4 {
		letter-spacing: -1px;
	}

	.more {
		right: 0;
		letter-spacing: -1px;
	}

	.more:after {
		margin: -1px 0 0 9px;
	}
}

@media all and (max-width:568px) {
	.more {
		top: 10px;
		font-size: 14px;
	}

	.more:after {
		margin: -1px 0 0 7px;
	}
}

.control button {
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	font-size: 0;
	text-indent: -9999px;
	background: url(../../../images/kr/main/ico_ctrl.png) no-repeat 3px -156px;
}

.control .btn_next {
	background-position: -185px -156px;
}

.control .btn_stop {
	margin: 0 6px;
	background-position: -62px -156px;
}

.control .btn_stop.on {
	background-position: -122px -156px;
}

.control button:hover {
	background-color: rgba(0, 0, 0, 0.03);
}

/* 비주얼 */
#visual {
	position: relative;
	height: 525px;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 30px;
	overflow: hidden;
}

#visual .slick-slider,
#visual .slick-list,
#visual .slick-track,
#visual .slick-slide,
#visual .slick-slide>div,
#visual .slick-slide .list,
#visual .slick-slide .list img {
	height: 100%;
	width: 100%;
}


#visual .txt_wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#visual .inner {
	height: 100%;
}

#visual .wrap {
	padding: 0px 20px 0 40px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

#visual .wrap h3 {
	font-size: 55px;
	-webkit-text-stroke: 0.5px #fff;
	text-shadow: 0 0 15px rgba(0, 0, 0, .35);
	font-weight: 900;
}

#visual .wrap h3 .blue {
	color: #207fa6;
}

#visual .wrap h3 .green {
	color: #2aa091;
}

#visual .control {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

#visual .page_v {
	display: flex;
	align-items: center;
	margin: 0 14px 0 0;
	font-weight: 500;
	color: #999;
}

#visual .page_v .current {
	font-weight: 700;
	color: #333;
}

#visual .page_v .dash {
	display: block;
	margin: 0 9px;
	width: 32px;
	height: 1px;
	background: #a6a5a5;
}

#visual .btns button {
	width: 26px;
	height: 26px;
	background-color: #fff;
	background-position: 9px 7px;
	border-radius: 50%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

#visual .btns .btn_stop {
	background-position: -27px 7px;
}

#visual .btns .btn_stop.on {
	background-position: -68px 7px;
}

#visual .btns .btn_next {
	background-position: -110px 7px;
}

#visual .btns button:hover {
	background-position: 9px -21px;
}

#visual .btns .btn_stop:hover {
	background-position: -27px -21px;
}

#visual .btns .btn_stop.on:hover {
	background-position: -68px -21px;
}

#visual .btns .btn_next:hover {
	background-position: -110px -21px;
}

@media all and (max-width:1024px) {
	#visual {
		overflow: hidden;
		height: 190px;
	}

	#visual .wrap {
		position: relative;
		padding: 0;
		background: none;
	}

	#visual .wrap h3 {
		font-size: 28px;
		padding-top: 2rem;
	}

	#visual .wrap img,
	#visual .wrap p {
		display: none;
	}

	#visual .control {
		position: absolute;
		bottom: 20px;
	}

	#visual .page_v,
	#visual .page_v .current {
		color: #fff;
		text-shadow: 0 0 5px rgba(0, 0, 0, .6);
	}

	#visual .page_v .dash {
		background: #fff;
	}
}

@media all and (max-width:768px) {

	#visual .wrap h3 {
		font-size: 24px;
		padding-top: 1rem;
	}

}


/* 열린의장실 */
.sec {
	margin: 72px auto 64px;
}

.sec .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#chairman {
	z-index: 1;
	position: relative;
	overflow: hidden;
	width: 435px;
	height: 331px;
	background: url(../../../images/kr/main/bg_chairman.jpg)no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
	box-sizing: border-box;
}

#chairman .pic {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
}

#chairman .txt {
	margin: 45px 10px 0 242px;
}

#chairman .txt p {
	margin: 0 0 5px;
	font-size: 20px;
	display: inline;
}

#chairman .txt strong {
	font-size: 22px;
	font-weight: 500;
}

#chairman .txt strong span {
	font-weight: 500;
	font-size: 20px;
	color: #253b54;
}

#chairman .btn_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 37px 0 0;
}

#chairman .btn_wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 143px;
	height: 49px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	background: #33a79a;
	border-radius: 20px;
	position: relative;
	padding-left: 1rem;
}

#chairman .btn_wrap a::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(../../../images/kr/main/ico_greeting.png)no-repeat;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}


@media all and (max-width:1380px) {
	#chairman {
		width: 420px;
	}

	#chairman .txt {
		margin-left: 230px;
	}

	#chairman .txt p {
		display: block;
	}

	#chairman .btn_wrap a {
		height: 53px;
	}
}

@media all and (max-width:1120px) {
	.sec {
		margin: 35px 0;
	}

	#chairman {
		width: 100%;
	}

	#chairman .pic {
		left: 40%;
		transform: translateX(-50%);
	}

	#chairman .txt {
		margin-left: 50%;
	}
}

@media all and (max-width:768px) {
	#chairman {
		height: auto;
	}

	#chairman .txt {
		margin: 30px 0 50px 54%;
	}
}

@media all and (max-width:568px) {
	#chairman .pic {
		left: 0;
		transform: translateX(0);
		height: 215px;
	}

	#chairman .pic img {
		width: 100%;
		height: 100%;
	}

	#chairman .txt {
		margin: 30px 0 30px 220px;
	}

	#chairman .txt p {
		font-size: 15px;
	}

	#chairman .txt strong {
		font-size: 20px;
	}

	#chairman .txt strong span {
		font-size: 30px;
	}

	#chairman .btn_wrap {
		margin: 20px 0 0;
		height: 45px;
		border-radius: 12px;
	}
}

@media all and (max-width:420px) {
	#chairman .txt {
		margin-left: 200px;
	}

	#chairman .txt strong {
		font-size: 18px;
	}

	#chairman .txt strong span {
		font-size: 26px;
	}

	#chairman .btn_wrap a {
		height: 50px;
		font-size: 14px;
	}

	#chairman .btn_wrap a::before {
		margin: 0 0 5px;
	}

	#chairman .btn_wrap a:last-child {
		margin: 0 0 0 8px;
	}
}

@media all and (max-width:380px) {
	#chairman .pic {
		height: 200px;
	}

	#chairman .txt {
		margin-left: 140px;
	}

	#chairman .txt p {
		font-size: 14px;
	}

	#chairman .txt strong {
		font-size: 16px;
	}

	#chairman .btn_wrap {
		margin: 15px 0 0;
	}

	#chairman .btn_wrap a {
		border-radius: 10px;
		height: 40px;
	}

	#chairman .btn_wrap a::before {
		width: 18px;
		height: 18px;
		background-size: cover;
	}
}

/* 현역의원 */
/* 의원 영역 */
#member {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#member .title {
    position: relative;
    padding: 0 0 20px;
    background:url(../../../images/common/bg_border.png) repeat-x left bottom;
    margin-bottom: 30px;
}
#member .title h4 {
    font-size: 32px;
    color: #184d90;
    font-weight: 700;
    background-size: contain;
    position: relative;
    padding-left: 45px;
    background: url(../../../images/kr/main/ico_title01.png) no-repeat left top;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
#member .title h4 p {
    background: #fff;
    display: inline-block;
    padding-right: 15px;
}
#member .title h4 p span {
    color: #000;
}
#member .title h4 i {
    margin: 7px 0 0;
    color: #3a3a3a;
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    letter-spacing:-0.05em;
    display: block;
}


#gallery .title .info {
    
}
#member .member_cont {
    display: flex;
    flex-wrap: wrap;
}
#member .member_cont .map {
    width: 700px;
    height: 640px;
    background: url(../../../images/kr/main/map05.jpg) no-repeat center top;
    background-size: 700px auto;
    position: relative;
}
#member .member_cont .map > div {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#member .member_cont .map > div a {
    position:absolute;
    padding: 3px 10px;
    background:#7e7e7e;
    font-size:18px;
    color:#fff;
    border-radius:50px;
    z-index: 55;
}
#member .member_cont .map > div a.on {
    background:#184d90;
}
#member .member_cont .map .area01.on {
    background: url(../../../images/kr/main/map04.jpg) no-repeat center top #fff;
    background-size:700px ;
}
#member .member_cont .map .area02.on {
    background: url(../../../images/kr/main/map04.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area03.on {
    background: url(../../../images/kr/main/map04.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area04.on {
    background: url(../../../images/kr/main/map04.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area05.on {
    background: url(../../../images/kr/main/map03.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area06.on {
    background: url(../../../images/kr/main/map03.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area07.on {
    background: url(../../../images/kr/main/map03.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area08.on {
    background: url(../../../images/kr/main/map03.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area09.on {
    background: url(../../../images/kr/main/map01.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area10.on {
    background: url(../../../images/kr/main/map02.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area11.on {
    background: url(../../../images/kr/main/map02.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area12.on {
    background: url(../../../images/kr/main/map02.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area13.on {
    background: url(../../../images/kr/main/map05.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area01 a {
    left: 32%;
    top: 15%;
}
#member .member_cont .map .area02 a {
    top: 20%;
    left: 18%;
}
#member .member_cont .map .area03 a {
    top: 19%;
    left: 52%;
}
#member .member_cont .map .area04 a {
    top: 39%;
    left: 10%;
}
#member .member_cont .map .area05 a {
    top: 37%;
    left: 30%;
}
#member .member_cont .map .area06 a {
    top: 37%;
    left: 48%;
}
#member .member_cont .map .area07 a {
    top: 52%;
    left: 59.5%;
}
#member .member_cont .map .area08 a {
    top: 53%;
    left: 45%;
}
#member .member_cont .map .area09 a {
    top: 32%;
    left: 65%;
}
#member .member_cont .map .area10 a {
    top: 46%;
    left: 80%;
}
#member .member_cont .map .area11 a {
    top: 67%;
    right: 21%;
}
#member .member_cont .map .area12 a {
    top: 80%;
    right: 42%;
}
#member .member_cont .map .area13 a {
    top: 63%;
    left: 25%;
}

#member .member_cont .member_info {
    width: calc(100% - 700px);
    padding-top: 30px;
}
#member .member_cont .member_info .member_district {
    background: #fff;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    height: 75px;
    border-left: solid 5px #184d90;
    border-radius: 0px 10px 10px 0px;
    margin-bottom: 40px;
    padding: 0px 200px 0px 25px;
    position: relative;
}
#member .member_cont .member_info .member_district .district_name {
    font-size: 24px;
    color: #25446b;
    font-weight: bold;
}
#member .member_cont .member_info .member_district .member_info_btns {
    position: absolute;
    right: 20px;
}
#member .member_cont .member_info .member_district .member_info_btns button {
    font-size:0;
    text-indent:-999999px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_prev {
    width: 25px;
    height: 25px;
    background: url(../../../images/kr/main/ico_ctrl_member.png) no-repeat -5px 6px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_stop {
    width: 25px;
    height: 25px;
    background: url(../../../images/kr/main/ico_ctrl_member.png) no-repeat -54px 6px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_start {
    width: 25px;
    height: 25px;
    background: url(../../../images/kr/main/ico_ctrl_member.png) no-repeat -55px -25px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_next  {
    width: 25px;
    height: 25px;
    background: url(../../../images/kr/main/ico_ctrl_member.png) no-repeat -100px 6px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_more  {
    line-height:25px;
    padding-left:10px;
}
#member .member_cont .member_info .dist_box {
    background:#ebebeb;
    padding: 40px 50px;
    border-radius:15px;
    height: auto;
    min-height: 440px;
}
#member .member_cont .member_info .dist_box .dist_box_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list {
    width: 49%;
    display:flex;
    margin: 30px 0;
    justify-content:space-between;
    align-items: center;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .img {
    width: 110px;
    overflow:hidden;
    border-radius:10px;
    box-shadow:0 0 20px 0px rgba(0,0,0,0.03);
    height: 150px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .img img {
    max-width:110px;
    object-fit:cover;
    height:100%;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt {
    width:calc(100% - 130px);
    display:flex;
    flex-direction:column;
    height: 100%;
    justify-content: center;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .name {}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .name strong {
    font-size: 22px;
    display: inline-block;
    margin-right: 7px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .name em {}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .dist {
    margin: 10px 0px 5px;
    line-height: 1.4;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .dist em {
    font-size:12px;
    display:block;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .party {margin-bottom: auto;}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns {
    display:flex;
    align-items:center;
    gap:0px 7px;
    margin: 0;
    margin-top: 10px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns .btn_pro{
    background:#fff;
    border-radius:5px;
    display:block;
    padding:5px 10px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns .btn_homepage{
    background:#fff;
    border-radius:5px;
    display:block;
    padding:5px 10px;
}

@media all and (max-width:1450px){
    #member .member_cont .member_info .dist_box {
        padding:30px;
        height: auto;
    }
    
    #member .member_cont .map > div a {
    }
}
@media all and (max-width:1350px){
    #member .member_cont .map {
        width:530px;
        margin-right:30px;
        height: 78%;
    }
    #member .member_cont .map > div.on {
        background-size: contain !important;
    }
    #member .member_cont .member_info {
        width:calc(100% - 560px) ;
    }
}
@media all and (max-width:1240px){
    #member .member_cont {
    }
   #member .member_cont .map {
       width: 530px;
       background-size: 530px;
       margin-right: 0;
       height: 480px;
       left: 50%;
       transform: translateX(-50%);
   }
    #member .member_cont .map > div {
    }
    #member .member_cont .map > div.on{
        width:530px !important;
        left:50%;
        transform:translateX(-50%);
    }
    #member .member_cont .map > div.on a {
    }
    #member .member_cont .member_info {
        width:100%;
    }
    #member .member_cont .member_info .dist_box {
        height:auto;
        min-height: unset;
    }
}
@media all and (max-width:1120px){
    #member .title h4 {
        font-size: 30px;
    }

    #member .title .info {
        font-size: 15px;
    }
}
@media all and (max-width:768px){
    #member .title h4 i {
        display:none;
    }
    #member .title h4 {
        font-size: 28px;
    }
    #member .member_cont .member_info .member_district .district_name {
        font-size:18px;
    }
    
    #member .member_cont .member_info .member_district {
        height:55px;
        border-left: solid 5px #184d90;
        border-radius: 0px 10px 10px 0px;
        margin-bottom: 40px;
        padding: 0px 200px 0px 25px;
        position: relative;
    }
}
@media all and (max-width:640px) {
    #member .member_cont .member_info .dist_box .dist_box_ul .list {
        margin:10px 0px;
        width:100%;
    }
    
    #member .member_cont .member_info .dist_box .dist_box_ul {
        flex-direction:column;
    }
    #member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns {
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns .btn_pro{
    padding:5px 20px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns .btn_homepage{
    padding:5px 20px;
}
    #member .member_cont .member_info .dist_box {
        padding:15px 20px;
    }


}
@media all and (max-width:568px){
    #member .title {
        padding: 0 0 20px;
    }

    #member .title h4 {
        padding-top:5px;
        padding-bottom:5px;
        padding-left:40px;
        font-size: 24px;
    }
    
   #member .member_cont .map {
       width: 350px;
       background-size: 350px;
       margin-right: 0;
       height: 300px;
       left: 50%;
       transform: translateX(-50%);
   }
    #member .member_cont .map > div {
    }
    #member .member_cont .map > div.on{
        width:350px !important;
        left:50%;
        transform:translateX(-50%);
    }
    #member .member_cont .map a {
        font-size:12px !important;
    }

}

/*#member {
	overflow: hidden;
	position: relative;
	padding: 41px 2.7%;
	width: calc(100% - 484px);
	height: 332px;
	background: url(../../../images/kr/main/bg_member.jpg)no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
	box-sizing: border-box;
}

#member .tit {
	display: flex;
}

#member .tit p {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 15px;
}

#member .tit p::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #c7dad5;
}

#member h4 {
	font-size: 24px;
	font-weight: 800;
}

#member h4 span {
	font-size: 25px;
	font-weight: 900;
}

#member .control {
	position: absolute;
	top: 36px;
	right: 41px;
	display: flex;
	flex-wrap: wrap;
}

#member .control button,
#member .control a {
	position: static;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	background: #fff url(../../../images/kr/main/ico_ctrl.png)no-repeat 10px -95px;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
}

#member .control .btn_stop {
	margin: 0 5px;
	background-position: -54px -95px;
}

#member .control .btn_stop.on {
	background-position: -115px -95px;
}

#member .control .btn_next {
	background-position: -178px -95px;
}

#member .control .more {
	margin: 0 0 0 5px;
	background: #fff url(../../../images/kr/main/ico_more1.jpg)no-repeat center;
}

#member .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 22px 0 0;
}

#member .small {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% - 389px);
}

#member .small a {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 2.2% 10px 0;
	width: 18.13%;
	height: 96px;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
}

#member .small a:nth-child(5),
#member .small a:last-child {
	margin-right: 0;
}

#member .small a.active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #f18a37;
	border-radius: 5px;
}

#member .small a img {
	width: 100%;
	height: 100%;
}

#member .big {
	width: 347px;
}

#member .big .list {
	display: flex !important;
}

#member .big .pic {
	overflow: hidden;
	width: 160px;
	height: 203px;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
}

#member .big .pic img {
	width: 100%;
	height: 100%;
}

#member .big .txt {
	padding: 25px 0 0 29px;
	width: calc(100% - 160px);
	box-sizing: border-box;
}

#member .big .txt em {
	display: block;
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 500;
}

#member .big .txt em span {
	font-family: 'Noto Sans KR';
	font-weight: 300;
	font-size: 16px;
}

#member .big .txt .dash li {
	padding: 0 0 2px 19px;
	font-size: 14px;
}

#member .big .txt .dash li::before {
	top: 8px;
	width: 10px;
	height: 3px;
	background: #33a79a;
}

#member .big .txt .btn_wrap {
	display: flex;
	margin: 15px 0 0;
}

#member .big .txt .btn_wrap a {
	width: 40px;
	height: 40px;
	font-size: 0;
	background: #33a79a url(../../../images/kr/main/ico_home.png)no-repeat center;
	border-radius: 50%;
}


@media all and (max-width:1380px) {
	#member {
		width: calc(100% - 444px);
	}

	#member .tit p {
		display: none;
	}

	#member .small {
		width: calc(100% - 370px);
	}
}

@media all and (max-width:1120px) {
	#member {
		margin: 35px 0 0;
		width: 100%;
	}
}

@media all and (max-width:768px) {
	#member {
		height: auto;
	}

	#member h4,
	#member h4 span {
		font-size: 22px;
	}

	#member .control {
		right: 20px;
	}

	#member .small,
	#member .big {
		width: 100%;
	}
}

@media all and (max-width:568px) {
	#member {
		padding: 30px 20px;
	}

	#member .control {
		top: 65px;
	}

	#member .small {
		margin: 30px 0 0;
	}
}

@media all and (max-width:420px) {

	#member h4,
	#member h4 span {
		font-size: 20px;
	}

	#member .small a {
		height: 70px;
	}

	#member .big .pic {
		width: 140px;
		height: 180px;
	}

	#member .big .txt {
		padding: 15px 0 0 25px;
		width: calc(100% - 140px);
	}

	#member .big .txt em {
		font-size: 18px;
	}
}

@media all and (max-width:330px) {

	#member h4,
	#member h4 span {
		font-size: 19px;
	}

	#member .small a {
		height: 60px;
	}

	#member .big .pic {
		width: 120px;
		height: 150px;
	}

	#member .big .txt {
		padding: 10px 0 0 15px;
		width: calc(100% - 120px);
	}
}

.sec2 {
	position: relative;
	width: 100%;
	padding: 0 451px 0 0;
	box-sizing: border-box;
}

@media all and (max-width:1280px) {
	.sec2 {
		padding: 0 360px 0 0;
	}
}

@media all and (max-width:1024px) {
	.sec2 {
		padding: 0;
	}
}*/



/* 팝업존 */
#popup {
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	width: 435px;
}

#popup h4 {
	height: 56px;
	font-size: 30px;
}

#popup h4 span {
	color: #fe8b35;
}

#popup .none {
	min-height: 110px;
	padding: 80px 0 0 0;
	text-align: center;
}

#popup .list_wrap {
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	box-shadow: 3px 3px 25px rgba(204, 204, 204, 0.4);
	box-sizing: border-box;
}

#popup .list_wrap * {
	vertical-align: top;
	color: #fff;
}

#popup .list_wrap .list:not(:first-of-type) {
	display: none;
}

#popup .list_wrap.slick-initialized .list:not(:first-of-type) {
	display: block;
}

#popup .list img {
	width: 100%;
	border-radius: 5px;
}

#popup .control {
	position: absolute;
	right: 0;
	top: 7px;
}

#popup .page_p {
	float: left;
	margin: -1px 15px 0 0;
	font-size: 15px;
	line-height: 100%;
}

#popup .page_p * {
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}

#popup .page_p .current {
	font-weight: 600;
}

#popup .page_p .dash {
	padding: 0 7px;
}

@media all and (max-width:1280px) {
	#popup {
		width: 340px;
	}

	#popup .list img {
		height: 260px;
	}
}

@media all and (max-width:1024px) {
	#popup {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		margin: 0 0 50px;
	}

	#popup h4 {
		height: auto;
		padding: 0 0 12px;
		font-size: 26px;
	}

	#popup .list img {
		width: auto;
		height: 235px;
		margin: 0 auto;
	}

	#popup .control {
		top: 0;
	}

	#popup .page_p {
		margin-top: 2px;
	}
}

@media all and (max-width:768px) {
	#popup {
		margin: 0 0 40px;
	}

	#popup h4 {
		font-size: 23px;
	}

	#popup .list img {
		height: auto;
		width: 100%;
	}
}

@media all and (max-width:568px) {
	#popup h4 {
		font-size: 22px;
	}
}

@media all and (max-width:380px) {
	#popup h4 {
		font-size: 21px;
	}
}


/* 갤러리 */

#gallery {
    z-index: 1;
    position: relative;
    padding: 76px 0 48px;
    background: url(/council/images/kr/main/bg_gallery.jpg)no-repeat center bottom;
    background-size: 100%;
    overflow: hidden;
}

#gallery .title {
    position: relative;
    padding: 0 0 47px;
}

#gallery .title h4 {
    font-size: 32px;
    padding-left: 45px;
    color: #184d90;
    font-weight: 700;
    background: url(/council/images/kr/main/ico_title02.png) no-repeat left center;
    background-size: contain;
    position: relative;
}

#gallery .title h4::after {
    content: '';
    display: block;
    width: calc(100% - 60px);
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: -1;
    height: 10px;
    transform: translateY(-50%);
    background: url(/council/images/common/bg_border.png) repeat-x 100px 0;
}

#gallery .title h4 p {
    background: #fff;
    display: inline-block;
    padding-right: 15px;
}

#gallery .title h4 span {
    color: #000;
}

#gallery .title .info {
    margin: 7px 0 0;
    color: #666;
}

#gallery .list_wrap {
    width: 100%;
}

#gallery .list * {
    display: block;
}

#gallery .list a {
    overflow: hidden;
    position: relative;
    /* width: 340px; */
    margin: 20px 10px 50px 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    background: #fff;
}

#gallery .list a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #184d90;
    border-radius: 10px;
}

#gallery .img {
    position: relative;
    overflow: hidden;
}

#gallery .img img {
    width: 100%;
    height: 220px;
    transition: 0.4s ease;
}

#gallery .sbj {
    height: 170px;
    padding: 20px;
    transition: background 0.25s ease-in-out;
    box-sizing: border-box;
    position: relative;
}

#gallery .tit {
    position: relative;
    z-index: 1;
    max-width: 90%;
    padding: 0 20px 0 0;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    box-sizing: border-box;
    transition: color 0.25s ease-in-out;
    font-size: 18px;
    /* 요청하신 폰트 크기 */
    line-height: 1.4;
    /* 라인 높이(또는 원하는 px값 사용) */
    display: -webkit-box;
    /* 필수: webkit 기반의 box 모델 */
    -webkit-box-orient: vertical;
    /* vertical로 설정 */
    -webkit-line-clamp: 3;
    /* 보여줄 최대 줄 수 (여기서는 2줄) */
    overflow: hidden;
    /* 넘치는 텍스트 숨김 */
    text-overflow: ellipsis;
    /* 말줄임표(추가 안전장치) */
    word-break: break-word;
    /* 단어가 길면 줄바꿈 허용(선택) */
    line-height: 24px;
    height: 72px;
}



#gallery .date {
    z-index: 1;
    border-top: solid 1px #ddd;
    width: 100%;
    padding-top: 18px;
    display: inline-block;
    position: relative;
    margin: 18px 0 0;
    padding-left: 25px;
    color: #464646;
    letter-spacing: 0;
    font-size: 16px;
    transition: color 0.25s ease-in-out;
}

#gallery .date:after {
    content: '';
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(/council/images/kr/main/ico_calendar_gray.png) no-repeat left center;
    background-size: 17px;
}

#gallery .new {
    top: 27px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 19px;
    margin: -2px 0 0 -20px;
    font-size: 11px;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #184d90;
    right: 20px;
}

#gallery .control {
    display: flex;
    width: 100%;
    justify-content: center;
}

#gallery .control button,
#gallery .control a {
    width: 40px;
    height: 40px;
    margin: 0 0 0 6px;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-position: 13px -205px;
}

#gallery .control .btn_stop {
    background-position: -67px -205px;
}

#gallery .control .btn_stop.on {
    background-position: -108px -143px;
}

#gallery .control .btn_next {
    background-position: -213px -205px;
}

#gallery .control .more {
    position: static;
    float: left;
    font-size: 0;
    text-indent: -999px;
    background: #fff url(/council/images/kr/main/ico_more3.png) no-repeat center;
}

#gallery .control .more:after {
    display: none;
}

#gallery .control button:hover,
#gallery .control a:hover {
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
}

#gallery a:active img,
#gallery a:hover img,
#gallery a:focus img {
    transform: scale(1.1);
}

#gallery a:hover .tit:after,
#gallery a:hover .date:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: width 0.5s linear;
}

#gallery a:hover .date:after {
    transition: width 0.25s 0.5s linear;
}
#banner {}
#banner .inner {
    display: flex;
    justify-content: space-between;
    height: 80px;
}
#banner h3 {
    width: 200px;
    display: flex;
    justify-content:center;
    align-items:center;
    background: #f4f4f4;
    color: #25446b;
    font-size: 20px;
    flex: 0 0 auto;
}
#banner .control {
    position:absolute;
    right:0;
    height:80px;
    width:140px;
    top:50%;
    transform:translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner .control button {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    border-radius:50px;
    box-shadow:0 0 10px 0px rgba(0,0,0,0.1);
    font-size: 0;
    text-indent: -9999px;
    background: url(/council/images/kr/main/banner_control.png) no-repeat 11px center;
}

#banner .control .btn_next {
    background-position: -108px center;
}

#banner .control .btn_stop {
    margin: 0 6px;
    background-position: -30px center;
}

#banner .control .btn_stop.on {
    background-position: -63px center;
}

#banner .control button:hover {
    box-shadow:0 0 10px 0px rgba(0,0,0,0.2);
}
#banner .list_wrap  {
    width: calc(100% - 350px);
    flex: 0 0 auto;
}
#banner .list_wrap .list  {}
#banner .list_wrap .list a {
    min-width:140px;
    display:block;
    text-align:center;
    position:relative;
    line-height:80px;
    
}
#banner .list_wrap .list a::before {
    content:'';
    display:block;
    position:absolute;
    width:1px;
    top:50%;
    transform:translateY(-50%);
    right:0;
    height:15px;
    background:#ddd;
}
.logo {
    top:20px;
}

.logo img {
    max-height:60px;
}

@media all and (max-width:1024px) {
    #gallery {}

    #gallery .title h4 {
        font-size: 30px;
    }

    #gallery .title .info {
        font-size: 15px;
    }

    #gallery .control button,
    #gallery .control a {
        width: 40px;
        height: 40px;
    }

    #gallery .control .btn_prev {
        background-position: 14px -205px;
    }

    #gallery .control .btn_stop {
        background-position: -66px -205px;
    }

    #gallery .control .btn_stop.on {
        background-position: -144px -205px;
    }

    #gallery .control .btn_next {
        background-position: -214px -205px;
    }

    #gallery .list a {
        margin: 0 10px 50px;
        width: calc(100% - 20px);
    }

    #gallery .sbj {
        height: auto;
        padding: 15px
    }
}

@media all and (max-width:768px) {
    #gallery .title h4 {
        font-size: 28px;
    }

    #gallery .control {}

    #gallery .list_wrap {
        margin: 30px 0 0;
    }

    #gallery .img img {
        height: 180px;
    }

    #gallery .tit {
        max-width: 96%;
        font-size: 16px;
    }
    #banner .inner {
        height: 50px;
    }
    #banner h3 {
        width: 100px;
        font-size: 16px;
    }
    #banner .control {
        height:50px;
        width: 100px;
    }
    #banner .control button {
        width: 24px;
        height: 24px;
        background: url(/council/images/kr/main/banner_control.png) no-repeat 8px center;
    }
    
    #banner .control .btn_stop {
        margin: 0 5px;
        background-position: -33px center;
    }
    #banner .control .btn_next {
        background-position: -113px center;
    }
    
    #banner .list_wrap  {
        width: calc(100% - 200px);
        flex: 0 0 auto;
    }
    #banner .list_wrap .list a {
        min-width:none;
        display:block;
        text-align:center;
        position:relative;
        line-height:50px;
        
    }
}

@media all and (max-width:568px) {
    #gallery .title {
        padding: 0 0 60px;
    }

    #gallery .title h4 {
        font-size: 24px;
    }

    #gallery .list_wrap {
        margin: 0;
    }

    #gallery .control {}

    #gallery .control button,
    #gallery .control a {
        width: 34px;
        height: 34px;
    }

    #gallery .control .btn_prev {
        background-position: 12px -208px;
    }

    #gallery .control .btn_stop {
        background-position: -69px -208px;
    }

    #gallery .control .btn_stop.on {
        background-position: -144px -205px;
    }

    #gallery .control .btn_next {
        background-position: -217px -208px;
    }

    #gallery .img img {
        height: 150px;
    }

    #gallery .tit {
        font-size: 15px;
    }
}

@media all and (max-width:420px) {
    #gallery .title .info {
        display: none;
    }

    #gallery .control {}

    #gallery .sbj {
        padding: 10px
    }
}

@media all and (max-width:380px) {
    #gallery .control {}

    #gallery .img img {
        height: 120px;
    }
}

