@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;
	overflow: hidden;
}

#visual .txt_wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#visual .inner {
	height: 100%;
}

#visual .wrap {
	padding: 65px 20px 0 40px;
	width: 375px;
	height: 100%;
	background: rgba(255, 255, 255, .85);
	box-sizing: border-box;
}

#visual .wrap p {
	padding: 25px 0 32px;
	font-size: 15px;
	color: #666;
}

#visual .control {
	display: flex;
	flex-wrap: wrap;
}

#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: 230px;
	}

	#visual .slick-slider,
	#visual .slick-list,
	#visual .slick-track,
	#visual .slick-slide,
	#visual .slick-slide>div,
	#visual .slick-slide .list,
	#visual .slick-slide img {
		height: 100%;
		width: 100%;
	}

	#visual .wrap {
		position: relative;
		padding: 0;
		background: none;
	}

	#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 {
		height: 200px;
	}

	#visual .slick-slide img {
		object-fit: cover;
	}
}

@media screen and (max-width: 568px) {
	#visual {
		height: 140px;
	}
}

/* 의사일정 */
#agenda {
	color: #fff;
	background: linear-gradient(to right, #33a79a 0%, #92d16c 100%);
}

#agenda .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 89px;
}

#agenda .inner::after {
	display: none;
}

#agenda h4 {
	margin: 0 18px 0 0;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
}

#agenda h4 span {
	font-size: 28px;
	font-weight: 900;
	color: #fff;
}

#agenda .week {
	width: 115px;
	text-align: center;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
}

#agenda .week * {
	height: 100%;
}

#agenda .date {
	display: flex;
	align-items: center;
	margin: 0 0 0 10px;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}

#agenda .date button {
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url(../../images/kr/main/ico_ctrl.png)no-repeat 5px -53px;
}

#agenda .date .btn_next {
	background-position: -183px -53px;
}

#agenda .date .wrap {
	margin: 0 5px 0 3px;
	width: 180px;
	font-size: 23px;
	text-align: center;
}

#agenda .date .wrap span {
	font-weight: 600;
	color: #ffc700;
}

#agenda .txt {
	display: flex;
	align-items: center;
	margin: 0 30px;
	width: calc(100% - 893px);
	height: 56px;
	background: rgba(0, 0, 0, .2);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

#agenda .txt .wrap {
	padding: 16px 20px 0;
	width: calc(100% - 65px);
	height: 56px;
	overflow: hidden;
}

#agenda .txt .wrap * {
	height: 56px !important;
}

#agenda .txt .wrap p,
#agenda .txt .wrap a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 0 12px;
	font-size: 15px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

#agenda .txt .wrap p::before,
#agenda .txt .wrap a::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}

#agenda .txt .sche_btn_prev {
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url(/council/images/kr/main/ico_ctrl.png) no-repeat 5px -53px;
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

#agenda .txt .sche_btn_next {
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url(/council/images/kr/main/ico_ctrl.png) no-repeat 5px -53px;
	background-position: -183px -53px;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

#agenda .txt .btn_stop {
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url(/council/images/kr/main/ico_ctrl.png)no-repeat -60px -53px;
	position: absolute;
	right: 2rem;
	z-index: 3;
}

#agenda .txt .btn_stop.on {
	background-position: -120px -53px;
}

#agenda .btn_wrap {
	display: flex;
	justify-content: space-between;
}

#agenda .btn_wrap a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

#agenda .btn_wrap a::before {
	content: '';
	display: inline-block;
	margin: 0 9px 0 0;
	width: 18px;
	height: 18px;
	background: url(../../images/kr/main/ico_calendar.png)no-repeat;
}

#agenda .btn_wrap a:last-child {
	margin: 0 0 0 30px;
}

@media all and (max-width:1280px) {
	#agenda {
		padding-block: 12px;
	}

	#agenda h4 {
		margin: 0 20px 0 0;
	}

	#agenda .date {
		margin: 0 0 0 10px;
	}

	#agenda .txt {
		width: calc(100% - 730px);
	}
}

@media all and (max-width:1024px) {
	#agenda {
		padding: 30px 0;
	}

	#agenda .inner {
		height: auto;
	}

	#agenda .txt {
		margin: 10px 0;
		width: 100%;
	}

	#agenda .btn_wrap {
		margin: 10px 0 0;
		width: 100%;
	}

	#agenda .btn_wrap a {
		justify-content: center;
		width: 50%;
		text-align: center;
	}

	#agenda .btn_wrap a:last-child {
		margin: 0;
	}
}

