@charset "utf-8";
#container_main{position:relative; font-family: 'Nanum';}
#container_main h4{font-size:22px;}
.unit{position:relative; width:100%; overflow:hidden;}

.bx-controls *{display:inline-block; vertical-align:top;}
.bx-controls a{font-size:0; text-indent:-999px;}

.more{z-index:2; position:absolute; top:0; right:0; display:block; width:24px; height:24px; font-size:0; text-indent:-999px; border:1px solid #ccc; background:#fff; transition:0.3s;}
.more:before,
.more:after{content:''; display:block; position:absolute; top:11px; right:6px; width:12px; height:2px; transition:0.3s; background:#444;}
.more:after{top:6px; right:11px; width:2px; height:12px;}
.more:hover,
.more:focus,
.more:active{background:#f7f7f7;}
.more:hover:before,
.more:focus:before,
.more:active:before,
.more:hover:after,
.more:focus:after,
.more:active:after{transform:rotate(90deg);}

.control a{float:left; width:24px; height:24px; margin:0 0 0 -1px; font-size:0; text-indent:-9999px; border:1px solid #ccc; background:#fff url(/images/kr/main/bg_bullet.png) no-repeat 8px -664px;}
.control .btn_next{background-position:8px -704px;}
.control .btn_stop{background-position:9px -744px;}
.control .btn_play,
.control .btn_stop.on{background-position:9px -781px;}
.control a:hover,
.control a:active,
.control a:focus{background-color:#f7f7f7;}

#visual {
	min-height: 450px;
	width: 100% !important;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("/images/kr/main/main_bg.jpg") center no-repeat;
	margin: 60px 0 0 !important;
	position: relative;
	background-position: bottom;
}
#visual .inner {display: flex; gap: 40px;}
#visual .inner::after {display: none;}
#visual .main_visual {
	width: 1020px;
	height: 400px;
	display: block;
	background: url("/images/kr/main/main_visual.jpg") center no-repeat;
	border-radius: 50px 10px 10px 10px;
	position: relative;
}
#visual .main_visual .agenda {
	display: flex;
	color: #fff;
	/* justify-content: space-between; */
	align-items: center;
	background-color: #6e5b90;
	padding: 13px 35px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	font-family: "Nanum";
	white-space: nowrap;
	letter-spacing: -1px;
	gap: 13px;

}
#visual .main_visual .agenda .date p {
	font-size: 22px;
}
#visual .main_visual .agenda  {
	font-size: 17px;
	font-weight: 400;
}
#visual .main_visual .agenda .date > p {
	display: none;
}
#visual .main_visual .agenda .date > p.on {
	display: block;
}
#visual .main_visual .agenda .today_list > span {
	display: none;
}
#visual .main_visual .agenda .today_list > span.on {
	display: block;
}
#visual .main_visual .agenda p > span {
	font-weight: 500;
	font-size: 25px;
}
#visual .main_visual .agenda .agenda_today {
	background-color: #fff;
	padding: 8px 40px;
	display: flex;
	justify-content: space-between;
	width: 130%;
	border-radius: 10px;
}
#visual .main_visual .agenda .today_list {
	color: #555;
	font-family: "score";
	font-weight: 400;
	font-size: 14px;
	position: relative;
}
#visual .main_visual .agenda .today_list span::before {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
	background-color: #6e5b90;
	border-radius: 50%;
}

#visual .main_visual .agenda .live {
	display: flex;
	flex-direction: column;
	gap: 0;
	line-height: 120%;
	width: 75px;
	margin-left: auto;
}
#visual .main_visual .agenda .live.on span:last-child {
	color: #ff0000;
}

#visual .main_visual .agenda .live span {
	font-size: 13px;
}
#visual .main_visual .agenda .live span:last-child {
	color: #8e8e8e;
	font-size: 20px;
	font-weight: 900;
	position: relative;
	align-self: end;
	padding-right: 20px;
	font-family: "score";
    letter-spacing: 0.5px;
    font-size: 15px;
	margin-left: 15px;
}
#visual .main_visual .agenda .live span:last-child::after {
	content: "";
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	top: 49%;
	right: 0%;
	transform: translateY(-50%);
	background-color: #8e8e8e;
	border-radius: 50%;
}
#visual .main_visual .agenda .live.on span:last-child::after {
	background-color: #ff0000;
}
#visual .agenda .agenda_btn {display: flex; align-items: center; gap: 10px;}
#visual .agenda .agenda_btn button {width: 10px;height: 10px;background: url("/images/kr/main/arrow_icon.png") center no-repeat;}
#visual .agenda .agenda_btn button.btn_next {transform: rotate(180deg);}

#visual img {
	width: 100%;
	height: 100%;
}
/* #visual .chairman {
    width: 300px;
    height: 400px;
} */
#visual .chairman > p {
	font-family: "Nanum";
	font-weight: 500;
	font-size: 30px;
}
#visual .chairman_pic {
	position: relative;
	width: 300px;
	height: 350px;
	background: url("/images/kr/main/bg_chairman.jpg") no-repeat 0 0 / cover;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #6e5b90;
}
#visual .chairman_pic .img {position: absolute;	right: -20px; bottom: 60px; max-width:71%; width: auto; height: auto;}
#visual .chairman_pic .img img{max-width:100%;}

#visual .chairman_pic .chairman_txt {
	padding: 73px 0 0 20px;
}
#visual .chairman_pic p {
	font-family: "Nanum";
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	color: #333;
}
#visual .chairman_pic p:first-child {
    font-weight: 500;
    font-size: 15px;
}
#visual .chairman_pic p:nth-child(2) {
	font-weight: 700;
}
#visual .chairman_pic p span {
	font-family: "thefaceshop";
	font-size: 40px;
	color: #6e5b90;
	font-weight: 500;
	margin-left: 15px;
}
#visual .chairman_btn {
	display: flex;
	align-items: end;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#visual .chairman_btn a {
	font-size: 18px;
	width: 50%;
	display: block;
	text-align: center;
	padding: 20px 0;
	background-color: #6e5b90;
	color: #fff;
	font-family: "Nanum";
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#visual .chairman_btn a:first-child::before {
	content: "";
	width: 17px;
	height: 19px;
	display: block;
	background: url("/images/kr/main/ico_greet.png") center no-repeat;
}
#visual .chairman_btn a:first-child::after {
	content: "";
	width: 1px;
	height: 27px;
	display: block;
	background-color: #f4eaf7;
	position: absolute;
	right: 0;
}
#visual .chairman_btn a:last-child::before {
	content: "";
	width: 17px;
	height: 19px;
	display: block;
	background: url("/images/kr/main/ico_profile.png") center no-repeat;
}
#visual .main_txt {color: #fff; line-height: 250%; padding: 40px 130px;text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);}
#visual .main_txt p {font-size: 26px; font-family: "score";}
#visual .main_txt p span {color: #eddcae;}
#visual .main_txt h3 {font-size: 40px; font-family: 'Nanum Gothic'; font-weight: 800; margin-top: 5px;}

