﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 16
-----------------------------------------------------------*/
/*imgcut*/
div[class*="gallery"] .img { position: relative; }
div[class*="gallery"] .img > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; }
div[class*="gallery"] a { display: block; }

/* 메인비주얼 */
.MVisual3027{position:relative; height:100%; overflow:hidden;}
.MVisual3027 #m_visual li{overflow:hidden;}
.MVisual3027 #m_visual li img{position:relative; height: 100%; }
.MVisual3027 .bx-wrapper{position:relative; height:100%;}
.MVisual3027 .bx-controls{position:absolute; bottom:1rem; left:1rem; width:100%; height:1.3rem; text-align:left;}
.MVisual3027 .bx-controls-direction{display:none;}
.MVisual3027 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3027 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3027 .bx-controls-auto,
.MVisual3027 .bx-pager,
.MVisual3027 .bx-pager-item{display:inline-block;}
.MVisual3027 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3027 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3027 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3027 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3027 .bx-pager-item{height:100%;}
.MVisual3027 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #ff8702; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3027 .bx-pager a.active{background-color:#ff8702;}/* 비주얼 버튼 색상 */

/* 바로가기01 */
.M_link3027 {position:relative; overflow:hidden; height:100%; } 
.M_link3027 ul li{display:block; float:left; width:50%; height:6.25rem;}   
.M_link3027 ul li + li + li {margin-top:.95rem;}
.M_link3027 ul li a{display: block; width:90%; height:100%; margin:0 auto; background:url('/00_common/images/T3027_main/3027_link_bg.png') repeat;} 
.M_link3027 ul li a .ico{display:block; text-align:center; padding-top: .2rem; }
.M_link3027 ul li a .ico img{width: 3.5rem; height: 3.5rem;  -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.M_link3027 ul li a .txt { display:inline-block; vertical-align:middle; width:100%; height:2rem; line-height:1.8rem; text-align:center; overflow:hidden; }
.M_link3027 ul li a em{display:inline-block; vertical-align:middle; line-height:1rem; font-size:0.8rem; padding:0 0.5rem;}
/* 바로가기01 : active */
.M_link3027 ul li a:hover .ico img,
.M_link3027 ul li a:focus .ico img { -webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -moz-transform:rotateY(180deg); transform:rotateY(180deg);} 

/* 게시판 */
.notice3027{position:relative; height:100%; text-align:center; }
.notice3027 h2{display:inline-block; font-size: 1rem; max-width:calc((100% - 3rem) / 3); overflow:hidden; white-space:nowrap; line-height:1; z-index:2;}
.notice3027 h2 ~ h2 { margin-left:1rem; }
.notice3027 h2 a{position:relative; display:inline-block; color:#555; overflow:hidden; transition: color 0.3s; -webkit-transition: color 0.3s; padding:0 0 2.15rem;  z-index:2;} 
.notice3027 h2 a:before{content:''; position:absolute; left: 50%; bottom: .25rem; display:block; width:1.2rem; height:1.2rem; margin-left:-.6rem; border-radius:50%; background:#ff8702; opacity:0; box-shadow:1px 1px 6px 0 rgba(255, 135, 4, 0.4); } 
.notice3027 h2 a span { position:relative; display:block; line-height:1.2rem; background:#fff; }
.notice3027 .list_box{position:absolute; top: 2.25rem; display:none; width:100%; height:calc(100% - 2.25rem);  z-index:1;}
.notice3027 .list_box.on { display:block;}
.notice3027 .list_box ul{  height:auto; border-top:9px solid #eff1f6; border-bottom:9px solid #eff1f6; overflow:hidden;} 
.notice3027 .list_box ul > li { display:block; width:33.333%; float:left; padding:2.8rem 0;}
.notice3027 .list_box ul > li + li a { border-left: 1px solid #d4d5d7; }
.notice3027 .list_box ul > li a { display:block; text-align:left; padding:0 1.8rem; color:#818181; -webkit-transition:color 0.3s; -ms-transition:color 0.3s; -moz-transition:color 0.3s; transition:color 0.3s; }
.notice3027 .list_box ul > li strong { display:block; font-size:1rem; line-height:1.4rem; color:#000; text-overflow:ellipsis; overflow: hidden; white-space:nowrap;  -webkit-transition:color 0.3s; -ms-transition:color 0.3s; -moz-transition:color 0.3s; transition:color 0.3s;}
.notice3027 .list_box ul > li.new strong:before { content:"N"; display:inline-block; width:1.35rem; height:1.35rem; border-radius:50%; background:#ff8702; color:#fff; font-size:0.8rem; margin-right:0.5rem; text-align:center; line-height:1.35rem;}
.notice3027 .list_box ul > li span { display:block; font-size:0.8rem; height:2rem; margin:0.5rem 0 1rem; line-height:1rem; overflow:hidden; }
.notice3027 .list_box ul > li em { font-size:0.7rem; }
.notice3027 .btn_more{position:absolute; top:-2.5rem; right:0; display:block; font-size:1.1rem; line-height:1; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;} 
.notice3027 .btn_more:hover,
.notice3027 .btn_more:focus { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}

/* active */
.notice3027 h2 a:hover,
.notice3027 h2 a:focus,
.notice3027 h2 a.current{color:#ff8702; }
.notice3027 h2 a.current:before { opacity:1; } 
.notice3027 .list_box ul > li a:hover,
.notice3027 .list_box ul > li a:focus { color:#222; }
.notice3027 .list_box ul > li a:hover strong,
.notice3027 .list_box ul > li a:focus strong { color:#ff8702; }

.notice3027 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3027 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 팝업존 */
.pop3027{height:100%;}
.pop3027 h2{margin-bottom: 1rem; margin-right:8.5rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#111;}
.pop3027 .nss_pg{position:absolute; right:0; top:0; line-height:1;}
.pop3027 .nss_pg span{display:inline-block;  font-size: 0.8rem; vertical-align:middle;} 
.pop3027 .nss_pg span em{text-align: center; color: #222; padding: 0 0.2rem;}
.pop3027 .nss_pg span .now{font-weight:600; color: #e03041; position: relative; }
.pop3027 .nss_pg a{display:inline-block; margin:0 0.1rem; font-size:1.2rem; transition: color 0.3s; -webkit-transition: color 0.3s; vertical-align:middle;} 
.pop3027 .nss_pg a:hover{color: #79d6d7;}
.pop3027 .nss_pg .play{display:none;} 
.pop3027 .bx-wrapper{ position:relative; margin:0 auto; padding:2rem 1rem 0; width:100%; height:13.25rem; overflow:hidden; text-align:center; background:#ff8702; }
.pop3027 .pop_img li{ position:relative; width:100%; height:11.25rem; overflow:hidden } 
.pop3027 .pop_img li a { display: block; height: 11.3rem; }
.pop3027 .pop_img li img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); max-width:100%; max-height:100%;}
/* 팝업리스트 레이어 추가 */
.pop3027 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index: 1;}
.pop3027 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3027 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3027 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:12rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3027 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3027 .pop_layer_box .pop_layer ul li a:hover,
.pop3027 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3027 .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;}

/* 행사일정 */
.pop_schedule3027{position:relative; height:100%;} 
.pop_schedule3027 h2{width:calc(100% - 8rem); margin-bottom:1rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#111;}
.pop_schedule3027 .month { position:absolute; right:1.5rem; top:-0.5rem; line-height:1.75rem; padding:0 1rem; border-radius:.875rem; background:#012f55;}
.pop_schedule3027 .month a { display:inline-block; vertical-align:middle; color:#a4acb7; font-size:1.1rem; vertical-align:middle; }
.pop_schedule3027 .month span { display:inline-block; font-size:0.95rem; color:#fff; vertical-align:middle; }
.pop_schedule3027 .ico { position:absolute; right:-13rem; bottom:0; }
.pop_schedule3027 .ico img { width:356px; height:190px; }
.pop_schedule3027 .sche_wrap {position:relative; background:#eff1f6; height:13.25rem; padding:1rem; }
.pop_schedule3027 .sche_wrap:before{content:'';position:absolute;left:0;top:0;display:block;width:200%;height:100%;background:#eff1f6;z-index: -1;} 
.pop_schedule3027 .lst_schedule{width:calc(100% - 6.5rem); height:11rem; overflow-y:auto;}
.pop_schedule3027 .lst_schedule > li { width:50%; float:left; padding:0.75rem 0.5rem 0.75rem 0; } 
.pop_schedule3027 .lst_schedule > li a { position:relative; display:block; color:#555; }
.pop_schedule3027 .lst_schedule > li a .date { display:block; width:4.3rem; height:4.3rem; color:#fff; background:#012f55 url('/00_common/images/T3027_main/3027_bg_sche.png') no-repeat center bottom; text-align:center; padding-top:0.35rem; -webkit-transition:background-color 0.3s; -ms-transition:background-color 0.3s; -moz-transition:background-color 0.3s; transition:background-color 0.3s; } 
.pop_schedule3027 .lst_schedule > li a .date  em { display:block; line-height:1; font-size:1.05rem; font-weight:700; }
.pop_schedule3027 .lst_schedule > li a p { position:absolute; left:5rem; top:50%; width:calc(100% - 5rem); max-height:2.2rem; overflow:hidden; line-height:1.1rem; font-size:0.9rem; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%);} 
.pop_schedule3027 .lst_schedule > .no_Data{ width:100%; line-height:9rem; text-align:center;}
/* active */
.pop_schedule3027 .month a:hover,
.pop_schedule3027 .month a:focus { color:#ff8702; }
.pop_schedule3027 .lst_schedule > li a:hover p,
.pop_schedule3027 .lst_schedule > li a:focus p{text-decoration:underline;} 
.pop_schedule3027 .lst_schedule > li a:hover .date,
.pop_schedule3027 .lst_schedule > li a:focus .date{background-color: #005193;}

.pop_schedule3027 .btn_more{position:absolute; top:-0.1rem; right:0; display:block; font-size:1.1rem; line-height:1; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;} 
.pop_schedule3027 .btn_more:hover,
.pop_schedule3027 .btn_more:focus { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}

/* 포토앨범 */
.gallery3027{position:relative; height:100%;}
.gallery3027 h2{width:calc(100% - 2rem); margin-bottom: 1rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#111;} 
.gallery3027 h2 span{font-size: 0.8rem; padding-left: 0.5rem;}  
.gallery3027 .gall_list li{display:block; width:32%; float:left; position: relative;} 
.gallery3027 .gall_list li + li { margin-left:2%; }
.gallery3027 .gall_list li .img{position:relative; width:100%; height:10.2rem; overflow:hidden; background:#d0d0d0; border:1px solid #d0d0d0;}
.gallery3027 .gall_list li .img img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.gallery3027 .gall_list li .txt {font-size: 0.9rem; color:#555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:0.5rem; text-align:center; }
.gallery3027 .gall_list li .txt span{font-size: 0.7rem; position: absolute; right: 0; color: #555;}
/* active */
.gallery3027 .gall_list li:hover .img img,
.gallery3027 .gall_list li:focus .img img{transform:translate(-50%, -50%) scale(1.2); -webkit-transform:translate(-50%, -50%) scale(1.2); -ms-transform:translate(-50%, -50%) scale(1.2); -moz-transform:translate(-50%, -50%) scale(1.2);}
.gallery3027 .gall_list li:hover .txt,
.gallery3027 .gall_list li:focus .txt{text-decoration: underline;}
.gallery3027 .btn_more{position:absolute; top:-0.1rem; right:0; display:block; font-size:1.1rem; line-height:1; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;} 
.gallery3027 .btn_more:hover,
.gallery3027 .btn_more:focus { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}

.gallery3027 .NoData {display:table; width:100%; height:12.05rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3027 .NoData span {display:table-cell; vertical-align:middle;}

/* 오늘의식단 */
.meal_menu3027{position:relative; height:100%; padding:0.8rem 1rem; }
.meal_menu3027 h2{width:calc(100% - 2rem); font-size:1.1rem; overflow:hidden; white-space:nowrap; line-height:1; color:#111;}
.meal_menu3027 .imgBox{position: absolute; left:50%; top:2.5rem; -webkit-transform:translateX(-50%); transform:translateX(-50%); z-index:2;}
.meal_menu3027 .imgBox img{ height:114px;} 
.meal_menu3027 .meal_wrap {position:relative; margin-top:115px; padding:0.5rem 0; } 
.meal_menu3027 .meal_wrap:before{content:''; position:absolute; left:0; top:0; background:#012f55;}
.meal_menu3027 ul{ height:6rem; overflow-y:auto; }
.meal_menu3027 ul li + li{margin-top:1rem;}
.meal_menu3027 ul li.no_Data{text-align:center; line-height:6rem; color:#fff; background:#012f55;}
.meal_menu3027 dl {position:relative; padding-top:1rem;}
.meal_menu3027 dl dt.kcal{position:absolute; left:10%; top:0; width:80%; font-size: 0.8rem; background:#ff8702; color:#fff; line-height:2rem; border-radius:2rem; text-align:center;}   
.meal_menu3027 dl dd.meal_list{padding:1.5rem 1rem 1rem; color:#fff; background:#012f55;}
.meal_menu3027 .btn_more{position:absolute; right:1rem; top:1rem; display:block; font-size:1.1rem; line-height:1; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;} 
.meal_menu3027 .btn_more:hover,
.meal_menu3027 .btn_more:focus { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}

/* 배너존 */
.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:block; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.35rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; background: no-repeat center / 100%; overflow: hidden;}
.banner_zone .btn a.prev {background-image: url('/00_common/images/common/btn_b_prev.png');}
.banner_zone .btn a.stop {background-image: url('/00_common/images/common/btn_b_stop.png');}
.banner_zone .btn a.play {display:none; background-image: url('/00_common/images/common/btn_b_play.png');}
.banner_zone .btn a.next {background-image: url('/00_common/images/common/btn_b_next.png');}
.banner_zone .btn a.list {background-image: url('/00_common/images/common/btn_b_list.png');}
.banner_zone .bx-wrapper {float: left; display:block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 10rem); overflow: hidden;}
.banner_zone ul li { 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 {width: 100%; height: 100%; }



@media (max-width:1440px){ 
	/* 행사일정 */
	.pop_schedule3027 .ico {right:-5rem;} 
	.pop_schedule3027 .ico img { width:300px; height:auto; }
	.pop_schedule3027 .lst_schedule { width:calc(100% - 10rem);  }
	.pop_schedule3027 .lst_schedule > li { width:100%; } 

}
@media (max-width:1024px){

	/* 메인비주얼 */
	.MVisual3027 #m_visual li img { height:auto; width:100%; }

	/* 바로가기 */
	.M_link3027 ul li { width:16.666%; margin:.5rem 0 0;}
	.M_link3027 ul li + li + li {margin:.5rem 0 0;}

	/* 공지사항 */
	.notice3027 .list_box ul > li { padding:2rem 0;}
	.notice3027 .list_box ul > li a { padding:0 1rem; }

	/* 학사일정 */
	.pop_schedule3027 h2{font-size:1rem;}
	.pop_schedule3027 .lst_schedule { width:calc(100% - 5rem); }
	.pop_schedule3027 .ico {right:-3rem;} 
	.pop_schedule3027 .ico img { width:150px; height:auto; }

	/* 포토앨범 */
	.gallery3027 h2{font-size:1rem;}

	/* 오늘의식단 */
	.meal_menu3027 h2{font-size:1rem;}

	/* 팝업존 */
	.pop3027 h2{font-size:1rem;}

	/* 배너존 */
	.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 .bx-wrapper {margin-left: 6rem; width: calc(100% - 6rem);}
}   
@media (max-width:800px){  
	/* 바로가기 */
	.M_link3027 ul li { width:33.333%; }
	
	/* 학사일정 */ 
	.pop_schedule3027 .sche_wrap { height:11rem; }
	.pop_schedule3027 .lst_schedule { height:9rem; }
	.pop_schedule3027 .lst_schedule > li { padding:0.5rem 0.5rem 0.5rem 0; }
	.pop_schedule3027 .lst_schedule > li a .date { width:3.5rem; height:3.5rem; }
	.pop_schedule3027 .lst_schedule > li a .date em { font-size:0.8rem; } 
	.pop_schedule3027 .lst_schedule > li a p { font-size:0.8rem;} 

	/* 오늘의 식단 */
	.meal_menu3027 { padding:0; }
	.meal_menu3027 .imgBox { top:1.5rem;}
} 
@media (max-width:600px){ 
	/* 공지사항 */
	.notice3027 .list_box ul > li { width:50%; }
	.notice3027 .list_box ul > li + li + li { display:none; }

	/* 포토갤러리 */
	.gallery3027 .gall_list li { width:49%; }
	.gallery3027 .gall_list li + li + li { display:none; }
}  
@media (max-width:480px){ 
	/* 공지사항 */
	.notice3027 { text-align:left; }
	.notice3027 .list_box ul > li { width:100%; padding:0;}
	.notice3027 .list_box ul > li a { padding:1rem; }
	.notice3027 .list_box ul > li + li a {border-left:none; border-top: 1px solid #d4d5d7; }
	.notice3027 .list_box ul > li strong { font-size:0.8rem; }
	.notice3027 .list_box ul > li span { font-size:0.7rem; }

	/* 학사일정 */
	.pop_schedule3027 .ico { display:none; }	
	.pop_schedule3027 .sche_wrap:before{display:none;} 
	.pop_schedule3027 .lst_schedule { width:100%; }
 

	/* 포토갤러리 */
	.gallery3027 .gall_list li { width:100%; }
	.gallery3027 .gall_list li .img { height:7rem; }
	.gallery3027 .gall_list li + li { margin:0.5rem 0 0;}

}
@media (max-width:380px){ 
	/* 공지사항 */
	.notice3027 h2 { font-size:0.9rem; }

	/* 바로가기 */
	.M_link3027 ul li { width:50%; }
}