@media all and (max-width:568px) {
	#agenda h4 {
		width: 100%;
		margin: 0 0 10px;
		font-size: 22px;
		text-align: center;
	}

	#agenda h4 span {
		font-size: 22px;
	}

	#agenda .inner>p {
		margin: 0 0 0 20px;
	}

	#agenda .date {
		margin: 0 20px 0 0;
	}

	#agenda .date .wrap {
		font-size: 20px;
	}
}

@media all and (max-width:380px) {
	#agenda .inner>p {
		margin: 0;
	}

	#agenda .date {
		margin: 0;
	}

	#agenda .date .wrap {
		width: 150px;
		font-size: 18px;
	}
}


/* 열린의장실 */
.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: 175px;
}

#chairman .txt {
	margin: 45px 10px 0 40px;
}

#chairman .txt p {
	margin: 0 0 5px;
	font-size: 18px;
}

#chairman .txt strong {
	font-size: 22px;
	font-weight: 500;
}

#chairman .txt strong span {
	font-family: 'NanumSomice';
	font-weight: 800;
	font-size: 42px;
	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: 72px;
	height: 72px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	background: #33a79a;
	border-radius: 20px;
}

#chairman .btn_wrap a::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(../../images/kr/main/ico_greeting.png)no-repeat;
}

#chairman .btn_wrap a:last-child {
	margin: 0 0 0 16px;
	background: #58a356;
}

#chairman .btn_wrap a:last-child::before {
	background-image: url(../../images/kr/main/ico_c_profile.png);
}

@media all and (max-width:1380px) {
	#chairman {
		width: 420px;
	}

	#chairman .txt {
		margin-left: 40px;
	}
}

@media all and (max-width:1120px) {
	.sec {
		margin: 35px 0;
	}

	#chairman {
		width: 100%;
	}

	#chairman .pic {
		left: 60%;
		/* transform: translateX(-50%); */
	}

	#chairman .txt {
		margin-left: 10%;
	}
}

@media all and (max-width:768px) {
	#chairman {
		height: auto;
	}

	#chairman .txt {
		margin: 30px 0 50px 10%;
	}
}

@media all and (max-width:568px) {
	#chairman .pic {
		left: 55%;
		transform: translateX(0);
		height: 210px;
		aspect-ratio: 1 / 1;
	}

	#chairman .pic img {
		width: 100%;
		height: 100%;
	}

	#chairman .txt {
		margin: 30px 0 30px 40px;
	}

	#chairman .txt p {
		font-size: 15px;
	}

	#chairman .txt strong {
		font-size: 20px;
	}

	#chairman .txt strong span {
		font-size: 36px;
	}

	#chairman .btn_wrap {
		margin: 20px 0 0;
	}
}

@media all and (max-width:420px) {
	#chairman .txt {
		margin-left: 40px;
	}

	#chairman .txt strong {
		font-size: 18px;
	}

	#chairman .txt strong span {
		font-size: 34px;
	}

	#chairman .btn_wrap a {
		width: 68px;
		height: 68px;
		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: 40px;
	}

	#chairman .txt p {
		font-size: 14px;
	}

	#chairman .txt strong {
		font-size: 16px;
	}

	#chairman .txt strong span {
		font-size: 33px;
	}

	#chairman .btn_wrap {
		margin: 15px 0 0;
	}

	#chairman .btn_wrap a {
		width: 60px;
		height: 60px;
		border-radius: 10px;
	}

	#chairman .btn_wrap a::before {
		width: 18px;
		height: 18px;
		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;
	height: 206px;
	overflow: hidden;
}

#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 {
	height: 5.5rem;
}

#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%;
}

#member .big .txt .btn_wrap a:last-child {
	margin: 0 0 0 5px;
	background: #535353 url(../../images/kr/main/ico_profile.png)no-repeat center;
}

@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 {
		height: 195px;
	}

	#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;
	}
}

/* 공지사항 */
#board {
	position: relative;
	float: right;
	width: 100%;
	height: 400px;
}

#board .title {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#board h3 {
	position: relative;
	padding: 0 0 0 50px;
	font-family: 'gmarket';
	font-size: 30px;
	font-weight: 900;
}