@media all and (max-width:1440px) {
	#visual .main_visual {
		width: 70%;
	}
	#visual .main_txt {padding: 30px 50px;}
	#visual .main_visual .agenda {width: 70%;}
	#visual .chairman_pic {
		right: auto;
	}
}
@media all and (max-width:1240px) {
	#visual .main_visual {
		width: 60%;
	}
	#visual .main_visual .agenda {
		padding: 13px 25px;
		flex-wrap: wrap;
	}
	#visual .main_visual .agenda .agenda_today {
		padding: 8px 30px;
	}
	#visual .main_visual .agenda .today_list span::before {
		left: -10px;
	}
}
@media all and (max-width:1240px) {
	#visual .inner {
		gap: 15px;
	}
	#visual .main_visual {
		width: 68%;
	}
	#visual .chairman > p {
		font-size: 25px;
	}

	#visual .main_visual .agenda .agenda_today {
		width: 70%;
		padding: 8px 20px;
	}
}
@media all and (max-width:1040px) {
	#visual .main_visual .agenda .agenda_today {
		width: 65%;
		padding: 8px 20px;
	}
}
@media all and (max-width:980px) {
	#visual .inner {
		gap: 10px;
	}
	#visual .main_visual {height: 350px; width: 100%;}
	#visual .main_visual .agenda p {
		font-size: 19px;
	}
	#visual .main_visual .agenda .agenda_today {
		width: 65%;
		padding: 8px 10px 8px 15px;
	}
	#visual .main_txt {padding: 30px 40px;}
	#visual .main_txt p {font-size: 20px;}
	#visual .main_txt h3 {font-size: 35px;}
	#visual .chairman {width: 60%;}
	#visual .chairman_pic {
		width: 280px;
		height: 310px;
	}
	#visual .chairman_pic .chairman_txt {
		padding: 30px 20px;
	}
	#visual .chairman_btn a {
		font-size: 15px;
	}
}
@media all and (max-width:780px) {
	#visual .chairman_pic {
		width: 250px;
	}
	#visual .chairman_pic p span{margin:0;}
	#visual .main_visual .agenda {
		gap: 5px 10px;
	}
	#visual .main_visual .agenda p {
		font-size: 18px;
	}
	#visual .main_visual .agenda .today_list {
		font-size: 12px;
	}
	#visual .main_visual .agenda .agenda_today {
		width: 55%;
		padding: 8px 20px;
	}
	#visual .main_visual .agenda p > span {
		font-size: 21px;
	}
}
@media all and (max-width:680px) {
	#visual {
		margin: 30px 0 0 !important;
	}
	#visual .inner {
		gap: 50px;
		flex-direction: column;
		align-items: center;
	}
	#visual .main_visual {height: 300px; width: 90%;}
	#visual .main_visual .agenda p {
		font-size: 17px;
	}
	#visual .chairman {min-height: 350px; width: 90%;margin-top: 20px;}
	#visual .chairman_pic .img{bottom:41px;}
	#visual .chairman > p {
		font-size: 24px;
	}
	#visual .chairman_pic {width: 100%;}
	#visual .chairman_pic::before {right: 0; width: 180px; bottom: 0;}
	#visual .chairman_pic .chairman_txt {
		padding: 50px 80px;
	}
	#visual .main_txt {padding: 30px 40px;}
	#visual .main_txt p {font-size: 18px;}
	#visual .main_txt h3 {font-size: 28px;}
	#visual .chairman_btn a {
		padding: 10px 0;
	}
	#visual .main_visual .agenda p > span {
		font-size: 22px;
	}
}
@media all and (max-width:480px) {
	#visual .chairman {margin-top: 20px !important;}
	#visual .main_visual .agenda {width: 85%;}
	#visual .chairman {margin-top: 10px;}
	#visual .chairman_pic .chairman_txt {
		padding: 50px 20px;
	}
	#visual .main_visual .agenda p {
		font-size: 15px;
	}
	#visual .main_visual .agenda .today_list {
		font-size: 12px;
	}
	#visual .main_visual .agenda .agenda_today {
		width: 60%;
		padding: 7px 5px;
	}
	#visual .agenda .agenda_btn {
		gap: 5px;
	}
	#visual .main_visual .agenda .today_list {
		font-size: 11px;
	}
	#visual .main_visual .agenda p > span {
		font-size: 20px;
	}
}

