﻿/* common style */ 
h2.heading {max-width: calc(100% - 2rem); color:#000; font-weight:600; font-size:1.1rem;white-space: nowrap; overflow:hidden; margin-bottom: 1.2rem;}

.btn_more{ position:absolute; top: 0.15rem; right: 0; line-height:1; font-size: 1.2rem; color:#000; }
.btn_more i{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s;}
.btn_more:hover i,
.btn_more:focus i { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }


/* 알림존 */
.pop1003 { position:relative; width:100%; height:100%; } 
.pop1003 h2.heading {max-width: calc(100% - 9rem);}
.pop1003 .control {position: absolute; top: 0rem; right: 0; text-align: center; z-index: 1; }
.pop1003 .control p { display: inline-block; font-weight: 400; font-size:0.8rem; color: #666; vertical-align: middle; }
.pop1003 .control p strong {position: relative; color:#114b94; font-weight: 700; padding-right: 1.2rem;}
.pop1003 .control p strong::after{content: ''; display: block; width: 14px; height: 3px; background: #c5c9d6; border-radius: 5px; margin: 0 0.9rem; position: absolute; right: -0.65rem; top: calc(50% - 1.5px);}
.pop1003 .control p span{margin-right: 0.5rem;}
.pop1003 .control a {display: inline-block; overflow: hidden; text-align:center; color: #000; font-size:1.2rem; padding: 0 0.1rem; transition: all .2s; -webkit-transition: all .2s; vertical-align: middle;}
.pop1003 .control .play {display: none;}
.pop1003 .pop_img { position:relative; height:13.5rem; border-radius: 1rem; isolation: isolate; overflow:hidden; background: rgba(0,0,0,0.1);}
.pop1003 .pop_img div[class*='slick-'],
.pop1003 .pop_img .item {height:100%;} 
.pop1003 .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden; background-color: rgba(0,0,0,0.3);}
.pop1003 .pop_img .item img {position:relative; width:auto; height:auto; max-height: 100%; max-width: 100%;}
/* 알림존 :active */
.pop1003 .control a:hover,
.pop1003 .control a:focus {color:#ff8d3b;}

/* 게시판 */
.notice1003 { position:relative; overflow:hidden; height:100%; }
.notice1003 .titTab{background: #e5eff9; border-radius:3rem; overflow:hidden; position:relative;}
.notice1003 .titTab::before{width: 1px; height: 16px; background: #c5c9d5; position: absolute; right: 3.5rem; top: calc(50% - 8px); content: '';}
.notice1003 .titTab li { position:relative; display:inline-block; max-width:calc(33% - 1.5rem); vertical-align: top;}
.notice1003 .titTab a { position:relative; display:flex; width:100%; height:2.8rem; font-size: 1rem; font-weight: 400; padding:0 1rem; border-radius:0.95rem 0.95rem 0 0; color:#555; align-items: center; justify-content: center;}
.notice1003 .titTab a span{ display:block; overflow:hidden; white-space:nowrap;} 
.notice1003 .list_box { display:none; width:100%; }
.notice1003 .topList { display: block; position: relative;}
.notice1003 .topList dl { padding:1rem 0 0.7rem; border-bottom: 2px dotted #c5c8cd; margin-bottom:0.5rem;}
.notice1003 .topList dt { position:relative; font-size:0.9rem; color:#222; line-height: 1.3rem; font-weight:500; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice1003 .topList dl.new dt:before {content: "N"; display: inline-flex; justify-content: center; align-items: center; color:#fff; border-radius: 50%; background: #00a15c; width: 1rem; height: 1rem; font-size: 0.6rem; font-weight: 600; margin-right: 0.3rem; position: relative; top: -0.1rem;}
.notice1003 .topList dd > p { height:2.2rem; line-height:1.2rem; margin: 0.6rem 0 0.5rem; color: #555; overflow:hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.notice1003 .topList dd .date { font-size: 0.75rem; color: #666; font-weight:300;}
.notice1003 .topList dd .ico{ position:absolute; left:1.15rem; top:3.15rem; width: 6.75rem; height: 6.75rem; line-height: 10rem; background: #f1f1f1; border-radius: 50%; text-align: center;}
.notice1003 .list_box {display: none; width: 100%; } 
.notice1003 .list_box li:nth-child(n+4) {display: none;} 
.notice1003 .list_box li a {position: relative; display: block; padding: 0 4.5rem 0 0.75rem; height: 1.7rem; line-height: 1.7rem; font-size: 0.8rem; font-weight: 400; color: #333;}
.notice1003 .list_box li a:before {position: absolute; left: 0; top: calc(50% - 1.5px); width: 8px; height: 3px; background: #114b94; border-radius: 1rem; content:"";}
.notice1003 .list_box li a p {display: inline-block; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color:#333;}
.notice1003 .list_box li a span {position: absolute; right: 0; top: 0; color: #666; font-size: 0.75rem; font-weight:300;}
.notice1003 .list_box li.no_data {text-align: center; line-height: 12.5rem;}
.notice1003 .list_box li a.new p {position: relative; max-width: 100%; padding-left: 1.2rem;}
.notice1003 .list_box li a.new p::after {position: absolute; top: calc(50% - 0.5rem); left: 0; width: 1rem; height: 1rem; line-height: 1rem; text-align: center; border:1px solid #114b94; border-radius: 50%; font-size: 0.55rem; font-weight: 600; color:#114b94; content: "N"; }
.notice1003 .btn_more{ right:1rem; top:0.8rem;}
/* 게시판 : 데이터 없음 */
.notice1003 .list_box dl.no_data { padding-left: 0; text-align: center; }
.notice1003 .list_box dl.no_data dt { font-weight: 400; font-size: 0.85rem; }
.notice1003 .list_box dl.no_data .date p{padding-top:0;}
/* 게시판 : active */
.notice1003 .titTab a.current{background:#00a15c; color:#fff !important; font-weight: 600; border-radius: 2.5rem 2.5rem 0 2.5rem ; }
.notice1003 .titTab a:hover,
.notice1003 .titTab a:focus{color:#00a15c; font-weight: 600;}
.notice1003 a.topList:hover dt,
.notice1003 a.topList:focus dt{ color:#00a15c; }
.notice1003 a.topList:hover dd > p,
.notice1003 a.topList:focus dd > p,
.notice1003 li a:hover p,
.notice1003 li a:focus p{ text-decoration: underline;}
.notice1003 .list_box.on { display: block; }
.notice1003 a, .notice1003 :before{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 메인비주얼 */
.MVisual1003 { position: relative; height: 100%; border-radius: 1rem; overflow:hidden; isolation: isolate; box-shadow:0 0 20px rgba(17,75,148,0.15); }
.MVisual1003 .slider{height:100%; background:rgba(0,0,0,0.1); position: relative; z-index: 0;}
.MVisual1003 .slider div{height:100%;}
.MVisual1003 .item {line-height: 0; overflow: hidden;}
.MVisual1003 .item img {width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual1003 .control {position: absolute; left: 0rem; bottom: 0; text-align: center; z-index: 1; background: #fff; padding: 0.7rem 0.7rem 0.7rem 1.2rem; border-radius:0.9rem;}
.MVisual1003 .control p { display: inline-block; font-weight: 400; font-size:0.8rem; color: #666; vertical-align: middle; }
.MVisual1003 .control p strong {position: relative; color: #114b94; font-weight: 700; padding-right: 1.2rem;}
.MVisual1003 .control p strong::after{content: ''; display: block; width: 14px; height: 3px; background: #c5c9d6; border-radius: 5px; margin: 0 0.9rem; position: absolute; right: -0.75rem; top: calc(50% - 1.5px);}
.MVisual1003 .control p span{margin-right: 0.5rem;}
.MVisual1003 .control a {display: inline-block; overflow: hidden; text-align:center; color: #000; font-size:1.2rem; padding: 0 0.1rem; transition: all 0.2s; -webkit-transition: all .02s; vertical-align: middle;}
.MVisual1003 .control .play {display: none;}
.MVisual1003 .control > a:hover,
.MVisual1003 .control > a:focus{ color: #114b94;}

/* 바로가기1 */
.M_link100301 {position: relative; height: 100%; background: #114b94; color: #fff; font-size: 0.8rem; font-weight: 500; border-radius: 1rem; overflow:hidden;}
.M_link100301 ul {display: flex; align-items: center; height: 100%;}
.M_link100301 li {position: relative; height: 100%; flex: 1;}
.M_link100301 li + li::before {content: ''; display: block; position: absolute; left: -2px; top: calc(50% - 8px); width: 4px; height: 16px; background: url('/images/po/template/T1003/main/1003_link01_line.png') no-repeat center / contain; z-index: 6; }
.M_link100301 li a {position: relative;height: 100%;width: 100% ;display: flex; align-items: center; padding: 0 0.5rem 0 3.75rem; width: 100%; }
.M_link100301 li a .ico {display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; left: 1.15rem; transition: all 0.15s; transform: translateY(-50%);}
.M_link100301 li a .ico img {max-width: 2.2rem; max-height: 2.2rem; transition: all 0.15s; }
.M_link100301 li a p { position:relative;max-height: 2.2rem;  overflow: hidden;}
.M_link100301 li a p span {line-height:1.2; display:inline; position:relative; z-index:9;}
.M_link100301 li a,
.M_link100301 li a .ico {-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s;}
/** 바로가기1 : active **/ 
.M_link100301 li a:hover,
.M_link100301 li a:focus { background:#013679;}
.M_link100301 li a:hover .ico img,
.M_link100301 li a:focus .ico img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link100301 li a:hover p span,
.M_link100301 li a:focus p span {  background-image: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.4) 50%); }
 
/* 바로가기2 */
.M_link100302 { position:relative; height:100%; z-index: 9; padding: 0 2.7rem;}
.M_link100302 .slick-list { padding-top: 0.5rem;}
.M_link100302 .list_box .item {position:relative; vertical-align: top;margin:0 auto;}
.M_link100302 .list_box .item a {position:relative; display: block; width:100%; text-align: center; color: #222;}
.M_link100302 .list_box .item a p {display: flex;width: 4rem;height:4rem;justify-content: center;margin:0 auto;align-items: center;padding: 0.5rem;text-align:center;border-radius: 1rem;box-shadow: 0 0 10px rgba(17,75,148,0.1);background:#fff;border:2px dotted transparent;transition: all 0.15s;-webkit-transition: all 0.15s;}
.M_link100302 .list_box .item a p img { max-width: 3.2rem; margin: 0 auto; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s;}
.M_link100302 .list_box .item a span{display:block; line-height:1rem; max-height:3rem; font-size: 0.8rem; margin: 0.6rem 0.7rem 0; overflow:hidden; font-weight: 400; color:#222; word-break: keep-all;}
.M_link100302 .list_box .item a span dd{font-size:0.7rem;}
/* === 바로가기2 item개수 10개 이하일 경우 적용되는 공식 === */
.M_link100302 .list_box_mini .slick-track{display: flex; width: 100% !important; justify-content: space-around;}
.M_link100302 .list_box_mini .slick-track .item{flex: 1; width: auto !important;}
/* === //바로가기2 item개수 10개 이하일 경우 적용되는 공식 === */

.M_link100302 .control a { position: absolute; top: calc(50% - 1.25rem); left: 0; width: 2.5rem; height: 2.5rem; border-radius: 50%; text-align: center; line-height: 2.5rem; background: #e5eff9; color: #000; font-size: 1.2rem; transition: all 0.15s; -webkit-transition: all 0.15s;}
.M_link100302 .control a.next {left: auto; right: 0;}
/** 바로가기2 : active **/
.M_link100302 .list_box .item a:focus p,
.M_link100302 .list_box .item a:hover p { border-color:#114b94;}
.M_link100302 .list_box .item a:focus p img,
.M_link100302 .list_box .item a:hover p img{transform: rotateY(180deg); }
.M_link100302 .list_box .item a:focus span,
.M_link100302 .list_box .item a:hover span {font-weight:500; color:#114b94;}
.M_link100302 .control a:hover,
.M_link100302 .control a:focus { background: #114b94; color: #fff;}

/* 교육청소식 */
.gallery1003 { position:relative; }  
.gallery1003 .list_box ul{height:100%;}
.gallery1003 .list_box li{width:31.3%; float:left; }
.gallery1003 .list_box li:nth-child(n+4) { display: none; }
.gallery1003 .list_box li + li{margin-left:3.05%;}
.gallery1003 .list_box li.no_data{width:100%; height:100%; display:flex; align-items:center; line-height:12rem; justify-content:center; border-radius:2rem;}
.gallery1003 .list_box a { position:relative; display:block; overflow:hidden;}
.gallery1003 .list_box a .img{ position: relative; height:11.5rem; overflow:hidden; background:rgba(0,0,0,0.1); border-radius: 1rem; }
.gallery1003 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:auto; height:100%; transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery1003 .list_box a span{ display:block; font-size:0.8rem; line-height:1rem; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#333; text-align: center; padding-top: 0.9rem; }
.gallery1003 .btn_more { top: 0.1rem; }
/** 교육청소식 : active **/ 
.gallery1003 .list_box a:hover .img img,
.gallery1003 .list_box a:focus .img img {transform:translate(-50%, -50%) scale(1.1); -webkit-transform:translate(-50%, -50%) scale(1.1);}
.gallery1003 .list_box a:hover span,
.gallery1003 .list_box a:focus span{ font-weight: 600;}
.gallery1003 a{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
  
/* 홍보영상 */
.promotion1003 {position: relative; height: 100%;} 
.promotion1003 .list_box {height: calc(100% - 2.75rem);}
.promotion1003 .list_box ul {height: 100%;}
.promotion1003 .list_box li {height: 100%;}
.promotion1003 .list_box li:nth-of-type(n+2) {display: none;}
.promotion1003 .list_box li.no_data{display: flex; padding: 2rem 0; width: 100%; height: 11rem; border-radius:1rem; align-items: center; justify-content: center; background: rgba(0,0,0,0.05);}
.promotion1003 .list_box a {position: relative; display: block; background: #e1e1e1; border-radius:1rem 1rem 1rem 0;}
.promotion1003 .list_box a .img {height: 100%; height:12rem; border-radius:1rem 1rem 1rem 0; overflow: hidden;}
.promotion1003 .list_box a .img img {position: relative; top: 50%; left: 50%; width: auto; height: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -webkit-transition: all 0.15s; transition: all 0.15s;}
.promotion1003 .list_box a .txt {position: absolute; bottom: 0; left: 0; display: block; border-top-right-radius: 1.5rem; padding: 1rem 0.5rem 0 0; width: 95%; font-size: 0.8rem; font-weight: 400; color: #000; white-space: nowrap; text-overflow: ellipsis; background: #f1faf6; overflow: hidden; }
.promotion1003 .list_box a .date {display: block; font-size: 0.75rem; color: #666; font-weight: 400; }
/** 홍보영상 : active **/ 
.promotion1003 .list_box a:hover .img img,
.promotion1003 .list_box a:focus .img img{ transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1); }
.promotion1003 .list_box a:hover .txt,
.promotion1003 .list_box a:focus .txt { font-weight: 600;}

/* 보도자료 */
.press1003 .list_box .img_box { width: 14.25rem; float: left;}
.press1003 .list_box .img_box.no_data { height:12rem; background:rgba(0,0,0,0.05); text-align:center; border-radius:1rem; line-height:12rem;}
.press1003 .list_box .img_box a {position: relative; display: block; background: #e1e1e1; border-radius:1rem 1rem 1rem 0;}
.press1003 .list_box .img_box a .img { height:12rem; border-radius:1rem 1rem 1rem 0; overflow: hidden;}
.press1003 .list_box .img_box a .img img {position: relative; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -webkit-transition: all 0.15s; transition: all 0.15s;}
.press1003 .list_box .img_box a .txt {position: absolute; bottom: 0; left: 0; display: block; border-top-right-radius: 1.5rem; padding: 1rem 0.5rem 0 0; width: 95%; font-size: 0.8rem; font-weight: 400; color: #000; white-space: nowrap; text-overflow: ellipsis; background: #f1faf6; overflow: hidden; }
.press1003 .list_box .img_box a .date {display: block; font-size: 0.75rem; color: #666; font-weight: 400; }
.press1003 .list_box ul { width: calc(100% - 16.9rem); float: right;}
.press1003 .list_box li:nth-of-type(n+5) {display: none;}
.press1003 .list_box li {border-bottom: 2px dotted #d8e1de;}
.press1003 .list_box li a {position: relative; display: block; padding: 0 4.5rem 0 0; height: 2.9rem; line-height: 2.9rem; font-size: 0.8rem; font-weight: 400; color: #000;}
.press1003 .list_box li a p {display: inline-block; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color:#333; transition: all 0.15s; -webkit-transition: all 0.15s;}
.press1003 .list_box li a span {position: absolute; right: 0; top: 0; color: #666; font-size: 0.75rem; font-weight:300;}
.press1003 .list_box li.no_data {text-align: center; line-height: 12.5rem; border:none;}
.press1003 .list_box li a.new p {position: relative; max-width: 100%; padding-left: 2rem;}
.press1003 .list_box li a.new p::after {position: absolute; top: calc(50% - 0.75rem); left: 0; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; background: #0b5ab9; border-radius: 50%; font-size: 0.7rem; font-weight: 600; color:#fff; content: "N"; }
/** 보도자료 : active **/ 
.press1003 .list_box a:hover .img img,
.press1003 .list_box a:focus .img img{ transform: translate(-50%, -50%) scale(1.1); -webkit-transform: translate(-50%, -50%) scale(1.1); }
.press1003 .list_box a:hover .txt,
.press1003 .list_box a:focus .txt { font-weight: 600;}
.press1003 .list_box li a:hover p,
.press1003 .list_box li a:focus p { color:#114b94; text-decoration: underline;}


/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #e5e5e5; background: #fff;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone .container::after{content: ''; display: block; clear: both; }
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 5rem; font-size: 0.9rem; font-weight: 700; color: #000;}
.banner_zone .bnWrap { width: calc(100% - 10rem); float:left; padding-top: 0.75rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 1.5rem; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}
.banner_zone .btn {float: right; margin-top: 1.3rem;}
.banner_zone .btn::after{content: ''; display: block; clear: both;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; color: #7f7f7f;}
.banner_zone .btn a.play{display:none;}

@media (max-width: 1760px) {
	/* 퀵메뉴 */
	.quick_menu{right: 1rem; left: auto;}

}

@media (max-width: 1540px) {
	/* 퀵메뉴 */
	.quick_menu{display: none;}

	 
}
@media (max-width: 1420px) {
    /* 메인비주얼 */ 
    .MVisual1003 .item img { left: 0; transform: none; -webkit-transform: none; -ms-transform: none;}

    /* 게시판 */ 
    .notice1003 .titTab a { padding:0 0.5rem; }

    /* 보도자료 */ 
    .press1003 .list_box ul { width: calc(100% - 15.5rem); }
    
}

@media (max-width: 1024px) {
    /* 보도자료 */ 
    .press1003 .list_box li a { padding: 0; }
    .press1003 .list_box li a span { display: none;}
	
	 /* 메인비주얼 */
    .MVisual1003 .item img { left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}

    /* 팝업존 */
    .pop1003 .pop_img{height: 11.25rem;}

    /* 갤러리 */
    .gallery1003 .list_box a .img{height: 9.5rem;}
 
} 
@media (max-width:1024px) and (min-width: 841px){
    /* 교육청소식 */ 
    .gallery1003 .list_box li{width:48.25%; }
    .gallery1003 .list_box li:nth-child(n+3) { display: none; }
    .gallery1003 .list_box li + li{margin-left:3.5%;}
    
}

@media (max-width: 1024px) and (min-width: 769px) {
 
	/* 바로가기1 */
	.M_link100301 ul {display: flex; flex-direction: column;} 
	.M_link100301 li + li::before { left: calc(50% - 8px);top: -2px;transform: rotate(90deg);-webkit-transform: rotate(90deg);}
	.M_link100301 li a { padding: 0 0.5rem; flex-direction: column; justify-content: center;}
	.M_link100301 li a .ico {position: relative; top: 0; left: 0; transform: none;} 
    .M_link100301 li a p{text-align: center;}

} 

@media (max-width: 840px) and (min-width: 769px) {
    /* 교육청소식 */ 
    .gallery1003 .list_box li{width:100%; }
    .gallery1003 .list_box li:nth-child(n+2) { display: none; }
    .gallery1003 .list_box li + li{margin-left:0;}
}

@media (max-width: 768px) {	
    /* common style */ 
    h2.heading { font-size:1rem; margin-bottom:0.7rem; }

	 /* 메인비주얼 */
    .MVisual1003 .item img {  width:100%; height:auto;}
	.MVisual1003 .control { padding: 0.2rem 0.3rem 0.2rem 0.7rem; }
	
	 /* 보도자료 */  
    .press1003 .list_box .img_box a .txt { padding: 0.6rem 0.5rem 0 0; }

    /* 홍보영상 */
    .promotion1003 .list_box .img_box a .txt { padding: 0.6rem 0.5rem 0 0; }
	
    /* 배너존 */
	.banner_zone .container{height: auto;}
	.banner_zone h2{margin-top: 1rem;}
	.banner_zone .bnWrap{width:100%; }
	.banner_zone .bnWrap a{margin: 0 1rem;}
	.banner_zone .btn{position: absolute; top: 0; right: 0.5rem; margin-top: 1rem;}

}

@media (max-width: 620px) {	 
    /* 교육청소식 */ 
    .gallery1003 .list_box li{width:48.25%; }
    .gallery1003 .list_box li:nth-child(n+3) { display: none; }
    .gallery1003 .list_box li + li{margin-left:3.5%;}
	 
}

@media (max-width: 560px) {

    /* 게시판 */ 
    .notice1003 .titTab{ border-radius:1rem; }
    .notice1003 .titTab::before{display: none;} 
	.notice1003 .titTab ul {margin-right:2.3rem;}
    .notice1003 .titTab li{max-width:100%;} 

	/* 보도자료 */
	.press1003 .list_box .img_box { width: 100%; } 
	.press1003 .list_box ul { width: 100%; margin-top:1.5rem;}
	.press1003 .list_box li a { height: 1.8rem; line-height: 1.8rem; }

}

@media (max-width: 450px) {    
    /* 교육청소식 */ 
    .gallery1003 .list_box li{width:100%; }
    .gallery1003 .list_box li:nth-child(n+2) { display: none; }
    .gallery1003 .list_box li + li{margin-left:0;}

     /* 알림존 */ 
    .pop1003 .pop_img { height:auto; }

    /* 바로가기1 */ 
	.M_link100301 li a { padding: 0.5rem 0.3rem; flex-direction: column; justify-content: center;}
	.M_link100301 li a .ico {position: relative; top: 0; left: 0; transform: none;} 
    .M_link100301 li a p{text-align: center;}

}
@media (max-width: 380px) {  

}

@media (max-width: 330px) {    
	 
}