#board h3::before {
	content: '';
	position: absolute;
	top: -22px;
	left: 0;
	width: 39px;
	height: 51px;
	background: url(../../images/kr/main/ico_board.png)no-repeat;
}

#board h3 span {
	color: #fe8b35;
}

#board>ul {
	padding: 0 120px 0 300px;
	box-sizing: border-box;
}

#board>ul>li {
	float: left;
}

#board li h4 {
	line-height: 0;
	padding: 0;
}

#board li h4 br {
	display: none;
}

#board li h4 a {
	position: relative;
	display: block;
	width: 100%;
	line-height: 27px;
	padding: 0 20px;
	font-family: "score";
	font-size: 18px;
	font-weight: 300;
	color: #666;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background: #fff;
	letter-spacing: -0.025em;
}

#board li h4 a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	transform: rotate(20deg) translateY(-50%);
	background: #d2d2d2;
}

#board li:first-child h4 a:after {
	display: none;
}

#board li.on h4 a {
	z-index: 1;
	color: #33a79a;
	font-size: 20px;
	font-weight: 600;
}

#board li.on h4 a:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: -3px;
	left: auto;
	right: 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	transform: translateY(0);
	transition: 0.25s ease-in-out;
	background: #33a79a;
}

#board .con {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
}

#board .on .con {
	opacity: 1;
	visibility: visible;
	top: 56px;
	transition: 0.35s ease-in-out;
}

#board .list_wrap {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

#board .list_wrap .list:not(:first-of-type) {
	display: none;
}

#board .list_wrap.slick-initialized .list:not(:first-of-type) {
	display: inline-block;
}

#board .list {
	position: relative;
	float: left;
	width: 31.3%;
}

#board .list+.list {
	margin-left: 3%;
}

#board .con a {
	overflow: hidden;
	position: relative;
	display: block;
	width: calc(100% - 33px);
	height: 281px;
	padding: 26px;
	color: #555;
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

#board .con a:hover {
	border-color: #fe8b35;
}

#board .con a:hover .tit,
#board .con a:focus .tit,
#board .con a:active .tit {
	text-decoration: underline;
}

#board .tit {
	display: inline-block;
	margin: 7px 0 10px;
	height: 58px;
	line-height: 29px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	box-sizing: border-box;
}

#board .detail {
	display: inline-block;
	height: 46px;
	line-height: 23px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#board .date {
	display: inline-block;
	line-height: 100%;
	font-size: 15px;
	color: #999;
	font-weight: 500;
	text-align: center;
}

#board .date strong {
	display: block;
	font-family: 'gmarket';
	font-weight: 900;
	font-size: 35px;
	line-height: 1;
}

#board .con a:hover .date strong {
	color: #33a79a;
}

#board .tag {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 1px 0 0 15px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	background: #f1f1f1;
	border-radius: 36px 0 0 0;
	box-sizing: border-box;
}

#board .con a:hover .tag {
	color: #fff;
	background: #fe8b35;
	transition: .3s;
}

#board .new {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin: -2px 0 0 3px;
	font-size: 10px;
	border-radius: 50%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #ff404b;
}

#board .con .none {
	width: 100%;
	padding: 4em 0 0 0;
	text-align: center;
	background: none;
}

#board .more {
	display: none;
	right: 33px;
	top: 4px;
	width: 22px;
	height: 17px;
	font-size: 0;
	background: url(../../images/kr/main/ico_more2.png)no-repeat;
}

#board .on .more {
	display: block;
}

#board .control {
	display: none;
	position: absolute;
	right: 65px;
	top: 3px;
	font-size: 15px;
}

#board .control div {
	float: left;
	margin: 0 12px 1px 0;
	line-height: 1;
}

#board .control div * {
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}

#board .control div .current {
	font-weight: 600;
}

#board .control div .dash {
	padding: 0 7px;
}

#board .on .control {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#board .slick-track {
	margin-right: 0;
	margin-left: 0;
}

@media all and (max-width:1430px) {
	#board>ul {
		padding: 0 100px 0 220px;
	}

	#board li h4 a {
		padding: 0 20px;
	}
}

@media all and (max-width:1280px) {
	#board h3 {
		display: none;
	}

	#board>ul {
		padding: 0 100px 0 0;
	}

	#board .con a {
		height: 260px;
	}
}

