﻿/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 25
-----------------------------------------------------------*/

/* heading */
.heading { display:block; height:2.75rem; line-height:2.75rem; font-size:1.05rem; padding-left:1rem; font-weight:600; overflow:hidden;}

/* btn_more */
.btn_more { position:absolute; width:2.75rem; height:2.75rem; line-height:2.75rem; text-align:center; font-size:1.1rem; z-index:1; -webkit-transition:all .15s; transition:all .15s;}
.btn_more:hover,
.btn_more:focus { transform:rotate(180deg); -webkit-transform:rotate(180deg); }

/* 메인비주얼 */
.MVisual0105 { position:relative; height:100%; overflow:hidden;}
.MVisual0105 .slider,
.MVisual0105 .slick-list,
.MVisual0105 .slick-track{height:100%; }
.MVisual0105 .item { position:relative; overflow:hidden; line-height:0; }
.MVisual0105 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.MVisual0105 .control { position:absolute; left:calc(50% - 30rem); bottom:4rem; z-index:1; }
.MVisual0105 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(0, 0, 0, 0.3); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0105 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0105 .control > a:hover,
.MVisual0105 .control > a:focus { background:rgba(0,0,0,0.5); }

/* 게시판 */
.notice0105 { position:relative; height:100%;} 
.notice0105 .titTab ul { display:flex; flex-wrap:wrap; background:rgba(0,0,0,0.75);}
.notice0105 .titTab ul li {position:relative; min-width:7rem; max-width:calc(33% - .75rem); text-align:center;}
.notice0105 .titTab ul li a { position:relative; display:block; height:2.75rem; line-height:2.75rem; font-size:1rem; padding:0 1.25rem; color:#fff; font-weight:400; overflow:hidden; }
.notice0105 .titTab ul li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0105 .tabWrap{ height:100%;}
.notice0105 .list_box { display:none; height:calc(100% - 2.75rem); border:1px solid #ddd; overflow:hidden;} 
.notice0105 .list_box ul { position:relative; height:100%; max-height:13rem; display:flex; flex-wrap:wrap; align-content:flex-start; overflow:hidden; }
.notice0105 .list_box ul:after{ content:""; position:absolute; top:50%; left:.75rem; width:calc(100% - 1.5rem); border-top:1px dotted #ddd;}
.notice0105 .list_box li { position:relative; width:calc(100% / 3); overflow:hidden; } 
.notice0105 .list_box li a {position:relative; height:100%; display:flex; align-items:center; justify-content: left; flex-direction:row-reverse; padding:1.4rem 1rem; font-weight:400; }
.notice0105 .list_box li a:after{ content:""; position:absolute; right:0; top:25%; height:50%; border-left:1px solid #eee;}
.notice0105 .list_box li:nth-child(3n) a:after{ display:none; }
.notice0105 .list_box li a p{ height:2.5rem; line-height:1.25rem; padding-left:.5rem; overflow:hidden; word-break:keep-all; font-size:0.75rem; font-weight:600;}
.notice0105 .list_box li a .date { display:flex; flex-wrap:wrap; flex-direction:column-reverse; align-items:center; justify-content:center; min-width:3.5rem; height:3.5rem; border-radius:50%; text-align:center; font-size:13px; background:#f4f4f4;}
.notice0105 .list_box li a .date em{ font-size:1rem; display:block; text-align:center; font-weight:600; line-height:1.2;}
.notice0105 .btn_more { top:0; right:0; color:#fff; }
/** 게시판 :action **/  
.notice0105 a,
.notice0105 span{ -webkit-transition:all .2s; transition:all .2s; } 
.notice0105 .titTab a:hover,
.notice0105 .titTab a:focus,
.notice0105 .titTab a.current,
.notice0105 .list_box a:hover .date,
.notice0105 .list_box a:focus .date { color:#fff; background:#2c5482;}
.notice0105 .list_box a:hover p,
.notice0105 .list_box a:focus p{ text-decoration:underline;}
.notice0105 .list_box a.new:hover:before,
.notice0105 .list_box a.new:focus:before{ color: #2c5482; background:#fff;}
.notice0105 .list_box.on { display:block; } 
/** 게시판 :new **/  
.notice0105 .list_box li a.new:before {content:"N"; position:absolute; left:1rem; top:1rem; width:1.3rem; height:1.3rem; line-height:1.15rem; border:2px solid #2c5482; background:#2c5482; color:#fff; font-weight: 600; font-size:13px; border-radius:50%; text-align:center; }
/** 게시판 :데이터 없음 **/
.notice0105 .list_box li.no_data { width:100%; min-height:6rem; height:100%; display:flex; align-items:center; justify-content: center; text-align:center; font-weight:600; background:#fff; border-bottom:0; z-index: 1;}

/* 캘린더 */
.pop_schedule0105 { position:relative; height:100%; background:#de4162;} 
.pop_schedule0105 h2 { margin-right:2.75rem; color:#fff;}
.pop_schedule0105 .sche_wrap { display:flex; flex-wrap:wrap; width:100%; height:calc(100% - 2.75rem); line-height:3.5rem; padding:1rem; background:#fff4f6; }
.pop_schedule0105 .month { width:100%; line-height:1.5rem; font-weight:400; text-align:center;} 
.pop_schedule0105 .month > p{ display:inline-block; margin:0 .5rem;}
.pop_schedule0105 .month > p em { display:inline-block; width:1.5rem; height:1.5rem; line-height:1.5rem; font-size:1rem; border-radius:50%; background:#fee4ea; color:#de4162; font-weight:700;}
.pop_schedule0105 .month > a{ position:relative; font-size:1rem; transition:all .2s; -webkit-transition:all .2s;}
.pop_schedule0105 .sche_table { position:relative; width:100%; }
.pop_schedule0105 .sche_table:before{ position:absolute; top:0; left:0; width:100%; height:1.75rem; background:#fff; content:'';}
.pop_schedule0105 .sche_table .sun{color:#de4162;}
.pop_schedule0105 .sche_table .sat{color:#1d6cc5;}
.pop_schedule0105 .sche_table table{ position:relative;}
.pop_schedule0105 .sche_table thead tr{ margin-bottom:0.25rem;}
.pop_schedule0105 .sche_table thead th { line-height:1.75rem; font-weight:600;}
.pop_schedule0105 .sche_table tbody tr:nth-of-type(1) td{padding-top:0.25rem;}
.pop_schedule0105 .sche_table tbody td {line-height:1.25rem; font-size:.75rem; text-align:center; z-index:1; font-weight:200; }
.pop_schedule0105 .sche_table tbody td a { position:relative; display:block; width:1.2rem; height:1.2rem; line-height:1.2rem; margin:0 auto; text-align:center; border-radius:50%; font-family:'Montserrat'; color:#000;}

.pop_schedule0105 .sche_table tbody td a.event{background:#ffe4d6; }
.pop_schedule0105 .sche_table tbody td a.today{background:#ff6941; color:#fff; font-weight:600;}
.pop_schedule0105 .btn_more { top:0; right:0; color:#fff; }
/* 캘린더 :active */
.pop_schedule0105 .month > a.prev:hover, 
.pop_schedule0105 .month > a.prev:focus { left:-5px; } 
.pop_schedule0105 .month > a.next:hover,
.pop_schedule0105 .month > a.next:focus { right:-5px; }
 
/* 바로가기 */
.M_link0105 { position:relative; } 
.M_link0105 ul { width:100%; display:table; table-layout:fixed; background:#f9f9f9;}
.M_link0105 li { position:relative; display:table-cell; vertical-align:top; }
.M_link0105 li + li:before{ content:""; position:absolute; left:0; top:20%; height:60%; border-left:2px dotted #ccc;}
.M_link0105 li a { position:relative; display:flex; min-height:3.5rem; font-size:.85rem; padding:0 1rem; align-items:center; justify-content:center; border:1px solid #f9f9f9; transition:all .3s; -webkit-transition:all .3s;}
.M_link0105 li a .img {display:block;}
.M_link0105 li a .img img { width:35px; height:35px; }
.M_link0105 li a span { padding-left:0.5rem; max-height:2rem; line-height:1rem; font-weight:600; overflow:hidden; color:#000; }
/** 바로가기 :active **/
.M_link0105 li a:hover,
.M_link0105 li a:focus{ top:-0.5rem; border-color:#de4162; background:#fff6f8; box-shadow:0 0 10px rgba(0,0,0,0.15);}

/* 갤러리 */
.gallery0105 { position:relative; height:100%; padding-left:1.5rem; border:1px solid #ff6941; background:#fff; box-shadow:5px 5px 0 0 rgba(255, 105, 64, 0.2); overflow:hidden;}    
.gallery0105 h2 { margin-right:3rem; padding-left:0; } 
.gallery0105 li:nth-child(n+2) { display:none; } 
.gallery0105 li a { position:relative; display:block; -webkit-transition:0.15s; transition:0.15s;}
.gallery0105 li a .img { position:relative; height:10rem; overflow:hidden; background:#eee; }
.gallery0105 li a .img img { position:relative; left:50%; top:50%; display:block; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:0.2s; transition:0.2s; }
.gallery0105 li a span { position:absolute; left:0; bottom:0; min-width:10rem; max-width:90%; padding:0 1rem; line-height:2.5rem; text-align:center; color:#fff; font-weight:400; background:rgba(0,0,0,0.75); overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.gallery0105 .list_box li.no_data {line-height:5rem; font-weight:600;}
.gallery0105 .btn_more { top:0; right:0; color:#333; }
/** 갤러리 active **/ 
.gallery0105 ul li a:hover .img > img,
.gallery0105 ul li a:focus .img > img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); } 
 
/* 식단 */
.meal_menu0105 { position:relative; height:100%; padding:0 1.5rem; border:1px solid #ffbb33; background:#fff url('/images/schl/template/T0105/main/0105_img_meal.png') no-repeat 90% 90%; box-shadow:5px 5px 0 0 rgba(255, 187, 51, 0.2); overflow:hidden;}     
.meal_menu0105 h2 { padding-left:0; margin-right:.5rem;}
.meal_menu0105 .inner {position:relative; }
.meal_menu0105 .inner ul { width:100%; height:9rem; overflow-y:auto; }  
.meal_menu0105 .inner .no_data {line-height:5rem; font-weight:600; }
.meal_menu0105 .inner li + li {margin-top:1rem;}
.meal_menu0105 .inner dl {position:relative; height:auto; }
.meal_menu0105 .inner dt { width:100%; line-height:2.5rem; background:#ffc549; font-size:0.9rem; font-weight:600; text-align:center; margin-bottom:1rem; }
.meal_menu0105 .inner dd { font-weight:400; line-height:1.35rem; margin-right:3.5rem;}
.meal_menu0105 .btn_more { top:0; right:0; color:#333; }
 
/* 팝업존 */
.pop0105 { position:relative; height:100%; border:1px solid #2c5482; background:#fff; box-shadow:5px 5px 0 0 rgba(44, 84, 130, 0.2); overflow:hidden;}  
.pop0105 h2 { padding-left:1.5rem; margin-right:7rem;}
.pop0105 .nss_pg { position:absolute; top:0; right:1rem; line-height:2.7rem;}  
.pop0105 .nss_pg a { display:inline-block; vertical-align:middle; font-size:.9rem; padding:0 1px; } 
.pop0105 .nss_pg .play { display:none; }
.pop0105 .nss_pg .play,
.pop0105 .nss_pg .stop{ color:#de4162; }
.pop0105 .nss_pg p { display:inline-block; vertical-align:middle; font-size:14px; font-weight:400; margin-right:0.25rem; }
.pop0105 .nss_pg p strong { position:relative; font-size:14px; font-weight:600; }
.pop0105 .nss_pg p strong:after {content:"-"; display:inline-block; vertical-align:middle; font-weight: 200; font-size:1rem; margin:0 2px; }
.pop0105 .pop_img { position:relative; width:100%; height:11.25rem; margin:0 auto; background:#d6e1e8; }
.pop0105 .pop_img div,
.pop0105 .pop_img .item {height:100%;}
.pop0105 .pop_img .item a { display:block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0105 .pop_img .item img {position:relative; top:50%; width:auto; max-width:100%; max-height:100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); transition: all .2s; -webkit-transition: all .2s;}
/** 팝업존 :active **/
.pop0105 .pop_img .item a:hover img,
.pop0105 .pop_img .item a:focus img{transform: translateY(-50%) scale(1.05); -webkit-transform: translateY(-50%) scale(1.05);}
.pop0105 .nss_pg a:hover,
.pop0105 .nss_pg a:focus {color:#de4162;}
.pop0105 .nss_pg a.play:hover,
.pop0105 .nss_pg a.play:focus,
.pop0105 .nss_pg a.stop:hover,
.pop0105 .nss_pg a.stop:focus {color:#2c5482;}
 
/* 배너존 */
.banner_zone {line-height:1; border-top:1px solid #d1d8e4; background:#fff; }
.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) {  

	/* 메인비주얼 */
	.MVisual0105 .item img { width:150%; height:auto; left:-25%; transform:none; -webkit-transform:none;}
	.MVisual0105 .control { left:2%; }
	
	/* 게시판 */
	.notice0105 .list_box li { width:50%;}
	.notice0105 .list_box li:nth-child(3n) a:after{ display:block; }
	.notice0105 .list_box li:nth-child(2n) a:after{ display:none; }
}

@media (max-width:920px) {   

	/* 갤러리 */
	.gallery0105 li{ width:49%; float:left;}
	.gallery0105 li + li{ margin-left:2%;}
	.gallery0105 li:nth-child(n+2) { display:block; } 
	.gallery0105 li:nth-child(n+3) { display:none; } 
}

@media (max-width:860px) {   

	/* 바로가기 */
	.M_link0105 ul{ display:block; font-size:0;}
	.M_link0105 li{ display:inline-block; width:calC(100% / 3);}
	.M_link0105 li:nth-child(3n + 1):before{ display:none;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:560px) {

	.heading{ font-size:1rem;}

	/* 메인비주얼 */
	.MVisual0105 .control { bottom:.5rem;}

	/* 게시판 */
	.notice0105 .titTab ul{ display:block}
	.notice0105 .titTab ul li{ width:100%; min-width:0; max-width:100%;}
	.notice0105 .titTab ul li + li{ border-top:1px solid rgba(255,255,255,0.2);}
	.notice0105 .titTab ul li a{ font-size:.95rem;}
	.notice0105 .list_box{ padding-bottom:1.1rem;}
	.notice0105 .list_box ul{ max-height:10rem; padding:0 .25rem; }
	.notice0105 .list_box ul:before{ display:none;}
	.notice0105 .list_box li{ width:100%; float:none; border-bottom:1px dotted #ddd;}
	.notice0105 .list_box li a{ width:100%; padding:.75rem 0 .75rem .5rem;}
	.notice0105 .list_box li a.new:before{ left:0;}
	.notice0105 .list_box li a:after{ display:none; }
	.notice0105 .btn_more{ top:auto; bottom:-1.35rem; right:calc(50% - 1.35rem); border-radius:50%; background:#2c5482; color:#fff; }

	/* 행사일정 */
	.pop_schedule0105 .month{ margin-bottom:.5rem;}

	/* 바로가기 */
	.M_link0105 li{ width:100%;}
	.M_link0105 li:before{ display:none;}
	.M_link0105 li a{ justify-content: left; padding-left:2rem; }

	/* 식단 */
	.meal_menu0105 {  padding:0 1.5rem 1rem; background-image: none;}
	.meal_menu0105 .inner ul { height:8rem;}

	/* 팝업존 */
	.pop0105 .pop_img{ height:auto; text-align:center; }
    .pop0105 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
	.pop0105 .pop_img .item a:hover img, 
	.pop0105 .pop_img .item a:focus img{ transform: none; -webkit-transform: none;}
}

@media (max-width:480px) { 

	/* 갤러리 */
	.gallery0105{ padding-left:1rem;}
	.gallery0105 li{ width:100%; float:left;}
	.gallery0105 li + li{ margin-left:0%;}
	.gallery0105 li:nth-child(n+2) { display:none; } 

	/* 식단 */
	.meal_menu0105{ padding:0 1rem 1rem;}

	/* 바로가기 */
	.M_link0105 li{ width:100%;}
	.M_link0105 li:before{ display:none;}
	.M_link0105 li a{padding-left:1rem; }

	/* 팝업존 */
	.pop0105 h2{ padding-left:1rem;}
}