/* 현역의원 */
#member {
	min-height: 300px;
	padding: 65px 0 0;
}
#member .inner {
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 1200px;
}
#member .inner::after {
	display: none;
}
#member .profile_wrap {
	position: relative;
}
#member .member_profile {
	box-sizing: border-box;
	width: 250px;
	height: 245px;
	padding: 30px 22px 0 15px;
	border-radius: 20px;
	background: url("../images/kr/main/profile_bg1.png") center no-repeat;
	background-size: cover;
	box-shadow: 0 0px 8px 2px #00000017;
}
#member .inner > p {
	width: 100%;
	font-size: 30px;
	font-family: "Nanum";
	font-weight: 500;
}
#member .inner .member_profile {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#member .inner .member_profile a {
	font-family: "Nanum";
	font-size: 18px;
	font-weight: 500;
	padding: 0 22px 16px 0;
	position: relative;
	display: inline-block;
}
#member .member_txt {
	width:calc(100% - 115px);
}
#member .member_txt a::after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0px;
	width: 16px;
	height: 14px;
	display: block;
	background: url("/images/kr/main/member_home.png") center no-repeat;
}
#member .inner .member_profile .member_txt ul {
	font-family: "score";
	font-size: 14px;
	line-height: 125%;
	word-break: keep-all;
}
#member .member_profile .member_profile_pic img {
	border-radius: 10px;
	overflow: hidden;
	width: 100px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f7f7f7;
	position: relative;
	border: 1px solid #e8e8e8;
}
#member .inner .member_profile ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
#member .inner .member_profile > p {
	width: 100%;
}
#member .member_btn {
	position: absolute; bottom:18px; right:15px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 5px;
}
#member .member_btn button {
	padding: 15px;
	border-radius: 5px;
	background-color: #f0f0f0;
}
#member .member_btn button.btn_prev {
background: #f0f0f0 url(/images/kr/main/arrow_icon.png) center no-repeat;
}
#member .member_btn button.btn_next {
	background: #f0f0f0 url("/images/kr/main/arrow_icon.png") center no-repeat;
	transform: rotate(180deg);
}
#member .member_btn button.btn_more {
	background: #f0f0f0 url("/images/kr/main/more_icon.png") center no-repeat;
}
#member .member_btn .stop_btn button {
	display: none;
}
#member .member_btn .stop_btn button.on {
	display: block;
}
#member .member_btn .stop_btn button.btn_stop  {
	background: #f0f0f0  url("/images/kr/main/stop_icon.png") center no-repeat;
}
#member .member_btn .stop_btn button.btn_play {
	background: #f0f0f0 url("/images/kr/main/play_icon.png") center no-repeat;
}
#member .member_btn .stop_btn {
	position: relative;
	width: 25px;
}
#member .member_btn button.btn_stop,
#member .member_btn button.btn_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 28px;
    height: 28px;
}
#member .member_card {
	margin: 8px 0 0 6px;
}
#member .member_card .member_pic {
	display: block;
	height: 130px;
	background-size: contain;
	background-position: bottom;
	text-align: center;
	position: relative;
	border-radius: 11px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	border: 1px solid #eee;
}
#member .member_card.on .member_pic {
	border: 1px solid #6e5b90;
	position: relative;
}
#member .member_card .member_pic img {
	max-width:100px; max-height:100%;
}
#member .member_card .member_pic p {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	font-family: "score";
	font-size: 15px;
	font-weight: 300;
	height: 28px;
	line-height: 28px;
}
#member ul.member_card_wrap {
	display:flex; flex-wrap:wrap; width:calc(100% - 250px); padding:0 0 0 19px; box-sizing:border-box;
}
/*
#member .member_card {
    display: inline-block;
}*/
@media all and (max-width:1240px) {
	#member {
		padding: 60px 0;
	}
	
	#member .inner {
		width: 90%;
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}
	#member .profile_wrap {
		width: 100%;
	}
	#member .member_profile {
		width: 100%;
		padding: 30px 45px 0 45px;
	}
	#member .member_txt{width:calc(100% - 150px);}
	#member .member_txt a::after {
		width: 20px;
		height: 18px;
		background-size: cover;
		right: auto;
		left: 70px;
		top: 22px;
		transform: none;
	}
	#member .inner .member_profile a {
		font-size: 22px;
		padding: 20px 22px 30px 0;
	}
	
	#member .inner .member_profile .member_txt ul {
		gap: 30px;
		font-size: 18px;
		flex-direction: row;
	}
	#member .member_profile .member_profile_pic img {
		width: 130px;
	}
	#member ul.member_card_wrap {
		align-self: center;
		width: 100%;
		padding:0;
		gap: auto;
        justify-content: center;
	}
	#member .member_btn {
		width: auto;
		display: flex;
		align-items: center;
		justify-content: right;
		gap: 10px;
		margin-top: 20px;
		align-self: baseline;

	}
	#member .member_btn button {
		padding: 20px;
	}
}
@media all and (max-width:980px) {
	#member {
		padding: 30px 0;
	}
	#member .inner {
		width: 95%;
	}
	#member ul.member_card_wrap {
		grid-template-columns: repeat(7, 3fr);
	}
	#member .inner .member_profile .member_txt ul {
		font-size: 16px;
	}
}
@media all and (max-width:760px) {
	#member {
		padding: 70px 0 10px !important;
	}
	#member ul.member_card_wrap {
		grid-template-columns: repeat(6, 3fr);
	}
}
@media all and (max-width:680px) {
	#member {
		margin-bottom: 70px !important;
	}
	#member .inner {
		width: 90%;
	}
	#member ul.member_card_wrap {
		grid-template-columns: repeat(6, 4fr);
	}
	#member .inner .member_profile {
		height: 250px;
		padding: 20px 10px 10px 35px;
		justify-content: left;
		}
	#member .inner .member_profile a {
		padding: 7px 22px 20px 0;
	}
	#member .member_txt a::after{top:9px;}
	#member .inner .member_profile .member_txt ul {
		flex-direction: column;
		font-size: 15px;
		gap: 10px;
	}
	#member .member_card .member_pic {
		height: 105px;
	}
	#member .member_card .member_pic img{max-width:88px;}
	#member .member_txt{padding:0 0 0 12px; box-sizing: border-box;}
	#member .member_btn {
		width: 100%;
		margin-top: 0;
		justify-self: right;
		align-self: end;
	}
	#member .member_card .member_pic p {
		font-size: 12px !important;
		height: 20px !important;
		line-height: 20px !important;
	}

}
@media all and (max-width:580px) {
	#member {
		margin-bottom: 70px !important;
	}
	#member ul.member_card_wrap {
		grid-template-columns: repeat(5, 4fr);
	}
	#member .inner {
		align-items: center;
	}
	#member .member_profile {
		height: 240px;
		padding: 20px !important
	}
	#member .member_card .member_pic img{max-width:84px;}
	#member .inner .member_profile a {
		font-size: 20px;
	}
	#member .member_txt ul {
		gap: 15px;
	}

	#member .member_btn {
		margin-top: 0;
	}
}
@media all and (max-width:480px) {
	#member {
		padding: 70px 0 10px !important;
		margin: 0 0 70px !important;
	}
	#member .member_profile {
		padding: 30px 50px 0 30px;
	}
	#member .member_txt{width:calc(100% - 120px);}
	#member .member_txt a::after {
		width: 17px;
		height: 15px;
		left: 55px;
	}
	#member .member_profile .member_profile_pic img{
		width: 110px;
	}
	#member .inner .member_profile {
		height: 255px;
	}
	#member .inner .member_profile .member_txt ul {
		font-size: 15px;
		gap: 8px;
	}
	#member .member_card .member_pic {
		height: 100px;
	}
	#member .member_card .member_pic img{max-width:84px;}
	#member .member_card .member_pic p {
		font-size: 11px !important;
	}

}
@media all and (max-width:380px) {
	#member ul.member_card_wrap {
		grid-template-columns: repeat(4, 5fr);
	}
	#member .inner .member_profile .member_txt ul {
		flex-direction: column;
		gap: 5px;
	}
	#member .inner .member_profile {
		justify-content: left;
	}
	#member .inner .member_profile a {
		padding: 7px 22px 15px 0;
	}
	#member .member_btn {
		gap: 0;
	}
}
/* board */
#board {
	background: url("../images/kr/main/board_back.png") center no-repeat;
	background-size: contain;
	min-height: 440px;
	
}
#board .inner {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
#board .inner::after {
	display: none;
}
#board .notice {
	width: 600px;
	position: relative;
}
#board div.btn-box {
	position: absolute;
    top: 0;
    right: 2px;
	width: 30px;
    height: 30px;
}
#board div.btn-box a {
    width: 30px;
    height: 30px;
    font-size: 0;
    background: #fff url(/images/kr/main/more_icon.png) no-repeat 8px 8px;
    box-sizing: border-box;
    display: block;
}
#board .tab_menu {
	margin-bottom: 16px;
	padding: 0 10px;
	width: 90%;
}
#board ul.tab_menu li {
	display: inline-block;
    margin-right: 5px;
}
#board .tab_menu li button {
	background-color: transparent;
	position: relative;
	font-family: "Nanum";
	font-size: 19px;
	font-weight: 500;
	color: #333;
	text-align: center;
	letter-spacing: -1px;
}
#board .tab_menu li a {
	width: 15px;
	height: 15px;
	display: block;
	background: url("/images/kr/main/more_icon.png") center no-repeat;

}
#board .tab_menu li.on button {
	border-bottom: 1px solid #945866;
	color: #945866;

}
#board .tab_menu li button::after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: -10px;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%);
	background-color: #945866;
	display: none;
}
#board .tab_menu li.on button::after {
	display: block;
}
#board .notice .tab_board {
	box-sizing: border-box;
	width: 100%;
    height: 300px;
	border-radius: 10px;
	border: 1px solid #945866;
	padding: 25px 25px 10px 25px;
	background-color: #fff;
}
#board .tab_board > li {
	display: none;
}
#board .tab_board > li.on {
	display: block;
}
#board .tab_board .calendar {
	display: flex;
	gap: 15px;
	margin-bottom: 15px; text-decoration: none;
	width:100%;
}
#board .tab_board .calendar > span{display: block; width: calc(100% - 95px);}
#board .tab_board .calendar .today {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #f2eaee;
	font-family: "score";
	border-radius: 10px;
	gap: 5px;
    font-size: 15px;
    letter-spacing: -1px;
}
#board .tab_board .calendar .today span:first-child {
	font-weight: 900;
	font-size: 22px;
	color: #945866;
	letter-spacing: -2px;
}
#board .tab_board .calendar div:last-child {
	width: 80%;
	overflow: hidden;
	text-overflow: hidden;
}
#board .tab_board .calendar span strong {
	display: block;
	width:100%;
	font-size: 17px;
	font-weight: 900;
	margin: 5px 0 5px;
	font-family: "score";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}