@media all and (max-width:1024px) {
	#board {
		width: 100%;
		height: 330px;
	}

	#board h3 {
		padding: 0 15px 0 0;
		font-size: 25px;
	}

	#board .more {
		right: 0;
	}

	#board .control {
		right: 35px;
	}

	#board .control div {
		margin: 2px 10px 0 0;
	}

	#board .con,
	#board .on .con {
		top: 43px;
	}

	#board li h4 a {
		font-size: 16px;
		padding: 0 15px 0 18px;
	}

	#board li.on h4 a {
		font-size: 18px;
	}

	#board .list_wrap {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}

	#board .con a {
		height: 235px;
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 26px 15px 27px 20px;
	}

	#board .tit {
		height: 46px;
		line-height: 23px;
		font-size: 17px;
	}

	#board .s_tit {
		min-width: 0;
		height: 27px;
		line-height: 27px;
		padding: 0 12px;
		margin: 0 0 10px;
		font-size: 12px;
	}

	#board .detail {
		height: 40px;
		line-height: 20px;
		margin: 9px 0 17px;
		font-size: 14px;
		-webkit-line-clamp: 2;
	}

	#board .date {
		font-size: 14px;
	}

	#board .new {
		line-height: 18px;
	}
}

@media all and (max-width:768px) {
	#board {
		height: 320px;
	}

	#board h3 {
		font-size: 22px;
		letter-spacing: -2px;
	}
}

@media all and (max-width:568px) {
	#board {
		height: 320px;
	}

	#board:before,
	#board h3 {
		display: none;
	}

	#board>ul {
		float: left;
		padding: 0 155px 0 0;
	}

	#board li h4 {
		padding: 10px 0;
	}

	#board li h4 a:before {
		display: none;
	}

	#board li h4 a {
		padding: 0 10px 0 15px;
		line-height: 120%;
		font-size: 15px;
	}

	#board li.on h4 a {
		font-size: 15px;
	}

	#board li:first-child h4 a {
		padding-left: 0;
	}

	#board li h4 br {
		display: inline-block;
	}

	#board .con,
	#board .on .con {
		top: 80px;
	}

	#board .list_wrap {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}

	#board .con a {
		height: 210px;
		width: calc(100% - 14px);
		padding: 20px 15px 20px 15px;
	}

	#board .tit {
		height: 42px;
		line-height: 21px;
		font-size: 16px;
	}

	#board .s_tit {
		height: 23px;
		line-height: 23px;
		padding: 0 10px;
		margin: 0 0 7px;
		font-size: 11px;
	}

	#board .detail {
		height: 36px;
		line-height: 18px;
		margin: 7px 0 12px;
		font-size: 13px;
	}

	#board .date {
		font-size: 13px;
	}

	#board .tag {
		width: 90px;
	}

	#board .new {
		width: 15px;
		height: 15px;
		line-height: 16px;
		font-size: 9px;
	}
}

@media all and (max-width:380px) {
	#board .control div {
		display: none;
	}

	#board .tit {
		font-size: 15px;
	}

	#board>ul {
		padding: 0 110px 0 0;
	}

	#board .s_tit {
		height: 21px;
		line-height: 21px;
		padding: 0 8px;
		margin: 0 0 5px;
		font-size: 10px;
	}

	#board .detail {
		height: 32px;
		line-height: 16px;
		margin: 6px 0 9px;
		font-size: 12px;
	}

	#board .date {
		font-size: 12px;
	}
}

/* 팝업존 */
#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;
	}
}

/* 바로가기 */
#link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#link ul li a {
	display: block;
	width: 100px;
	text-align: center;
	text-decoration: none;
}

#link ul li a::before {
	content: '';
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	height: 100px;
	background: url(../../images/kr/main/ico_link2.jpg)no-repeat center;
	border-radius: 10px;
	border: 1px solid #d5ebe8;
	box-shadow: 0 0 30px 0 rgba(204, 204, 204, .3);
	transition: .23s ease-out;
}

#link ul li a:hover::before {
	box-shadow: 0 0 16px 0 #33a79a;
	transition: .3s ease-in-out;
}

#link ul li:nth-child(2) a::before {
	background-image: url(../../images/kr/main/ico_link4.jpg);
}

