﻿
/* 공통 */
.btn_more { position: absolute; top: 0; right: 0; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; border-radius: 50%; text-align:center; font-size:1rem; z-index: 10;}
.btnTy2 { top: 0; width: 5.1rem; height: 2rem; line-height: 2rem; background: #fff; color: #222; border-radius: 2rem; font-size: 0.8rem; font-weight: 600; }
.btnTy2 i { width: 1.25rem; height: 1.25rem; line-height: 1.25rem;  text-align: center; background: #6e879b; color: #fff; border-radius: 50%; margin-left: 0.5rem; }
.btn_more:hover i,
.btn_more:focus i  { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.btn_more i{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 메인비주얼 */
.MVisual0102 { position: relative; height: 100%; overflow:hidden;}
.MVisual0102 .item{overflow:hidden; line-height:0;}
.MVisual0102 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0102 .control{position:absolute; left:50%; margin-left:-30rem; bottom:1rem; z-index:1;}
.MVisual0102 .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; }
.MVisual0102 .control > a.play{display:none;}
.MVisual0102 .control > a:hover,
.MVisual0102 .control > a:focus{ background:rgba(3, 3, 39, 0.6);}

/* 게시판 */
.notice0102 { position:relative; height:100%; font-size: 0; }
.notice0102 .tit_wrap {display: inline-block; width:12.25rem; color: #222; padding-right: 2.5rem; overflow: hidden; vertical-align: top;}
.notice0102 .tit_wrap h2 { font-size: 1.3rem; font-family: "Montserrat"; white-space: nowrap; overflow: hidden; }
.notice0102 .tit_wrap p { height: 2.2rem; overflow: hidden; font-size: 0.8rem; margin-top: 0.6rem; font-weight: 600; }
.notice0102 .titTab { position:absolute; left:0; top:4.55rem; width:12.25rem; }
.notice0102 .titTab li { position:relative; }
.notice0102 .titTab li ~ li { margin-top: 0.5rem; }
.notice0102 .titTab li a { position:relative; display:block; height:2.25rem; font-size:0.9rem; line-height:2rem; overflow:hidden; text-overflow:ellipsis; border: 3px solid #9cbdd7; color: #055491; background: #fff; border-radius: 0.8rem; padding: 0 2rem 0 0.8rem; font-weight: 500;} 
.notice0102 .titTab li a:after { content:"\e907"; position:absolute; right:1.1rem; top:0; font-size: 1rem; font-family: 'xeicon'; color: #055491; -webkit-transition:0.3s; transition:0.3s; font-weight: 400; }  
.notice0102 .titTab li a::before { position: absolute; top: 0; right: 0; background: url('/images/schl/template/T0102/main/0102_notice_bg.png') no-repeat right / cover; width: 3.95rem; height: 2.25rem; display: none; content: ""; }
.notice0102 .titTab li a span { position:relative; }
.notice0102 .tabWrap { width: calc(100% - 15.25rem); margin-left: 3rem; display: inline-block; }
.notice0102 .list_box {display:none; width:100%; height:12.5rem; }
.notice0102 .list_box ul { position:relative; }
.notice0102 .list_box li { width:31%; float:left; } 
.notice0102 .list_box li + li { margin-left:3%; }
.notice0102 .list_box li:nth-child(n+4) { display:none; }
.notice0102 .list_box li a { position:relative;  height:12.5rem; display:block; padding:2.15rem 1.5rem; font-weight: 400; color:#333; border: 2px solid #cad6d2; border-radius: 1.2rem; overflow: hidden; background: #fff; }
.notice0102 .list_box li span { position: absolute; bottom: 0; right: 0; line-height: 1.75rem; background: #0097ad; color:#fff; border-radius: 1.5rem 0 0 0; padding: 0 1rem; font-size: 0.75rem; font-weight: 600; }
.notice0102 .list_box li a.new .tit { padding-left: 1.5rem;}
.notice0102 .list_box li a.new .tit:after { position:absolute; left:0; top: 2px; width: 1.1rem; height: 1.1rem; line-height: 1.1rem; border-radius: 50%; background: #f1f1f1; content:"N"; font-family:"Montserrat"; color:#055491; font-size:0.7rem; text-align: center; }
.notice0102 .list_box li .tit { position: relative; height: 2.5rem; overflow: hidden; line-height: 1.2rem; font-size: 0.9rem; font-weight: 600; color: #222; margin-bottom: 1rem; }
.notice0102 .list_box li .txt { display:block; height:4.8rem; padding-top: 0.6rem; line-height:1.4rem; font-size:0.8rem; color:#222;  overflow:hidden; border-top: 2px dotted #c4c4c4; }
.notice0102 .btn_more { left:10.25rem; background:#6e879b; color: #fff; }
/* 게시판 : 데이터 없음 */ 
.notice0102 .list_box li.no_data{ height:12.5rem; border: 2px solid #cad6d2; background: #fff; border-radius: 1.5rem; text-align:center; width:100%; display: flex;justify-content: center;align-items: center; font-size: 0.85rem;}
/* 게시판 : active */ 	
.notice0102 .titTab li a:hover,
.notice0102 .titTab li a:focus,
.notice0102 .titTab li a.current { background: #055491; color: #fff; border: none; font-weight: 600; line-height: 2.2rem; }
.notice0102 .titTab li a:hover:after,
.notice0102 .titTab li a:focus:after,
.notice0102 .titTab li a.current:after { color: #fff; }
.notice0102 .titTab li a:hover::before,
.notice0102 .titTab li a:focus::before,
.notice0102 .titTab li a.current::before { display: block; }
.notice0102 .list_box.on { display: block; }
.notice0102 .list_box li a:hover,
.notice0102 .list_box li a:focus { border-color: #0097ad; box-shadow: 3px 5px 10px rgba(0, 166, 140, 0.35); }
.notice0102 .list_box li a:hover .txt,
.notice0102 .list_box li a:focus .txt { text-decoration: underline; }
.notice0102 .titTab li a,
.notice0102 .titTab li a:after,
.notice0102 .list_box li a { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 바로가기1 */
.M_link0102 { height:100%; }
.M_link0102 ul{display:table; table-layout:fixed; width: 100%; }
.M_link0102 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0102 li a { display:block; position:relative; width:100%; word-break: keep-all; text-align:center; }
.M_link0102 li a p { position:relative; display:flex; margin: auto; width: 4.95rem; height: 4.95rem; justify-content: center; align-items: center; background: #eff6f8; border-radius: 50%; }
.M_link0102 li a p::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); background: #fff; border: 1px solid #316b73; width: 6.2rem; height: 6.2rem; display: none; border-radius: 50%; opacity: 0.2; z-index: -1; content: ""; }
.M_link0102 li a img { width: 2.65rem; height: 2.7rem; }
.M_link0102 li a span { position: relative; display: inline-block; font-size:0.9rem; line-height:1.2rem; max-height:2.4rem; margin-top:1.2rem; overflow:hidden; font-weight:600; color:#222; word-break:break-all; } 
.M_link0102 li a span:before{content:""; position:absolute; left:50%; bottom:0; width:0; height:14px; background: #bbf8ff; border-radius:15px; z-index: -1;}
/** 바로가기1 : active **/
.M_link0102 li a:hover p::before,
.M_link0102 li a:focus p::before { display: block; }
.M_link0102 li a:hover span:before,
.M_link0102 li a:focus span:before{left:0; width:100%;}
.M_link0102 li a,
.M_link0102 li a p,
.M_link0102 li a span,
.M_link0102 li a p::before { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0102 { position:relative; height:100%; background: #8ceef9; border-radius: 3rem;  padding: 1.35rem 0; overflow: hidden;}
.meal_menu0102::before { position: absolute; top: 0; right: -7rem; width: 17rem; height: 17rem; border-radius: 50%; background: rgba(102, 222, 236, 0.3); content: ""; }
.meal_menu0102::after { position: absolute; bottom: 0; right: -7rem; width: 17rem; height: 17rem; border-radius: 50%; background: rgba(102, 222, 236, 0.3); content: ""; }
.meal_menu0102 .tit_wrap{ position: absolute; top: 0; left: 0; width: 13.6rem; height: 100%; line-height: 5.6rem; z-index: 1; font-weight: 700; text-align: center; padding: 0 0.5rem 0 5.7rem; overflow: hidden; }
.meal_menu0102 .tit_wrap h2 { position:relative; display:block; font-weight:700; font-size:1.1rem; white-space: nowrap; overflow: hidden; }
.meal_menu0102 .tit_wrap img{position:absolute; width: 2.45rem; height: 2.6rem; top: 50%; left: 2.9rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.meal_menu0102 .inner { position:relative; height: 100%; padding: 0 4.6rem 0 13.6rem; }
.meal_menu0102 .inner ul { overflow-y:auto; height:2.95rem; }
.meal_menu0102 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0102 .inner li + li { margin-top:1rem; }
.meal_menu0102 .inner .no_data { line-height: 2.95rem; text-align:center; }
.meal_menu0102 .inner dl { position:relative; }
.meal_menu0102 .inner dt { position:absolute; top:0; left:0; display:flex; justify-content: center; align-items: center; font-size:.9rem; font-weight:600;  color: #0097ad; text-align:center; }
.meal_menu0102 .inner dt span { display: inline-block; width: 2.95rem; height: 2.95rem; line-height: 2.95rem; border-radius: 50%; background: #fff; text-align: center; font-weight:700; }
.meal_menu0102 .inner dt em{ position: relative; font-weight: 700; padding-left: 1.4rem; }
.meal_menu0102 .inner dt em::before { position: absolute; top: 8px; left: 0.7rem; width: 2px; height: 11px; border-left: 2px dotted #979696; content: ""; }
.meal_menu0102 .inner dd { color:#323232; font-size:0.85rem; font-weight: 600; word-break:keep-all; padding-left:10.2rem; padding-top: 0.4rem; }
.meal_menu0102 .btn_more { top: 2rem; right: 2.5rem; background: #fff; }

/* 행사일정 */
.pop_schedule0102 { position:relative; height:100%; }  
.pop_schedule0102 .tit_wrap { position: relative; overflow: hidden;}
.pop_schedule0102 .tit_wrap::before { position: absolute; top: 0.6rem; left: 0; width: calc(100% - 2.75rem); height: 1px; border-bottom: 2px dotted #aeaeae; z-index: -1; content: ""; }
.pop_schedule0102 .tit_wrap h2 { display: inline-block; max-width: calc(100% - 3rem); padding-right: 0.8rem; white-space: nowrap; font-size: 1.1rem; color: #222; font-weight:700; background: #fff; overflow: hidden; }
.pop_schedule0102 .sche_wrap { float: right; width: 52%; padding: 1.2rem 0;}
.pop_schedule0102 .month { text-align: center; margin: 1.2rem 0 1rem; }
.pop_schedule0102 .month a {position: absolute; top: 5px; width:1.5rem; height:1.5rem; line-height: 1.5rem; border-radius: 50%; background: #fba705; color: #fff; font-size:0.85rem; text-align:center; }
.pop_schedule0102 .month a.prev { left: 0; }
.pop_schedule0102 .month a.next { right: 0; }
.pop_schedule0102 .month .date {display: flex; width: 71%; margin: auto; border-radius: 1rem; font-size: 0.9rem; height: 2rem; color:#222; background: #efefef; padding:0 0.6rem; font-weight:700; justify-content: center;align-items: center; } 
.pop_schedule0102 .month .date em { position: relative; display: flex; width: 1.75rem; height: 1.75rem; font-size: 1.3rem; border-radius: 50%; background: #fff; text-align: center; margin-left: 1rem; justify-content: center;align-items: center;} 
.pop_schedule0102 .month .date em::before { position: absolute; top: 0.8rem; left: -0.6rem; width: 5px; height: 5px; border-radius: 5px; background: #222; content: ""; }
.pop_schedule0102 .sche_table { background: #fff6e4; border-radius: 1.2rem; float: left; width: 45%; height: 100%; padding: 1rem 1.4rem; }
.pop_schedule0102 .sche_table table { height:8.5rem; font-size:0.75rem; font-weight:600; text-align:center; }
.pop_schedule0102 .sche_table th { color:#222; font-size: 0.85rem; padding: 0.9rem 0; border-bottom: 1px solid #939393;}
.pop_schedule0102 .sche_table .sun { color:#fe1c46; }
.pop_schedule0102 .sche_table .sat { color:#0060ff; } 
.pop_schedule0102 .sche_table table tbody tr:first-of-type td { padding-top: 0.5rem; }
.pop_schedule0102 .sche_table td { color: #000; font-size: 0.8rem; padding: 0.2rem; font-weight:400;}
.pop_schedule0102 .sche_table td a { position:relative; display:block; z-index: 1; } 
.pop_schedule0102 .sche_table td a:before { content:""; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); width:1.35rem; height:1.35rem; border-radius:50%; z-index:-1; }
.pop_schedule0102 .sche_table td .sun { color:#fe1c46; }
.pop_schedule0102 .sche_table td .sat { color:#0060ff; } 
.pop_schedule0102 .sche_table td a.today { color: #fff; }
.pop_schedule0102 .sche_table td a.event:before { background:#ffdfa0; }
.pop_schedule0102 .sche_table td a.today:before { background:#fba705; }
.pop_schedule0102 .lst { position:relative; }
.pop_schedule0102 .lst ul { overflow-y:auto; height:7rem; }
.pop_schedule0102 .lst .no_data { padding-left:0; width:100%; font-weight:600; text-align:center; line-height:7rem; } 
.pop_schedule0102 .lst .no_data:before { display:none;}
.pop_schedule0102 .lst li { position:relative; }
.pop_schedule0102 .lst li ~ li { margin-top: 0.3rem; }
.pop_schedule0102 .lst li a { position:relative; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:600; font-size: 0.8rem; color: #000; padding:0 0 0 4.8rem; }  
.pop_schedule0102 .lst li a span { position:absolute; left:0; top:0; width: 3.8rem; line-height:1.5rem; background:#0097ad; color: #fff; text-align:center; font-weight:600; border-radius: 1.5rem; } 
.pop_schedule0102 .btn_more { background: #0097ad; color: #fff; top: 0.9rem; }
/** 행사일정 : active **/ 
.pop_schedule0102 a,
.pop_schedule0102 .lst li a span,
.pop_schedule0102 .month a { -webkit-transition:0.2s; transition:0.2s;}
.pop_schedule0102 .sche_table td a:hover,
.pop_schedule0102 .sche_table td a:focus{ text-decoration: underline; }
.pop_schedule0102 .lst li a:hover span,
.pop_schedule0102 .lst li a:focus span { background: #25c2d9; }
.pop_schedule0102 .lst li a:hover,
.pop_schedule0102 .lst li a:focus { text-decoration: underline; }
.pop_schedule0102 .month a:hover,
.pop_schedule0102 .month a:focus { background-color:#0097ad; }

/* 팝업존 */
.pop0102 { position:relative; width:100%; height:100%; margin-top: 1.2rem;}
.pop0102 .tit_wrap { position: relative; overflow: hidden;}
.pop0102 .tit_wrap::before { position: absolute; top: 0.6rem; left: 0; width: calc(100% - 4.3rem); height: 1px; border-bottom: 2px dotted #aeaeae; z-index: -1; content: ""; }
.pop0102 .tit_wrap h2 { display: inline-block; max-width: calc(100% - 5rem); padding-right: 0.8rem; white-space: nowrap; font-size: 1.1rem; color: #222; font-weight:700; background: #fff; overflow: hidden; }
.pop0102 .nss_pg{position: absolute; right: 0; top: 0;}
.pop0102 .nss_pg p {display: inline-block;}
.pop0102 .nss_pg p strong {position: relative; padding-right:0.5rem; font-weight: 600;}
.pop0102 .nss_pg p strong::before{width: 0.2rem; height: 0.2rem; border-radius: 50%; background: #8fa8b6; position: absolute; right: 0rem; top: calc(50% - 0.1rem); content: '';}
.pop0102 .nss_pg a {display: inline-block; vertical-align: middle; text-align: center; color: #222; font-size: 1rem;}
.pop0102 .nss_pg .play {display: none;}
.pop0102 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:1.2rem; margin-top: 0.7rem; background:rgba(0,0,0,0.1);}
.pop0102 .pop_img div,
.pop0102 .pop_img .item {height:100%;}
.pop0102 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0102 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 : active */
.pop0102 .nss_pg a:hover,
.pop0102 .nss_pg a:focus { color: #0097ad;}
.pop0102 .nss_pg a{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0102 { position:relative; width:100%; height:100%; margin:0 auto; }    
.gallery0102 .tit_wrap { position: relative; width:calc(100% - 6rem); margin:-.25rem -.25rem .75rem; overflow: hidden; }
.gallery0102 .tit_wrap h2 { display: inline-block; padding:.25rem; font-size:1.1rem; color:#222; font-weight:700; white-space: nowrap; overflow: hidden; vertical-align: middle;}
.gallery0102 .tit_wrap span { display: inline-block; padding:.25rem; font-size: 0.8rem; color:#222; white-space: nowrap; font-weight: 600; vertical-align: middle; }
.gallery0102 .list_box{ position:relative; margin-top:1rem; padding-top:4.5rem; }
.gallery0102 .current div,
.gallery0102 .list div{ height:100%;}
.gallery0102 div a { position:relative; display:block; height:100%; font-weight: 400; overflow:hidden; border-radius: 1rem; }
.gallery0102 div a .img { position:relative; width:100%; height:9rem; overflow:hidden; background:#e5e5e5;}
.gallery0102 div a .img img { position:relative; left:50%; top:50%; display:block; width:auto; height:100%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.gallery0102 div a .txt{ display: block; padding: 0.6rem 1.2rem; width: 100%; white-space:nowrap; text-overflow:ellipsis; color: #222; font-weight:600; font-size:0.9rem; background: #fff; overflow:hidden;}
.gallery0102 div a .txt span { display: block; font-size: 0.7rem; color: #666; margin-top: 0.7rem; }
.gallery0102 .control{position: absolute; right: 0; bottom: 0; font-size: 0; background: #e2f5f7; z-index: 1;}
.gallery0102 .control p {display: inline-block; font-size: 1rem; vertical-align: middle; margin-left: 0.5rem; }
.gallery0102 .control p strong {position: relative; padding-right:1.1rem; font-weight: 700; color: #0059ff; }
.gallery0102 .control p strong::before{width: 5px; height: 5px; border-radius: 50%; background: #0059ff; position: absolute; right: 6px; top: calc(50% - 0.1rem); content: '';}
.gallery0102 .control a {display: inline-block; vertical-align: middle; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; text-align: center; background: #055491; color: #fff; font-size: 1.2rem; }
.gallery0102 .control a ~ a { margin-left: 0.5rem;}
.gallery0102 .control a i { text-shadow: 2px 1px 1px rgb(0, 0, 0, 0.29); }
.gallery0102 .control #galleryPrev { border-radius: 0.5rem 0.5rem 0 0.5rem; }
.gallery0102 .control #galleryNext { border-radius: 0.5rem 0.5rem 0.5rem 0; }
.gallery0102 .item.no_data{width:100%; height:14rem; display:flex; align-items:center; justify-content: center; text-align:center; font-weight:600; padding:3rem 0; border-radius:1rem; background:rgba(0, 0, 0, 0.1); }
/* 갤러리 : current */
.gallery0102 .current{ position:absolute; left:0; top:3rem; width:16.5rem; height: 16.25rem; z-index: 1; }
.gallery0102 .current::before {position: absolute; bottom:-0.5rem; right: -0.5rem; background: url('/images/schl/template/T0102/main/0102_ptrn.png'); content: ""; width: 100%; height: 100%; border-radius: 1rem; z-index: -1; }
.gallery0102 .current .img { height: 12rem; }
/* 갤러리 : list */
.gallery0102 .list{ margin-left:3.6rem; padding: 0.5rem 0; margin-top: -0.5rem;}
.gallery0102 .list::before { position: absolute; bottom: 0.7rem; right: 0; width: calc(100% - 23.5rem); height: 1px; background: #6e879b; content: ""; }
.gallery0102 .list::after { position: absolute; bottom: 0.6rem; left: 18.5rem; width: 12.5rem; height: 5px; border-radius: 5px; background: #055491; content: ""; }
.gallery0102 .list .item{ width:12.5rem; height:14rem; margin:0 1rem; border-radius:1rem; padding: 0.5rem 0; }
.gallery0102 .list .item a {box-shadow: 2px 0 10px rgba(0,0,0,0.2); }
.gallery0102 .list .item.slick-current { opacity: 0;}
.gallery0102 .item{ transition: all .2s; -webkit-transition: all .2s;}
/** 갤러리 : active **/
.gallery0102 .list a:hover .txt,
.gallery0102 .list a:hover .txt{text-decoration: underline; }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dbdbdd;}
.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: 1440px) {
	/* 메인비주얼 */
	.MVisual0102 .item img { width: 140%; height: auto; margin-left: -2rem; }
}

@media (max-width: 1240px) {
	/* 메인비주얼 */
	.MVisual0102 .control { left: 1rem; margin-left: 0; }

	/* 팝업존 */
	.pop0102 .pop_img .item img {width:auto; height:100%;}

	/* 갤러리 */
	.gallery0102 .list::before { width: calc(100% - 19.5rem); }
	.gallery0102 .list::after { width: 8.5rem; }

}

@media (max-width: 1024px) {
	/* 게시판 */
	.notice0102 .list_box li { width: 48%; }
	.notice0102 .list_box li:nth-child(n+3) { display:none; }
	.notice0102 .tabWrap { width: calc(100% - 14.25rem); margin-left: 2rem; }
}

@media (max-width: 960px) {
	/* 메인비주얼 */
	.MVisual0102 .control { bottom: 0; }

	/* 바로가기1 */
	.M_link0102 li { width: calc(100% / 4); display: inline-block; vertical-align: top; }
	.M_link0102 li a span { margin-bottom: 0.5rem; margin-top: 0.8rem; }

	/* 식단 */
	.meal_menu0102 { padding: 1.2rem; border-radius: 1.5rem;}
	.meal_menu0102 .tit_wrap { width: calc(100% - 2rem); text-align: left; position: relative; height: auto; line-height: 1; padding: 0; margin-bottom: 1rem; }
	.meal_menu0102 .tit_wrap img { display: none; }
	.meal_menu0102 .inner { padding: 0; }
	.meal_menu0102 .btn_more { top: 1rem; right: 1rem; }
}

@media (max-width: 860px) {
	/* 메인비주얼 */
	.MVisual0102 .item img { margin-left: -1rem; }

	/* 게시판 */
	.notice0102 .tit_wrap { display: block; width: calc(100% - 2rem); margin-bottom: 0.5rem; padding-right: 0; overflow: hidden; }
	.notice0102 .tit_wrap h2 { vertical-align: middle; display: inline-block;}
	.notice0102 .tit_wrap p { height: auto; display: inline-block; margin-top: 0; margin-left: 0.5rem; vertical-align: middle; }
	.notice0102 .titTab { position: relative; width: 100%; top: auto; left: auto; }
	.notice0102 .titTab li { max-width: 33.333%; display: inline-block; padding-right: 0.5rem; }
	.notice0102 .titTab li a { padding: 0 1rem; }
	.notice0102 .titTab li a:after { display: none; }
	.notice0102 .tabWrap { margin-left: 0; margin-top: 0.5rem; width: 100%; }
	.notice0102 .list_box li a { height: 12rem; padding: 1.5rem 1.2rem; }
	.notice0102 .btn_more { left: auto; right: 0; }
	.notice0102 .list_box li.no_data { height: 12rem; }

	/* 팝업존 */
    .pop0102 .pop_img{ height:auto; }
    .pop0102 .pop_img .item img { top:auto; left:auto; max-height:15rem;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 게시판 */
	.notice0102 .tit_wrap h2 { font-size: 1.1rem; }

	/* 식단 */
	.meal_menu0102 .tit_wrap h2 { font-size: 1rem; }

	/* 캘린더 */
	.pop_schedule0102 .tit_wrap h2 { font-size: 1rem; }
	.pop_schedule0102 .sche_table { width: 100%; padding: 1rem; }
	.pop_schedule0102 .sche_table th { padding: 0.5rem 0; }
	.pop_schedule0102 .sche_wrap { width: 100%; padding: 0; margin-bottom: 1rem; }
	.pop_schedule0102 .lst ul { height: 5.2rem; }
	.pop_schedule0102 .lst li { width: 50%; float: left; }
	.pop_schedule0102 .lst li:nth-child(2) { margin-top: 0; }
	.pop_schedule0102 .lst li a { padding: 0 0 0 4.2rem; }
	.pop_schedule0102 .btn_more { top: -5px; }
	.pop_schedule0102 .lst .no_data { line-height: 5.2rem; }

	/* 팝업 */
	.pop0102 .tit_wrap h2 { font-size: 1rem; }

	/* 갤러리 */
	.gallery0102 .list::before { display: none; }
	.gallery0102 .list::after { display: none; }
	.gallery0102 .tit_wrap h2 { font-size: 1rem; }
	
}

@media (max-width:600px){
	/* 식단 */
	.meal_menu0102 .inner dt { position: relative; display: block; text-align: left; margin-bottom: 0.5rem; }
	.meal_menu0102 .inner dd { padding-left: 0; padding-top: 0; }
	.meal_menu0102 .inner ul { height: 6rem; }
	.meal_menu0102 .inner .no_data { line-height: 6rem; }

	/* 갤러리 */
	.gallery0102 { padding-bottom: 3rem; }
	.gallery0102 .current { position: relative; top: auto; width: 100%; height: 13.2rem; }
	.gallery0102 .current .img { height: 9rem; }
	.gallery0102 .list { display: none; }
	
}

@media (max-width: 480px) {
	/* 게시판 */
	.notice0102 .titTab li { max-width: 100%; }
	.notice0102 .titTab li a { border: 2px solid #9cbdd7;}
	.notice0102 .list_box li { width: 100%; }
	.notice0102 .list_box li ~ li { margin-top: 1rem; margin-left: 0; }
	.notice0102 .list_box li a { height: auto; padding: 1rem 1.2rem 1.8rem; }
	.notice0102 .list_box li .tit { white-space: nowrap; height: auto; text-overflow: ellipsis; }
	.notice0102 .list_box li .txt { height: 3.4rem; }

	/* 바로가기1 */
	.M_link0102 li { width: calc(100% / 3); }

}

@media (max-width: 430px) {
	/* 바로가기 */
	.M_link0102 li a p { width: 4.4rem; height: 4.4rem; }
	.M_link0102 li a p::before { width: 5.1rem; height: 5.1rem; }
	.M_link0102 li a img { width: 2.4rem; height: auto; }
	.M_link0102 li a span { font-size: 0.85rem; }

	/* 캘린더 */
	.pop_schedule0102 .lst li { width: 100%; }
	.pop_schedule0102 .lst li:nth-child(2) { margin-top: 0.3rem; }

	/* 갤러리 */
	.gallery0102 .tit_wrap span { display: none; }
}