@charset "utf-8";

/*
layout : PC
*/
.bx-controls * { display: inline-block; vertical-align: top; }
.bx-controls a { font-size: 0; text-indent: -999px; }
#container { overflow: hidden; }

/* visual */
#visual { position: relative; width: 100%; /*max-width: 1920px;*/ margin: 0 auto; background-color: #e4f6fb; overflow: hidden; }
#visual li{ position: absolute; top: 0; left: 50%; margin: 0 0 0 -1000px; text-align: center; }
#visual li img {margin: 0 auto; }
#visual .bx-controls { z-index: 56; position: absolute; top: 13px; right: calc(50% - 600px); box-sizing: border-box; text-align: center; }
#visual .bx-controls a { width: 7px; height: 23px; background: url("/images/kr/main/icon_visual_control.png") no-repeat 0px 0px; }
#visual .bx-controls-direction { position: absolute; top: 0; right: 0; display: block; text-align: right; }
#visual .bx-controls-direction a {position: absolute; left: 0; top: 0; display: block; }
#visual .bx-controls-direction .bx-next { right: 0; left: auto; background-position: -96px 0px; }
#visual .bx-pager { padding: 0 16px 0 37px; }
#visual .bx-pager a { width: 23px; height: 23px; background-position: -64px 0px; }
#visual .bx-pager .active { background-position: -37px 0px; }
#visual .bx-controls-auto { position: absolute; left: 20px; top: 0; }
#visual .bx-controls-auto .bx-start { background-position: -20px 0px; }
#visual .bx-controls-auto .bx-stop { background-position: -20px 0px; }
#visual .bx-controls-auto .active { display: none; }
#visual .txt { position: absolute; right: calc(50% - 600px); bottom: 50px; z-index: 51; }
#visual .txt h3 { font-family: 'Nanum Myeongjo'; font-size: 48px; color: #fff; text-align: right; line-height: normal; text-shadow: 0px 0px 5px rgba(0, 0, 0, .5); }
#visual .txt h3 strong { display: block; font-size: 60px; }