#link ul li:nth-child(3) a::before {
	background-image: url(../../images/kr/main/ico_link7.jpg);
}

#link ul li:nth-child(4) a::before {
	background-image: url(../../images/kr/main/ico_link5.jpg);
}

#link ul li:nth-child(5) a::before {
	background-image: url(../../images/kr/main/ico_link8.jpg);
}

#link ul li:nth-child(6) a::before {
	background-image: url(../../images/kr/main/ico_link6.jpg);
}

#link ul li:nth-child(7) a::before {
	background-image: url(../../images/kr/main/ico_link1.jpg);
}

#link ul li:nth-child(8) a::before {
	background-image: url(../../images/kr/main/ico_link3.jpg);
}

@media all and (max-width:1024px) {
	#link ul li {
		width: 25%;
	}

	#link ul li:nth-child(n+5) {
		margin: 40px 0 0;
	}

	#link ul li a {
		/*width: 100%;*/
		margin: 0 auto;
	}
}

@media all and (max-width:568px) {
	#link ul li a::before {
		width: 80px;
		height: 80px;
		background-size: contain;
	}
}

@media all and (max-width:380px) {
	#link ul li a::before {
		width: 60px;
		height: 60px;
	}
}

/* 갤러리 */
#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;
	overflow: hidden;
}

#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 .list a.no-data {
	height: 340px;
}

#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;
}

#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: -100px -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: 50px;
		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;
	}
}

#sns_info {
	position: relative;
	padding: 83px 0;
	height: 578px;
	background: url(../../images/kr/main/bg_sns.jpg)no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

#sns_info::after {
	content: '';
	position: absolute;
	bottom: 65px;
	right: 50%;
	margin: 0 -840px 0 0;
	width: 118px;
	height: 90px;
	background: url(../../images/kr/main/bg_sns2.png)no-repeat;
}

#sns_info .title {
	z-index: 0;
	position: absolute;
	top: 0;
}

#sns_info .title::after {
	z-index: -1;
	content: 'Geumcheon';
	position: absolute;
	top: -35px;
	left: 63px;
	font-family: 'gmarket';
	font-size: 55px;
	font-weight: 900;
	color: rgba(236, 233, 219, .6);
	text-transform: uppercase;
}

#sns_info .title h3 {
	font-family: 'gmarket';
	font-size: 36px;
	font-weight: 900;
}

#sns_info .title h3 span:first-child {
	font-size: 43px;
	color: #f18a37;
}

#sns_info .title h3 span:last-child {
	color: #4d8dd5;
}

#sns_info .title p {
	margin: 10px 0 0;
	font-size: 15px;
	color: rgba(51, 51, 51, .8);
}

#sns_info .btn {
	position: relative;
	min-width: 0;
	margin: 0 0 0 10px;
	padding: 0 20px 0 10px;
	width: auto;
	height: 40px;
	line-height: 43px;
	font-family: 'gmarket';
	font-weight: 800;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 50px;
	border: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

#sns_info .sns_wrap li:first-child .btn {
	margin: 0;
}

#sns_info .btn::before {
	content: '';
	display: inline-block;
	margin: 0 12px -7px 0;
	width: 25px;
	height: 25px;
	background: url(../../images/kr/main/ico_sns.png)no-repeat 0 0;
}

#sns_info li:nth-child(2) .btn::before {
	background-position: -26px 0;
}

#sns_info li:nth-child(3) .btn::before {
	background-position: -52px 0;
}

#sns_info li:nth-child(4) .btn::before {
	background-position: -78px 0;
}

#sns_info .sns_wrap>li.on .btn {
	color: #fff;
	background: #cc0000;
}

#sns_info .sns_wrap>li:nth-child(2).on .btn {
	background: #4db554;
}

#sns_info .sns_wrap>li:nth-child(3).on .btn {
	background: linear-gradient(180deg, rgba(103, 75, 225, 1) 0%, rgba(239, 66, 71, 1) 50%, rgba(238, 170, 58, 1) 100%);
}

#sns_info .sns_wrap>li:nth-child(4).on .btn {
	background: #3a5fa0;
}

#sns_info .sns_wrap>li.on .btn::before {
	background-position: 0 -27px;
}

#sns_info .sns_wrap>li:nth-child(2).on .btn::before {
	background-position: -26px -27px;
}

