﻿/* btn_more */
.btn_more{position:absolute; width:1.5rem; height:1.5rem; line-height:1.5rem; font-size:1.5rem; text-align:center; color:#fff;}
.btn_more:hover,
.btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 메인비주얼 */ 
.MVisual0075 { position: relative; height: 100%;}
.MVisual0075 .slider{height:100%; border-radius:1.5rem; overflow:hidden; background:rgba(0,0,0,0.05);}
.MVisual0075 .slider div{height:100%;}
.MVisual0075 .item{height:100%; line-height:0; overflow:hidden;}
.MVisual0075 .item img{position:relative; width:auto; height:100%; float:right;}
.MVisual0075 .control{position:absolute; left:1rem; bottom:0.5rem; z-index:1;}
.MVisual0075 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(0, 0, 0, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0075 .control > a.play{display:none;}
.MVisual0075 .control > a:hover,
.MVisual0075 .control > a:focus{ background:rgb(0, 0, 0, 0.9);}

/* 팝업존 */
.pop0075{ position:relative; height:100%; border-radius:1rem 1rem 0 0; color:#fff; overflow:hidden; background:#00b3ce;}
.pop0075 h2 { line-height:2.75rem; padding-left:1rem; margin-right:7rem; font-weight: 600; font-size:1.05rem; overflow:hidden; white-space:nowrap;}
.pop0075 .nss_pg{position:absolute; right:0.5rem; top:0.6rem; line-height:1.5rem; font-size:0;}
.pop0075 .nss_pg p { display:inline-block; margin-right:.25rem; font-size:.75rem;}
.pop0075 .nss_pg p strong { font-size:.9rem; color: #d8ffb2; font-weight: 600;}
.pop0075 .nss_pg p strong:after{content:"/"; display:inline-block; margin-left:5px; font-size:.8rem; color:#fff; font-weight: 400;}
.pop0075 .nss_pg a {display: inline-block; width:1.5rem; height:1.5rem; font-size:1.25rem; text-align:center; border-radius:50%; overflow: hidden;  vertical-align: top; transition: all .2s; -webkit-transition: all .2s;}
.pop0075 .nss_pg .play{ display: none;}
.pop0075 .pop_img { position:relative; width:100%; height:calc(100% - 2.75rem); overflow:hidden; background:#fff;}
.pop0075 .pop_img div,
.pop0075 .pop_img .item {height:100%;}
.pop0075 .pop_img .item a { display: block; height:100%; line-height:0; overflow:hidden; text-align: center;}
.pop0075 .pop_img .item img {position:relative; top:50%; width:auto; height: 100%; max-width:100%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
/* 팝업존 : active */
.pop0075 .nss_pg a:hover,
.pop0075 .nss_pg a:focus{ background:#fff; color:#0068b7;}

/* 행사일정 */
.pop_schedule0075 { position:relative; height:100%; border-radius:1rem 1rem 0 0; background:#0088ce; overflow:hidden;}
.pop_schedule0075 h2 { line-height:2.75rem; padding-left:1rem; margin-right:2.5rem; font-weight: 600; color:#fff; font-size:1.05rem; overflow:hidden; white-space:nowrap;}
.pop_schedule0075 .sche_wrap{ display: flex; height:calc(100% - 2.75rem); line-height:2rem; padding:1rem 1.25rem; background:#fff; flex-flow: wrap; align-items: center; justify-content: center; }
.pop_schedule0075 .month { position:relative; width:100%; line-height:1.75rem; text-align:center; margin-bottom:.5rem;}
.pop_schedule0075 .month > *{ position:relative; display:inline-block;}
.pop_schedule0075 .month a { width:1.75rem; height:1.75rem; line-height:1.6rem; font-size:1rem; vertical-align: top; border-radius:50%; border:2px solid transparent;}
.pop_schedule0075 .month span { margin:0 .25rem;}
.pop_schedule0075 .month span em{ display:inline-block; width:1.75rem; height:1.75rem; font-size:.95rem; color:#fff; margin-left:.25rem; font-weight:600; vertical-align: top; border-radius:50%; background:#0088ce;}
.pop_schedule0075 .sche_table { width:100%; max-width:15rem; border-radius:1.5rem; overflow:hidden; }
.pop_schedule0075 .sche_table table { text-align:center; color:#000;}
.pop_schedule0075 .sche_table table .sat { color:#3a5bad; }
.pop_schedule0075 .sche_table table .sun { color:#fc745f; }
.pop_schedule0075 .sche_table table thead th { font-size:.8rem; font-weight:600; line-height:1.5rem; }
.pop_schedule0075 .sche_table table tbody td { font-size:14px; padding:2px 0; font-weight: 600; }
.pop_schedule0075 .sche_table table tbody td a { position:relative; display:block; width:1.25rem; height:1.25rem; line-height:1.2rem; border-radius:50%; margin:auto;}
.pop_schedule0075 .sche_table table tbody td a.event{background:#c2eaff;}
.pop_schedule0075 .sche_table table tbody td a.today{background:#ff657a; color:#fff;}
.pop_schedule0075 .lst { position:relative; width:100%; border-top:1px solid #ddd; padding-top:1rem; margin-top:0.75rem; }
.pop_schedule0075 .lst ul { overflow-y:auto; height:6.5rem; padding-right:0.5rem;}
.pop_schedule0075 .lst li + li{margin-top:.5rem;}
.pop_schedule0075 .lst li a { position:relative; padding-left:3rem; display:block; font-size:15px; line-height:1.2rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight: 600; text-align: left;}
.pop_schedule0075 .lst li a span{ position:absolute; left:0; top:0; width:2.5rem; height:1.2rem; border-radius:1rem; font-size:13px; background:#0088ce; color:#fff; text-align:center; font-weight: 500;}
.pop_schedule0075 .lst .no_data { padding-left:0; padding-top:2rem; text-align:center; }
.pop_schedule0075 .btn_more{ right:1rem; top:.6rem;}
/** 캘린더 : active **/
.pop_schedule0075 .month a:hover,
.pop_schedule0075 .month a:focus{ border-color:#0088ce; color: #0088ce; }
.pop_schedule0075 .lst li a:hover,
.pop_schedule0075 .lst li a:focus{text-decoration: underline; color:#0088ce;}
.pop_schedule0075 a,
.pop_schedule0075 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 바로가기1 */
.M_link0075 { position:relative; height:100%;}
.M_link0075 ul{ width:100%; height:100%;}
.M_link0075 li { width:100%; padding:.75rem 1rem; border-bottom:1px solid #ddd;}
.M_link0075 li:last-of-type{border-bottom:0;}
.M_link0075 li a { position:relative; display:block; height:100%; padding-right:4.25rem; padding-bottom:1.5rem; color:#000; }
.M_link0075 li a:before{content:"\e90b"; position:absolute; left:0; bottom:0.25rem; font-family: 'xeicon'; color:#666; font-size:1.25rem;}
.M_link0075 li a p { position:absolute; right:0; bottom:0; width:70px; height:70px;}
.M_link0075 li a p img{max-width:100%; max-height:100%; height:auto;}
.M_link0075 li a strong{ display:block; font-size:.9rem; font-weight: 600; line-height:1.2rem; max-height:2.4rem; overflow:hidden;}
.M_link0075 li a span{ display:block; margin:.5rem 0 .25rem; line-height:1rem; max-height:2rem; overflow:hidden;}
/** 바로가기1 : active **/
.M_link0075 li a:hover,
.M_link0075 li a:focus { color:#0088ce; text-decoration: underline; }
.M_link0075 li a:hover:before,
.M_link0075 li a:focus:before{left:.5rem; color:#0088ce;}
.M_link0075 li a:hover img,
.M_link0075 li a:focus img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link0075 :before, .M_link0075 a, .M_link0075 img{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0075 { position:relative; overflow:hidden; height:100%; }
.notice0075 .titTab{background:#00b3ce; border-radius:1rem 1rem 0 0; overflow:hidden;}
.notice0075 .titTab::before{width: 1px; height: 1.8rem; background: #fff; position: absolute; right: 3.5rem; top: 0.8rem; content: '';}
.notice0075 .titTab li { position:relative; display:inline-block; max-width:calc(33% - 1rem); vertical-align: top;}
.notice0075 .titTab a { position:relative; display:flex; width:100%; height:3.5rem; font-size:1.05rem; font-weight: 600; padding:0 1rem; border-radius:0.95rem 0.95rem 0 0; color:#fff; align-items: center; justify-content: center;} 
.notice0075 .titTab a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0075 .tabWrap{height:calc(100% - 3.5rem); background:#fff; padding:1.5rem;}
.notice0075 .list_box { display:none; width:100%; }
.notice0075 .topList { display:block; border-bottom:1px solid #ddd; padding-bottom:1.2rem; margin-bottom:2rem; }
.notice0075 .topList dl { min-height:4.5rem; padding-left:5.25rem; background:url('/images/schl/template/T0075/main/0075_ico_notice.png') no-repeat left center;}
.notice0075 .topList dt { position:relative; font-size:0.9rem; color:#000; line-height: 1.3rem; font-weight:600; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0075 .topList dl.new dt:before{content:"N"; display:inline-block; width:1.2rem; height:1.2rem; line-height:1.2rem; margin-right:5px; color:#fff; font-weight:600; font-size: .7rem; text-align: center; background:#00b3ce; border-radius:50%; vertical-align: middle;}
.notice0075 .topList dd > p { margin:.5rem 0; line-height:1.1rem; font-size:.85rem; color:#222; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
.notice0075 .topList dd .date{ display:block; text-align:right; font-size: 0.75rem; color:#666; }
.notice0075 .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;}
.notice0075 .list_box ul{ position:relative; width:calc(100% + 3rem); margin-left:-1.5rem; overflow:hidden;}
.notice0075 .list_box ul:before{content:""; position:absolute; left:50%; top:0; height:100%; border-left:1px solid #ddd;}
.notice0075 .list_box li{ width:50%; padding:0 1.5rem; float:left;}
.notice0075 .list_box li:nth-child(n+3){margin-top:.75rem;}
.notice0075 .list_box li a{ position:relative; display:block; font-weight: 400; color:#222;}
.notice0075 .list_box li p{ line-height:2rem; text-overflow: ellipsis; white-space: nowrap; overflow:hidden; }
.notice0075 .list_box li a.new p:before{content:"N"; display:inline-block; width:1.25rem; height:1.25rem; line-height:1.25rem; margin-right:3px; background:#00b3ce; color:#fff; font-size:.75rem; border-radius:50%; text-align:center;}
.notice0075 .list_box li span { display:block; font-size:.7rem; color:#666; }
.notice0075 .btn_more{ right:1rem; top:1rem;}
/* 게시판 : 데이터 없음 */
.notice0075 .list_box dl.no_data .date p{padding-top:0;}
.notice0075 .list_box li.no_data{width:100%; text-align:center; color:#000; background:#fff; }
/* 게시판 : active */
.notice0075 .titTab a.current{background:#fff; color:#000 !important; font-weight: 700; }
.notice0075 .titTab a:hover,
.notice0075 .titTab a:focus{color:#000;}
.notice0075 .topList:hover dt,
.notice0075 .topList:focus dt,
.notice0075 li a:hover p,
.notice0075 li a:focus p{color:#00b3ce; text-decoration: underline;}
.notice0075 .list_box.on { display: block; }
.notice0075 a, .notice0075 :before{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0075 { position:relative; display:flex; height:100%; border-radius:1rem 0 0 1rem; background:#fff; overflow:hidden;}
.meal_menu0075 .tit_wrap{ width:30%; display:flex; align-items: center; justify-content: center; background:#7e89f2; color:#fff;}
.meal_menu0075 h2 { display:inline-block; max-width:calc(100% - 3rem); line-height:1.75rem; margin-right:0.5rem; font-weight: 600; font-size:1.05rem; overflow:hidden; white-space:nowrap; }
.meal_menu0075 .inner { position:relative; width:70%; padding:1.25rem 1.5rem; }
.meal_menu0075 .inner ul { position:relative; height:2.5rem; overflow-y:auto; z-index:1;}
.meal_menu0075 .inner li + li{margin-top:.75rem;}
.meal_menu0075 .inner li:not(.no_data) { display:table; width:100%; height:2.5rem; }
.meal_menu0075 .inner li.no_data { text-align:center; line-height:2.5rem;}
.meal_menu0075 .inner dt { display:block; font-size:0.95rem; font-weight: 500;}
.meal_menu0075 .inner dd{ line-height:1.4rem; font-weight: 400;}
.meal_menu0075 .btn_more{ position:relative; vertical-align: middle;}
/* 식단 : active */
.meal_menu0075 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0075 { position:relative; display:flex; height:100%; border-radius:1rem 0 0 1rem; background:#fff; overflow:hidden;}
.gallery0075 .tit_wrap{ width:30%; display:flex; align-items: center; justify-content: center; flex-flow: column; text-align:center; background:#0088ce; padding:1rem; color:#fff;}
.gallery0075 .tit_wrap h2 { width:100%; line-height:1.75rem; font-weight: 600; font-size:1.05rem; overflow:hidden; white-space:nowrap; }
.gallery0075 .tit_wrap p { width:100%; line-height:1.2rem; max-height:2.4rem; margin-bottom:1rem; word-break: keep-all; overflow:hidden;}
.gallery0075 .list_box{ position:relative; width:70%; padding:1rem 1.5rem; }
.gallery0075 .list_box ul{height:9.5rem; overflow:hidden;}
.gallery0075 .list_box li{width:48%; float:left; margin-bottom:.25rem;}
.gallery0075 .list_box li + li{margin-left:4%;}
.gallery0075 .list_box li.no_data{display:flex; width:100%; height:100%; align-items: center; justify-content: center; }
.gallery0075 .list_box a { position:relative; display:block;}
.gallery0075 .list_box a .img{ height:7.5rem; overflow:hidden; background:rgba(0,0,0,0.1); border-radius:1rem; }
.gallery0075 .list_box a .img img { position:relative; width:100%; height:auto; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.gallery0075 .list_box a span{ display:block; margin-top:.25rem; line-height:1.75rem; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#111; }
.gallery0075 .btn_more{ position:relative; vertical-align: middle;}
/** 갤러리 : active **/
.gallery0075 .list_box a:hover span,
.gallery0075 .list_box a:focus span{text-decoration: underline; color:#0088ce;}
.gallery0075 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 배너존 */
.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: 1024px) {   
    

    /* 게시판 */
    .notice0075 .topList dl { background-size:auto 3.5rem; padding-left:4.5rem; }


    /* 행사일정 */
    .pop_schedule0075 .sche_wrap{padding:1rem .75rem;}

    /* 바로가기 */
    .M_link0075 ul{display:flex; flex-wrap: wrap;}
    .M_link0075 li{width:48%; margin:0 1%; vertical-align: top; padding:.75rem 0;}
    .M_link0075 li:last-of-type{border-bottom:1px solid #ddd;}
}

@media (max-width: 860px) {

	/* 메인비주얼 */ 
    .MVisual0075 .item {text-align:center;}
    .MVisual0075 .item img{max-width:100%; height:auto; max-width:100%; left:auto; transform: none; -webkit-transform: none; -ms-transform: none; float:none;}  

    /* 팝업존 */
    .pop0075 .pop_img{height:auto;}
    .pop0075 .pop_img .item{text-align:center;}
    .pop0075 .pop_img .item img{top:auto; transform: none; -webkit-transform: none; max-height: 15rem; height: auto;} 

    /* 바로가기 */
    .M_link0075 li a{ padding-bottom:2rem;}

    /* 게시판 */
    .notice0075 .titTab a{padding:0 .5rem;}
    
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 640px) {	

	/* 타이틀 */
	.notice0075 .titTab a,
	.pop_schedule0075 h2,
	.pop0075 h2,
	.meal_menu0075 h2,
	.gallery0075 .tit_wrap h2{font-size:0.95rem;}

    /* 게시판 */
    .notice0075 .tabWrap{padding:1rem;}
    .notice0075 .list_box ul{width:calc(100% + 1.5rem); margin-left:-.75rem;}
    .notice0075 .list_box li{padding:0 .75rem;}
    .notice0075 .topList dd > p{font-size:.8rem;}
}

@media (max-width: 560px) {	

    /* 바로가기 */
    .M_link0075 li a{padding-right:55px;}
    .M_link0075 li a p{width:50px; height:50px;}

    /* 식단 */
    .meal_menu0075 {display:block;}
    .meal_menu0075 .tit_wrap{width:100%; display:block; padding:.75rem 2rem .5rem 1rem;}
    .meal_menu0075 .inner{width:100%; padding:1rem;}
    .meal_menu0075 .inner ul{height:4.5rem;}
    .meal_menu0075 .inner dt{text-align:center; margin-bottom:.5rem;}
    .meal_menu0075 .btn_more{position:absolute; right:.5rem; top:.75rem;}

    /* 갤러리 */
    .gallery0075 {display:block;}
    .gallery0075 .tit_wrap{width:100%; display:block; padding:.75rem 2rem .5rem 1rem;}
    .gallery0075 .tit_wrap p{display:none;}
    .gallery0075 .list_box{width:100%; padding:1rem;}
    .gallery0075 .btn_more{position:absolute; right:.5rem; top:.75rem;}
}

@media (max-width: 480px) {

    /* 게시판 */
    .notice0075{padding-top: 2.5rem;}
    .notice0075 .titTab{ border-radius:.5rem .5rem 0 0; }
    .notice0075 .titTab::before{display: none;}
    .notice0075 .titTab li{width:100%; display:block; max-width:100%; border-bottom:1px solid rgba(255,255,255,0.25);}
    .notice0075 .titTab a{height:2.5rem; border-radius:0;}
    .notice0075 .topList{padding-bottom:.75rem; margin-bottom:0;}
    .notice0075 .topList dl{background:none; padding-left:0; min-height:auto;}
    .notice0075 .list_box ul{max-height:8rem;}
    .notice0075 .list_box ul:before{display:none;}
    .notice0075 .list_box li{ width:100%; float:none; padding:.5rem .75rem;}
    .notice0075 .list_box li:nth-child(n+3){margin-top:0;}
    .notice0075 .list_box li + li{border-top:1px solid #ddd;}
    .notice0075 .btn_more{right: 0; top: 0; background: #00b3ce; border-radius: 50%; width: 2rem; height: 2rem; line-height: 2rem; font-size: 1rem;}

    /* 갤러리 */
    .gallery0075 .list_box li{width:100%;}
}

@media (max-width: 380px) {

    /* 바로가기 */
    .M_link0075 ul{display:block;}
    .M_link0075 li{display:block; width:auto; margin:.25rem 0;}
    .M_link0075 li a{padding-bottom:1.25rem;}
    .M_link0075 li a:before{font-size:1rem;}
}