#board .tab_board .calendar span strong:last-child {
	font-size: 14px;
}
#board .tab_board .calendar div span {
	font-family: "score";
	color: #606060;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: -1px;
}
#board .tab_board .calendar .today_txt {
    height:46px; line-height:23px; font-size:14px; font-weight:300; font-family: "score"; color: #606060; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
#board .tab_board .calendar div > span:not(.today span)  {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}
#board .tab_board .board_list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#board .tab_board .board_list li {position: relative;}
#board .tab_board .board_list li a{
	display: flex;
	gap: 10px;
	font-family: "score";
	text-decoration: none;
	padding:0;
	letter-spacing: -1px;
}
#board .tab_board .board_list .badge {
	color: #fff;
	background: #945866;
	padding: 7px 10px;
	border-radius: 20px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: 400 !important;
	text-align: center;
}
#board .tab_board .board_list li .tit {
	color: #606060;
	font-weight: 300;
	font-size: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 70%;
	display:inline-block;
}
#board .tab_board .calendar:hover span strong,
#board .tab_board .calendar:focus span strong,
#board .tab_board .board_list li a:hover .tit,
#board .tab_board .board_list li a:focus .tit{color:#333; text-decoration: underline;}
#board .tab_board .board_list li span {
	font-size: 14px;
	color: #606060;
}
#board .meeting {
	width: 155px;
}
.section_title {
	font-family: "Nanum";
	font-size: 30px;
	font-weight: 500;
	color: #333;
	margin-bottom: 19px;
	letter-spacing: -2px;
}
#board .meeting .meeting_contents {
	background-color: #564a7a;
	padding: 26px;
	border-radius: 10px;
    height: 300px;
    width: 100%;
    box-sizing: border-box;
}
#board .meeting .meeting_contents a {
	color: #fff;
	font-size: 14px;
	font-family: "score";
	white-space: nowrap;
}
#board .meeting .meeting_contents > a {
    box-sizing: border-box;
    background-color: #fff;
    color: #606060 !important;
    font-family: "score";
    font-size: 13px;
    padding: 3px 23px 3px 12px;
    display: block;
    width: 105px;
    height: 30px;
    border-radius: 50px;
    position: relative;
    box-sizing: border-box;
}
#board .meeting .meeting_contents > a::after {
	content: "";
	display: block;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background: url("/images/kr/main/search_icon.png") center no-repeat;
}

