﻿
/* 메인비주얼 */ 
.MVisual0038 { position: relative; height: 100%; line-height:1;}
.MVisual0038 .slider{height:100%; overflow:hidden;}
.MVisual0038 .item{overflow:hidden;}
.MVisual0038 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0038 .control{position:absolute; right:50%; margin-right:-30rem; bottom:2rem; z-index:1;}
.MVisual0038 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(17, 50, 30, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0038 .control > a.play{display:none;}
.MVisual0038 .control > a:hover,
.MVisual0038 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 게시판 */
.notice0038 { position:relative; height:100%; }
.notice0038:before { content:""; position:absolute; right:1040px; top:0; width:50%; height:100%; background:linear-gradient(to right, #74c9de, #ffd546); opacity:0.2;}
.notice0038 .titTab { position:absolute; left:0; top:2.25rem; width:8rem; }
.notice0038 .titTab li { position:relative; }
.notice0038 .titTab li a { position:relative; display:block; height:3rem; font-size:1.1rem; font-weight: 600; line-height:3rem; overflow:hidden; text-overflow:ellipsis;}
.notice0038 .titTab li a:before { content:""; position:absolute; left:0; top:0; width:0; height:100%; background:#4a76ca; border-radius:0.5rem; opacity:0; }  
.notice0038 .titTab li a:after { content:""; position:absolute; right:1.5rem; top:0; width:23px; height:100%; background:url('/images/schl/template/T0038/main/0038_noti_dot.png') no-repeat center; opacity:0; -webkit-transition:0.3s; transition:0.3s; }  
.notice0038 .titTab li a span { position:relative; }
.notice0038 .list_box {display:none; width:100%; height:15rem; padding-left:13rem; }
.notice0038 .list_box ul { position:relative; overflow:hidden; height:100%; }
.notice0038 .list_box ul:before { content:""; position:absolute; left:0; bottom:0; width:100%; height:0.3rem; background:url('/images/schl/template/T0038/main/0038_ptrn1.png'); } 
.notice0038 .list_box li { width:30%; float:left; } 
.notice0038 .list_box li + li { margin-left:5%; }
.notice0038 .list_box li:nth-child(n+4) { display:none; }
.notice0038 .list_box li a { position:relative;  height:15rem; display:block; padding:2rem 0; font-weight: 400; color:#333; }
.notice0038 .list_box li a:before{content:""; position:absolute; left:0; bottom:0; width:0; height:0.3rem; background:#4a76ca; opacity: 0; z-index:1;} 
.notice0038 .list_box li span { position:relative; color:#787878; }
.notice0038 .list_box li a.new span { padding-right: 2rem;}
.notice0038 .list_box li a.new span:after { position:absolute; right:0; top:-0.2rem; content:"\e9a8"; font-family:"xeicon"; color:#4a76ca; font-size:1.5rem; }
.notice0038 .list_box li .tit { display:block; height:2.6rem; line-height:1.3rem; font-size:1rem; color:#333; font-weight:600; overflow:hidden; margin:1.5rem 0 2rem; }
.notice0038 .list_box li .txt { display:block; height:2.4rem; line-height:1.2rem; font-size:0.8rem; color:#696969;  overflow:hidden; }
.notice0038 .btn_more { position:absolute; left:3rem; bottom:-1rem; width:2rem; height:2rem; background:#ffd152; border-radius:50%; line-height:2rem; text-align:center; font-size:1rem; }
/* 게시판 : 데이터 없음 */ 
.notice0038 .list_box li.no_data{text-align:center; width:100%; line-height:15rem;}
/* 게시판 : active */ 
.notice0038 .titTab li a.current { width:10rem; text-align:center; color:#fff;  padding:0 3rem 0 0.5rem; font-weight:700;}
.notice0038 .titTab li a.current:before { width:100%; opacity:1;} 
.notice0038 .titTab li a.current:after { opacity:1; }
.notice0038 .list_box.on { display: block; }
.notice0038 .list_box li a:hover:before,
.notice0038 .list_box li a:focus:before{width:100%; opacity: 1;}  
.notice0038 .list_box li a:hover .tit,
.notice0038 .list_box li a:focus .tit{color:#4a76ca;}  
.notice0038 a, .notice0038 p{-webkit-transition:all 0.3s; -ms-transition:all 0.3s; transition:all 0.3s; }
.notice0038 :before{-webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.notice0038 .btn_more:hover,
.notice0038 .btn_more:focus { background:#4a76ca; color:#fff; }

/* 바로가기1 */
.M_link0038 { position:relative; height:100%;}
.M_link0038 ul{display:flex; }  
.M_link0038 ul li { flex:1; max-width:8rem; } 
.M_link0038 ul li a { display:block; text-align:center; }
.M_link0038 ul li a p { position:relative; width:100%; width:5.75rem; margin:0 auto; background:#edf3ff; border-radius:0.8rem; -webkit-transition:background-color 0.3s; transition:background-color 0.3s; }
.M_link0038 ul li a p img { width:100%; -webkit-transition:transform 0.3s; transition:transform 0.3s;}
.M_link0038 ul li a span { position:relative; display:inline-block; line-height:1.5rem; max-height:3rem; font-size:0.9rem; font-weight:600; margin-top:0.7rem; overflow:hidden; color:#000;} 
.M_link0038 ul li a span:before { content:""; position:absolute; left:0; bottom:0; width:100%; height:0; background:#c9d9f8; border-radius:0.8rem; z-index:-1; -webkit-transition:0.3s; transition:0.3s; }
/** 바로가기1 : active **/
.M_link0038 ul li a:hover p,
.M_link0038 ul li a:focus p { background:#79a1ed;}
.M_link0038 ul li a:hover p img,
.M_link0038 ul li a:focus p img { -webkit-transform:rotateY(180deg); transform:rotateY(180deg);}
.M_link0038 ul li a:hover span:before,
.M_link0038 ul li a:focus span:before { height:0.8rem; }
 
/* 식단 */
.meal_menu0038 { position:relative; height:100%; }
.meal_menu0038:before { content:""; position:absolute; left:0; top:0; width:200%; height:100%; background:url('/images/schl/template/T0038/main/0038_ptrn2.png'); box-shadow:0 0 13px rgba(0,0,0,0.13); z-index:-1;}
.meal_menu0038 h2 { position:relative; width:8.75rem; line-height:5.5rem; text-align:center; font-size:1.1rem; overflow:hidden; white-space:nowrap; color:#000; font-weight: 700; float:left; }
.meal_menu0038 h2:before { content:""; position:absolute; right:0; top:calc(50% - 0.375rem); width:2px; height:0.75rem; background:#000; }
.meal_menu0038 .inner { position:relative; width:calc(100% - 23rem); float:left; }
.meal_menu0038 .inner ul { height:2.2rem; overflow-y:auto; margin-top:1.35rem; padding-top:0.6rem; }
.meal_menu0038 .inner li + li{margin-top:.75rem;} 
.meal_menu0038 .inner li.no_data { text-align:center; line-height:1.5rem;}
.meal_menu0038 .inner dl { display:flex; } 
.meal_menu0038 .inner dl dt { flex-basis:8.5rem; font-size:0.9rem; color:#000; text-align:center; font-weight:600; line-height:1.6rem; }
.meal_menu0038 .inner dl dt span { color:#4a76ca; }
.meal_menu0038 .inner dd { width:calc(100% - 8.5rem); color:#000; font-size:0.8rem; word-break:keep-all;  line-height:1.6rem; font-weight:600; }
.meal_menu0038 > img{position:absolute; right:0; bottom:-0.5rem; width:8.75rem; height:8.15rem;}
.meal_menu0038 .btn_more { position:absolute; right:10.5rem; top:calc(50% - 1.05rem); width:2.1rem; height:2.1rem; background:#4a76ca; border-radius:50%; line-height:2.1rem; text-align:center; color:#fff; font-size:1rem; }
/* 식단 : active */
.meal_menu0038 .btn_more:hover,
.meal_menu0038 .btn_more:focus{opacity: 1;}

/* 캘린더 */
.pop_schedule0038 { position:relative; height:100%; }
.pop_schedule0038 h2{position:relative; line-height:2rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; color:#000; font-weight: 700; margin-bottom:0.5rem; margin-right:3rem; } 
.pop_schedule0038 .month { position:relative; display:flex; justify-content:space-between; align-items:center; } 
.pop_schedule0038 .month:before { content:""; position:absolute; left:2.3rem; top:50%; width:calc(50% - 5.5rem); height:1px; border-top:2px dotted #3b3b3b;  }
.pop_schedule0038 .month:after { content:""; position:absolute; right:2.3rem; top:50%; width:calc(50% - 5.5rem); height:1px; border-top:2px dotted #3b3b3b;  }
.pop_schedule0038 .month span { display:flex; flex-direction:column; justify-content:center; align-items:center; width:5.5rem; height:5.5rem; background:#ffd152; border-radius:50%; font-size:0.85rem; font-weight:600; line-height:1; }
.pop_schedule0038 .month span:before { content:""; position:absolute; left:calc(50% - 1.5rem); bottom:1.2rem; width:3rem; height:0.8rem; background:#fff; opacity:0.45; border-radius:0.4rem; }
.pop_schedule0038 .month span em { position:relative; display:block; font-size:1.75rem; font-weight:800; }
.pop_schedule0038 .month a { position:relative; display:block; width:1.75rem; height:1.75rem; border-radius:50%; text-align:center; line-height:1.75rem; }
.pop_schedule0038 .month a:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:2px solid #ffd46a; border-radius:50%;}
.pop_schedule0038 .month a i { transform:rotate(90deg); }
.pop_schedule0038 .lst { position:relative; z-index:1; padding:.5rem 0 0;}
.pop_schedule0038 .lst ul { overflow-y:auto; height:8.5rem; margin-right:6rem; }
.pop_schedule0038 .lst ul li a { position:relative; display:block; padding:0.5rem 0 0.5rem 2.5rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#000;}
.pop_schedule0038 .lst ul li a span { position:absolute; left:0; top:0.2rem; width:1.75rem; height:1.75rem; background:#ebebeb; border-radius:0.5rem; text-align: center; line-height:1.75rem; color:#333; font-weight:700; } 
.pop_schedule0038 .lst .no_data { width:100%; line-height:6rem; text-align:center; padding-right:0; }
.pop_schedule0038 .img { position:absolute; right:0; bottom:0; font-size:0; }
.pop_schedule0038 .img img { width:5.55rem;}
.pop_schedule0038 .btn_more{position:absolute; right:0; top:0; width:2rem; height:2rem; color:#fff; background:#9a9a9a; border-radius:50%; text-align:center; line-height:2rem; }
.pop_schedule0038 .btn_more i { -webkit-transform:rotate(90deg); transform:rotate(90deg);}
/** 캘린더 : active **/ 
.pop_schedule0038 .month a:hover,
.pop_schedule0038 .month a:focus { background:#ffd46a; }
.pop_schedule0038 .btn_more:hover,
.pop_schedule0038 .btn_more:focus{ background:#4a76ca; }
.pop_schedule0038 .lst ul li a:hover span,
.pop_schedule0038 .lst ul li a:focus span { background:#ffd46a; }
.pop_schedule0038 a,
.pop_schedule0038 a span{-webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }

/* 팝업존 */
.pop0038 { position:relative; width:100%; height:100%;}
.pop0038 h2 { color:#111; font-weight:700; font-size:1rem; line-height:2rem; white-space: nowrap; overflow:hidden;}
.pop0038 .tit_wrap{position:relative; padding-right:11rem; margin-bottom:0.7rem;}
.pop0038 .nss_pg{position:absolute; right:0; top:0; color:#000; line-height:2rem; }
.pop0038 .nss_pg p { display:inline-block; font-size:.9rem; font-weight:600; }
.pop0038 .nss_pg p strong { font-size:1.1rem; color: #4a76ca; font-weight: 700;}
.pop0038 .nss_pg p strong:after{content:""; display:inline-block; width:0.1rem; height:0.45rem; background:#000; -webkit-transform:rotate(30deg); transform:rotate(30deg); margin:0 0.5rem; vertical-align:middle; }
.pop0038 .nss_pg a {display: inline-block; overflow: hidden; text-align:center; font-size:1.1rem; vertical-align:middle; margin-left:0.5rem; -webkit-transition:0.3s; transition:0.3s; }
.pop0038 .nss_pg .bTstlye { position:relative; display:inline-block; width:2.2rem; height:1.5rem; }
.pop0038 .nss_pg .bTstlye.prev { background:url('/images/schl/template/T0038/main/0038_pop_prev.png') no-repeat right center ; }
.pop0038 .nss_pg .bTstlye.next { background:url('/images/schl/template/T0038/main/0038_pop_next.png') no-repeat left center ; }
.pop0038 .nss_pg .bTstlye:before { content:""; position:absolute; left:0; top:0; width:1.5rem; height:1.5rem; background:#d7e1f3; border-radius:50%; z-index: -1; }
.pop0038 .nss_pg .bTstlye.next:before { left:auto; right:0;}  
.pop0038 .nss_pg .play {display: none;}
.pop0038 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:0.5rem; background:#f1f1f1}
.pop0038 .pop_img div,
.pop0038 .pop_img .item {height:100%;}
.pop0038 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0038 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 : active */
.pop0038 .nss_pg a:hover,
.pop0038 .nss_pg a:focus{color:#4a76ca;}
.pop0038 .nss_pg .bTstlye.prev:hover,
.pop0038 .nss_pg .bTstlye.prev:focus { background-position:left center;}
.pop0038 .nss_pg .bTstlye.next:hover,
.pop0038 .nss_pg .bTstlye.next:focus { background-position:right center;}

/* 갤러리 */
.gallery0038 { position:relative; }
.gallery0038 h2 { color:#000; font-weight: 700; font-size:1.1rem; line-height:2rem; overflow:hidden; white-space:nowrap; margin-right:2.5rem;  margin-bottom:0.7rem; }
.gallery0038 .list_box{ height:11.25rem; border-radius:0.5rem; overflow:hidden;}
.gallery0038 .list_box.no_data{height:11.25rem; display:flex; align-items:center; justify-content:center; border-radius:5px; background:#e5ecf9;}
.gallery0038 .list_box li{width:47.5%; float:left; margin:5px 0;}
.gallery0038 .list_box li + li{margin-left:5%;}
.gallery0038 .list_box a { position:relative; display:block; height:100%; overflow:hidden;}
.gallery0038 .list_box a:before{content:"\e913"; position:absolute; right:0; bottom:0; width:2.25rem; height:2.25rem; line-height:2.25rem; border-radius:50%; font-size:1.1rem; color:#111; font-family: 'xeicon'; background:#75e4ff; text-align: center; opacity: 0;}
.gallery0038 .list_box a .img{height:100%; overflow:hidden; background:#f1f1f1;}
.gallery0038 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; } 
.gallery0038 .list_box a .txt { position:absolute; right:0; left:0; bottom:0; line-height:3.5rem; padding:0 1rem; text-align:center; font-size:0.9rem; color:#000; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; background:rgba(255,255,255,0.66); font-weight:600;}
.gallery0038 .btn_more{position:absolute; right:0; top:0; width:2rem; height:2rem; color:#fff; background:#9a9a9a; border-radius:50%; text-align:center; line-height:2rem; }
.gallery0038 .btn_more i { -webkit-transform:rotate(90deg); transform:rotate(90deg);}
/** 갤러리 : active **/
.gallery0038 .list_box a:hover:before,
.gallery0038 .list_box a:focus:before{ opacity: 1; }
.gallery0038 .list_box a:hover .txt,
.gallery0038 .list_box a:focus .txt{ background:rgba(0,0,0,0.7); color:#fff; line-height:5rem;}
.gallery0038 .btn_more:hover,
.gallery0038 .btn_more:focus{ background:#4a76ca; }
.gallery0038 a, .gallery0038 a .txt{-webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }


/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.3rem; overflow: hidden; border-left:1px solid #ccc;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; border:1px solid #ccc; border-left:0;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap { width: calc(100% - 10rem); float:left; padding-top: 0.75rem; padding-left:1.5rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}
/* 배너존 : active */
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}

@media (max-width: 1240px) {
 
	/* 메인비주얼 */
	.MVisual0038 .item img{width:175%; height:auto; left:-37.5%; transform: none; -webkit-transform: none; -ms-transform: none;}
	.MVisual0038 .control{right:1rem; margin-right:0;} 

	/* 게시판 */
	.notice0038:before { width:9rem; left:-1rem;}

	/* 학교일정 */
	.pop_schedule0038 .lst ul { margin-right:0; }
	.pop_schedule0038 .img { display:none; }

	/* 팝업존 */
	.pop0038 .pop_img .item img {width:auto; height:100%;}
 
} 
@media (max-width: 1024px) { 
	/* 게시판 */
	.notice0038 .list_box li { width:48%; }
	.notice0038 .list_box li + li { margin-left:4%; }
	
	/* 바로가기 */
	.M_link0038 ul { flex-wrap:wrap; justify-content:initial; align-items:baseline;} 
	.M_link0038 ul li { flex:inherit; width:25%; max-width:none; }
	.M_link0038 ul li:nth-child(n+5) { margin-top:1rem;}

	/* 식단 */
	.meal_menu0038 .inner { width:calc(100% - 19rem); 	}
	.meal_menu0038 .btn_more { right:7rem; }
	.meal_menu0038 > img { width:6rem; height:auto; }
	.meal_menu0038 .inner li.no_data { padding-top:1rem;}
} 
@media (max-width: 980px) { 
	/* 식단 */
	.meal_menu0038 .inner dl { display:block; }
	.meal_menu0038 .inner ul { margin-top:1rem; padding:0 0 0 1rem; height:3rem; }
	.meal_menu0038 .inner dl dt { text-align:left; }
	.meal_menu0038 .inner dd { width:100%; line-height:1.2rem; }
	.meal_menu0038 .inner li.no_data { padding-top:0;}
  
	/* 학교일정 */
	.pop_schedule0038 .lst ul li { width:50%; float:left; padding-right:1rem; } 
} 

@media (max-width: 860px) {
 
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
} 
@media (max-width: 640px) {	 
	/* 게시판 */
	.notice0038:before { display:none; }
	.notice0038 .titTab { position:relative; left:auto; top:auto; width:100%; padding:1rem 2.5rem 1rem 0; }
	.notice0038 .titTab:before { content:""; position:absolute; left:-1rem; top:0; width:calc(100% + 2rem); height:100%; background:linear-gradient(to right, #74c9de, #ffd546); opacity:0.2;}
	.notice0038 .titTab li { display:inline-block; }
	.notice0038 .titTab li + li { margin-left:0.7rem;}
	.notice0038 .titTab li a { line-height:2.5rem; height:2.5rem; font-size:1rem; }
	.notice0038 .titTab li a:after { display:none; }
	.notice0038 .titTab li a.current { width:auto; padding:0 0.5rem; }
	.notice0038 .list_box { padding-left:0; height:18rem; }  
	.notice0038 .list_box li { width:100%; }
	.notice0038 .list_box li + li { margin:0; border-top:1px dashed #ddd; }
	.notice0038 .list_box li a {height:9rem; padding:1rem 0;}
	.notice0038 .list_box li .tit { height:1.3rem; margin:1rem 0;}
	.notice0038 .btn_more { left:auto; right:0; top:1.1rem; }

	/* 바로가기 */
	.M_link0038 ul li a p { width:4.5rem; }


	/* 식단 */
	.meal_menu0038 { padding:1rem; }
	.meal_menu0038 h2 { line-height:2rem; text-align:left; float:none; }
	.meal_menu0038 h2:before { display:none; }
	.meal_menu0038 .inner { width:calc(100% - 6rem); float:none; }
	.meal_menu0038 .inner ul {padding-left:0; margin-top:0.5rem; }
	.meal_menu0038 .btn_more { right:6rem; top:1rem; } 

	/* 팝업존 */
    .pop0038 .pop_img{ height:auto; text-align:center; }
    .pop0038 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
}

@media (max-width: 480px) {
	/* 바로가기 */
	.M_link0038 ul li { width:33.33%;}
	.M_link0038 ul li:nth-child(4) { margin-top:1rem;}

	/* 학교일정 */
	.pop_schedule0038 .lst ul li { width:100%; padding-right:0; }
 
}   
@media (max-width: 320px) { 
	/* 바로가기 */  
	.M_link0038 ul li a p { width:4rem;}
	
	/* 식단 */
	.meal_menu0038 > img { display:none; }
	.meal_menu0038 .inner { width:100%; }
	.meal_menu0038 .btn_more { right:1rem;}
}