@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-family: "gmarket";
	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;
}

#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: 65px 20px 0 40px;
	height: 100%;
	box-sizing: border-box;
}

#visual .wrap h3 {
	font-size: 38px;
    -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: 20px;
	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: 60px 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: 60px 0 30px 220px;
	}

	#chairman .txt p {
		display: inline-block;
		font-size: 15px;
	}

	#chairman .txt strong {
		font-size: 20px;
	}

	#chairman .txt strong span {
		font-size: 25px;
	}

	#chairman .btn_wrap {
		margin: 20px 0 0;
		height: 45px;
		border-radius: 12px;
	}
}

@media all and (max-width:420px) {
	#chairman .txt {
		margin-left: 200px;
		padding-top: 0px;
	}

	#chairman .txt strong {
		font-size: 18px;
	}

	#chairman .txt strong span {
		font-size: 20px;
        font-weight: 800;
	}

	#chairman .txt p{
		font-size: 19px;
	}

	#chairman .txt p {
		display: inline-block;
	}

	#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: 156px;
	}

	#chairman .txt p {
		font-size: 14px;
	}

	#chairman .txt strong {
		font-size: 16px;
	}

	#chairman .btn_wrap {
		margin: 15px 0 0;
	}

    #chairman .btn_wrap a:last-child {
        margin: 0 0 0 14px;
    }

	#chairman .btn_wrap a {
		border-radius: 10px;
		height: 40px;
		width: 125px;
	}

	#chairman .btn_wrap a::before {
		width: 18px;
		height: 18px;
		left: 16px;
		background-size: cover;
	}
}

/* 현역의원 */
#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;
	margin: 90px 0 0;
	background: url(../../../images/kr/main/bg_gallery.jpg)no-repeat;
	background-size: cover;
}

#gallery .title {
	position: relative;
	padding: 0 0 47px;
	text-align: center;
}

#gallery .title h4 {
	font-size: 35px;
}

#gallery .title h4 span {
	color: #33a79a;
}

#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: 0 20px 50px 20px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	background: #fff;
}

#gallery .list a:hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #33a79a;
	border-radius: 10px;
}

#gallery .img {
	position: relative;
	overflow: hidden;
}

#gallery .img img {
	width: 100%;
	height: 220px;
	transition: 0.4s ease;
}

#gallery .sbj {
	height: 102px;
	padding: 22px 0 0 18px;
	transition: background 0.25s ease-in-out;
	box-sizing: border-box;
	display: none;
}

#gallery .tit {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 90%;
	padding: 0 20px 0 0;
	color: #000;
	font-weight: 500;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	box-sizing: border-box;
	transition: color 0.25s ease-in-out;
}

#gallery .tit:after {
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 16px;
	background: #eef4ff;
}

#gallery .date {
	z-index: 1;
	display: inline-block;
	position: relative;
	margin: 8px 0 0;
	padding: 0 0 0 25px;
	color: #666;
	font-size: 14px;
	transition: color 0.25s ease-in-out;
}

#gallery .date:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 15px;
	background: url(../../../images/kr/main/ico_date.png)no-repeat;
}

#gallery .new {
	position: relative;
	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: #ff9c00;
}

#gallery .control {
	position: absolute;
	right: 0;
	top: 7px;
}

#gallery .control button,
#gallery .control a {
	width: 54px;
	height: 54px;
	margin: 0 0 0 6px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	background-position: 20px -198px;
}

#gallery .control .btn_stop {
	background-position: -59px -198px;
}

#gallery .control .btn_stop.on {
	background-position: -101px -135px;
}

#gallery .control .btn_next {
	background-position: -207px -198px;
}

#gallery .control .more {
	position: static;
	float: left;
	font-size: 0;
	text-indent: -999px;
	background: #fff url(../../../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;
}

@media all and (max-width:1024px) {
	#gallery {
		margin: 35px 0 0;
		padding: 45px 0 0;
	}

	#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 {
		top: 54px;
		right: 50%;
		transform: translateX(50%);
	}

	#gallery .list_wrap {
		margin: 30px 0 0;
	}

	#gallery .img img {
		height: 180px;
	}

	#gallery .tit {
		max-width: 96%;
		font-size: 16px;
	}
}

@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 {
		top: 40px;
	}

	#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 {
		top: 38px;
	}

	#gallery .sbj {
		padding: 10px
	}
}

@media all and (max-width:380px) {
	#gallery .control {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	#gallery .img img {
		height: 120px;
	}
}