#board .meeting .meeting_contents ul {
	padding: 13px 0 13px 12px;
}
#board .meeting .meeting_contents ul:nth-child(2) {
	border-bottom: 3px solid #665b87;
	margin-top: 10px;
}
#board .meeting .meeting_contents ul a {
	white-space: nowrap;
}
#board .meeting .meeting_contents ul li {
	position: relative;
}
#board .meeting .meeting_contents ul li::after {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #edcf7d;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: -13px;
}
#board .popup {width: 400px; position: relative;}
#board .popup .popup_img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	height: 300px;
    box-sizing: border-box;
}
#board .popup .popup_btn {
	position: absolute;
	top: 0;
	right: 0;
}
#board .popup .popup_btn button {
	width: 10px;
	height: 15px;
}
#board .popup .popup_btn {display: flex; align-items: center;gap: 15px;}
#board .popup .popup_btn .btn_prev {
	background: url("/images/common/arrow_small.png") center no-repeat;
}
#board .popup .popup_btn .btn_next {
	background: url("/images/common/arrow_small.png") center no-repeat;
	transform: rotate(180deg);

}
#board .popup .popup_btn .stop_btn {position: relative;}
#board .popup .popup_btn .stop_btn button {
	display: none;
}
#board .popup .popup_btn .stop_btn button.on {
	display: block;
}
#board .popup .popup_btn .btn_stop {
	background: url("/images/common/stop_small.png") center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#board .popup .popup_btn .btn_play {
	background: url("/images/common/play_small.png") center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media all and (max-width:1200px) {
	#board {
		min-height: 800px;
	}
	#board .inner {
		width: 95%;
		flex-wrap: wrap;
		gap: 30px 20px;
		justify-content: space-between;
	}
	#board .notice {
		width: 100%;
	}
	#board .tab_board .board_list li {
		justify-content: space-between;
	}
	#board .meeting {
		width: 48%;
		height: 100%;
	}
	#board .meeting .meeting_contents {
		flex-direction: row;
		justify-content: center;
		align-items: start;
		padding: 30px 50px;
		flex-wrap: wrap;
		height: 265px;
		gap: 0 10%; box-sizing: border-box;

	}

	#board .meeting .meeting_contents > a {
		height: 32px;
		width: 100%;
		margin:0 0 30px;
	}
	#board .meeting .meeting_contents a {
		font-size: 16px;
	}
	
	#board .meeting .meeting_contents ul{box-sizing: border-box; width:43%; padding:13px 0 13px 10%; background:#fff; border-radius:14px; display: inline-block; margin-right: 15px;}
	#board .meeting .meeting_contents ul a{color: #333;}
	#board .meeting .meeting_contents ul:nth-child(2) {
		border-bottom: transparent;
	}
	#board .meeting .meeting_contents ul li {
		padding: 8px 0; line-height:120%;
	}
	#board .meeting .meeting_contents ul li::after{left:-7px; background-color:#7976a9;}
	#board .popup {
		width: 49%;
	}
	#board .popup .popup_img {
		height: 330px;
	}
	#board .popup img {
		width: 100%;
		height: 100%;
	}
}
@media all and (max-width:980px) {
	#board {
		min-height: 800px;
	}
	#board .inner {
		align-items: start;
	}
	#board .meeting {
		width: 50%;

	}
	#board .meeting .meeting_contents {
		padding: 22px 5% 0 5%;
	}
	#board .meeting .meeting_contents > a{margin:0;}
	#board .popup {
		width: 46%;
	}
	#board .popup .popup_img {
		height: 280px;
	}
}
@media all and (max-width:780px) {
	#board .popup .popup_img {
		height: 285px;
	}
	#board .popup .popup_img img {
		height: 100%;
	}
	#board .notice .tab_board {
		padding: 30px 30px 10px 30px;
	}
}
@media all and (max-width:680px) {
	#board .inner {
		gap: 70px 20px;
	}
	.section_title {
		font-size: 28px;
		letter-spacing: -1px;
	}
	#board .tab_menu li button {
		font-size: 16px;
	}
	#board .tab_board .calendar .today span:first-child {
		font-size: 25px;
	}
	#board .tab_board .calendar span strong {
		font-size: 16px;
	}
	#board .tab_board .calendar div span {
		font-size: 14px;
	}
	#board .tab_board .calendar span strong:last-child {
		font-size: 13px;
	}
	#board .tab_board .board_list .badge {
		width: 12%;
		padding: 7px 10px;
		font-size: 12px;
		font-weight: 400 !important;
	}
	#board .tab_board .board_list li .tit {
		font-size: 15px;
	}
	#board .tab_board .board_list li span {
		font-size: 13px;
	}
	#board .meeting {
		width: 45%;
	}

	#board .meeting .meeting_contents {
		height: 200px;
	}
	#board .meeting .meeting_contents ul li {
		padding: 5px 0;
	}
	#board .meeting .meeting_contents a {
		font-size: 12px;
	}
	#board .popup .slick-list img {
		object-fit: cover;
		width: 100%;
		height: 220px;
	}
	#board .notice .tab_board {
		padding: 30px 30px 10px 30px;
	}
}
@media all and (max-width:580px) {
	#board {
		min-height: 820px;
	}
	#board .inner {
		gap: 70px 20px;
	}
	.section_title {
		font-size: 24px !important;
	}
	#board .notice .tab_board {
		height: 100%;
		overflow: hidden;
		
	}

	#board .tab_menu li button {
		font-size: 14px;
		letter-spacing: -1px;
	}
	
	#board .tab_board .board_list li {
		/* flex-direction: column; */
		flex-wrap: wrap;
		height: 35px;
	}
	#board .tab_board .board_list .badge {
		width: 15%;
		text-align: center;
	}
	#board .tab_board .board_list li {
		align-items: center;
		gap: 0;
	}
	#board .tab_board .board_list li span {
		font-size: 12px;
	}
	#board .tab_board .board_list li .tit {
		width: 63%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#board .tab_board .board_list li span {
		margin-left: 10px;
	}
	#board .meeting .meeting_contents {
		flex-wrap: wrap;
		height: 200px !important;
		padding: 15px 5% 0 5%;
	}
	#board .meeting .meeting_contents a {
		width: 100%;
		font-size: 12px;
	}

}
@media all and (max-width:480px) {
	#board {
		min-height: 1120px;
		margin-bottom: 70px;
	}
	#board .inner {
		gap: 70px;
	}
	.section_title {
		font-size: 23px !important;
	}
	#board .tab_menu {
		flex-wrap: wrap;
		justify-content: left;
		gap: 0 20px;
	}
	#board .tab_menu li {
		width: 26%;
	}
	#board .tab_menu li:last-child {
		width: auto;
	}
	#board .tab_menu li button {
		font-size: 16px;
		white-space: nowrap;
		height: 40px;
		text-align: center;
	}
	#board .notice .tab_board {
		height: 100%;
	}
	#board .tab_board .board_list li {
		height: 35px;
		justify-content: space-between;
	}
	#board .tab_menu li button::after {
		top: 0;
	}
	#board .tab_board .board_list li .tit {
		width: 60%;
	}
	#board .tab_board .board_list li span {
		margin-left: 0;
	}
	#board .tab_board .board_list .badge {
		font-size: 11px;
		padding: 8px;
	}
	#board .tab_board .board_list li .tit {
		font-size: 13px;
	}
	
	#board .tab_board .board_list li span {
		font-size: 12px;
	}
	#board .meeting {
		width: 100%;
	}

	#board .meeting .meeting_contents {
		padding: 20px 25px 0 25px;
		gap: 0 120px;
		height: 150px !important;
	}
	#board .meeting .meeting_contents > a {
		padding: 5px 25px 5px 30px;
		margin:0 0 10px;
	}

	#board .meeting .meeting_contents a {
		font-size: 14px;
	}
	#board .meeting .meeting_contents ul {
		display: flex;
		justify-content: space-between;
		width: 90%; padding:0;
		background: inherit;
	}
	#board .meeting .meeting_contents ul li {
		padding: 0;
		width: 25%;
        margin: 10px 0 0 0;
	}
	#board .meeting .meeting_contents ul a{color:#fff;}
	#board .meeting .meeting_contents ul li::after{background-color: #edcf7d;}

	#board .popup {
		width: 100%;
	}
	#board .popup .popup_img {
		width: 100%;
		height: 350px;
	}
	#board .popup .slick-list img {
		width: 100%;
		height: auto;
	}
	#board .tab_board .calendar span strong {
		font-size: 14px;
	}
	#board .tab_board .calendar div span {
		font-size: 12px;
	}
	#board .meeting .meeting_contents ul:nth-child(2) {
		margin-top: 15px;
	}
}
@media all and (max-width:380px) {
	#board {
		min-height: 970px;
	}
	#board .inner {
		gap: 50px;
	}
	.section_title {
		font-size: 21px !important;
	}
	#board .notice .tab_board {
		padding: 10px;
		height: 100% !important;
	}
	#board .tab_board .board_list li {
		height: 25px;
	}
	#board .tab_board .calendar {
		margin-bottom: 15px;
	}
	#board .tab_board .board_list .badge {
		font-size: 10px;
		padding: 7px;
	}
	#board .tab_menu {
		padding: 0;
		justify-content: space-between;
	}
	
	#board .popup .popup_img {
		width: 100%;
		height: 250px;
	}
	#board .popup .slick-list img {
		width: 100%;
	}
	#board .tab_board .calendar .today {
		height: 60px;
	}
	#board .meeting .meeting_contents {
		height: 140px;
	}
}
#gallery {
	background: url("/images/kr/main/gallery_bg.png") center no-repeat;
	background-size: cover;
	height: 420px;
	margin: 0 0 30px;
	position: relative;
}
#gallery .inner:before {
	content: "";
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	top: -10px;
	left: 119px;
	background: url("../images/kr/main/gallery_bg_icon.png") center no-repeat;
}
#gallery .inner {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#gallery .inner::after {
	display: none;
}
#gallery .gallery_title {
	color: #fff;
	font-family: "Nanum";
	font-size: 30px;
	line-height: 135%;
}
#gallery .gallery_title span {
	font-size: 40px;
	color: #ffd770;
	font-weight: 700;
	letter-spacing: -2px;
}
#gallery .gallery_info > span {
	display: block; padding:13px 0 30px;
	color: #fff; 
	font-size:15px; font-family: "score"; font-weight: 300;
}
#gallery .gallery_info a {
	display: block; font-size:14px; font-family: "score"; font-weight: 300;
	background-color: transparent;
	border:1px solid #7976a9;
	color: #fff;
	padding: 10px 20px;
	text-align: left;
	position: relative;
}
#gallery .gallery_info a::after {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	background: url("/images/kr/main/gallery_more.png") center no-repeat;
}
#gallery .gallery_list {
	display: flex;
	justify-content: center;

}
#gallery .gallery_list li  {
	max-width: 310px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 6px 2px #00000014;
	background: #fff;
	height: 285px;
}
#gallery .gallery_list li img {
	width: 100%;
	height: 200px;
}
#gallery .gallery_list li .list_info {
	background-color: #fff;
	padding: 15px 25px;
	font-family: "score";
	white-space: nowrap;
}
#gallery .gallery_list li .list_info p {
	font-size: 17px;
	font-weight:500;
	letter-spacing: -1px;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#gallery .gallery_list li .list_info span {
	font-size: 14px;
	color: #606060;
	position: relative;
	margin-left: 15px;
}
#gallery .gallery_list li .list_info span::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
	background: url("/images/kr/main/time_icon.png") center no-repeat;
}
@media all and (max-width:1200px) {
	#gallery .inner {
		width: 90%;
	}
	#gallery .gallery_list li  {
		max-width: 250px;
		margin: 0 5px;
	}
}
@media all and (max-width:980px) {
	#gallery {
		background-position: 20% 0;
		height: 330px;
	}
	#gallery .inner:before {
		left:100px;
		transform: scale(0.8);
	}
	#gallery .inner {
		justify-content: space-between;
	}
	#gallery .gallery_title {
		font-size: 20px;
		line-height: 35px;
	}
	#gallery .gallery_title span {
		font-size: 33px;
	}
	#gallery .gallery_list {
	}
	#gallery .gallery_list li {
		margin: 0 2.5px;
		width: 40%;
	}
	#gallery .gallery_list li .list_info p {
		font-size: 17px;
	}
	#gallery .gallery_list li .list_info span {
		font-size: 15px;
	}
	#gallery .gallery_info > span {
		padding:7px 0 20px;
		font-size: 13px;
		white-space: nowrap;
	}
	#gallery .gallery_info {
		gap: 10px;
		padding: 10px 15px;
	}
	#gallery .gallery_info a {
		width: 70px;
		font-size: 14px;
	}
	#gallery .gallery_list {
		align-self: center;
		width: 100%;
	}
	#gallery .gallery_list li .list_info {
		padding: 10px 15px;
	}
	#gallery .gallery_list li .list_info p {
		font-size: 13px;
	}
	#gallery .gallery_list li .list_info span {
		font-size: 12px;
	}
}
@media all and (max-width:780px) {
	#gallery {
		height: 560px;
	}
	#gallery .gallery_info {
		padding: 0 15px;
		height: 220px;
		gap: 38px;
	}
	#gallery .gallery_list li .list_info p {
		margin-bottom: 0;
	}
	#gallery .gallery_list {
		flex-wrap: wrap;
		gap: 5px;
	}
	#gallery .gallery_list li {
		width: 48%;
	}
	#gallery .inner {
		margin-top: 30px;
	}
}
@media all and (max-width:680px) {
	#gallery {
		height: 550px;
	}
	#gallery::after {
		top: 3%;
		left: 20%;
		transform: scale(0.8);
	}
	#gallery .gallery_title {
		font-size: 23px;
		line-height: 40px;
	}
	#gallery .gallery_title span {
		font-size: 28px;
	}
	#gallery .gallery_info {
		gap: 10px;
		padding: 10px 15px;
	}
	#gallery .gallery_list li .list_info p {
		font-size: 15px;
	}
	#gallery .gallery_list li .list_info span {
		font-size: 13px;
	}
	#gallery .gallery_list li {
		width: 400px;
	}
	#gallery .gallery_info a {
		width: 100px;
	}
}
@media all and (max-width:580px) {
	#gallery {margin: 0 !important;height: 300px;}
	#gallery .gallery_title {
		font-size: 20px;
		line-height: 35px;
	}
	#gallery .gallery_title span {
		font-size: 25px;
	}
}
@media all and (max-width:480px) {
	#gallery {
		height: 290px;
	}
	#gallery::after {
		top: 3%;
		left: 23%;
		transform: scale(0.7);
	}
	#gallery .inner {
		margin-top: 20px;
	}
	#gallery .gallery_list li {
		width: 100%;
	}
	#gallery .gallery_list li .list_info {
		padding: 5px 10px;
	}
	#gallery .gallery_list li .list_info p {
		font-size: 12px;
		letter-spacing: -1px;
		margin-bottom: 5px;
	}
	#gallery .gallery_info a {
		width: 70px;
		font-size: 12px;
	}
	#gallery .gallery_list li .list_info span {
		font-size: 11px;
	}

}
@media all and (max-width:380px) {
	#gallery .gallery_info {
		padding: 10px;
	}
	#gallery .gallery_list li .list_info p {
		font-size: 11px;
	}
	#gallery .gallery_list li .list_info span {
		font-size: 10px;
	}
	#gallery .gallery_info a {
		width: 50px;
		padding: 5px 20px;
	}
}
.sec3 {
    background: url("/images/kr/main/sns_bg.jpg") center no-repeat;
    background-size: cover;
}
#sns {
	height: 540px;
	position: relative;
}
#sns::before {
	content: "";
	display: block;
	width: 80%;
	height: 470px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    background-color: rgb(255 255 255 / 61%);
	border-radius: 40px;
}
#sns p.point {
	width: 160px;
	height: 80px;
	position: absolute;
    top: -40px;
    right: -5%;
	transform: translateX(-50%);
	background-color: #484385;
	border-radius: 30px 30px 0 30px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-family: "Nanum";
	font-size: 25px;
	font-weight: 900;
}
#sns p.point::after {
	content: "";
	width: 21px;
	height: 15px;
	position: absolute;
	top: 15%;
	right: 15%;
	background: url("/images/kr/main/sns_icon.png") center no-repeat;
}
#sns .inner {
	width: 1200px;
	padding-top: 50px;

}
#sns .sns_title {
	color: #333;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: -2px;
}
#sns .sns_title span {
	font-size: 32px;
	color: #50548b;
	font-weight: 900;
}
#sns .sns_sub {
	color: #9c9c9c;
	font-size: 16px;
	margin-top: 10px;
}
#sns .sns_list {
	margin-top: 20px;
}
#sns .sns_list li {
	width: 270px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
    height: 280px;
	background: #fff;
}