#sns_info .sns_wrap>li:nth-child(3).on .btn::before {
	background-position: -52px -27px;
}

#sns_info .sns_wrap>li:nth-child(4).on .btn::before {
	background-position: -78px -27px;
}


#sns_info .control {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 182px;
	height: 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

#sns_info .sns_wrap>li.on .control {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#sns_info .control .page_v {
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px 0 0;
	font-size: 15px;
}

#sns_info .control .page_v .dash {
	margin: 0 5px;
}

#sns_info .control .page_v .current {
	font-weight: 600;
}

#sns_info .control .more {
	position: static;
	margin: 0 0 0 10px;
	width: 22px;
	height: 17px;
	font-size: 0;
	background: url(../../images/kr/main/ico_more4.png)no-repeat;
}

#sns_info .control .more::after {
	display: none;
}

#sns_info .sns_wrap {
	display: flex;
	justify-content: flex-end;
	padding: 0 201px 0 0;
}

#sns_info .sns_wrap .list {
	display: none;
	position: absolute;
	top: 106px;
	left: 0;
	height: 334px;
}

#sns_info .sns_wrap>li.on .list {
	display: block;
	width: 100%;
}

/* #sns_info .slick-list,
#sns_info .slick-track,
#sns_info .slick-slide>div,
#sns_info .slick-slide li,
#sns_info .list li a {
	height: 100%;
} */

#sns_info .slick-slide {
	margin: 0 20px;
}

#sns_info .list li a {
	display: block;
	overflow: hidden;
	margin: 0 0 10px;
	width: 320px;
	text-decoration: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(139, 139, 139, 0.4);
}

#sns_info .list .pic {
	overflow: hidden;
	position: relative;
	height: 230px;
}

#sns_info .list .pic .ico {
	z-index: 2;
	position: absolute;
	top: 10px;
	right: 10px;
}

#sns_info .list .pic img:last-child {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

#sns_info .list li a:hover .pic img:last-child {
	transform: scale(1.1);
}

#sns_info .list .txt {
	padding: 15px 20px 25px;
}

#sns_info .list .txt .tit {
	overflow: hidden;
	margin: 0 0 3px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#sns_info .list .txt.txt_height {
	height: calc(100% - 40px);
}

#sns_info .list .txt.txt_height.no-data {
	height: 300px;
	padding: 0;
}

#sns_info .list .txt span {
	font-size: 14px;
	color: #999;
}

@media all and (max-width: 1440px) {
	#sns_info::after {
		display: none;
	}

	#sns_info .sns_wrap .list {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	#sns_info .list>li {
		margin: 0 3% 0 0;
		width: 22.75%;
	}
}

@media all and (max-width: 1120px) {
	#sns_info .sns_wrap {
		padding: 0;
	}

	#sns_info .control {
		top: 50px;
		right: 15px;
	}
}

@media all and (max-width: 1024px) {
	#sns_info {
		padding: 50px 0;
		height: 550px;
	}

	#sns_info .title h3 span:first-child,
	#sns_info .title h3 {
		font-size: 34px;
	}

	#sns_info .sns_wrap {
		justify-content: space-between;
		padding: 100px 0 0;
	}

	#sns_info .sns_wrap .list {
		top: 160px;
	}

	#sns_info .sns_wrap>li {
		width: 24%;
	}

	#sns_info .btn {
		width: 100%;
		font-size: 15px;
	}

	#sns_info .slick-slide {
		margin: 0;
	}

	#sns_info .list li a {
		width: 248px;
	}

	#sns_info .list .pic {
		height: 200px;
	}

	#sns_info .list .txt {
		padding: 20px 15px;
	}
}

@media all and (max-width: 786px) {

	#sns_info .title h3 span:first-child,
	#sns_info .title h3 {
		font-size: 30px;
	}

	#sns_info .btn::before {
		margin: 0 7px -8px 0;
	}

	#sns_info .sns_wrap .list {
		height: 270px;
	}

	#sns_info .list .pic {
		height: 180px;
	}

	#sns_info .list .txt {
		padding: 15px;
	}

}