/* section1 */
.section1 { position: relative; background-color: #eee; z-index: 51; padding: 40px 0; }
.section1 .inner:after { content: ''; display: block; clear: both; }

/* chairperson */
#chairperson { width: 30.41%; height: 250px; float: left; background: rgba(26, 54, 111, .9) url("/images/kr/main/bg_chairperson.png") center bottom no-repeat; margin-right: 4%; }
#chairperson h3 { font-size: 24px; font-weight: 400; color: #fff; text-align: right; margin: 0; margin-bottom: 10px; }
#chairperson p { color: #fff; font-weight: 100; font-size: 16px; line-height: normal; word-break: keep-all; word-wrap: break-word; padding-left: 40%; text-align: right; }
#chairperson .more { width: 190px; height: 50px; line-height: 50px; position: absolute; right: -25px; bottom: 25px; text-align: center; background-color: #3cb163; color: #fff; }
#chairperson .more:after { content: url("/images/kr/main/icon_arrow.png"); margin-left: 10px; }
#chairperson .wrap { position: relative; width: 100%; height: 100%; background: url("/img/kr/main/img_chairperson.png") left -10px bottom no-repeat; box-sizing: border-box; padding: 30px; }
#chairperson .wrap img{position: absolute; right: 30px; bottom: 88px;}

/* popup */
#popup { position: relative; float: left; width: 31.66%; height: 250px; background-color: #fff; overflow: hidden; }
#popup .tit { width: 100%; line-height: 40px; padding: 0px 18px 0px 25px; z-index: 53; box-sizing: border-box; }
#popup .tit:after { content: ''; display: block; clear: both; }
#popup .tit h3 { float: left; font-weight: 100; font-size: 22px; color: #222; }
#popup .tit h3 span { font-weight: 400; }
#popup .tit .control { float: right; padding: 10px 0px 9px; }
#popup .tit .control a { font-size: 0; display: block; float: left; width: 21px; height: 21px; background: url("/images/kr/main/btn_p_control.png") 0px 0px no-repeat; }
#popup .tit .control a.stop { background-position: -21px 0px; } 
#popup .tit .control a.next { background-position: -42px 0px; }  
#popup ul li { text-align: center; }
#popup ul li a { display: block; }
#popup ul li img { height: 100%; }

/* agenda */
#agenda { position: relative; float: right; width: 31.66%; height: 250px; background-color: #a7844c; overflow: hidden; padding: 30px 40px; box-sizing: border-box; }
#agenda h3 { color: #fff; font-size: 24px; line-height: 20px; font-weight: 100; text-align: center; position: relative; }
#agenda h3 strong { font-weight: 400; }
#agenda h3:after { content: ''; display: block; width: 100%; height: 2px; background-color: rgba(255, 255, 255, .3); margin-top: 25px; }
#agenda .date { margin: 10px auto; width: 100%; }
#agenda .date:after { content: ''; display: block; clear: both; }
#agenda .date > * { float: left; }
#agenda .date .wrap { width: calc(100% - 40px); overflow: hidden; }
#agenda .date ul li { font-size: 25px; font-weight: 100; color: #fff; line-height: 50px; text-align: center; }
#agenda .date ul li > span { font-size: 25px; font-weight: 400; }
#agenda .date a { font-size: 0; width: 20px; height: 20px; background: url("/images/kr/main/btn_a_control.png") 0px 0px no-repeat; margin: 15px auto; }
#agenda .date a.next { background-position: -20px 0px; }
#agenda .list { background-color: #977236; padding: 25px 20px; position: relative; }
#agenda .list ul li { position: relative; color: #fff; padding-left: 10px; }
#agenda .list ul li:before { content: ''; width: 4px; height: 1px; background-color: #fff; position: absolute; left: 0; top: 12px; }
#agenda .list ul li a { color: #fff; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; }
#agenda .control a { width: 10px; height: 10px; font-size: 0; overflow: hidden; display: block; position: absolute; right: 10px; top: 20px; background: url("/images/kr/main/btn_a_control2.png") 0px 0px no-repeat; }
#agenda .control a#bt_a_next2 { top: auto; bottom: 20px; background-position: 0px -10px } 
#agenda .control .btn_stop{top:32px; background:url("/images/kr/main/ico_bullet.png") no-repeat -85px -240px;}
#agenda .control .btn_stop.on{background-position:-126px -239px;}

/* 게시판 */
#board { padding: 50px 0; }
#board:after { content: ''; display: block; clear: both; }
.board { position: relative; width: 49%; height: 263px; overflow: hidden; }
#boardL { float: left; }
#boardR { float: right; }
.board .list_area { position: relative; width: 100%; border: 1px solid #bebebe; box-sizing: border-box; }
.board .list_area:after { content: ''; display: block; clear: both; } 
.board ul .item { float: left; /*width: 33.33%;*/ }
.board ul .item:nth-child(5) img { vertical-align: baseline; }
.board ul .item h3 { height: 63px; text-align: center; position: relative; padding: 0 30px; } 
.board ul .item h3:after { content: ""; display: block; width: 1px; height: 21px; background-color: #bebebe; margin: 18px 0px; position: absolute; right: 0; top: 4px; }
.board ul .item:last-child h3:after { display: none; }
.board ul .item h3 a:active,
.board ul .item h3 a:focus,
.board ul .item h3 a:hover { text-decoration: none; }
.board ul .item h3 a { display: inline-block; font-size: 20px; font-weight: 100; color: #232323; box-sizing: border-box; padding: 21px 0px; position: relative; }
.board ul .item h3 a:after { display: block; content: ''; position: absolute; bottom: 0px; left: 50%; width: 0; height: 3px; margin: 0 auto; background: #3cb163; transition: 0.3s; }
#boardR ul .item h3 a:after { background: #6685b4; }
.board ul .item.on h3 a { font-size: 21px; font-weight: 400; }
.board ul .item h3 a:hover:after, 
.board ul .item h3 a:focus:after, 
.board ul .item.on h3 a:after { left: 0; width: 100%; }
.board ul .item .list { display: none; position: absolute; width: 100%; top: 65px; left: 0px; }
.board ul .item .list li { float: none; width: 100%; box-sizing: border-box; padding: 0 30px; line-height: 29px; }
.board ul .item .list li:first-child { margin-top: 20px; }
.board ul .item .list li:last-child { margin-bottom: 20px; }
.board ul .item .list li a { display: block; /*background: url("../../images/kr/main/bl_board.jpg") left center no-repeat;*/ padding-left: 11px; font-size: 17px; position: relative; }
.board ul .item .list li a:before { content: ''; display: block; width: 3px; height: 3px; background-color: #929292; position: absolute; left: 0; top: 15px; }
.board ul .item .list li a:after { content: ""; display: block; clear: both; }
.board ul .item .list li a span { display: block; }
.board ul .item .list li a span.tit { float: left; width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #4b4b4b; }
.board ul .item .list li a:hover .tit,
.board ul .item .list li a:active .tit,
.board ul .item .list li a:focus .tit { text-decoration: underline; }
.board ul .item .list li .new{display:inline-block; width:18px; height:18px; line-height:17px; margin:5px 0 0 -20px; font-size:13px; font-weight:400; text-transform:uppercase; text-align:center; color:#fff; border-radius:50%; background:#c8021e; vertical-align:top;}
.board ul .item .list li a span.date { float: right; width: 20%; text-align: right; font-size: 15px; color: #989898; }
.board ul .item .list li.fix { border-bottom: 1px dashed #d1d1d1; line-height: normal; margin-top: 0px; margin-bottom: 20px; }
.board ul .item .list li.fix a { background: url("../../images/kr/main/img_boardL.png") left center no-repeat; padding-left: 36px; padding-top: 20px; padding-bottom: 13px; background-size: auto 30px; }
.board ul .item .list li.fix a:before { display: none; }
#boardR ul .item .list li.fix a { background-image: url("../../images/kr/main/img_boardR.png"); padding-left: 46px; }
.board ul .item .list li.fix a span.tit .tit { display: inline-block; width: auto; max-width: 97%; padding:0 30px 0 0; font-size: 17px; font-weight: 400; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; color: #2c8048;}
#boardR ul .item .list li.fix a span.tit .tit { color: #4f668a; }
.board ul .item .list li.fix a span.tit .new{display:inline-block; width:18px; height:18px; line-height:17px; margin:5px 0 0 -20px; font-size:13px; font-weight:400; text-transform:uppercase; text-align:center; color:#fff; border-radius:50%; background:#c8021e; vertical-align:top;}
.board ul .item .list li.fix a span.tit .con { width: 100%; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.board ul .item .list li.fix a span.date { box-sizing: border-box; }
.board ul .item.on .list { display: block; }
.board ul .item .more { display: none; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 66px; height: 100%; }
.board ul .item .more a { display: block; position: relative; font-size: 0; width: 100%; height: 100%; margin: 0 auto; border-left: 1px solid #bebebe; }
.board ul .item .more a:before { content: ''; display: block; width: 2px; height: 18px; background-color: #a4a4a4; position: absolute; right: 32px; top: 22px; }
.board ul .item .more a:after { content: ''; display: block; width: 18px; height: 2px; background-color: #a4a4a4; position: absolute; right: 24px; top: 30px; }
.board ul .item.on .more { display: block; }


/* 현역의원 */
#member{max-width: 1200px;width: 100%;box-sizing: border-box;overflow: auto;background-color: #fff;margin: 0px auto;padding: 36px 0;}
#member .inner{position:relative; width: 100%;display: flex;align-items: center;justify-content: space-between; }
#member .control{box-sizing:border-box; border-radius:20px; overflow: hidden; margin: 4px 0 16px;}
#member .control a{float:left;width: 35px;height: 35px;font-size: 0;border-radius: 50%;background: rgba(0, 0, 0, 0.25) url(/images/kr/main/ico_ctrl.png) no-repeat 10px 8px;}
#member .control .btn_stop{margin: 0 6px;background-position: -87px 8px;}
#member .control .btn_stop.on{background-position: -168px 8px;}
#member .control .btn_next{background-position: -233px 8px;}
#member .pic{z-index:1; overflow:hidden; position:relative; width: fit-content;height:150px; border-radius:5%; text-align:center; background:#fff;}
#member .pic img{ width: 100%; height:100%;}
#member .boxinfo {display: flex;flex-direction: column;align-items: start;justify-content: space-between;background: #fff; border: 1px dashed #333; padding: 10px 16px;border-radius: 12px;width: 226px;}
#member .boxinfo .homepage{display: flex; align-items:center; gap: 16px;}
#member .boxinfo .homepage > a {display:flex; align-items: center; gap: 8px;}
#member .boxinfo .homepage > a > figure {background-color:gold;display: flex;align-items: center;justify-content: center;border-radius:50%;width: 28px;height: 28px;}
#member .boxinfo .homepage > a > figure > img{width: 18px;height: 18px;display:block;margin:0 auto;line-height:16px;}
#member .boxinfo .homepage > a:last-child >figure > img{width:16px; height:16px;}
#member .tit{position:relative;width: 100%;display: flex;gap: 20px;}
#member .tit .name{line-height: normal; box-sizing:border-box; border-radius:10px;font-size:22px;font-weight:900;color:#333;}
#member .dot li{position:relative; padding-left: 12px; margin-bottom: 4px; color: #333;}
#member .dot li:before{top:11px; background:#777; content: ''; display: block; position: absolute; left: 0; height: 3px; width: 3px;}
#member .dot li .colon{position:absolute; top:-1px; left:70px;}
#member .btn1{display:inline-block; padding: 4px 6px; background-color: #fff; border-radius: 5px; color: #333; text-decoration: none;}

#member .big_wrap{position:relative;width: 100%; max-width: 420px;box-sizing:border-box;color: #fff; align-items: center}
#member .big_wrap h4{font-size:36px;font-weight:100;color:#333;line-height: 36px;margin-bottom: 40px;text-shadow: 0 0 12px rgba(51,51,51,.25);}
#member .big_wrap h4 span{font-weight:900;}
#member .big_wrap.slick-initialized .list:not(:first-of-type){display:inline-block;} 

#member .slogan{text-align:center;padding: 25px 0 15px;}

#member .small_wrap{position:relative; width:100%; max-width:725px; box-sizing:border-box;}
#member .small_wrap *{vertical-align:top;}
#member .small_list:after{content:''; display:block; clear:both;}
#member .small_list .list{float:left;position:relative;margin:0 10px 10px 0;width: calc((100% - 100px) / 10);height: 90px;color:#fff;}
#member .small_list .list:nth-child(10n){margin-right:0;}
#member .small_list .list span{position:absolute; bottom:0; left:0; width:100%; height:25px; line-height:25px; text-align:center; font-size:14px; transition:0.3s linear; background:rgba(0,0,0,0.6);}
#member .small_list .list:before{z-index:1; content:''; opacity:0; position:absolute; top:0; left:0; width:0; height:100%; box-sizing:border-box; transition:0.3s linear;}
#member .small_list img{width:100%; height:100%;}
#member .small_list .list.active:before,
#member .small_list .list:hover:before{opacity:1; width:100%; border:3px solid #ff8675;}
#member .small_wrap .logo_mark{display:none; position:absolute; bottom:10px; right:0; width:95px; height:112px; box-sizing:border-box; padding:77px 0 0; background:#fff url(/images/common/ico_council.png) no-repeat top 15px center; font-size:14px; font-weight:900; text-align:center;}


/* quick */
#quick { background: url("/images/kr/main/bg_quick.jpg") center no-repeat; box-sizing: border-box; padding-top: 40px; position: relative; }
#quick:before,
#quick:after { content: ''; display: block; width: calc(50% - 960px); height: 100%; background-color: #1a366f; position: absolute; left: 0; top: 0; }
#quick:after { left: auto; right: 0; top: 0; }
#quick h3 { line-height: normal; padding: 10px 0px; color: #fff; font-size: 20px; font-weight: 100; position: relative; }
#quick h3:before { content: ''; display: block; width: 110px; height: 2px; background-color: #3caa65; position: absolute; left: 0; bottom: 0; }
#quick h3::after { content: ''; display: block; width: calc(100% - 110px); height: 2px; background-color: rgba(255, 255, 255, .15); position: absolute; left: 110px; bottom: 0; }
#quick h3 strong { font-weight: 400; }
#quick h3 span { margin-left: 10px; color: rgba(255, 255, 255, .75); font-size: 14px; }
#quick .list ul { margin-left: -44px; margin-right: -44px; box-sizing: border-box; padding: 40px 50px; }
#quick .list ul:after { content: ''; display: block; clear: both; }
#quick .list ul li { float: left; width: 20%; box-sizing: border-box; text-align: center; padding-left: 44px; padding-right: 44px; }
#quick .list ul li a { display: block; color: #fff; font-weight: 100; font-size: 16px; line-height: normal; padding-bottom: 45px; }
#quick .list ul li a:before { content: ''; display: block; width: 100%; height: 100%; max-width: 110px; max-height: 110px; margin: 0 auto; border: 2px solid rgba(255, 255, 255, .3); border-radius: 50%; background-position: center; background-repeat: no-repeat; margin-bottom: 10px; }
#quick .list ul li.item1 a:before { background-image: url("/images/kr/main/icon_quick1.png"); }
#quick .list ul li.item2 a:before { background-image: url("/images/kr/main/icon_quick2.png"); }
#quick .list ul li.item3 a:before { background-image: url("/images/kr/main/icon_quick3.png"); }
#quick .list ul li.item4 a:before { background-image: url("/images/kr/main/icon_quick4.png"); }
#quick .list ul li.item5 a:before { background-image: url("/images/kr/main/icon_quick5.png"); }
#quick .list ul li.item6 a:before { background-image: url("/images/kr/main/icon_quick6.png"); }
#quick .list ul li a:focus:before, 
#quick .list ul li a:hover:before { transform: rotateY(360deg); transition: 0.6s ease-out; }

/* gallery */
#gallery { background: #fff url("/images/kr/main/bg_gallery.png") center top no-repeat; box-sizing: border-box; padding: 40px 0; }
#gallery h3 { font-size: 22px; font-weight: 400; color: #333; text-align: center; line-height: normal; margin-bottom: 30px; }
#gallery h3 strong { font-weight: 700; color: #1a366f; }
#gallery h3 a { font-size: 0; display: inline-block; width: 15px; height: 22px; vertical-align: middle; position: relative; margin-left: 10px; }
#gallery h3 a:before { content: ''; display: block; width: 15px; height: 1px; background-color: #444; position: absolute; right: 0; top: 7px; }
#gallery h3 a:after { content: ''; display: block; width: 1px; height: 15px; background-color: #444; position: absolute; right: 7px; top: 0; }
#gallery .list ul { margin-left: -11.5px; margin-right: -11.5px; }
#gallery .list ul:after { content: ''; display: block; clear: both; }
#gallery .list ul li { float: left; width: 33.33%; box-sizing: border-box; padding-left: 11.5px; padding-right: 11.5px; }
#gallery .list ul li a { display: block; }
#gallery .list ul li a .img { background-color: #fff; text-align: center; height: 216px; overflow: hidden; }
#gallery .list ul li a .img img { width: 100%; height: 100%; }
#gallery .list ul li a .txt { background-color: #eee; box-sizing: border-box; padding: 30px 20px; }
#gallery .list ul li a .txt h4 { font-size: 16px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#gallery .list ul li a .txt .date { font-weight: 100; }

/* banner */
#banner { padding: 15px 0px 20px; border-top: 1px solid #ddd; }
#banner:after { content: ''; display: block; clear: both; }
#banner .inner{position: relative; overflow: hidden;}
#banner .inner:after{content: ''; clear: both; display: block;}
#banner .tit{position: absolute; top: 15px; left: 0;}
#banner .tit:after{content: ''; clear: both; display: block;}
#banner .tit h3{float: left; padding: 0 8px 0 0; font-size: 17px; font-weight: 500;}
#banner .tit .control{float: left;}
#banner .tit .control a{float: left; width: 25px; height: 25px; border-radius: 50%; font-size: 0; text-indent: -9999px; background: #aaa url("/images/kr/main/ico_bullet.png") no-repeat;}
#banner .tit .control a:nth-child(2),
#banner .tit .control a:nth-child(3){margin: 0 0 0 5px;}
#banner .tit .control a.btn_prev{background-position: 8px -232px;}
#banner .tit .control a.btn_stop{background-position: -77px -232px;}
#banner .tit .control a.btn_stop.on{background-position: -118px -232px;}
#banner .tit .control a.btn_next{background-position: -36px -232px;}

#banner a.btn { display: block; width: 50px; height: 49px; background: url("/images/kr/main/btn_banner.png") 0px 0px no-repeat; font-size: 0; padding: 0px; border: none; }
#banner a.prev { float: left; background-position: 0px 0px; }
#banner a.next { float: right; background-position: -50px 0px; }
#banner a:active { box-shadow: none; }
#banner .list { float: left; width: calc(100% - 175px); padding: 0 0 0 175px;}
#banner .list ul li { position: relative; width: 118px; }
#banner .list ul li > a { display: block; transition: 0.2s; border: 1px solid #e6e6e6; box-sizing: border-box; margin-top: 5px; }
#banner .list ul li > a img { width: 100%; }
#banner .list ul li > a:hover, 
#banner .list ul li > a:focus { margin-top: 0px; }

/* 1025px ~ 1200px */
@media all and (max-width: 1200px) {

	/* visual */
	#visual li{position: relative; left: auto; top: auto; margin: auto;}
	#visual .img .wrap { position: relative; padding-top: 33%; overflow: hidden; }
	#visual .img .wrap .centered { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); }
	#visual .img .wrap .centered img { position: absolute; top: 0; left: 0; width: auto; max-width: none; height: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
	#visual .bx-controls { right: 20px; }
	#visual .txt { right: 20px; }

	/* member */
	#member{width: 100%;}
	
	#member .inner{
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 10px;
        width: calc(100% - 20px);
	}
	
	#member .big_wrap h4{text-align: center;}
	
	#member .control{
		display: flex;
		align-items: center; justify-content: center;margin: 10px 0 10px;}

	#member .small_list .list{width: calc((100% - 100px) / 8);}
	
	#member .small_list .list:nth-child(8n) {margin-right: 0;}
	
	#member .small_list .list:nth-child(10n) {margin-right: 10px;}

	/* quick */
	#quick .list ul { margin-left: -22px; margin-right: -22px; }
	#quick .list ul li { padding-left: 22px; padding-right: 22px; }

}

@media all and (max-width: 1189px) and (min-width: 1025px) {
    #chairperson .wrap img{bottom: 70px;}
	#chairperson .more { bottom: 15px; }
}


/* 769px ~ 1024px */
@media all and (max-width: 1024px) {
	
	/* visual */
	#visual .bx-controls { right: 10px; top: 10px; }
	#visual .txt { display: none; bottom: 30px; }
	#visual .txt h3 { font-size: 28px; }
	#visual .txt h3 strong { font-size: 40px; }

	/* section1 */
	.section1 { height: auto; padding: 0; }
	.section1:after { content: ''; display: block; clear: both; }
	.section1 .inner { padding-left: 0; padding-top: 20px; padding-bottom: 20px; }

	/* chairperson */
	#chairperson { position: relative; float: none; width: 100%; background-size: 100% auto; }
	#chairperson .top,
	#chairperson .middle { margin-left: 200px; padding-left: 30px; }
	#chairperson .top p { width: 100%; }
	#chairperson .top p span { display: block; }
	#chairperson .middle p { width: 70%; }
	#chairperson .more { right: 0; }

	/* popup / agenda */
	#popup,
	#agenda { margin: 20px 0; width: 49%; }
	#agenda { margin-bottom: 0; }

	/* quick */
	#quick { padding-top: 30px; }
	#quick .list ul { margin-left: -10px; margin-right: -10px; padding: 40px 0px; }
	#quick .list ul li { padding-left: 10px; padding-right: 10px; }

	/* gallery */
	#gallery { padding: 30px 0; }
	#gallery h3 { margin-bottom: 20px; }
	#gallery .list ul li a .img { height: 130px; }

	/* board */
	#boardL,
	#boardR { float: none; }
	.board { width: 100%; }
	#board { padding: 20px 0; }
	#boardL { margin-bottom: 20px; }
	.board ul .item h3 a,
	.board ul .item.on h3 a { font-size: 19px;  }
	.board ul .item h3 { padding: 0 20px; }
	.board ul .item .list li { padding: 0 10px; }
	.board ul .item .list li a span.tit { float: left; width: 70%; }
	.board ul .item .list li a span.date { width: 30%; }

    /* banner */
    #banner .tit{position: relative; top: 0; left: 0;}
    #banner .list{width: 100%; padding: 8px 0 0;}
}


/* ~ 768px */
@media all and (max-width: 768px) {
	
	#visual .img .wrap { padding-top: 40%; }

	#visual .bx-controls { right: 5px; top: 2px; }
	#visual .txt { bottom: 10px; }
	#visual .txt h3 { letter-spacing: -2px; }
	#visual .txt h3 strong { display: inline; font-size: inherit; }

	/* chairperson */
	#chairperson .top,
	#chairperson .middle { margin-left: 0; padding-left: 30px; }
	/* #chairperson .wrap { padding-bottom: 240px; padding: 30px 20px; background-size: auto 90%; } */
	 #chairperson .wrap { padding-bottom: 240px; padding: 30px 20px; background-size: auto 105%; background-position: 0 bottom; }
    #chairperson .wrap img{right: 20px; bottom: 75px; padding: 0 0 5px 0;}
	#chairperson .more { bottom: 20px; }

	/* member */
	#member .big_wrap{max-width: 100%;}
	
	#member .big_wrap h4{margin-bottom: 60px;}
	
	#member .control{position: absolute;top: 2.5rem;left: 50%;transform: translateX(-50%);}
	
	#member .control a {width: 32px;height: 32px;background-position: 8px 7px;}

	#member .control .btn_stop.on{background-position: -169px 6px;}
	
	#member .control .btn_stop {margin: 0 3px; background-position: -88px 7px;}
	
	#member .control .btn_next {background-position: -233px 7px;}
	
	#member .small_wrap{margin-top: 36px;}
	
	#member .small_list .list {width: calc((100% - 70px) / 7);}
	
	#member .small_list .list:nth-child(8n){margin-right: 10px;}
	
	#member .boxinfo{width: calc(100% - 32px);flex-wrap: wrap; flex-direction: initial;}

	#member .tit .name{font-size: 20px;margin-right: 1rem;}

	#member .boxinfo{width: 65%;justify-content: start;	}

	#member .boxinfo .homepage{	width: 100%;flex-wrap: wrap; margin-top: 8px;}

	#member .boxinfo .homepage > a{width: calc(100% - 12px);}
    
	#member .small_list .list {width: calc((100% - 70px) / 6);}
	
	/* popup / agenda */
	#popup, 
	#agenda { float: none; width: 100%; height: auto; }
	#agenda { padding: 30px 40px 20px 40px; }
	#agenda .date ul li { line-height: normal; }
	#agenda .date ul li,
	#agenda .date ul li > span { font-size: 25px; }
	#popup ul li img { height: auto; }

	/* board */
	.board ul .item h3 { height: 54px; }
	.board ul .item h3 a,
	.board ul .item.on h3 a { font-size: 17px; padding: 16px 0px; }
	.board ul .item .list { top: 55px; }

	/* quick */
	#quick { height: auto; background-size: cover; padding-top: 15px; }
	#quick h3 { padding-left: 20px; }
	#quick h3 span { display: block; margin-left: 0px; }
	#quick .list ul { margin-left: -44px; margin-right: -44px; padding: 40px 20px 0px; }
	#quick .list ul li { width: 33.33%; padding-left: 44px; padding-right: 44px; margin-bottom: 20px; }

	/* gallery */
	#gallery .list ul { margin-left: -5px; margin-right: -5px; }
	#gallery .list ul li { padding-left: 5px; padding-right: 5px; }
	#gallery .list ul li a .txt { padding: 10px; }
	#gallery .list ul li a .txt .date { font-size: 14px; }

}
@media all and (max-width: 540px) {

	/* board 
	#board .list_area { height: 342px; margin-top: 30px; margin-bottom: 30px; }
	#board ul .item { width: auto; }
	#board ul .item .list { top: 32px; }
	#board ul .item .list li { float: none; width: 100%; }
	#board ul .item .list li a { border-right: none; padding: 5px 20px; }
	#board ul .item .list li a:before,
	#board ul .item .list li a:after { display: none; }
	#board ul .item .list li:first-child a { border-left: none; }*/
	
	/* gallery */
	#gallery { padding: 20px 0; }
	#gallery .list ul { overflow-x: scroll; overflow-y: hidden; white-space: nowrap; }
	#gallery .list ul li { float: none; display: inline-block; width: 194px; }
	#gallery .list ul li a .img { height: 105px; }

}
@media all and (max-width: 530px) {
	
	#chairperson { height: auto; }
	#chairperson .top,
	#chairperson .middle { margin-left: 0; padding-left: 30px; }
	/* #chairperson .wrap { padding-bottom: 0; padding: 20px 20px 85px 20px; background-size: auto 80%; } */
	#chairperson .wrap { padding-bottom: 0; padding: 20px 20px 85px 20px; background-size: auto 105%; background-position: 0 bottom; }
    #chairperson .wrap img{right: 20px; bottom: 40px;}
	#chairperson h3 { font-size: 22px; }
	#chairperson p { padding-left: 35%; }
	#chairperson .more { bottom: 0; height: 40px; line-height: 40px; }

	#agenda { padding: 20px 40px 20px 40px; }
	#agenda h3 { font-size: 20px; line-height: 20px; }
	#agenda h3:after { margin-top: 10px; }
	#agenda .date { margin: 0px auto; }
	#agenda .date a { margin: 10px auto; }
	#agenda .list { padding: 10px 20px; }
	#agenda .control a { top: 10px; }
	#agenda .control .btn_stop{top: 17px;}
	#agenda .control a#bt_a_next2 { bottom: 10px; }

}
@media all and (max-width: 479px) {
	
	/* chairperson */
	#chairperson .more { width: 170px; }
	
	/* member */
	#member .tit{flex-wrap: wrap;}

	#member .big_wrap h4{font-size: 28px; margin-bottom: 36px;}
	
	#member .control{
		position: absolute;
    	top: 11.5rem; left: 78%;
        transform: translateX(-50%);
	}
	
	#member .tit .name{width: 100%;}

	#member .tit .dot{min-height: 105px;}

	#member .boxinfo {width: calc(100% - 32px);}
	
	#member .small_wrap {margin-top: 16px;}
    
	#member .small_list .list {width: calc((100% - 40px) / 4);}

	/* quick */
	#quick .list ul { margin-left: -10px; margin-right: -10px; }
	#quick .list ul li { padding-left: 10px; padding-right: 10px; }
	#quick .list ul li a { font-size: 15px; letter-spacing: -1px; }
	#quick .list ul li a:before { background-size: 60% auto; }

}
@media all and (max-width: 360px) {
	#visual .txt h3 { font-size: 24px; }

}
@media all and (max-width: 342px) {
	#chairperson h3 { margin-bottom: 5px; }
}