#sns .sns_list img {
	width: 100%;
	object-fit: contain;
	object-position: top;
	height: 210px;
    display: block;
	box-sizing: border-box;
}
#sns .sns_info {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 15px 25px;
	font-family: "score";
	font-size: 17px;
	font-weight: 500;
}
#sns .sns_info .sns_date {
	font-size: 14px;
	color: #606060;
	font-weight: 400;
}
#sns .sns_list {
	display: flex;
	justify-content: space-between;
}
#sns .sns_list li.facebook:after {
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	background: url("/images/kr/main/facebook_icon.png") center no-repeat;
	position: absolute;
	top: 6%;
	right: 6%;
}
#sns .sns_list li.insta:after {
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	background: url("/images/kr/main/insta_icon.png") center no-repeat;
	position: absolute;
	top: 6%;
	right: 6%;
}
#sns .sns_list li.youtube:after {
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	background: url("/images/kr/main/yotube_icon.png") center no-repeat;
	position: absolute;
	top: 6%;
	right: 6%;
}
@media all and (max-width:1400px) {
	#sns > p {
		right: 0 !important;
	}
}
@media all and (max-width:1200px) {

	#sns .inner {
		width: 90%;
	}
	#sns::before {
		width: 60%;
		height: 470px;
	}
	#sns > p {
		width: 100px;
		height: 50px;
		top: 5%;
		right: 0;
		line-height: 50px;
		font-size: 20px;
	}
	#sns .sns_list {
		gap: 10px;
	}
	#sns .sns_list li {
		width: 100%;
	}
	#sns .sns_title {
		font-size: 25px;
	}
	#sns .sns_title span {
		font-size: 27px;
	}
	#sns .sns_sub {
		font-size: 15px;
	}
	#sns .sns_info {
		padding: 10px 20px;
		font-size: 15px;
	}
}
@media all and (max-width:980px) {
	#sns::before {
		display: none;
	}
	#sns .sns_list {
		gap: 5px;
	}
	#sns .sns_list li {
		width: 100%;
	}

}
@media all and (max-width:780px) {
	#sns {
		height: 900px;
	}
	#sns .sns_list {
		display: grid;
		grid-template-columns: repeat(2,2fr);
		gap: 20px;
	}


}
@media all and (max-width:680px) {
	#sns {
		padding: 0;
	}
	#sns .sns_list li {
		width: 100%;
	}
}
@media (max-width : 630px) {
	#board .meeting .meeting_contents ul {
        width: 39%;
        padding: 13px 0 13px 13px;
    }
}
@media all and (max-width:580px) {
	#sns .inner {
		padding-top: 70px;
	}
	#sns > p {
		font-size: 17px;
		top: 8%;
	}
	#sns .sns_title {
		font-size: 20px;
		letter-spacing: -1px;
	}
	#sns .sns_title span {
		font-size: 23px;
	}
	#sns .sns_list li {
		width: 100%;
	}
	#sns .sns_info {
		font-size: 14px;
	}
	#sns .sns_info .sns_date {
		font-size: 13px;
	}
	#sns > p {
		right: -8% !important;
	}
	#board .meeting .meeting_contents {
		height: 150px;
	}
	#sns .sns_list li:after{
		transform: scale(0.8);
	}
}
@media all and (max-width:480px) {
	#sns .inner {
		padding-top: 80px;
	}
	#sns .sns_title {
		margin: 20px 0;
	}
	#sns > p {
		top: 7%;
	}
	#sns .sns_info {
		font-size: 13px;
	}
	#sns .sns_info .sns_date {
		font-size: 12px;
	}
	#sns .sns_list li::after {
		width: 25px;
		height: 25px;
	}
	#sns .sns_list {
		gap: 10px;
	}
}
@media all and (max-width:380px) {
	#sns .sns_info {
		font-size: 12px;
	}
	#sns .sns_info .sns_date {
		font-size: 11px;
	}
}
#banner {
	margin: 20px 0 !important;
}
#banner .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
#banner .inner::after {
	display: none;
}
#banner .banner_slider {
	display: flex;
	justify-content: space-between;
	width: 90%;
	overflow: hidden;
}
#banner .btn_wrap {
	display: flex;
	flex-direction: column;
}
#banner .btn_wrap a {
	padding: 0px 10px;
	text-align: center;
	border: 1px solid #ededed;
	font-size: 12px;
}
#banner .banner_btn {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
	height: 32px !important;
}

