@charset "UTF-8";

#visual { width: 192rem; max-width: calc(100% - 2rem); margin-left: auto !important; margin-right: auto !important; overflow: hidden; position: relative; z-index: 0; max-width: 100%; /* max-height: 64rem; */ text-align: center; }

/* #visual .title { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 8rem; line-height: 1.175; z-index: 100; width: 70rem; max-width: 90%; margin-top: -5rem; font-weight: 800; color: #fff; text-align: center; opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); -webkit-transition: all 0.5s; transition: all 0.5s; } */

#visual .bx-wrapper { position: static; background-color: #000; }

#visual .bx-controls { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 100; width: 14rem; margin-top: 10rem; }

#visual .bx-controls a { height: 4rem; border: 1px solid #fff; line-height: 3.8rem; font-size: 1.8rem; overflow: hidden; position: static; width: 4rem; margin: 0; border-radius: 100%; background: none; color: #fff; text-align: center; }

#visual .bx-controls a::before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; text-indent: 0;}

#visual .bx-controls a.bx-prev::before { content: ''; }

#visual .bx-controls a.bx-next::before { content: ''; }

#visual .bx-controls a.bx-stop::before { content: ''; }

#visual .bx-controls a.bx-start::before { content: ''; }

#visual .bx-controls .bx-prev { float: left; }

#visual .bx-controls .bx-next { float: right; }
#visual .bx-controls .bx-controls-auto-item { vertical-align: top; }

#visual .bx-controls .bx-controls-auto-item a { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

#visual .bx-controls .bx-controls-auto-item a.active { display: none; }

#visual .list li { overflow: hidden; background: none; text-align: center; /*opacity: 0.8;*/}

#visual .list img { width: 100%; opacity: 0; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }

#visual .list .active img { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 1; -webkit-transition: opacity 0.5s, -webkit-transform 20s; transition: opacity 0.5s, -webkit-transform 20s; transition: transform 20s, opacity 0.5s; transition: transform 20s, opacity 0.5s, -webkit-transform 20s; }

/* #visual.active .title { opacity: 1; -webkit-filter: blur(0); filter: blur(0); -webkit-transition: all 1s 0.5s; transition: all 1s 0.5s; } */

#contents { width: 150rem; max-width: calc(100% - 4rem); margin-left: auto !important; margin-right: auto !important; }

#contents .more { font-size: 1.5rem; position: absolute; right: 2rem; top: 0; font-weight: 500; line-height: 5.5rem; }

#contents .more::after { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transition: all 0.2s; transition: all 0.2s; }

#contents .more:hover::after, #contents .more:focus::after { -webkit-transform: rotate(180deg) translateY(2px); transform: rotate(180deg) translateY(2px); }

#contents .more::after { display: inline-block; position: relative; top: 1px; font-family: "xeicon"; vertical-align: top; font-size: 2rem; content: ''; }

.section::after { display: block; clear: both; width: 100%; height: 0; content: ''; }

#contents .latest { position: relative; z-index: 0; float: left; width: calc(100% - 45rem); max-height: 40rem; padding-top: 5.5rem; }

#contents .latest::after { position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; content: ''; height: 5.5rem; border: 1px solid #ddd; content: ''; }

#contents .latest .label a { font-size: 1.8rem; position: absolute; left: 0; top: 0; height: 5.5rem; width: 13rem; font-weight: 400; color: #000; text-align: center; line-height: 5.5rem; -webkit-transition: all 0.2s; transition: all 0.2s; }

#contents .latest .more { display: none; }

#contents .latest .list { visibility: hidden; overflow: hidden; width: 0; height: 0; opacity: 0; }

#contents .latest .list a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; position: relative; padding: 2.7rem 0 2.7rem 10rem; border-bottom: 1px solid #ddd; }

#contents .latest .list a .date { position: absolute; top: 50%; left: auto; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 1.5rem; left: 0; width: 6rem; padding-top: 3.5rem; font-weight: 600; text-align: center; }

#contents .latest .list a .date strong { font-size: 4rem; position: absolute; left: 0; top: 0; width: 100%; color: #bdb8af; line-height: 1; }

#contents .latest .list a .title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 2rem; display: block; font-weight: 400; color: #333; }

#contents .latest .list a .xi-new { color: #009fdc; }

#contents .latest .group:nth-child(n + 2) .label a::before { position: absolute; top: 50%; left: auto; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; z-index: -1; width: 1px; height: 1.2rem; background-color: #ddd; content: ''; }

#contents .latest .group.group1 .label a { left: calc(13rem * 0); }

#contents .latest .group.group2 .label a { left: calc(13rem * 1); }

#contents .latest .group.group3 .label a { left: calc(13rem * 2); }

#contents .latest .group.active .label a { font-size: 2rem; background-color: #484c58; color: #fff; }

#contents .latest .group.active .label a::after { display: inline-block; position: relative; top: 1px; font-family: "xeicon"; vertical-align: top; content: ''; }

#contents .latest .group.active .more { display: inline; }

#contents .latest .group.active .list { visibility: visible; overflow: visible; width: auto; height: auto; opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }

#contents .latest .group.group3 .list { padding-top: 1.7rem; }

#contents .latest .group.group3 .list a, #contents .latest .group.group2 .list li:nth-child(n+2) a { padding: 0 7rem 0 1.5rem; }

#contents .latest .group.group3 .list a::before, #contents .latest .group.group2 .list li:nth-child(n+2) a::before { position: absolute; left: 0; top: 2rem; width: 0.4rem; height: 0.4rem; background-color: #bdb8af; content: ''; }

#contents .latest .group.group3 .list a .desc, #contents .latest .group.group2 .list li:nth-child(n+2) a .desc { font-size: 0rem; }

#contents .latest .group.group3 .list a .title, #contents .latest .group.group2 .list li:nth-child(n+2) a .title { font-size: 1.6rem; margin-bottom: -1.45rem; padding-top: 1rem; }

#contents .latest .group.group3 .list a .date, #contents .latest .group.group2 .list li:nth-child(n+2) a .date { left: auto; right: 0; width: auto; padding: 0; font-weight: 300; }

#contents .latest .group.group3 .list a .date strong, #contents .latest .group.group2 .list li:nth-child(n+2) a .date strong { position: static; font-size: inherit; font-weight: 300; color: inherit; line-height: inherit; }

