﻿/* heading */
.heading { display:block; max-width:calc(100% - 2.5rem); font-size:1rem; font-weight:700; overflow:hidden; white-space:nowrap; }

/* btn_more */
.btn_more { position: absolute; top: 0.4rem; right: 0; font-size: 1.2rem; color: #333; }
.btn_more i {-webkit-transition:all .15s; transition:all .15s; }
.btn_more:hover i{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/* 메인비주얼 */
.MVisual0023 { position:relative; height:100%; border-radius: 2rem; overflow: hidden;}
.MVisual0023 #m_visual li{overflow:hidden;}
.MVisual0023 #m_visual li img { position:relative; display:block; width:auto; height:100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.MVisual0023 .bx-wrapper{ height: auto; }
.MVisual0023 .bx-controls { position:absolute; left: 1.5rem; bottom: 1rem; }
.MVisual0023 .bx-controls-direction { display: inline-block; }
.MVisual0023 .bx-controls-auto { position: absolute; top: 0; left: 2.1rem; }
.MVisual0023 .bx-controls-direction a ~ a { margin-left: 2.2rem; }
.MVisual0023 .bx-controls-direction a,
.MVisual0023 .bx-controls-auto a { position: relative; display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#6c74df; color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; transition:all .15s; font-size: 0; vertical-align: middle; }
.MVisual0023 .bx-controls-auto a.bx-start { display: none; }
.MVisual0023 .bx-controls-direction a::before,
.MVisual0023 .bx-controls-auto a::before { position: absolute; width:100%; height:100%; top: 0; left: 0; color: #fff; font-family: 'xeicon'; font-size: 0.8rem; }
.MVisual0023 .bx-controls-direction a.bx-prev::before { content: "\e93b";}
.MVisual0023 .bx-controls-direction a.bx-next::before { content: "\e93e";}
.MVisual0023 .bx-controls-auto a.bx-start::before { content: "\ea3e";}
.MVisual0023 .bx-controls-auto a.bx-stop::before { content: "\ea3b";}
.MVisual0023 .bx-pager { display: none; }
.MVisual0023 .bx-controls-direction a:hover,
.MVisual0023 .bx-controls-auto a:hover { background:rgb(17, 50, 30, 0.9); }

/* 게시판 */
.notice0023 { position:relative; height:100%; }
.notice0023 .titTab { margin-right:1.5rem; }
.notice0023 .titTab li { position:relative; display:inline-block; /*max-width:calc(50% - .15rem);*/ vertical-align:top;}
.notice0023 .titTab a { display:block; font-size:1rem; font-weight:400; text-align:center; color:#666; line-height: 2.5rem; padding: 0 0.75rem; }
.notice0023 .titTab a span { position: relative; display:block; width:100%; margin:auto; overflow:hidden; white-space:nowrap; }
.notice0023 .list_box { display:none; border-top: 2px solid #4a51d1; padding-top: 0.5rem; }
.notice0023 .list_box li {position: relative; width: 100%;}
.notice0023 .list_box li:nth-of-type(n + 7) { display:none; }
.notice0023 .list_box li a { position:relative; display:block; line-height: 1.75rem; padding-left: 0.5rem; }
.notice0023 .list_box li a::before {position: absolute; top: 0.6rem; left: 0; width: 4px; height: 4px; border-radius: 1rem; background: #6c74df; content: ""; }
.notice0023 .list_box li p { width:100%; overflow:hidden; font-size:.8rem; color:#222; text-overflow:ellipsis; white-space:nowrap; }
.notice0023 .list_box li span { position: absolute;top: 0; right: 0; color:#777; font-size:.75rem; }
/* 게시판 : 새글 */
.notice0023 .list_box li a.new { padding-left: 1.5rem; }
.notice0023 .list_box li a.new:after { content:"N"; position:absolute; top:0.2rem; left:0; width:1.2rem; height:1.2rem; line-height:1.2rem; background:#6c74df; color:#fff; font-size:.7rem; border-radius:50%; font-weight:700; text-align:center; }
/* 게시판 : 데이터 없음 */
.notice0023 .list_box li.no_data { text-align: center; line-height: 10.5rem; }
/* 게시판 : active */
.notice0023 a {-webkit-transition:all .15s; transition:all .15s; }
.notice0023 .titTab a:hover { font-weight:700; color:#6c74df; }
.notice0023 .titTab a.current { background: #6c74df; font-weight:700; color: #fff; border-radius: 0.5rem 0.5rem 0 0; }
.notice0023 .list_box li a:hover{text-decoration: underline;}
.notice0023 .list_box.on { display:block; }

/* 게시판2 */
.notice002302 .titTab a:hover { color:#00ba95; }
.notice002302 .titTab a.current { background: #00ba95; color: #fff; }
.notice002302 .list_box { border-top: 2px solid #00986a; }
.notice002302 .list_box li a::before { background: #00ba95; }
.notice002302 .list_box li a.new:after { background: #00ba95; }

/* 바로가기1 */
.M_link0023 { position:relative; height:100%; }
.M_link0023 li { position: relative; width: 33.333%; float: left; }
.M_link0023 li:nth-of-type(n + 7) { display:none; }
.M_link0023 li a { position:relative; display: block; height: 100%; }
.M_link0023 li a p { width:4rem; height:4rem; line-height: 5rem; border-radius: 50%; background: #f5f6ff; text-align: center;  margin: auto;}
.M_link0023 li a img { width:4rem; height:4rem; }
.M_link0023 li a span {display: block; width: 100%; height:1.8rem; line-height: 1.2; color:#333; font-size:.75rem; font-weight:600; overflow:hidden; text-align: center; margin-top: 0.9rem; margin-bottom: 0.25rem; padding: 0 0.2rem;}
/* 바로가기 : active */
.M_link0023 li a:hover span{ color: #3546a5;}
.M_link0023 li a:hover::before{ color: #41466b;}
.M_link0023 li a:hover img{ transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); }
.M_link0023 li a::before,
.M_link0023 li a span,
.M_link0023 li a img {-webkit-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0023 { position:relative; width:100%; height:100%; }
.pop0023 h2 { margin-bottom: 0.9rem; max-width: calc(100% - 9.5rem);}
.pop0023 .nss_pg { position:absolute; top:-3px; right:0; z-index: 2; }
.pop0023 .nss_pg p { position:relative; display:inline-block; margin-right:.8rem; vertical-align:middle; font-size:.8rem;  color:#333; font-weight:600; }
.pop0023 .nss_pg p strong { position:relative; padding-right: 0.8rem; font-weight: 600; color: #fa7c00;}
.pop0023 .nss_pg p strong:after { content:""; position:absolute; top:0.55rem; left:.75rem; width: 0.4rem; height: 0.1rem; border-radius: 1rem; background:#666; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); }
.pop0023 .nss_pg a { display:inline-block; color: #000; font-size:1.2rem; vertical-align:middle; -webkit-transition:all .15s; transition:all .15s; }
.pop0023 .nss_pg a ~ a { margin-left: 0.2rem ;}
.pop0023 .nss_pg .play { display:none; }
.pop0023 .pop_img { position:relative; width:100%; height:11.25rem; border-radius: 1rem; z-index:1; overflow:hidden; background:rgba(0,0,0,.1); }
.pop0023 .pop_img li { display: none; text-align: center; height: 100%; }
.pop0023 .pop_img li a { position:relative; display: flex; justify-content: center; align-items: center; height:100%; font-size: 0; }
.pop0023 .pop_img li img { max-width:100%; max-height:100%;}
.pop0023 .pop_img li.on{display:block;}
/* 팝업존 : active */
.pop0023 .nss_pg a:hover { color:#13afa9; }
/* 팝업리스트 레이어 추가 */
.pop0023 .pop_layer_box{position:absolute; top:4px; left:0; display:none; width:100%; height:calc(100% + 2px); background:#394b61; z-index:2; }
.pop0023 .pop_layer_box .pop_layer{position:relative; height:100%; padding:1rem; }
.pop0023 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff; }
.pop0023 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:calc(100% - 2rem); line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto; }
.pop0023 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff; }
.pop0023 .pop_layer_box .pop_layer ul li a:hover{text-decoration:underline; }
.pop0023 .pop_layer_box .pop_layer a.pop_close{position:absolute; top:0.75rem; right:1.25rem; display:block; padding:0.25rem 0.5rem; color:#fff; background:#576c85; border-radius:5px; }

/* 바로가기2 */
.M_link002302 { position: relative; height: 100%; }
.M_link002302 ul { width: calc(100% + 0.5rem); display: table; table-layout: fixed; margin: 0 -0.25rem; }
.M_link002302 li { display: table-cell; padding: 0 0.25rem; }
.M_link0023 li:nth-of-type(n + 9) { display:none; }
.M_link002302 li a { position: relative; display: block; width: 100%; height: 100%; border-radius: 1rem; overflow: hidden; }
.M_link002302 li a p { position: relative; height: 5rem; }
.M_link002302 li a p img  { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .15s; transition:all .15s; }
.M_link002302 li a span { position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; text-align: center; color: #fff; z-index: 1; background: rgba(0, 0, 0, 0.5); padding: 1.5rem 1rem; font-size: 0.8rem; font-weight: 600; }
/* 바로가기2 */
.M_link002302 li a:hover p img{ -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }

/* 배너존 */
.banner_zone { line-height:1; border-top:1px solid #d1d8e4; }
.banner_zone .container { position:relative; height:4rem; overflow:hidden; }
.banner_zone h2 { float:left; display:inline-block; margin-top:1.5rem; width:4rem; font-size:.75rem; font-weight:400; color:#000; font-weight:600; }
.banner_zone .btn { float:left; margin-top:1.35rem; width:6rem; overflow:hidden; }
.banner_zone .btn a { float:left; width:1.4rem; height:1.4rem; line-height:1.4rem; overflow:hidden; border:1px solid #c5c5c5; border-right:none; text-align:center; color:#6f6f6f; }
.banner_zone .btn a:last-child { border-right:1px solid #c5c5c5; }
.banner_zone ul { float:left; display:inline-block; padding-top:0.75rem; width:calc(100% - 10rem) !important; overflow:hidden; }
.banner_zone ul li { float:left; display:inline-block; margin-bottom:0.75rem; padding:0 0.25rem; width:20%; }
.banner_zone ul li a { display:block; height:2.5rem; line-height:2.3rem; text-align:center; border:1px solid #c8d1db; overflow:hidden; }
.banner_zone ul li a img { max-width:100%; max-height:100%; vertical-align:middle; }
/* 배너 리스트 */
.bannerWrap { max-width:450px; width:90%; border:1px solid #c5c5c5; background:#fff; position:absolute; left:0; top:0; z-index:3; }
.bannerWrap .inner { position:relative; width:100%; }
.bannerWrap .inner > h1 { background:#00b070; padding-left:20px; height:41px; line-height:41px; overflow:hidden; color:#fff; font-family:'NotoSans'; font-size:17px; }
.bannerWrap .inner .btnClose { position:absolute; right:0; top:0; width:41px; height:41px; color:#fff; }
.bannerList { padding:1rem; }
.bannerList ul {   overflow-y:auto; }
.bannerList ul li { float:left; width:48%; margin:1%;  }
.bannerList ul li a { display:block; font-size:0; border:1px solid #c8d1db; }
.bannerList ul li img { width:100%; height:100%}

@media (max-width:1440px){
	/* 메인비주얼 */
	.MVisual0023 #m_visual li img { width: 100%; height: auto; left: auto; transform: translateX(0); }
}

@media (max-width:1240px) {

	/* 바로가기2 */
	.M_link002302 li { display: block; width: 25%; float: left; padding: 0.25rem; }
}

@media (max-width:1024px) {

	/* 배너존 */
	.banner_zone h2 { position:absolute; top:0; left:0; margin:-1px; padding:0; width:1px; height:1px; border:0; clip:rect(0, 0, 0, 0); overflow:hidden; }
	.banner_zone .btn { position:absolute; top:50%; left:0; margin-top:0; transform:translateY(-50%); -webkit-transform:translateY(-50%); }
	.banner_zone ul { margin-left:6rem; width:calc(100% - 6rem); }
}

@media (max-width:860px) {

	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }
}

@media (max-width:800px) {
	/* 배너존 */
	.banner_zone ul li { width:25%; }
}

@media (max-width:768px) {
	/* heading */
	.heading { font-size: 0.9rem;}

	/* 메인비주얼 */
	.MVisual0023 { border-radius: 1rem; }
	.MVisual0023 .bx-controls { bottom: 0.5rem; left:auto; right:.5rem; }
	.MVisual0023 .bx-controls-auto { left: 1.6rem;}
	.MVisual0023 .bx-controls-direction a,
	.MVisual0023 .bx-controls-auto a { width:1.5rem; height:1.5rem; line-height:1.5rem; }
	.MVisual0023 .bx-controls-direction a ~ a { margin-left: 1.7rem; }

	/* 게시판 */
	.notice0023 .titTab a { font-size: 0.9rem; }

	/* 팝업존 */
	.pop0023 .pop_img { height: auto; }
	.pop0023 .pop_img li img { max-height: 15rem; }
}

@media (max-width:600px) {
	/* 바로가기2 */
	.M_link002302 li { width: 33.3333%; }

	/* 배너존 */
	.banner_zone ul li { width:50%; }
}

@media (max-width:480px){
	/* 게시판 */
	.notice0023 .titTab li { max-width: 100%; line-height: 2rem; }

	/* 바로가기 */
	.M_link0023 li a p { width: 3.5rem; height: 3.5rem; line-height: 4.5rem; }
	.M_link0023 li a img { width: 3.2rem; height: 3.2rem; }

	/* 바로가기2 */
	.M_link002302 li { width: 50%; }
}

@media (max-width:380px) {

	/* 바로가기2 */
	.M_link002302 li a p { height: 4.25rem; }

	/* 배너존 */
	.banner_zone ul li { width:100%; }

}