#banner .banner_btn button {
	padding: 10px;
	border: 1px solid #ededed;
}
#banner .banner_btn button.btn_prev {
	background: url("/images/kr/main/arrow_icon.png") center no-repeat;
}
#banner .banner_btn button.btn_next {
	background: url("/images/kr/main/arrow_icon.png") center no-repeat;
	transform: rotate(180deg);
}
#banner .banner_btn button.btn_more {
	background: url("/images/kr/main/more_icon.png") center no-repeat;
}
#banner .banner_btn .stop_btn button {
	display: none;
}
#banner .banner_btn .stop_btn button.on {
	display: block;
}
#banner .banner_btn .stop_btn button.btn_stop  {
	background: url("/images/kr/main/stop_icon.png") center no-repeat;
}
#banner .banner_btn .stop_btn button.btn_play {
	background: url("/images/kr/main/play_icon.png") center no-repeat;
}
#banner .banner_btn .stop_btn {
	position: relative;
	width: 25px;
}
#banner .banner_btn button.btn_stop,
#banner .banner_btn button.btn_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#banner ul li a{display: inline-block; margin:0 10px 0 0;}
#banner ul li a img{
	display: inline;
	text-align: center;
}

@media all and (max-width:1200px) {
	#banner .inner {
		width: 90%;
	}
	#banner .banner_btn {
		height: auto !important;
	}
}