@media all and (max-width: 586px) {
	#sns_info {
		height: 496px;
		background-size: cover;
	}

	#sns_info .title h3 span:first-child,
	#sns_info .title h3 {
		font-size: 26px;
	}

	#sns_info .title p {
		font-size: 14px;
	}

	#sns_info .title::after {
		top: -20px;
		font-size: 40px;
	}

	#sns_info .sns_wrap {
		padding: 80px 0 0;
	}

	#sns_info .control {
		top: 30px;
		right: 10px;
	}

	#sns_info .btn {
		margin: 0;
		padding: 0 10px;
		height: 36px;
		line-height: 40px;
		font-size: 14px;
		text-align: center;
	}

	#sns_info .btn::before {
		display: none;
	}

	#sns_info .slick-slide li {
		display: flex !important;
		justify-content: center;
	}


	#sns_info .sns_wrap .list {
		top: 140px;
	}

	#sns_info .list .txt span {
		font-size: 13px;
		letter-spacing: -0.1em;
	}

	#sns_info .list .txt .tit {
		display: block !important;
	}
}

@media all and (max-width:380px) {
	#sns_info {
		height: 453px;
	}

	#sns_info .title h3 {
		font-size: 24px;
	}

	#sns_info .sns_wrap {
		padding: 90px 0 0;
	}

	#sns_info .control {
		top: 45px;
		width: 170px;
		height: 34px;
	}

	#sns_info .sns_wrap .list {
		height: 250px;
	}

	#sns_info .list .pic {
		height: 140px;
	}

	#sns_info .list .pic .ico {
		width: 30px;
	}

	#sns_info .list .txt {
		padding: 15px 10px;
	}

	#sns_info .btn {
		padding: 0 5px;
		font-size: 13px;
	}

	#sns_info .list .txt span {
		font-size: 12px;
	}
}



/* 배너 */
#banner {
	position: relative;
	float: left;
	width: 100%;
	height: 104px;
}

#banner .list_wrap {
	position: relative;
	float: left;
	width: 100%;
	padding: 24px 0 0 121px;
	box-sizing: border-box;
}

#banner .list {
	float: left;
	padding: 1px 0;
}

#banner .list a {
	position: relative;
	display: block;
	padding: 18px 24px 19px;
	margin: 0 16px 0 0;
	font-size: 15px;
	color: #666;
	box-shadow: inset 0 0 0 1px #ddd;
}

#banner .list a:before,
#banner .list a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid transparent;
	width: 0;
	height: 0;
	box-sizing: border-box;
}

#banner .list a:hover {
	color: #a43e3e;
	text-decoration: none;
}

#banner .list a:hover:before,
#banner .list a:hover:after {
	width: 100%;
	height: 100%;
}

#banner .list a:hover:before {
	border-top-color: #a43e3e;
	border-right-color: #a43e3e;
	transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

#banner .list a:hover:after {
	border-bottom-color: #a43e3e;
	border-left-color: #a43e3e;
	transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
}

#banner .control {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 43px;
}

#banner .control button {
	width: 20px;
	height: 20px;
}

#banner .control .btn_prev {
	background-position: 3px -277px;
}

#banner .control .btn_next {
	background-position: -44px -277px;
}

#banner .control .btn_stop {
	background-position: -21px -277px;
}

#banner .control .btn_stop.on {
	background-position: -119px -154px;
}

#banner .control .more {
	position: static;
	float: left;
	height: 20px;
	background: url(../../images/kr/main/ico_ctrl_banner.png) no-repeat -78px 0;
}

@media all and (max-width:1430px) {
	#banner .control {
		left: 15px;
	}
}

@media all and (max-width:1024px) {
	#banner .list_wrap {
		padding: 24px 0 0 90px;
	}
}

@media all and (max-width:768px) {
	#banner {
		height: auto;
	}

	#banner h3 {
		position: static;
		width: auto;
		height: auto;
		padding: 15px 0 0 0;
		line-height: 30px;
		font-size: 20px;
	}

	#banner .list_wrap {
		padding: 50px 0 20px;
	}

	#banner .control {
		left: auto;
		top: 14px;
		right: 10px;
	}

	#banner .control button,
	#banner .control .btn_prev {
		margin: 0;
	}
}

@media all and (max-width:568px) {
	#banner h3 {
		padding-left: 4px;
	}

	#banner .list a {
		padding: 16px 22px 15px;
		font-size: 14px;
	}
}

@media all and (max-width:380px) {
	#banner .list a {
		margin: 0 12px 0 0;
		padding: 14px 20px 13px;
		font-size: 13px;
	}
}