.popup { float: right; position: relative; width: 42rem; border: 1px solid #ddd; }

.popup .bx-controls { position: absolute; left: 2.5rem; bottom: 3rem; }

.popup .bx-controls div { display: inline; }

.popup .bx-controls .bx-pager a { display: inline-block; overflow: hidden; width: 1rem; height: 1rem; margin-left: 1rem; border-radius: 100%; background-color: #efefef; -webkit-transition: all 0.2s; transition: all 0.2s; text-indent: 1rem; }

.popup .bx-controls .bx-pager a.active { background-color: #484c58; }

.popup .bx-controls .bx-controls-auto a { display: inline-block; overflow: hidden; position: relative; top: 0.25rem; width: 1.5rem; height: 1.5rem; margin-left: 1rem; background: 0 none; line-height: 1.5rem; text-indent: 1rem; }

.popup .bx-controls .bx-controls-auto a:before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; content: ''; text-indent: 0; }

.popup .bx-controls .bx-controls-auto a.active { display: none; }

.popup .bx-controls .bx-controls-auto a.bx-stop::before { content: ''; }

#contents .gallery { position: relative; margin-top: 10rem; text-align: center; }

#contents .gallery h2.title { font-size: 3.8rem; display: block; margin: 0 0 5rem; color: #000; text-transform: uppercase; }

#contents .gallery h2.title:first-child { margin-top: 0; }

#contents .gallery .more { right: 0; }

#contents .gallery .bx-controls-direction a { display: none; }

#contents .gallery .list { margin-top: -2rem; display: inline-block; width: calc(100% + 2rem); }

#contents .gallery .list > * { clear: none; float: left; width: calc(25% - 2rem); margin: 2rem 2rem 0 0; }

#contents .gallery .list > *:nth-child(2n + 1) { clear: none; }

#contents .gallery .list > *:nth-child(3n + 1) { clear: none; }

#contents .gallery .list > *:nth-child(4n + 1) { clear: both; }

#contents .gallery .list a { display: block; border: 1px solid #ddd; }

#contents .gallery .list a .img { display: block; overflow: hidden; height: 21rem; border-bottom: 1px solid #ddd; background-color: #000; }

#contents .gallery .list a .img img { width: 100%; min-height: 100%; -webkit-transition: all 0.2s; transition: all 0.2s; }

#contents .gallery .list a:hover .img img, #contents .gallery .list a:focus .img img { -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0.7; }

#contents .gallery .list a .desc { position: relative; padding: 3rem; text-align: left; }

#contents .gallery .list a .desc .date { position: absolute; left: 3rem; top: 3rem; color: #aaa; }

#contents .gallery .list a .desc .title { font-size: 2rem; line-height: 1.25; display: block; overflow: hidden; height: 5rem; margin-top: 3.5rem; font-weight: 500; color: #333; }

#contents .gallery .list a .desc .txt { display: none; }

.link .list { display: table; width: calc(100% + 0px); table-layout: fixed; margin: 9rem 0; padding: 5rem; background-color: #eff0f3; text-align: center; }

.link .list > * { display: table-cell; padding-right: 0px; vertical-align: middle; }

.link .list a { display: block; }

.link .list a:hover img, .link .list a:focus img { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }

.link .list img { -webkit-transition: all 0.2s; transition: all 0.2s; }

.link .list .txt { display: block; margin-top: 1rem; font-weight: 300; }



/* ---------  2021.09 추가 작업 -------------*/



/*---- 공통  -----*/

p.blank {position: relative;top:40%;left: 50%;transform: translateX(-50%);text-align: center;}
.container {max-width: 144rem;margin: 0 auto;height: 100%;position: relative;}
.container-box {margin: 5.6rem -2.4rem 0 -2.4rem;}
.tit-sty01 {font-family:"ROKG_R"; font-size: 2.4rem;color: #fff;}

.title-box {justify-content: space-between; align-items:center; margin-bottom: 3rem;padding: 0 2.4rem;}
.title-box .title-box__tit { font-size: 2.8rem;}
p.title {font-size: 2.8rem; text-align: center; padding-bottom: 4rem; }






/* 슬라이드 버튼  */

.bx-controls a {
    height: 5rem;
    border: 1px solid #ddd;
    line-height: 5rem;
    font-size: 1.8rem;
    overflow: hidden;
    position: static;
    width: 5rem;
    margin: 0;
    border-radius: 0;
    background: none;
    color: #999;
    text-align: center;
    background-color: #fff;
    transition: background-color .5s;
}

.bx-controls a::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "xeicon";
    text-align: center;
    line-height: inherit;
    text-indent: 0;
    color:#000000;
}

.bx-controls .bx-controls-direction {font-weight: bold;}

.bx-controls a.bx-prev::before {
    content: "\e93d";
}

.bx-controls a.bx-next::before {
    content: "\e940";
}

.bx-controls .bx-controls-auto a { display: inline-block; overflow: hidden; position: relative; top: 0.25rem; width: 1.5rem; height: 1.5rem; margin-left: 1rem; background: 0 none; line-height: 1.5rem; text-indent: 1rem; }
.bx-controls .bx-controls-auto a:before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; content: ''; text-indent: 0; }
.bx-controls .bx-controls-auto a.active { display: none; }
.bx-controls .bx-controls-auto a.bx-stop::before { content: ''; }


/*---- visual 영역 ----*/

#visual {
	width:100% !important;
	height: 94rem;
	position: relative;
}

#visual .visual-bg {
	width: 100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	/* padding-top: 52.25%; */
	background:url("../img/main/main-bg.png") #dcebf9;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center 8rem; 
}


/*** -----  section-01  -----***/

#visual .wrap {position: inherit;height: 100%;}
.section1 {padding-top: 13rem;height: 100%;}
.container .character-img {position: absolute;bottom:9%; left: -9%;max-width: 36%;}
.container .character-img .masco-name01 {position: absolute; left: 0; bottom: 0; height: 0; max-height:85%; opacity: 0; transition:opacity .8s;}
.container .character-img .masco-name02 {position: absolute; right: 13%; top: 8%; height: 0; max-width:35%; opacity: 0; transition:opacity .8s;}

.container .character-img:hover .masco-name01,
.container .character-img:focus .masco-name01,
.container .character-img:focus .masco-name02,
.container .character-img:hover .masco-name02  {opacity: 1; height: auto;}



.section1 .conBox {display: flex; height: 100%;padding: 5.5% 0;align-items: center; flex-wrap: wrap;}
.section1 .conBox .conBox__left {flex-basis: 26%;max-height: 68rem;height: 100%;}
.section1 .conBox .main-text {text-align: left;}
.section1 .conBox .main-text li {line-height: 6rem;padding-top: 8.5%;} 
.section1 .conBox .main-text .main-text__mid {font-size:4.2rem;}
.section1 .conBox .main-text .main-text__big {font-size:5.4rem;}

.section1 .conBox .conBox__right {display:flex; flex-basis:74%;max-height: 68rem;height: 100%;}
.section1 .conBox .conBox__right .conBox__right__top {display:flex; justify-content:space-between;width: 100%; flex:1; flex-wrap: wrap;}
.section1 .conBox__right__top .cont-boxs {width: 30.5%; height: 40.5rem;}
.section1 .conBox__right__top .cont-boxs ul {display: flex;flex-direction: column;height: 100%;}
.section1 .conBox__right__top .cont-boxs li {flex: 1;padding-top: 1.4rem;}
.section1 .conBox__right__top .cont-boxs li:first-child {padding-top: 0;}
.section1 .conBox__right__top .cont-boxs li:first-child a {border-radius: 10px 0 0 0;}
.section1 .conBox__right__top .cont-boxs li:last-child a {border-radius: 0 0 10px 0;}
.section1 .conBox__right__top .cont-boxs li a {display: flex;padding:0 8%;background-color: #fff;height: 100%;align-items: center;transition:.3s;}
.section1 .conBox__right__top .cont-boxs li a .icon {display: flex;align-items: center;padding: 4.5%;border-radius: 50%;background-color: #fff;}
.section1 .conBox__right__top .cont-boxs li a .txt-box {padding-left: 5%;text-align: left;line-height: 3.5rem;}
.section1 .conBox__right__top .cont-boxs li a .txt-box .txt-box__sub {font-size:1.6rem; /* color:#999; */ color:#868686;}
.section1 .conBox__right__top .cont-boxs li a .txt-box .txt-box__tit {font-size:2.4rem;}
.section1 .conBox__right__top .cont-boxs li a .txt-box .txt-box__tit span {font-size:1.6rem; }

.section1 .conBox__right__top .cont-boxs li a:hover {box-shadow: 15px 12px 5px rgba(0,0,0,0.2);background-color:#3494e4;}
.section1 .conBox__right__top .cont-boxs li:nth-child(2) a:hover {background-color:#4fb3a7;}
.section1 .conBox__right__top .cont-boxs li:nth-child(3) a:hover {background-color:#c95650;}
.section1 .conBox__right__top .cont-boxs li:nth-child(4) a:hover {background-color:#e5bb53;}
.section1 .conBox__right__top .cont-boxs li a:hover .txt-box .txt-box__sub,
.section1 .conBox__right__top .cont-boxs li a:hover .txt-box .txt-box__tit {color: #fff;}

.section1 .conBox__right__top .card-news-box {width: 65.32%; height:40.5rem; overflow: hidden;position: relative;box-shadow: 15px 12px 5px rgba(0, 0, 0, .2);}


#visual .card-news-box .tit-sty01 {padding:3% 4.2%;text-align: left;background-color:#3494e4; }
#visual .card-news-box .bx-wrapper {height: 100%;}
#visual .card-news-box .bx-wrapper .bx-viewport {height: 100% !important;}
#visual .card-news-box .bx-wrapper .bx-viewport .list {height: 100%;}
#visual .card-news-box .list .thumb {height:400px} /*{height: 100%;}*/
#visual .card-news-box .list .thumb a {display: block; height: 100%; width: 100%;}
#visual .card-news-box .list .thumb a:focus img {border:3px dashed #000;}

#visual .card-news-box .list .thumb .desc {
	position: absolute;
    bottom: 0;
    height: 5rem;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 5%;
	}
#visual .card-news-box .list .thumb .title {color: #fff; font-weight: 300; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding-right: 20rem;}
#visual .card-news-box .list .thumb .txt, 
#visual .card-news-box .list .thumb .date
{display: none;}
 
#visual .card-news-box .list img {
	opacity: 1;
	position: absolute;	
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    transition: all 0.2s;
}

#visual .card-news-box .bx-controls {
	top:auto;
	bottom:-1px;
	transform: translate(0);
	margin-top: 0;
	width: 100%;
	right:auto;
	left: 0;
	display: block;
	height: 5rem;
}

#visual .card-news-box .bx-controls .bx-pager{
	position: absolute;
	height:100%;
	width:auto;
	left: auto;
	right:17rem;
	display: flex;
	align-items: center;
	color: #fff;
}

#visual .card-news-box .bx-controls .bx-controls-auto { 
	position: absolute;
	height: 100%;
	bottom: 1px;
}

#visual .card-news-box .bx-controls a {
	width: 4.8rem;
	height: 4.8rem;
	left:auto;
	right:7.6rem;
    border: none;
    line-height: 4.8rem;
    font-size: 1.8rem;
    overflow: hidden;
    position: absolute;
    margin: 0;
    border-radius: 0;
    background: none;
    color: #fff;
    text-align: center;
    background-color: rgba(255,255,255,0.4);
    transition: background-color .5s;
}

#visual .card-news-box .bx-controls a:hover {
	background-color: #3494e4;
	color: #fff;
}

#visual .card-news-box .bx-controls a.bx-prev {
	left: auto;
	right: 5rem;
}