@media (max-width: 1600px) {
	#sns::before {display: none;}

}
@media (max-width: 980px) {
	#sns p.point {top: 30px; right: -77px;}
	 #gallery {height: 360px;}
}
@media (max-width: 780px) {
    #gallery .inner {
        width: 100%;
    }
    #gallery .gallery_info {
        padding: 0 15px;
        height: auto;
        width: 100%;
        display: block;
    }
    #gallery .gallery_info > span {
        position: absolute;
        top: -5px;
        left: 140px;
    }
    #gallery .inner:before {
        left: 86px;
    }
    #gallery .gallery_info a {
        font-size: 14px;
		margin: 0;
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 0;
        width: 50px;
        box-sizing: border-box;
        padding: 0;
        height: 50px;
        border-radius: 50%;
        background: #fff;
		border: 1px solid #151339;
    }
	#gallery .gallery_info a::after {
		padding: 24px;
	}
    #gallery .gallery_list {
        flex-wrap: nowrap;
        gap: 0;
        position: absolute;
        top: 85px;
    }
    #gallery {
        height: 470px;
    }
    #gallery .gallery_info a::after {
        position: static;
    }


}
@media (max-width: 680px) {
	#gallery .gallery_list li img {
		height: 135px;
	}
	#gallery .gallery_list li {
        width: 190px;
		height: 205px;
	}
    #gallery .gallery_list li .list_info p {
        font-size: 13px;
    }
    #gallery .gallery_list li .list_info span {
        font-size: 12px;
    }


}
@media (max-width: 500px) {
    #gallery .gallery_list {
        flex-wrap: wrap;
        width: 300px;
		margin: 0 0 0 20px;
		position: static;
		margin: 20px 0 0 20px;
    }
    #gallery .gallery_list li {
        margin-bottom: 10px;
    }
	#gallery::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 230px;
        background: #595693;
        border-radius: 0;
    }
    #gallery {
        background: none;
    }
    #gallery .gallery_list li {
        margin-bottom: 10px;
        width: 300px;
        height: 240px;
		max-width: none;
		margin-bottom: 20px;
    }	
    #gallery .gallery_list li img {
        height: 175px;
    }
	#gallery .gallery_list {
        position: static;
     	margin: 20px auto;
    }
	#gallery .inner {
        display: block;
	}
    #gallery .gallery_info a::after {
        position: static;
    }
    #gallery {
        height: auto;
    }
    #sns p.point {
        top: 30px;
        right: -77px;
        width: 125px;
        height: 65px;
        line-height: 68px;
    }
	#board .meeting .meeting_contents ul {
		width: 42%;
		display: inline-block;
		padding: 0 0 0 15px;
		border-radius: 5px;
		font-size: 12px;
		margin-right: 10px;
	}

}
@media (max-width: 480px) {
    #sns .sns_list {
        display: block;
    }
    #sns .sns_list li {
        width: 270px;
        margin: 0 auto 20px;
    }
    #sns .sns_list li {
        width: 270px;
        margin-bottom: 20px;
        margin: 0 auto 20px;
    }
    #sns {
        padding: 0 0 70px;
    }
	#sns {
		height: auto;
	}
    #board .meeting .meeting_contents > a {
        margin: 0;
    }
    #board .meeting .meeting_contents ul:nth-child(2) {
        margin-top: 0;
    }
    #board .tab_menu li {
        width: 18%;
    }
	#board div.btn-box {
		top: 4px;
	}
    #board .tab_menu li button {
        font-size: 12px;
    }
    #board .tab_menu li {
        width: 16%;
    }
	#board ul.tab_menu li {
		margin-right: 0;
	}
    #visual .main_visual {
        width: 100%;
    }
}
@media (max-width: 380px) {
	#gallery .gallery_info a::after {margin-top: 2px;}
}