@charset "utf-8";

:root {
    --default_color:#2a5bb7;
    --pink:#c0175d;
    --black:#1b1d26;
    --yellow:#f9da5c;
    --default_font:'Pretendard GOV';
    --jalnan_font:'jalnan';
    --Gradation:linear-gradient(90deg, #ece7f7, #e6efff);
    --deep_Gradation:linear-gradient(90deg, #4b6ed2, #755ccd);
    --Gradation2:linear-gradient(90deg, #f5f3f8, #f4f7fc);
    --Gradation3:linear-gradient(90deg, #dbd2ea, #d3e1f9);
    --Gradation4:linear-gradient(90deg, #e3f4fa, #e9f9fa, #ebfbf5);
    --bg_gray:#f5f3f8;
    --border_color:#d8dfe5;
    --bor_radius:25px;
    --scdream_font:"scdream";
    --Paperlogy_font:"Paperlogy";
    --gray:#6c6c6c;
    --sky:#eef5ff;
    --green:#08939b;
}

/* 슬라이드 버튼 */
.slickwrap{position:relative;}
.slick-track {}
.slick-slide {}
.slick-slide img {display: inline-block !important;}
.slickwrap .slider {}
.slickwrap .slider .item{vertical-align:top;}
.nav {position:absolute;  z-index: 2; left:0; right:0; top:0; right: 0; display: flex; justify-content: space-between; align-items: center;  }
.nav button {  overflow:hidden; border:0; color:transparent !important; white-space:nowrap; vertical-align:top; z-index: 2; width:40px; height:40px; line-height:40px; border: 1px solid rgba(0, 0, 0, 0.1); transition: all 0.6s; border-radius: 50%;  background-color: #65687d; }
.nav .count {font-size: 110%; font-weight: 500; text-align: center; color: #000;  }
.nav .count em{ font-weight: 600; color:var(--default_color)}
.nav button span{position: absolute; left:-9999999999px}
.nav button.active {display: block;}
.nav > * {margin-right:0px}
.prev {left:1px; position: absolute; }
.next {right:1px; position: absolute; }
.prev:before, .next:before, .play:before, .pause:before {  font-size:14px; color:rgba(255,255,255,0.8);font-family: 'FontAwesomeS';text-align:center;   line-height:40px; display: block; transition: all 0.6s; }
.prev:before {content:'\f053';}
.next:before  {content:'\f054';}
.play:before {content:'\f0da'; font-size: 18px; padding-left: 2px; }
.pause:before  {content:'\f52c'; transform: rotate(90deg);font-size:15px; }
.nav button:hover,
.nav button:focus{background-color: #444657;}
.nav button:hover::before,
.nav button:focus::before{color: #fff; }
.nav .ctrl_area {display: inline-flex;}
.nav .ctrl_area > .active {} 
.nav .ctrl_area > .active::before {}  
.nav_more {display: inline-block; background-color: #fff;white-space: nowrap; border-radius: 30px;  line-height:40px; padding:0 15px; font-size: 15px; color: #555; font-family: var(--Paperlogy_font); font-weight: 500; transition: all 0.3s; border: 1px solid rgba(0, 0, 0, 0.1);}
.nav_more:hover {border: 1px solid rgba(0, 0, 0, 0.3); }
.nav_more span{position: absolute; left: -9999999px;}

v_gallery {/* display: block; */position: relative;top: 0;z-index: 10;}
.nav_gallery a {display: block;width: 100px;justify-self: right;text-align: center;line-height: 33px;margin-bottom: 7px;}

@media only screen and (max-width:1100px){

  .nav .count {}
  .nav button, .lawmaker_slider .nav button {width:30px; height: 30px; line-height: 30px;}
  .prev:before, .next:before, .play:before, .pause:before { font-size:15px; line-height: 30px;}
  .play:before {padding-left: 2px; font-size: 15px;}
.nav_more { line-height:30px; padding:0 15px; font-size: 14px; }
}


/* 공통타이틀 */
.slide_show {display: none;}
.main_content {font-size: 16px;}

/* 공통타이틀 */
.m_tit {position: relative; padding: 0 10px; margin-bottom: 10px;}
.m_tit h3{font-family: var(--Paperlogy_font); font-weight: 700; font-size: 180%; color: #292929; line-height: 50px; word-break: keep-all;}
.m_tit h3 img {height: 45px; vertical-align: middle;}
.m_tit h3 span{ font-weight: 700; color: var(--green); font-family: var(--Paperlogy_font);}
.m_tit p{ position: relative;color: #6e6e72; word-break: keep-all;  display: block; font-weight: 500; padding-top: 10px;   font-size: 90%;}

.m_tit.tac {font-size: 110%; margin-bottom: 20px; display: block; margin: 0 auto;}
.m_tit.tac h3 { display: inline-block; margin-bottom: 25px; }
.m_tit.tac h3, .m_tit.tac p{text-align: center;}
.m_tit.tac p{ }

.slide_show {display: none;}
.prev:before, .next:before, .play:before, .pause:before {  }

.m_content {position: relative; padding: 70px 0; }
.m_content + .m_content {position: relative; padding: 70px 0; }
.m_content:first-child {padding-top:30px;}

.flex_area {display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px;}
.flex_area .main_left {flex: 0 1 calc(100% - 520px); width: calc(100% - 520px);}
.flex_area .main_right {flex: 0 1 480px;}

@media only screen and (max-width:1200px){
.m_content { padding: 40px 0; }
.m_content + .m_content {position: relative; padding: 40px 0; }
.flex_area {margin-bottom: 20px;}
.flex_area .main_left, .flex_area .main_right {flex: 0 1 100%; width: 100%; }
}
@media only screen and (max-width:850px){
.m_tit, .m_tit.tac {font-size: 90%;}
.m_tit h3, .m_tit.tac h3 {line-height: 30px; font-size: 150%;}
.m_content:first-child {padding-top:10px;}

}

.m_bg01 {background-color: #eaf2f4;}


/* 실시간 의회소식 */
.real_news {display: flex;  width: calc(100% - 0px); height: 65px;  align-items: center; border-radius: 17px;  justify-content:space-between; overflow: hidden; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15);}
.real_news dt{position: relative; font-weight: 600; flex:0 1 220px; width: 220px; text-align: center; height: 100%; display: flex; align-items: center; justify-content: center; color:#fff;  word-break: keep-all; text-align: right;}
.real_news dt::before {content: '';position: absolute;left: -17px;width: 150px;top: 0;bottom: 0;transform: skewX(-15deg);background:var(--default_color);}
.real_news dt strong{position: relative; font-weight: 600; padding: 0 30px 0 10px; white-space: nowrap; font-family: var(--Paperlogy_font); flex: 1; }
.real_news dt em {color: var(--default_color); white-space: nowrap; flex: 0 1 70px; font-family: var(--Paperlogy_font); font-weight: 700; font-size: 100%; }
.real_news dd{ position: relative; flex:1; display: block;overflow: hidden;  padding-right: 180px;}
.real_news dd.no_data {display: flex;align-items: center;line-height: 40px;}
.real_news dd.no_data > span {flex: 1; font-weight: 400; color: #65687d; font-size: 95%;}
.news_slider .slick-track {display:block;}
.news_slider .slider a{display: flex;  line-height: 62px; padding: 0 20px;   width: 100%; font-size: 100%;}
.news_slider .slider a em{flex:1;font-weight: 500;display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-family: var(--Paperlogy_font); color: #3b3d47; }

.news_slider .nav { bottom:auto;  left: auto; top:50%; transform: translateY(-50%);  right: 8px;   width: 180px; line-height: 40px; flex-wrap: nowrap; justify-content: flex-end;}
.news_slider .nav button {position: relative; background-color:transparent; width: 25px; height: 25px; line-height: 25px; box-shadow: none; border: none;}
.news_slider .nav button:before{ color:#000; line-height: 25px; }
.news_slider .nav .count { width: 40px; font-size:80%; white-space: nowrap; }
.news_slider .nav .count em {color: var(--default_color);  line-height: 33px;}
.news_slider .nav .nav_more {background-color: #eef1f4; border: none; font-weight: 500;  padding: 0 10px; color: #31333d; line-height: 30px; font-size: 80%;}

@media only screen and (max-width:1400px){
  .real_news {margin-bottom: 20px;}
.real_news {font-size: 90%;}
.real_news dt{flex:0 1 250px; text-align: center;}
.real_news dt::before {left: -10px; width: 170px; }

}

@media only screen and (max-width:800px) {
.nav_gallery a { justify-self: center;}
.real_news {display: block; height: auto;}
.real_news dt{flex:0 1 100%; width: 100%; padding: 12px 20px; height: auto;  background:#4685db; text-align: left;}
.real_news dt strong{color: #fee880;}

.real_news dt em {color: #fff;}
.real_news dt::before {left: -10px; width: 170px; }
.real_news dd { padding-right: 0px; padding-bottom: 40px; }
.real_news dd::after {content: ''; position: absolute; left: 0; right: 0; bottom: 40px; height: 1px; background-color: rgba(0, 0, 0, 0.1);}
.news_slider .slider a{ line-height: 50px; }
.news_slider .nav {right: 50%;top:auto;transform: translateY(0) translateX(50%);bottom: 0px;justify-content: center;}
.news_slider .nav .nav_more {line-height: 32px;}
}

.sch_goto {display: flex; height: 65px;  align-items: center; border-radius: 17px;  justify-content:space-between;  background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15); overflow: hidden;}
.sch_goto a{ position: relative; display: inline-flex; align-items: center; flex: 1; justify-content: center; font-size: 110%; color:#5a617c; transition: all 0.3s; line-height: 65px;}
.sch_goto a i{ color: #47508c; margin-right: 10px; font-size: 120%;}
.sch_goto a span { display: block; font-family: var(--Paperlogy_font); font-weight: 600;}
.sch_goto a + a::before {content: ''; position: absolute; left: 0px; top: 20px; bottom: 20px; width: 2px; background-color: rgba(0, 0, 0, 0.15);}
.sch_goto a:hover {background-color: rgba(0, 0, 0, 0.05);}

@media only screen and (max-width:800px) {
  .sch_goto { height: 50px; }
.sch_goto a{  font-size: 100%;  line-height: 50px;}

}
/* 팝업존 */
.popup_slider { }
.popup_slider .nav { bottom:15px;  right: 15px; left: auto; top: auto;  padding: 0px 0px; border-radius: 40px; gap: 4px;  justify-content: center;}
.popup_slider .nav button { position: relative; background-color: rgba(0, 0, 0, 0.7); border: none; line-height: 35px; width: 35px; height: 35px; border-radius: 7px; gap: 0px;}
.popup_slider .nav button:before{  border: none; line-height: 35px;}
.popup_slider .nav .count {display: inline-flex; align-items: center; gap: 5px; padding: 0 13px; border-radius: 7px; background-color: rgba(0, 0, 0, 0.7); color: #fff; line-height: 35px; height: 35px; font-size: 15px; font-weight: 300;}
.popup_slider .nav .count em{ color: #9ec6ff; font-weight: 700; font-size: 110%;}
.popup_slider .slick-list  {border-radius: 20px; overflow: hidden;}
.popup_slider .slider .slick-slide {position: relative; }
.popup_slider .slider .slick-slide .cell{position: relative; padding-bottom: 48%;}
.popup_slider .slider .slick-slide img {border-radius: 20px;  position: absolute; object-fit: cover;
    height: 100%;  left: 0;   right: 100%;   width: 100%;}
.popup_slider .slider .slick-slide .cell{display: block; background-color: #e9f9fa;}
.popup_slider .slider .slick-slide .cell:focus {border: 2px solid #000;}

@media only screen and (max-width:800px){
  .popup_slider .nav { bottom:5px;  right: 5px;}
.popup_slider .nav button { line-height: 25px; width: 25px; height: 25px; }
.popup_slider .nav button:before{  border: none; line-height: 25px; font-size: 10px;}
.popup_slider .nav .count { padding: 0 13px; line-height: 25px; height: 25px; font-size: 13px; }

}

/* 의장님 */
.m_chairman { position: relative; height: 100%; border-radius: 20px; background-color: #fff; overflow: hidden;  background-color: #414b91;}
.m_chairman .m_chairman_img{ z-index: 4; position:absolute; right: -10px; bottom: 0px; height: calc(100% - 30px); width: auto;  text-align: right;}
.m_chairman .m_chairman_img img {height: 100%;}
.m_chairman .chairmam_txt{position: absolute;left:30px; right: 0; top: 40px;  z-index: 10;   }
.m_chairman .chairmam_txt > strong{ color: #fff; font-weight: 600; padding: 10px 0 10px 10px; display: block; font-family: var(--Paperlogy_font); }
.m_chairman .chairmam_txt > strong > em{ display: block;  font-size: 150%; font-family: var(--Paperlogy_font);  padding: 5px 0; margin-bottom: 20px; line-height: 120%;}
.m_chairman .chairmam_txt > strong > em > i {color: #fee880; font-size: 120%;}
.m_chairman .chairmam_txt > strong > span{  display: block;   font-size: 140%; font-weight: 400;  font-family: var(--Paperlogy_font); padding: 10px 0 20px 0; line-height: 160%;}
.m_chairman .chairmam_txt > strong > span i {font-size: 110%; color: #fee880;}
.m_chairman .chairmam_txt > strong > span > em {font-size: 160%; font-weight: 600; }
.m_chairman .chair_btn {}
.m_chairman .chair_btn > a {display: inline-flex;line-height: 50px;color: #fff;font-weight:500;margin: 3px 0;font-family: var(--Paperlogy_font);transition: all 0.3s;text-align: center;  border-radius:10px; border: 1px solid rgba(255, 255, 255, 0.3);  padding: 0 50px;}
.m_chairman .chair_btn > a > i{ padding-left: 15px;}
.m_chairman .chair_btn > a:hover {border-color: rgba(255, 255, 255, 0.7); background-color: #232b64;}

@media only screen and (max-width:1200px){
  .m_chairman {  height: 320px; margin-top: 25px;}
.m_chairman .chairmam_txt{top: 20px;font-size: 90%; }
.m_chairman .chair_btn > a {line-height: 40px;}
.m_chairman .m_chairman_img{right: 0px;}

}
@media only screen and (max-width:450px){
.m_chairman .chairmam_txt{left:10px; top: 20px; font-size: 80%; }
  .m_chairman {  height: 280px; }
.m_chairman .m_chairman_img{right: -20px;}
}



/* 아이콘 바로가기 */
.main_goto { display: block;  position: relative;  width: 100%; margin-top: 7%;}
.main_goto ul {display:flex; justify-content:space-between; width: 100%; flex-wrap: wrap; gap:15px;}
.main_goto ul li {flex:1; position: relative; }
.main_goto ul li a {display: block; padding: 10px 15px 20px 15px; transition: all 0.3s; text-align: center; background-color: #fff; border-radius: 20px; border: 2px solid rgba(0, 0, 0, 0.1);}
.main_goto ul li a span{display: flex; font-weight: 500; height: 30px;  align-items: center; justify-content: center;  font-family: 'Paperlogy'; letter-spacing: -0.05em;}
.main_goto ul li a img {transition: all 0.3s;/* border-radius: 50%; */padding: 10px;}
.main_goto ul li:last-child a strong span {color: #089089;}
.main_goto ul li a:hover{ border-color: #a4d7ef; box-shadow: 0 0 10px rgba(13, 76, 158, 0.3);}
.main_goto ul li a:hover img {animation: icon_motion 1.2s cubic-bezier(0.36,0.07,0.19,0.97) both; 
}

@-webkit-keyframes icon_motion {
  0% { transform:rotateY(0deg); }
  100% { transform: rotateY(360deg);  }
}


@media only screen and (max-width:1100px){
.main_goto { margin-top: 40px; }
.main_goto ul { gap:0px;}
.main_goto ul li {flex:0 1 calc(25% - 10px); margin-bottom: 15px; }

}


@media only screen and (max-width:600px){
  .main_goto ul li {flex:0 1 calc(50% - 10px); }

}






/* 최근게시물 탭박스 영역 */
.news_area {}
.bbs_tab { position: relative;  min-height: 400px; }
/*
.bbs_tab:before {content: ''; position: absolute; background-color:rgba(0,0,0,0.1); height:1px; top:67px; left:0; right:0;}
*/
.bbs_tab > ul { display: flex; }
.bbs_tab > ul > li {}
.bbs_tab > ul > li:first-child .m_tab {margin-left: 5px;}

.bbs_tab > ul > li > .m_tab{ position: relative; line-height:45px; height:45px;  padding:0 30px;color:#555; display:flex; text-align: center; font-size: 130%; border-radius:50px; margin-right: 6px; transition: all 0.3s; background-color: #fff; }
.bbs_tab > ul > li > .m_tab h4 {position: relative;  font-weight:500;  }
.bbs_tab > ul > li > .m_tab h4 span {position: relative;z-index: 8; font-family: var(--Paperlogy_font); }
.bbs_tab > ul > li.active{display: block;}
.bbs_tab > ul > li.active > .m_tab{ color:#fff;  position: relative; z-index: 9;  font-weight: 600; background-color: var(--green);}
.bbs_tab > ul > li .m_tab i{font-size:130%; margin-right:5px}

.bbs_tab > ul > li .view { position: absolute; top: 55px; left:0; right:0;visibility: hidden;  opacity: 0; transition: all 0.3s;  border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 20px; padding: 23px 25px 17px 25px; background-color:#fff;}
.bbs_tab > ul > li.active .view { display:block; visibility: visible; opacity: 1; }
.bbs_tab > ul > li.active .view ul { display:block; margin-top: 0;}

.bbs_tab > ul > li .view ul { display:block;  margin-top: 0px; transition: all 0.3s;}
.bbs_tab > ul > li .view .big { padding: 8px 15px; background-color: #ebeff0; border-radius: 20px;margin-bottom: 11px; }
.bbs_tab > ul > li .view .big a{display:block; overflow:hidden;}
.bbs_tab > ul > li .view .big .file {display:none}
.bbs_tab > ul > li .view .big span{ float: left; width:90px; height: 90px; padding:10px 0px; text-align: center; font-weight:600; color:#464856;  margin:5px 20px 5px 0px; border-radius: 50%;  background-color: #fff; text-align: center; display: flex; align-content: center; flex-wrap: wrap; justify-content: center; font-family: 'Paperlogy'; font-size: 14px;  border: 1px solid rgba(0, 0, 0, 0.1);}
.bbs_tab > ul > li .view .big span i{display: block;  font-weight: 900; font-size: 200%; color:var(--green); display: block; width: 100%;}
.bbs_tab > ul > li .view .big div {overflow: hidden;}
.bbs_tab > ul > li .view .big div strong{display:block; font-weight: 600; line-height:35px;font-size: 130%;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color:#111; letter-spacing: 0em; padding-top: 5px; font-family: 'Paperlogy';}
.bbs_tab > ul > li .view .big div p{font-size: 85%; color:rgba(0,0,0,0.6); line-height: 20px; text-overflow: ellipsis; overflow: hidden; display:block; height: 43px; margin-top:5px; ; font-weight: 400; letter-spacing: -0.05em;}
.bbs_tab > ul > li .view li {position: relative; width: 100%; transition: all 0.3s;}
.bbs_tab > ul > li .view li.title {}
.bbs_tab > ul > li .view li.title::before{content:''; position:absolute; left:2px; top:19px; border-radius: 50%; width:4px; height:4px; background-color: #cacaca;}
.bbs_tab > ul > li .view li.title > a{display:block; padding-left:15px; width:calc(100% - 80px);  line-height: 41px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;   font-size: 110%; color: #555; font-weight: 400;}
.bbs_tab > ul > li .view li.title > .date{ position: absolute; right:5px; z-index: 3; top:7px; color: #777; font-family: var(--noto_font); font-weight: 300; }
.bbs_tab > ul > li .view li.title > a:hover {color:#000;}
.bbs_tab .more { position: absolute; right:0; top:-55px; display: block;  height:35px; line-height:35px;  border-radius: 10px; padding: 0 10px; margin: 0 auto; text-align: center; background-color: #fff;  font-weight: 500;transition: all 0.3s;  margin: 0 7px; color: #5c6677;}
.bbs_tab .more > span {position: absolute; right:999999999999999px}
.bbs_tab .more:hover {color:#fff; background-color: #2c3446; border-color: #2c3446;}
.bbs_tab .more:hover::after {color:#fff;}
.bbs_tab .more::after {content: '\e914'; font-family: 'xeicon'; font-weight: 600; color: #2c3446;}


@media only screen and (max-width:1200px) {
.main_news {padding-top: 6%;}
.bbs_tab { min-height: 350px; }
}
@media only screen and (max-width:1000px) {

.bbs_tab > ul > li .view { border-radius: 10px; padding: 13px 15px 7px 15px;}
}


@media only screen and (max-width:750px) {
.bbs_tab {   min-height: 360px;}

.bbs_tab > ul > li > .m_tab{  line-height:30px; height:30px;  padding:0 15px; font-size: 110%; }
.bbs_tab > ul > li .view { top: 40px; }
.bbs_tab > ul > li .view .big span{ width:60px; height: 70px; padding:7px 0px;  margin:5px 10px 5px 0px; border-radius: 20px; font-size: 80%;}
.bbs_tab > ul > li .view .big div strong{ line-height:20px;font-size: 110%;padding-top: 6px;}
.bbs_tab > ul > li .view .big {border-radius: 10px 10px 10px 10px;}
.bbs_tab > ul > li .view li.title > a{font-size: 100%; }

.bbs_tab .more { top:-40px; }

}
@media only screen and (max-width:450px) {
.bbs_tab > ul > li > .m_tab {  font-size: 15px;}
.bbs_tab > ul > li.active > .m_tab{  }

}




.m_lawmaker {display: block; }
.m_lawmaker_list {display: flex; gap: 13px; flex-wrap: wrap;}
.m_lawmaker_list .cell {display: block;  flex: 1;}
.m_lawmaker_list .cell .photo{display: block; background-color: #fff; border-radius: 15px; overflow: hidden;  border: 2px solid rgba(0, 0, 0, 0.1); transition: all 0.3s;}
.m_lawmaker_list .cell .photo img{width: 100%; }
.m_lawmaker_list .cell strong{position: relative;margin-top: -10px;display: block;border-radius: 15px;background-color:#65687d;color: #fff;text-align: center;line-height: 17px;transition: all 0.3s; padding: 15px 0; font-size: 110%;  font-family: var(--Paperlogy_font); font-weight: 500;}
.m_lawmaker_list .cell strong span {font-size: 80%;padding-left: 5px;}
.m_lawmaker_list .cell:hover .photo { box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);}
.m_lawmaker_list .cell:hover strong { background-color:#5a617c; }

.m_lawmaker_list .cell:hover .photo{border-color: var(--green);  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);}
.m_lawmaker_list .cell:hover strong{ background-color: var(--green);margin-top: -10px;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}

@media only screen and (max-width:1100px) {
  .m_lawmaker_list { gap: 0px; justify-content: space-between;}
.m_lawmaker_list .cell { flex:0 1 calc(25% - 10px); margin-bottom: 10px;}

}
@media only screen and (max-width:600px) {
.m_lawmaker {display: block; margin-top: 50px;}
.m_lawmaker_list .cell { flex:0 1 calc(50% - 10px);}

}


/* 회의록 검색 */
.m_assem_search {width: 100%;   font-family: var(--Paperlogy_font); }
.m_assem_search .m_search_box {margin: 0px; }
.council_searchbox {display: block; padding: 15px 15px 15px 0px; background-color: #fff;  border-radius: 50px;  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);}
.council_searchbox form {display: flex; align-items: center;}
.council_searchbox form label{width: 100px; display: inline-block; font-weight: 700; text-align: center; color: #444; font-size: inherit; font-family: 'Paperlogy'; padding-left: 7px; }
.council_searchbox form .searchform{ flex: 1; display: inline-flex;   border-radius: 40px; overflow: hidden; width: 100%;  background-color: #ebeff0; font-family: 'Paperlogy';}
.council_searchbox form .searchform input, .council_search form .searchform button{height:55px; line-height: 45px; padding:0 10px; border: none; background-color: #ebeff0;}
.council_searchbox form .searchform input { border: none; padding: 0 25px; font-weight: 400; width: 100%; text-align:center;}
.council_searchbox form .searchform button{ min-width: 55px; text-align: center; float:right; font-size: 100%; color: #fff;  border-radius: 50%; background-color: #e2520c;}

.m_search_box > .search_con > ul {display: flex; padding:20px 10px 20px 25px; flex-wrap: wrap; }
.m_search_box > .search_con > ul li { width:50%; padding:3px 5px}
.m_search_box > .search_con > ul li a{display: flex; white-space: nowrap; line-height: 33px; font-weight: 500; font-size: 100%; color:#333; transition: all 0.4s; border-radius: 50px; text-align: center; word-break: keep-all;  }
.m_search_box > .search_con > ul li a > i { font-size: 105%; border-radius: 50%; text-align: center; transition: all 0.3s; color: #5a5f69; display: inline-flex; margin-right: 15px; width: 30px; height: 30px; background-color: #fff; justify-content: center; align-items: center;}
.m_search_box > .search_con > ul li a > span { letter-spacing: -0.0em; font-family: 'Paperlogy';}
.m_search_box > .search_con > ul li a:hover > span {color: #000; }
.m_search_box > .search_con > ul li a:hover > i {color: #000; }

/* 회의록 아래 아이콘 바로가기 */
.m_goto {margin-top: 10px; width: 100%;  }
.m_goto a {display: flex; align-items: center;  border-radius: 15px;  padding: 20px 15px; transition: all 0.3s;  background: linear-gradient(45deg, #1b968c, #117971);  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
.m_goto a strong{display: block; font-weight: 600; font-size: 150%; font-family: 'Paperlogy';color: #fff; word-break: keep-all;}
.m_goto a img {  margin: 0 30px; padding:0px;}
.m_goto a:hover { box-shadow: 0 0 10px rgba(5, 83, 51, 0.7);}
@media only screen and (max-width:600px) {
.m_goto a strong{font-size: 110%; }
.m_goto a img { width: 50px; margin: 0 20px;}

}







/* 포토갤러리 영역 */
.m_gallery {position: relative;   overflow: hidden;}
.m_gallery .m_tit {z-index: 3;}
.m_gallery .m_tit h3 span{color: var(--default_color);}
.m_gallery div[class^=col-] {padding-right: 8px;  padding-left: 8px;}
.m_gallery .cell {display: block; margin: 5px 0; transition: all 0.3s;}
.m_gallery .cell .item {display: block;  border-radius: 15px; overflow: hidden; padding: 10px; transition: all 0.3s;  background-color: #fff; border: 2px solid rgba(0, 0, 0, 0.1); }

.m_gallery .cell .item img {width: 100%; border-radius: 15px;}
.m_gallery .cell .item .txt {display: block; padding:20px 20px; }
.m_gallery .cell .item  strong{ line-height: 30px;   display: block;  font-weight: 600; font-size: 120%;  font-family: var(--scdream_font); font-family: 'Paperlogy'; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;  text-align: center;}
.m_gallery .cell .item  span { display: block; font-size: 115%;  color:rgba(0,0,0,0.5); font-weight: 400; text-align: center;}
.m_gallery .cell .item:hover , .m_gallery .cell .item:focus {border-color: var(--default_color); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);}

@media only screen and (max-width:1100px){
.m_gallery .m_tit p {margin-bottom: 10px;}
.m_gallery .m_tit h3 {line-height: 40px;}
}

@media only screen and (max-width:1000px){
.m_gallery .m_tit h3 {line-height: 30px;}
.m_gallery .cell .item { padding: 0px;border-radius: 8px;  }
.m_gallery .cell .item .txt {display: block; padding:10px 5px; }
.m_gallery .cell .item  strong{ line-height: 20px;  font-size: 90%; }
.m_gallery .cell .item  span {  font-size: 90%; }
.m_gallery .cell .item img {border-radius: 0px;}

}










/* 배너모음 */
.m_banner {background-color: #eff1f5; padding: 70px 0;}
.m_banner .m_tit{margin-bottom: 5px;}
.m_banner .m_tit h3 { line-height: 60px;}

.banner_slider .nav {bottom:auto; top:-54px; left:130px; right:auto; gap: 5px;}
.banner_slider .nav button { box-shadow: none; position: relative;}
.banner_slider .slider a{border: 1px solid #ddd; display: inline-block; margin: 2px;}
.banner_slider > div {text-align: center;}
.banner_slider .slider {margin:0 0px}


@media only screen and (max-width:1200px){
 .m_banner { padding:30px 0 40px 0px !important;}
}
@media only screen and (max-width:1100px){
  .banner_slider .nav { top:-50px; left:110px;}
}


@media only screen and (max-width:1600px){

}