#visual .card-news-box .bx-controls a.bx-next {
	left: auto;
	right:0;
	z-index: 1;
}

#visual .card-news-box .bx-controls a.bx-prev::before {
	content: "\e93d";
}
#visual .card-news-box .bx-controls a.bx-next::before {
	content: "\e940";
}


/* slick 전용 css */
#visual .card-news-box .slick-slider,
#visual .card-news-box .slick-list,
#visual .card-news-box .slick-track {height: 100%;}


/* 보도자료, 공지사항, 입법행정 */

.section1 .conBox .conBox__right .conBox__right__bottom {width: 100%;flex-basis:100%;}
.section1 .conBox__right__bottom .noticeBox {height: 100%;padding-top: 4.5%;}
.noticeBox .latest {position: relative; z-index: 0; width: 100%; height: 19.2rem; padding-left: 18.7%; background-color: #fff;box-shadow: 15px 12px 5px rgba(0, 0, 0, .2); border-radius: 10px 0 0 0;}
.noticeBox .latest .group  {height: 0;width: 0; overflow: hidden;}
.noticeBox .latest .group.active  {height: 100%; width: 100%}
.noticeBox .latest::after {content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 18.7%; height: 100%; background-color: #346DA6; border-radius: 10px 0 0 0;}
.noticeBox .latest .label a { position: absolute; left: 3%; top: 17%; font-size: 1.85rem; font-weight:normal; color: #fff; opacity:0.7; -webkit-transition: all 0.3s; transition: all 0.3s;}
.noticeBox .latest .more { 
	position: absolute;
    right: 0;
    bottom: 0;
    width:5rem;
    height:5rem;
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #555;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    transition: .3s;
}
.noticeBox .latest .more:hover {background-color: #346da6; color: #fff;}
.noticeBox .latest .more i {font-weight: bold; font-size: 0;}
.noticeBox .latest .more i:before {font-size: 2rem;}
.noticeBox .latest .list { visibility: hidden; overflow: hidden; width: 0; height: 0; opacity: 0; }
.noticeBox .latest .list li {flex: 1;}
.noticeBox .latest .list a { overflow: hidden; text-overflow: ellipsis; display: block; position: relative; height: 100%;text-align: left;}
.noticeBox .latest .list a:focus {border: 2px solid #333;}
.noticeBox .latest .list a .desc {position: absolute;padding-right: 6%;left: 2.5rem; top: 36%; overflow: hidden;height: 5.2rem;display: block;}
.noticeBox .latest .list a .date { position: absolute; top: 18%;; left: 0; font-size: 1.6rem; left: 10%; /* color:#999; */ color:#868686;transition: 0.3s; font-weight: normal;display: flex; align-items: center; }
.noticeBox .latest .list a .date .new-icon {display: inline-block; font-size: 12px;color: #fff;background-color:#3c70a5; font-weight: 100;padding: 0 0.5rem; margin-right: 0.5rem; letter-spacing: 0.5px;}
.noticeBox .latest .list a .date strong { font-size: 4rem; position: absolute; left: 0; top: 0; width: 100%; color: #bdb8af; line-height: 1; }
.noticeBox .latest .list a .title { 
	white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
    font-weight:500;
    color: #333;
    line-height: 2.5rem;
}

.noticeBox .latest .list a .more-btn {position:absolute;bottom:13%; left:0; padding: 5% 5% 0% 10%; color:#555;}
.noticeBox .latest .list a .more-btn i {padding-left: 0.5rem;}
.noticeBox .latest .group.active .title { opacity: 1; }
.noticeBox .latest .group.active .more { display: flex; }
.noticeBox .latest .list a .xi-new {  color: #009fdc; display: none; }
.noticeBox .latest .list a:hover .date {color:#3c70a5;} 
.noticeBox .latest .list a:hover .title {font-weight: 400;} 
.noticeBox .latest .list a:hover .more-btn {color: #333;}
.noticeBox .latest .group.group2 .label a {top: 40%;}
.noticeBox .latest .group.group3 .label a {top: 64%;}
.noticeBox .latest .group.active .label a {display:flex; justify-content:space-between; width:15.8%; opacity: 1; }
.noticeBox .latest .group.active .label a span {  transform: scale(1.25);transform-origin: 0 50%; transition: .3s; } 
.noticeBox .latest .group.active .label a::after { display: inline-block; top: 1px; left:58%; font-family: "xeicon"; vertical-align: top; content: "\e91a"; }
.noticeBox .latest .group.active .list { visibility: visible; overflow: visible; display:flex;  justify-content:center; width: auto; height: 100%;opacity: 1; -webkit-transition: all 0.2s; transition: all 0.2s; }



/***---- section-02  -----***/

#contents {width: 144rem;}

.cal-3-1 {width: 33.33%}
.cal-4-1 {width: 25%}
.cal-4-2 {width: 50%}
.cal-4-3 {width: 75%}
.cal-4-4 {width: 100%}

.ui-box {flex-wrap: wrap;}
.ui-box .item {flex-direction: column;padding: 0 2.4rem;}
.ui-box .item .thumb {flex: auto;background-color: #dfdfdf; height:0; overflow: hidden; border: 1px solid #ddd; padding-top: 57%; position: relative;} 
.ui-box .item .thumb img { position: absolute; top:0; bottom: 0; width: 100%; height: auto;  }
.ui-box .item .item__title-wrap {display:flex; margin-top: 2rem;} 
.ui-box .item a.item__title-wrap i {color: #999;font-size: 2.4rem; vertical-align: text-bottom;transition:.3s;}
.ui-box .item .item__title-wrap .title-wrap__title {font-size: 1.8rem; word-break: break-all;}
.ui-box .item a.item__title-wrap .title-wrap__title {font-weight: 500;} 
.ui-box .item a.item__title-wrap i.xi-facebook-official {color:#29487d;} 
.ui-box .item a.item__title-wrap i.xi-twitter {color:#1da1f2;} 
.ui-box .item a.item__title-wrap i.xi-youtube-play {color:#fb1615;} 
.ui-box .item .item__title-wrap.blog {display: flex; }
.ui-box .item:hover .item__title-wrap.blog i, 
.ui-box .item:hover .item__title-wrap.blog img
 {transform: scale(1.2);}

.ui-box .item .item__title-wrap.blog img {display:inline-block; height: 2.2rem; width: 2.7rem; margin-top:.3rem; transition:.3s; }
.ui-box .item .item__title-wrap.blog span {
	display: inline-block; 
	padding-left: 1rem;
	word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.5rem;
    height: 5rem;
} 
.ui-box .item:hover .item__title-wrap.blog span {font-weight: 500;}

.ui-box .item p.blank {
	width: 100%;
    border: 1px solid #ddd;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ui-box .slick-prev, 
.ui-box .slick-next  {
	top: 40%;
	z-index: 1;
	width: 4.8rem;
    height: 4.8rem;
    border: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    transition: background-color .5s;
}

.ui-box .slick-prev {left: 2.8%;}
.ui-box .slick-next {right: 2.8%;}

.ui-box .slick-prev:before, 
.ui-box .slick-next:before {font-family: "xeicon"; }
.ui-box .slick-prev:before {content: "\e93d";}
.ui-box .slick-next:before {content: "\e940";}

.ui-box .slick-prev:hover, 
.ui-box .slick-next:hover {
	background-color:#3494e4;
}

/* 권익위 누리소통망 권익비전 */

.section2 .container-box .title-box {justify-content: space-between; align-items:center; margin-bottom: 2rem;padding: 0 2.4rem;}
.section2 .container-box .title-box .title-box__tit { font-size: 2.6rem; font-weight: 500;}
.section2 .container-box .title-box .sns-menu-box {font-size: 1.8rem;color: #999;justify-content: flex-end;flex: 1;}
.section2 .container-box .title-box .sns-menu-box li {padding-left: 4.5%;}
.section2 .container-box .title-box .sns-menu-box li a {display: flex; align-items: center; line-height: 2.3rem; color: #666;}
.section2 .container-box .title-box .sns-menu-box li a span {display:block; width:2rem; height:2rem; background:url(../img/icon/sns_f.svg) no-repeat 100%; background-size:cover; margin-right: .5rem; border-radius: 0.3rem;}
.section2 .container-box .title-box .sns-menu-box .twitter span { background:url(../img/icon/sns_t.svg) no-repeat 100%;}
.section2 .container-box .title-box .sns-menu-box .blog span { background:url(../img/icon/sns_b.svg) no-repeat 100%;}
.section2 .container-box .title-box .sns-menu-box .instagram span { background:url(../img/icon/sns_i.svg) no-repeat 100%;}

.ui-box .item a.item__title-wrap p { display:inline-block; width:2rem; height:2.4rem; flex-shrink: 0; transition: 0.3s; }
.ui-box .item a.item__title-wrap p.facebook-official { background:url(../img/icon/sns_f_2.svg) no-repeat 100%; font-size: 0;}
.ui-box .item a.item__title-wrap p.youtube-play { background:url(../img/icon/sns_y_2.svg) no-repeat 100%; font-size: 0;}
.ui-box .item a.item__title-wrap p.twitter { background:url(../img/icon/sns_t_2.svg) no-repeat 100%; font-size: 0;}
.ui-box .item a.item__title-wrap p.blog { background:url(../img/icon/sns_b_2.svg) no-repeat 100%; font-size: 0;}


.ui-box .item .item__title-wrap:hover p {transform: scale(1.2);}


.section2 .container-box .acrc-visoin .ui-box .item {width: 100%;}
.section2 .container-box .acrc-visoin .subscriber {display:flex; align-items:center; font-size: 1.5rem;}
.section2 .container-box .acrc-visoin .subscriber a {display: flex; align-items: center; line-height: 2rem;}
.section2 .container-box .acrc-visoin .subscriber a span {display:block; width:2rem; height:2rem; background:url(../img/icon/sns_y.svg) no-repeat 100%; background-size:cover; margin-right: 0.5rem;}
.section2 .container-box .acrc-visoin .subscriber strong {font-size:1.6rem; font-weight: 400;}
.section2 .container-box .acrc-visoin .ui-box .item .thumb img {height: 100%;}

/* 브리프스, 사진뉴스 , 팝업 */ 

.section2 .container-box2 .control_box {display: none;}
.section2 .container-box2 ul li {padding: 0 2.4rem;}
.section2 .container-box2 .acrc-briefs {position: relative;}
.section2 .container-box2 .acrc-briefs .cover  {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: calc(100% - 5rem);
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	justify-content: center;
	align-items: center;
} 
.section2 .container-box2 .acrc-briefs .cover:focus {border: 3px dashed #C00000 !important}

.section2 .container-box2 .acrc-briefs .cover div {line-height: 3.2rem;}
.section2 .container-box2 .acrc-briefs .cover p {font-size:2rem;color: #fff;text-align: center;}
.section2 .container-box2 .acrc-briefs .cover p.cover__title {font-size:2.8rem;}
.section2 .container-box2 .acrc-briefs .bx-controls {position: absolute;bottom: -1px; right:0; display: none;height: 5rem; }
.section2 .container-box2 .acrc-briefs .bx-controls:after {position: absolute; content: ""; top: 0;right: 0; background-color: #fff; width: 10rem; height: 97.5%; z-index: 0;}
.section2 .container-box2 .acrc-briefs .bx-controls a {width: 4.8rem;height: 4.8rem;border: none; z-index: 1;}  
.section2 .container-box2 .acrc-briefs .bx-wrapper {border: 1px solid #ddd;}
.section2 .container-box2 .acrc-briefs .bx-wrapper .bx-controls-direction a:hover {background-color:#3494e4; color: #fff; transition:.3s;}
.section2 .container-box2 .acrc-briefs .bx-wrapper .bx-controls-direction a.bx-prev {border-left:1px solid #ddd; left:auto;right: 5rem;}
.section2 .container-box2 .acrc-briefs .bx-wrapper .bx-controls-direction a.bx-next {border-left:1px solid #ddd; right: 0;}
.section2 .container-box2 .acrc-briefs .list .briefs-imgbox {display: block; position: relative;}
.section2 .container-box2 .acrc-briefs .list .desc {position: absolute;width: 100%; bottom: 0;height: 5rem; display: flex;align-items: center;background-color: #fff; padding: 0 8%;}
.section2 .container-box2 .acrc-briefs .list .title {font-weight: 300; padding-right: 12rem; font-size:1.6rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.section2 .container-box2 .acrc-briefs .list .txt {display: none;}
.section2 .container-box2 .acrc-briefs .list .desc .date {display: none;}
.section2 .container-box2 .acrc-briefs .list .desc .download-btn {
	position: absolute;
	display:flex;
	align-items:center;
	justify-content:center; 
	width: 5rem;
	height: 4.9rem;
	bottom: 0;
	right: 0rem;
	background-color: #fff;
	font-size: 2rem;
}

.section2 .container-box2 .acrc-briefs .list .desc .download-btn:hover {
	color: #346da6;
}

.section2 .container-box2 .acrc-briefs .list .desc .download-btn i {font-size: 0;}
.section2 .container-box2 .acrc-briefs .list .desc .download-btn i:before {font-size: 2rem;}

.section2 .container-box2 .acrc-briefs .thumb .img {max-height: 33rem; overflow: hidden;display: block;position: relative;height: 0;padding-top: 102%;} 
.section2 .container-box2 .acrc-briefs .thumb .img img  {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	height: 100%;
	margin: 0 auto;
}

.section2 .container-box2 .acrc-photoNews {position: relative;}
.section2 .container-box2 .acrc-photoNews .title-box {margin-bottom: 0; padding: 1.5rem 2.4rem; background-color: #fff;}
.section2 .container-box2 .acrc-photoNews p.blank {top:0; bottom: 0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; border: 1px solid #ddd;}
.section2 .container-box2 .acrc-photoNews .list .desc {position: absolute;bottom:0;height: 5rem; background-color: rgba(0,0,0,0.7); width:100%; display: flex; align-items: center;padding: 0 5%; }
.section2 .container-box2 .acrc-photoNews .list .desc .title {color: #fff;font-weight: 300;}
.section2 .container-box2 .acrc-photoNews .list .desc .txt, .section2 .container-box2 .acrc-photoNews .list .desc .date {display: none;}
.section2 .container-box2 .acrc-photoNews .thumb a .img {max-height: 33rem; overflow: hidden;display: block;position: relative;height: 0;padding-top: 47.3%;border: 1px solid #ddd;} 
.section2 .container-box2 .acrc-photoNews .thumb a .img img {position:absolute; display:block; width: 100%;top:0;left: 0;} 
.section2 .container-box2 .acrc-photoNews .bx-controls {position: absolute;bottom: -1px;left: 0;display: block;width: 100%;height: 5rem;}
.section2 .container-box2 .acrc-photoNews .bx-controls a {width: 4.8rem;height: 4.8rem; border: none;}  
.section2 .container-box2 .acrc-photoNews .bx-wrapper .bx-controls-direction a {background-color:rgba(255,255,255,0.3);}
.section2 .container-box2 .acrc-photoNews .bx-wrapper .bx-controls-direction a:before {color: #fff;}
.section2 .container-box2 .acrc-photoNews .bx-wrapper .bx-controls-direction a.bx-prev {left:auto;right: 5rem;}
.section2 .container-box2 .acrc-photoNews .bx-wrapper .bx-controls-direction a.bx-next {right: 0;}
.section2 .container-box2 .acrc-photoNews .bx-wrapper .bx-controls-direction a:hover {background-color: #3494e4;}
.section2 .container-box2 .acrc-photoNews .bx-wrapper .bx-controls-direction a:hover:before {color: #fff;}
.section2 .container-box2 .acrc-photoNews .bx-controls .bx-controls-auto {position: absolute;right: 10rem;bottom: auto;}
.section2 .container-box2 .acrc-photoNews .bx-controls .bx-controls-auto .bx-controls-auto-item a:before {display: flex;align-items: center; justify-content: center;color: #fff;font-size: 2rem; padding-top: 4px;}
.section2 .container-box2 .acrc-photoNews .bx-controls .bx-controls-auto .bx-controls-auto-item a {background-color: rgba(255,255,255,0.4); transition: .5s; top:0;}
.section2 .container-box2 .acrc-photoNews .bx-controls .bx-controls-auto .bx-controls-auto-item a:hover {background: #3494e4;}
#contents .section2 .container-box2 .acrc-photoNews .more {display:flex; justify-content:center; align-items:center; font-size:0; width: 4.8rem; height: 4.8rem; background-color: rgba(255,255,255,0.3); transition: .5s; bottom: 0.2rem;right: 12.4rem; top:auto; }
#contents .section2 .container-box2 .acrc-photoNews .more::after {display: none;}
#contents .section2 .container-box2 .acrc-photoNews .more i:before {font-size: 1.8rem; font-weight: 600; color: #fff;}

#contents .section2 .container-box2 .acrc-photoNews .more:hover {background-color: #3494e4;}
#contents .section2 .container-box2 .acrc-photoNews .more:hover i:before {color: #fff;}

.section2 .container-box2 .acrc-popup .title-box {margin-bottom: 0; padding: 1.5rem 2.4rem; background-color: #fff;}
.section2 .container-box2 .acrc-popup .popup {width:auto; border:none; float: none;position: relative;max-height: 98%; border: 1px solid #ddd;} 
.section2 .container-box2 .acrc-popup .popup .bx-wrapper,
.section2 .container-box2 .acrc-popup .popup .slick-slider {height: 100%;}
.section2 .container-box2 .acrc-popup .popup .bx-controls {position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%;margin: 0 auto;display: block;height: 5rem;display: flex; align-items: center;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-pager {color: #fff; padding-left: 5%;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-direction {position: absolute;width: 100%;top:0.2rem; right: 0;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-direction a {width: 4.8rem; height: 4.8rem;background-color: rgba(255,255,255,0.3);border:none;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-direction a.disabled { opacity:inherit !important; background-color:rgba(255,255,255,0.3);border:none;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-direction a.bx-prev {left: auto;right:5rem; }
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-direction a.bx-next {right: 0;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-direction a:before {color: #fff;}
.section2 .container-box2 .acrc-popup .popup .bx-wrapper .bx-controls-direction a:hover {background-color: #3494e4;}
.section2 .container-box2 .acrc-popup .popup .bx-wrapper .bx-controls-direction a:hover:before {color: #fff;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-auto {position: absolute;right: 10rem;bottom: -1px;width: auto;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-auto .bx-controls-auto-item {display: flex;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-auto .bx-controls-auto-item a:before {display: flex;align-items: center; justify-content: center;color: #fff;font-size: 2rem; padding-top: 4px;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-auto .bx-controls-auto-item a {background-color:rgba(255,255,255,0.3);transition: .5s;width: 4.8rem;height: 4.8rem;border:none;margin-left: 0; top:auto; bottom: 1px;}
.section2 .container-box2 .acrc-popup .popup .bx-controls .bx-controls-auto .bx-controls-auto-item a:hover {background: #3494e4;}
.section2 .container-box2 .acrc-popup .popup .bottom-bg {content:""; position:absolute; display:block; left:0; bottom:-1px; background-color: rgba(0,0,0,.7); width: 100%; height: 5rem;}
.section2 .container-box2 .acrc-popup .popup .bx-wrapper .bx-viewport img {height: 100%; max-height: 33rem;}


.popup:focus-visible {outline:0.2rem solid #000000; outline-style:auto;}

.section2 .container-box2 .acrc-popup .popup .slick-initialized .slick-slide .img {
	max-height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    height: 0;
    padding-top: 101%;

}

.section2 .container-box2 .acrc-popup .popup .slick-initialized .slick-slide .img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    width: 100%;
    display: block;

}




/* 슬릭용 css start */
.slick_custom_prev,.slick_custom_next {position:absolute; bottom:0;}
.section2 .container-box2 .acrc-briefs .slick_custom_prev {width:5rem; height:5rem; right:4.8rem; bottom:0rem; border:0.1rem solid #dddddd; background:#ffffff; z-index:1;}
.section2 .container-box2 .acrc-briefs .slick_custom_next {width:5rem; height:5rem; right:-0.1rem; bottom:0rem; border:0.1rem solid #dddddd; background:#ffffff;}
.section2 .container-box2 .acrc-briefs .list {max-height:32.8rem; border-left:0.1rem solid #dddddd; border-right:0.1rem solid #dddddd;}
.section2 .container-box2 .acrc-briefs .list .thumb {position:relative; /*height:32.8rem;*/}
.section2 .container-box2 .acrc-briefs .list .thumb .briefs-imgbox {height:100%;}
.section2 .container-box2 .acrc-briefs .list .desc {border-top:0.1rem solid #dddddd; border-bottom:0.1rem solid #dddddd; overflow:hidden; z-index:1;}
.section2 .container-box2 .acrc-briefs .list .desc .download-btn {border-left:0.1rem solid #dddddd;}
.section2 .container-box2 .acrc-briefs .list .title {font-weight: 300; padding-right: 0rem; font-size:1.6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.section2 .container-box2 .acrc-briefs .list .desc .download-btn i.xi-external-link {padding-left:0;}

/* .section2 .container-box2 .acrc-photoNews {max-height:32.8rem;} */
.section2 .container-box2 .acrc-photoNews .thumb {position:relative; /*max-height:32.8rem;*/}
/* .section2 .container-box2 .acrc-photoNews .thumb a .img {max-height:32.8rem; padding-top:32.6rem;} */
.section2 .container-box2 .acrc-photoNews .thumb a:focus-visible > span {border:0.3rem solid #000000; border-radius:0.3rem;}
.section2 .container-box2 .acrc-photoNews .list {height:100%;}
#contents .section2 .container-box2 .acrc-photoNews .more {right:12.3rem; bottom:0.1rem;}
.section2 .container-box2 .acrc-photoNews .slick_custom_prev i,.section2 .container-box2 .acrc-photoNews .slick_custom_next i {color:#ffffff;}
.section2 .container-box2 .acrc-photoNews .slick_custom_prev {width:4.8rem; height:4.8rem; right:4.9rem; bottom:0.1rem; background:rgba(255,255,255,0.4); z-index:1;}
.section2 .container-box2 .acrc-photoNews .slick_custom_next {width:4.8rem; height:4.8rem; right:-0.1rem; bottom:0.1rem; background:rgba(255,255,255,0.4);}

/* .section2 .container-box2 .acrc-popup,.section2 .container-box2 .acrc-popup .thumb {height:32.8rem;} */
#contents .section2 .container-box2 .acrc-popup .auto_slide_btn {position:absolute; width:4.8rem; height:4.8rem; right:9.9rem; bottom:0rem; background:rgba(255,255,255,0.4); z-index:1; text-align:center; cursor:pointer;}
#contents .section2 .container-box2 .acrc-popup .auto_slide_btn i {font-size:1.8rem; color:#ffffff; line-height:4.8rem;} 
.section2 .container-box2 .acrc-popup .slick_custom_prev i,.section2 .container-box2 .acrc-popup .slick_custom_next i {color:#ffffff;}
.section2 .container-box2 .acrc-popup .slick_custom_prev {width:4.8rem; height:4.8rem; right:4.9rem; bottom:0.7rem; background:rgba(255,255,255,0.4); z-index:1;}
.section2 .container-box2 .acrc-popup .slick_custom_next {width:4.8rem; height:4.8rem; right:-0.1rem; bottom:0.7rem; background:rgba(255,255,255,0.4); z-index:1;}
.section2 .container-box2 .acrc-popup div a:focus-visible > img {border:0.3rem solid #000000; border-radius:0.3rem;}
/* 슬릭용 css end */


/*---- 민원·신고 상담, 국민생각함, 민원 빅데이터 -----*/

/* 민원·신고 상담 */

i.xi-touch, i.xi-call {background-color: #346da6;border-radius: 50%;color: #fff;padding: 0.2rem;}
i.xi-external-link {color:#707070;padding-left: 1rem;}

.section2 .container-box3 .acrc-consul .acrc-consul__list {padding: 0 2.4rem;} 
.section2 .container-box3 .acrc-consul .acrc-consul__list > ul {border: 1px solid #ddd; padding: 3rem;}
.section2 .container-box3 .acrc-consul .acrc-consul__list > ul > li > span {font-weight:400;font-size: 1.8rem;padding-left:1.1rem;}

.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul {padding-top: 1rem;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul span em {font-size: 1.6rem; color: #666;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul .call-consul__list {display: flex;padding-top: 0.8rem;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul .call-consul__list li {width: 50%;text-align: center;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul .call-consul__list li.item-1 {padding-right:1.2rem;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul .call-consul__list li > span {font-size: 1.6rem;font-weight: 400;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul .call-consul__list li .item__box {background-color: #f0f0f0;border-radius: 3px;line-height: 3rem;padding: 0.5rem 0 1rem;margin-top: 1rem;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul .call-consul__list li.item-2 {padding-left:1.2rem;}
.call-consul .call-consul__list li.item .item__box p {font-size: 1.8rem; font-weight: 400;}
.call-consul .call-consul__list li.item .item__box h3 {font-size: 3.6rem; font-weight: 600;}
.call-consul .call-consul__list li.item .item__box span {font-size: 1.6rem; font-weight: 300;color: #666;}

.section2 .container-box3 .acrc-consul .acrc-consul__list .online-consul .acrc-colsul-btn i{font-size: 0;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .online-consul .acrc-colsul-btn i:before {font-size: 1.6rem;}

.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul .call-colsul-btn i{font-size: 0;}
.section2 .container-box3 .acrc-consul .acrc-consul__list .call-consul .call-colsul-btn i:before {font-size: 1.6rem;}

 
/*국민생각함*/

.section2 .container-box3 .acrc-think {padding: 0 2.4rem;} 
.section2 .container-box3 .acrc-think .title-box {padding: 0;} 
.section2 .container-box3 .acrc-think .title-box span {font-size: 2rem;color: #333;} 
#pIdea2Group{border:1px solid #ddd;box-sizing: border-box; position: relative;padding: 3rem 2rem;}
#pIdea2Group .pIdea2 {height: 100%;}
#pIdea2Group * {box-sizing: border-box; }
#pIdea2Group .pIdea2-sliderControl{overflow: hidden; width: auto; position: absolute;top:auto; bottom:0; right:0; border-top:1px solid #ddd; }
#pIdea2Group .pIdea2-sliderControl li{float: left;}
#pIdea2Group .pIdea2-sliderControl li span {
	display: block;
	color:#999;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	width: 4.8rem;
	height: 4.8rem;
	overflow: hidden;
	margin: 0;
	border-radius: 0;
	text-align: center;
	background-color: #fff;
	transition:.5s;
	border-left: 1px solid #ddd;
	font-weight: 700;
}

#pIdea2Group .pIdea2-sliderControl li span:after {
	content: "\e940";
	display: flex;
	font-size:2rem;
	align-items:center;
	justify-content:center;
    width: 100%;
    height: 100%;
    font-family: "xeicon";
    text-align: center;
    line-height: inherit;
    text-indent: 0;
}
#pIdea2Group #pIdea2-sliderPrev:after {
	content: "\e93d";
}

#pIdea2Group .pIdea2-sliderControl li span:hover {
	background-color: #3494e4;
	color: #fff;
}


#pIdea2Group #pIdea2-sliderPlay a.bx-start { display: block;  width: 24px;height: 24px;  background-image:url(../img/main/sliderPlay.png); margin-left: -1px; }
#pIdea2Group #pIdea2-sliderPlay a.bx-stop { display: block;  width: 24px;height: 24px;  background-image:url(../img/main/sliderStop.png); margin-left: -1px; }

#pIdea2Group #pIdea2-slide-counter{position: absolute;right: 10px;padding: 0;bottom: 5px; display: none;}
#pIdea2Group ul.pIdea2-popupSlider>li .pIdea2_sub_wrap .pIdea2_sub_tit{padding-left: 10px;}
#pIdea2Group ul.pIdea2-popupSlider>li .pIdea2_sub_wrap .pIdea2_sub_txt{height: 30px;line-height: 15px; word-break: break-all;word-wrap: break-word; white-space: normal;overflow: hidden;
display: inline-block;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#pIdea2Group #pIdea2-slide-counter strong { color:#f97b00; }
#pIdea2Group .ico_step em {font-size: 12px;color: #fff;position: absolute;top: 5px;left: 20px;}
#pIdea2Group address,  #pIdea2Group em {font-style: normal;}
#pIdea2Group ul.pIdea2-popupSlider>li span.ico_step {position: absolute;top: 0px;z-index: 1;left: 10px; text-indent: 10px;}
#pIdea2Group .ico_step.stepA {width: 60px;height: 30px;background: url(../img/main/s1.png) no-repeat 0 50%;}
#pIdea2Group .ico_step.stepB {width: 60px;height: 30px;background: url(../img/main/s2.png) no-repeat 0 50%;}
#pIdea2Group .ico_step.stepC {width: 60px;height: 30px;background: url(../img/main/s3.png) no-repeat 0 50%;}
#pIdea2Group ul.pIdea2-popupSlider>li .thumb02 {margin:0 10px;height: 140px;border: 1px solid #bac9dc;overflow: hidden;position: relative;}
#pIdea2Group ul.pIdea2-popupSlider>li .thumb02 span.pic img {width: 100%;min-height: 150px;display: block;}
#pIdea2Group ul.pIdea2-popupSlider>li .thumb02 .thumb_grad02 {position: absolute;left: 0;bottom: 0;width: 100%;height: 180px;background: url(/./images/bg_grad02.png) repeat-x 0 0;}
#pIdea2Group ul.pIdea2-popupSlider>li span.ico_user {position: absolute;left: 0px;bottom: 10px;z-index: 1;color: #fff;font-size: 14px;height: 14px;line-height: 1.0em;}
#pIdea2Group .ico_user img {width: 20px !important;height: 20px !important;border-radius: 50%;}
#pIdea2Group ul.pIdea2-popupSlider>li .pIdea2_sub_wrap {padding:2px 0 0;text-align: left;}
#pIdea2Group .pIdea2_sub_wrap > div{float:left;}
#pIdea2Group .pIdea2_sub_wrap > div:nth-child(1){float:left;width: 20%;}
#pIdea2Group .pIdea2_sub_wrap > div:nth-child(2){float:left;width: 75%;}
#pIdea2Group ul.pIdea2-popupSlider>li .pIdea2_sub_wrap span em {color: #ff5f4d;}
#pIdea2Group a {text-decoration: none;color: #000000;}
#pIdea2Group {overflow: hidden;min-height: 24.5rem;}
#pIdea2Group .btn_more {margin: 0 0 15px 0;background-color: white;border: 1px solid gainsboro;text-align: center;display: block;height: 50px;line-height: 50px;margin-bottom: 33px; cursor: pointer;} 
#pIdea2Group .btn_more a img {vertical-align: -4px;}
#pIdea2Group .ideagov .sortSelect{float :right;}
#pIdea2Group .ideagov .sortSelect li {float :left;padding-left:10px;}

#pIdea2Group .think_list .thbox {padding: 0 8%;float: left;	position: relative;}
#pIdea2Group .think_list.new .thbox {width: 100%; border-left:1px solid #eee;}
#pIdea2Group .think_list.new:first-of-type.thbox {	margin-left: 0px;}

#pIdea2Group .think_list {overflow: visible;}
#pIdea2Group .think_list.new {margin:0 -1px;}


#pIdea2Group .pIdea2-popupSlider li:nth-child(odd) .comment_wrap {border-right:1px solid #ddd;padding-right: 2rem;}
#pIdea2Group .comment_wrap::after {	content: "";	display: block;	clear: both;}

#pIdea2Group .layout {	max-width: 1200px;	margin: 0 auto;}
#pIdea2Group .layout::after { content: "";	display: block;	clear: both;}
#pIdea2Group #container > .layout {	padding: 30px 0 50px;}
#pIdea2Group article, aside, dialog, footer, header, section, footer, nav, figure, main {	display: block;	margin: 0;	padding: 0;}
#pIdea2Group #container { width: 100%;	position: relative;}
#pIdea2Group #wrap { overflow: hidden;}
#pIdea2Group html {	position: relative;}
#pIdea2Group .think_list .thbox .box_tit { overflow: hidden; margin-bottom: 1rem;}
#pIdea2Group a { transition: background .1s;	cursor: pointer;}
#pIdea2Group a { text-decoration: none;}
#pIdea2Group .go_detail { cursor: pointer;}
#pIdea2Group a:link, a:visited { color: #555;}
#pIdea2Group .think_list.new a { display: block;	overflow: hidden;	position: relative;}
#pIdea2Group .think_list .thbox .thbot {	color: #555555;	font-size: 11px;	display: block;}
#pIdea2Group .think_list .thbox .thbot {	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;	display: inline-block;}
#pIdea2Group .sm_newicon .si.si01 {	background: url(../img/main/si_icon01.png)left center no-repeat; font-size:13px;}
#pIdea2Group .sm_newicon .si.si02 {	background: url(../img/main/si_icon02.png)left center no-repeat; font-size:13px;}
#pIdea2Group .sm_newicon .si.si03 {	background: url(../img/main/si_icon03.png)left center no-repeat; font-size:13px;}
#pIdea2Group .think_list .thbox .new {	display: inline-block;	padding: 5px 13px;	border-radius: 30px;	border: 1px solid #c6c6c6;	padding-left: 40px; font-size:12px;}
#pIdea2Group .think_list.new .thbox span {	border-radius: 3px;}
#pIdea2Group .think_list .thbox .thbot.basic {	line-height: 20px;	margin-top: 0px;	color: #707070;	font-weight: 400;}
#pIdea2Group .think_list .thbox .thbot.basic.name {	color: #505050;	font-weight: 900;}
#pIdea2Group .think_list .thbox :last-of-type.thbot.basic {	font-size:1.5rem;   color: #555; margin-bottom: 0px; float: left; font-weight: 200;}
#pIdea2Group .sm_newicon {	overflow: hidden;	text-overflow: ellipsis;	white-space: nowrap;	padding-top: 8px;	border-top: 1px solid #e9e9e9;}
#pIdea2Group .sm_newicon .si {	display: inline-block;	vertical-align: middle;	margin-left: 15px;	font-size: 11px;	/* padding: 2px 15px; */	padding-left: 20px;	position: relative;}
#pIdea2Group .sm_newicon :first-of-type.si {	margin-left: 0px;}
#pIdea2Group .sm_newicon .si.si01.on {	background: url(../img/main/si_icon01_on.png)left center no-repeat;}
#pIdea2Group .sm_newicon .si.si02.on {	background: url(../img/main/si_icon02_on.png)left center no-repeat;}
#pIdea2Group .sm_newicon .si.si03.on {	background: url(../img/main/si_icon03_on.png)left center no-repeat;}
#pIdea2Group i, em, address {	font-style: normal;}
#pIdea2Group .hide {	position: fixed;	top: -100px;	left: -100px;	width: 1px;	height: 1px;	overflow: hidden;	color: #000;	background: #fff;}
#pIdea2Group .hide {	position: fixed;	top: -1px;	left: -1px;	width: 1px;	height: 1px;	overflow: hidden;}
#pIdea2Group strong, b {	font-weight: 600;}
#pIdea2Group .think_list.new a strong {	margin-top: 0px;}
#pIdea2Group .think_list.new .thbox strong { font-size:1.8rem; font-weight:400;  white-space: normal;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 5rem;	margin-top: 1rem; line-height: 2.5rem;}
#pIdea2Group .think_list .thbox .thbot.two { width: 100%; overflow: hidden;	text-overflow: ellipsis; -webkit-line-clamp: 2;	text-align: left;	color: #666; font-size: 1.6rem; white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; height: 5rem; margin:1rem 0 1.5rem 0;line-height: 2.3rem;}
#pIdea2Group .think_list .thbox .new.b01 {	background: #fff url(../img/main/sm_t02_icon01.png) 13px center no-repeat;}
#pIdea2Group .think_list .thbox .new.b02 {	background: #fff url(../img/main/sm_t02_icon02.png) 13px center no-repeat;}
#pIdea2Group .think_list .thbox .new.b03 {	background: #fff url(../img/main/sm_t02_icon03.png) 13px center no-repeat;}
#pIdea2Group .think_list.new .thbox .bi {	padding: 5px 15px;	color: #fff;	display: inline-block; font-size:12px;}
#pIdea2Group .think_list.new .thbox .bi.cl01 {	background: #219b72;	border: 1px solid #219b72;}
#pIdea2Group .think_list.new .thbox .bi.cl02 {	background: #029acc;	border: 1px solid #029acc;}
#pIdea2Group .think_list.new .thbox .bi.cl03 {	background: #7662e0;	border: 1px solid #7662e0;}
#pIdea2Group .think_list.new .thbox .bi.cl04 {	background: #ef4863;	border: 1px solid #ef4863;}

#pIdea2Group .think_list .thbox .thbot.basic.name {display: none;}
#pIdea2Group .sm_newicon {border-top:none;float: right;padding-top: 5px;padding-right: 40px;}
#pIdea2Group #pIdea2-slide-counter {top:10px;right:30px;}
#pIdea2Group .think_list .thbox:last-of-type.thbot.basic {float: left;}

#pIdea2Group.pIdeamain {height:250px; min-height:auto !important; padding:3rem 0 !important;}
#pIdea2Group.pIdeamain .pIdea2 .pIdea2-popupSlider {width: 100%; position: relative; transition-duration: 0s; display: flex;}
#pIdea2Group.pIdeamain .pIdea2 .pIdea2-popupSlider li {cursor: pointer; float: left; list-style: none; position: relative; width: 50%; padding:0 15px;}
#pIdea2Group.pIdeamain .pIdea2 .pIdea2-popupSlider li:first-child {border-right:1px solid #ddd;}
#pIdea2Group.pIdeamain .think_list .thbox .box_tit {display:flex;}
#pIdea2Group.pIdeamain .think_list .thbox .box_tit span {display:flex; align-items:center;}
#pIdea2Group.pIdeamain .think_list .thbox > span:last-child {overflow:visible;}
#pIdea2Group.pIdeamain .sm_newicon {width:100%; display: flex; flex-direction: row-reverse; align-items: center; padding-right:0; padding-top:0;}
#pIdea2Group.pIdeamain .sm_newicon span {margin:0 5px;}
#pIdea2Group.pIdeamain .pIdea2-popupSlider li:nth-child(odd) .comment_wrap {border:0; padding-right:0;}

.pIdeaMsgBox {position:absolute; top:55%; width:100%}
.pIdeaMsg {font-size:16px; font-weight:bold; text-align:center; color:#707070}


/* 한눈에 보는 민원 빅데이터 */

.section2 .container-box3 .acrc-bigdata .title-box span {color:#333; font-weight:400;font-size: 1.8rem;padding-left:1.1rem;}
.section2 .container-box3 .acrc-bigdata .acrc-bigdata__box {padding: 0 2.4rem;}
.section2 .container-box3 .acrc-bigdata .acrc-bigdata__box .bigdata-words {width: 100%; height: 25rem;border: 1px solid #ddd;}
.section2 .container-box3 .acrc-bigdata .acrc-bigdata__box .bigdata-words .bigDataMsg {display: flex; align-items: center; justify-content: center; height: 100%;}


/* 바로가기 */

.section2 .container-box4 {margin-top: 4rem;}
.section2 .container-box4 .shortcut-wrap {display: flex;}
.section2 .container-box4 .shortcut-wrap li {height: 8.5rem; padding: 0 2.4rem;}
.section2 .container-box4 .shortcut-wrap li a {display:flex; align-items: center; justify-content: space-between; height: 100%;padding: 0 2.8rem;position: relative;}
.section2 .container-box4 .shortcut-wrap li a p {font-size: 2rem;}
.section2 .container-box4 .shortcut-wrap li a:before {content: ''; position: absolute; width: 100%; height: 100%; top:0; left: 0;border: 1px solid #ddd;}
.section2 .container-box4 .shortcut-wrap li a:hover:before {border:2px solid #3494e4; }


/*-----  section3  ------*/

.section3 {position: relative;height: 100%;}  
.section3:after {position:absolute;background-color: #d8e9f8;height: 35.6rem;top:0;left: -16rem; width: calc(100% + 32rem);z-index: -1;}  
.section3:before {content:''; position:absolute;background-color: #f0f0f0;height: 45.7rem;top:13.6rem;left: -99rem; width: 10000%;z-index: -1;}  
.section3 .acrc-custom-search {padding-top: 4.5rem;}
.custom-search-wrap .custom-search-box ul.custom-search {padding: 0 2.4rem; }
.custom-search-wrap .custom-search-box ul li {display: flex; flex:1; align-items: center; padding-right: 2rem;}
.custom-search-wrap .custom-search-box ul li.submit-btn {flex: none;padding-right: 0;}
.custom-search-wrap .custom-search-box ul li .select-box {display: flex; align-items:center; border: 1px solid #ddd; width: 100%; background-color: #fff;} 
.custom-search-wrap .custom-search-box ul li .select-box .select-title {position:relative; padding: 0 3.4rem; font-size: 1.6rem; font-weight: 500;}
.custom-search-wrap .custom-search-box ul li .select-box .select-title:before {content: ''; position: absolute; width: 1px; height: 70%; top:50%; right:0; transform: translateY(-50%); background-color: #98a1a8;}
.custom-search-wrap .custom-search-box ul li .select-box .form_select select:focus-visible {outline:0.2rem solid #000000; outline-style:auto;}


.form_select {
	width:100%;
    display: inline-block;
    position: relative;
    height: 5rem;
}

.form_select select {
    width: 100%;
    height: 5rem;
    padding: 0 3.4rem 0 3.4rem;
    border: none;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    font-weight: 300;
    outline: none;
}

.form_select::after {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    font-family: "xeicon";
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    transform: translateY(-50%);
    content: '';
}

.submit-btn .btn {width:12.5rem !important; height: 95%;}
.submit-btn .btn button {width:100%; height:100%; border:1px solid #4b5462; background-color:#4b5462; color:#fff; text-align:center; transition:all 0.2s}
.submit-btn .btn button:hover {background-color: #000;}
.submit-btn .btn button:focus {outline: solid 3px #d91616;outline-style: dashed;outline-width: 3px;}

.custom-search-wrap .custom-search-box .custom-search-setting {padding: 0 2.4rem;}
.custom-search-wrap .custom-search-box .custom-search-setting .custom-search-setting-btn {height: 100%;padding: 0 3rem; background-color: #fff; align-items: center;justify-content: space-between;position: relative;}
.custom-search-wrap .custom-search-box .custom-search-setting .custom-search-setting-btn:before {content: ''; position: absolute; width: 100%;height: 100%; top:0;left: 0;border: 1px solid #ddd;}
.custom-search-wrap .custom-search-box .custom-search-setting .custom-search-setting-btn:hover:before {border: 2px solid #3494e4;}
.custom-search-wrap .custom-search-box .custom-search-setting .custom-search-setting-btn p {font-size: 1.6rem; font-weight: 500;}

.custom-search-wrap .custom-search__list {margin-top: 4rem;}
.custom-search-wrap .custom-search__list ul li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding:2rem;
	height:26rem;
	background-color: #fff;
	max-height: 17rem;
	margin: 2rem;
	/* box-shadow: 5px 5px 10px #999; */
	box-shadow: 0 0 2px #ccc;
	transition: .3s;
}

.custom-search-wrap .custom-search__list ul li a:hover {/* box-shadow: 0 0 0 3px #333 inset; */ border:1px solid #3494e4; box-shadow: 5px 5px 10px #ccc;}
.custom-search-wrap .custom-search__list ul li a .item__headline {font-size:1.5rem; color: #3494e4; }
.custom-search-wrap .custom-search__list ul li a .item__title {
	white-space: normal;	
	display: -webkit-box;
	height:5rem;	
	-webkit-line-clamp: 2;	
	-webkit-box-orient: vertical;
	 overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 1rem;
	 line-height: 2.5rem;
	font-size:1.8rem; 
	font-weight: 500; 
	
	}
.custom-search-wrap .custom-search__list ul li a .item__text {
	white-space: normal;	
	display: -webkit-box;	
	-webkit-line-clamp: 2;	
	-webkit-box-orient: vertical;
	 overflow: hidden;
	text-overflow: ellipsis;
	font-size:1.6rem; 
	color: #666; 
	margin-top: 3rem;
	line-height: 2.5rem;
	height: 5rem;
	}
.custom-search-wrap .custom-search__list ul li a .date {display:block;font-size:1.5rem;font-weight:200;/* color:#999; */color:#555;padding-top: 2rem;}


.custom-search-wrap .custom-search__list .slick-dots {display: flex;background-color: #fff; height: 5px; left: 2rem; max-width: calc(100% - 2rem);}
.custom-search-wrap .custom-search__list .slick-dots li {flex: 1;}
.custom-search-wrap .custom-search__list .slick-dots li button {height:5px; background-color: #fff; width:100%; padding:0; border-radius: 5px; border:none;}
.custom-search-wrap .custom-search__list .slick-dots li button:focus-visible {outline:0.2rem solid #000000; outline-style:auto;}
.custom-search-wrap .custom-search__list .slick-dots li button:before {display: none;}
.custom-search-wrap .custom-search__list .slick-dots li.slick-active button {background-color:#bfddf7;}






.custom-search-wrap .custom-search__list .bx-wrapper .bx-viewport {height: 100%;}

.custom-search-wrap .custom-search__list .bx-wrapper .bx-controls {margin-top: 4rem;}
 
.custom-search-wrap .custom-search__list .bx-wrapper .bx-controls .bx-pager {display: flex;background-color: #fff;}

.custom-search-wrap .custom-search__list .bx-wrapper .bx-controls .bx-pager .bx-pager-item {flex: 1;}

.custom-search-wrap .custom-search__list .bx-wrapper .bx-pager.bx-default-pager a {height:5px; background-color: #fff; width:100%;border-radius: 5px; border:none;}

.custom-search-wrap .custom-search__list .bx-wrapper .bx-pager.bx-default-pager a.active {background-color:#bfddf7;}


/*관심키워드 설정 창 */

/*.custom-search-settingBox {display:none; position: absolute; bottom: 100%; left: 0; width:100%; background-color: #fff; padding:30px 0 30px; border: 1px solid #adadad; border-top:2px solid #4b5462; box-shadow: 3px -5px 22px rgba(0,0,0,0.3);}*/
.custom-search-settingBox {display:none; position: fixed;transform: translate(-50%, -50%); bottom: auto; top:50%; left: 50%; width:144rem; max-width:calc(100% - 5rem); height:auto; background-color: #fff; padding:30px 0 30px; border: 1px solid #adadad; border-top:2px solid #4b5462; box-shadow: 3px -5px 22px rgba(0,0,0,0.3); background-color: #fff;}
.custom-search-settingBox.on {display: block; z-index: 2; }
.custom-search-settingBox .title-box__tit {font-size: 2.6rem; text-align: center; margin-bottom:3rem;  }

.tab-box {margin-top: 3rem; background-color: #fff;margin-top: -1px;}

.tab_menu {
    position: relative;
    background-color: #fff;
}
.tab_menu .tabnav {
	align-items:center;
	justify-content:center;
    width:100%;
}
.tab_menu .tabnav > li {
    max-width: 16.2rem;
    width:100%;
    text-align: center;
    color: #333;
    font-weight: 300;
}

.tabnav li a {
	position: relative;
	display: block;
	background: #f9fafb;
	color: #333;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight:500;
	padding: 1.5rem 0;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.tabnav li a:focus {outline:0.2rem solid #000000; outline-style:auto; border:0.2rem solid #000000 !important;}

.tabnav li:first-child a {
	border-left: 1px solid #ddd;
}

.tabnav li a.active{
	border-bottom:1px solid #fff;
	color: #2d8fd5;
	background-color: #fff;
}

.tab_menu .tabnav li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 3px;
}

.tabnav li a.active:before{background:#2d8fd5;}

.tab_menu .tabnav li a.active:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.tab_menu .tabcontent {
	padding: 0 3rem;
}

.tab_menu .tabcontent .cont {
    padding:2rem 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.tab_menu .tabcontent .cont ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
}

.tab_menu .tabcontent .cont ul li {
	width: calc(100% / 6.1);
	padding: 0.8rem 0;
	position:relative;
}

.custom-search-settingBox .btn_box{
	/*margin-top: 2rem*/
	background-color: #fff; 
	padding: 2rem 0 
}

.closeBox-btn {
	position:absolute;
	top:0;
	left:100%;
	width: 5rem;
	height: 5rem;
	background-color: #4b5462; 
}

.closeBox-btn i {
	position:absolute;
	width:2rem;
	height:2rem;
	font-size:2rem;
	top:0;
	bottom:0;
	right:0;
	left:0;
	color: #fff;
	margin: auto;
}


.tab_menu .tabcontent .cont.interestChk .custom-input input[type="checkbox"]:focus-visible + label {outline:2px solid #000000; outline-style:auto;}



/*  버튼 스타일*/


.xbtn-icon {display: inline-flex; height:4.2rem; width:12rem; align-items: center; justify-content:center; background-color: #fff; border: 1px solid #ddd; font-size: 1.6rem;transition:0.3s; margin: 0 5px;}
.xbtn-icon i {color: #adadad; margin-right: 1rem; font-size: 2rem;}
.xbtn-icon.blue {background-color: #0064a2; color: #fff; border-color: #0064a2;}
.xbtn-icon.sky {background-color: #2d8fd5; color: #fff; border-color: #2d8fd5;}
.xbtn-icon.sky input, .btn_box .xbtn-icon.sky i, .xbtn-icon.blue i {color: #fff;}
.xbtn-icon.xbtn-icon-sm {width: auto; height: 20px; font-size:14px;border: none;padding: 0 10px;}
.xbtn-icon.xbtn-icon-sm i {color: #999; transition: .3s;}


/* 접근성 조치에 따른 focus-visible */
#visual .card-news-box .list .thumb.active a:focus-visible {outline-style:auto; outline:0.3rem solid #000000; border:0.3rem outset #000000; border-radius:0.5rem;}
.section2 .acrc-briefs .list .thumb a:focus-visible {outline-style:auto; outline:0rem solid #000000; border:0.3rem outset #000000; border-radius:0.5rem;}

/*====== IE만 적용 CSS ======*/
/* IE10+ */
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	
	#contents .section2 .container-box2 .acrc-photoNews .more {bottom: 0.2rem;}
	
}

/* 2023-03-21 메인용 레이블 숨김 */
.dp_none {
    position: absolute;
    z-index: -9999;
}

/* 정책브리핑 iframe 사이즈 추가 **/
.ifrmH {width:100%; height:380px;border: 1px solid #ddd;}
