
/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; font-size: 1.1rem;}
.btn_more,
.btn_more i { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/* ���κ��־� */
.MVisual0043 { position: relative; height: 100%; overflow:hidden; border-bottom-left-radius: 7.5rem;}
.MVisual0043 .item{overflow:hidden; line-height:0;}
.MVisual0043 .item img{position:relative; width:auto; height:100%; }
.MVisual0043 .control{position:absolute; left:5rem; bottom:2rem; z-index:1;}
.MVisual0043 .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; }
.MVisual0043 .control > a.play{display:none;}
.MVisual0043 .control > a:hover,
.MVisual0043 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* �Խ��� */
.notice0043 { position:relative; height:100%; }
.notice0043 .titTab { position: relative; margin-right: 2rem; }
.notice0043 .titTab ul { font-size:0; display: inline-block; background: #fff; vertical-align: middle; width: 100%;}
.notice0043 .titTab li { position:relative; float: left; max-width:calc(33% - 1rem); vertical-align: top;}
.notice0043 .titTab li ~ li{margin-left:1rem;}
.notice0043 .titTab li a {display: block; line-height:2.5rem; text-align:center; font-size:1rem; font-weight: 600; color:#555; padding: 0 0.2rem; font-weight: 400; overflow: hidden;}
.notice0043 .titTab li a::before{position: absolute; bottom: 0; left: 0; width:0%; height: 0.3rem; border-radius: 0.5rem; background: #1f92fe; content: ""; opacity: 0; z-index: 2;} 
.notice0043 .titTab a span{ overflow:hidden; white-space:nowrap;}
.notice0043 .topList {display: block; position:relative; min-height:5.5rem; overflow:hidden; border-top: 1px solid #ccc; margin-top: -0.15rem; padding: 1.4rem 0 1.4rem 6rem;}
.notice0043 .topList dt{ position: relative; line-height: 1.5rem; font-size:1rem; color:#222; font-weight: 600; text-overflow: ellipsis; white-space: nowrap;  overflow:hidden; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0043 .topList dl.new dt { padding-left: 1.75rem; }
.notice0043 .topList dl.new dt::before {position: absolute; top: 0.1rem; left: 0; width: 1.3rem; height: 1.3rem; line-height: 1.15rem; border-radius: 50%; text-align: center; font-weight: 800; color: #1f92fe; border: 2px solid #1f92fe; content: "N"; font-size: 0.7rem; }
.notice0043 .topList p{font-size:.8rem; line-height:1.5rem; text-overflow: ellipsis; white-space: nowrap;  overflow:hidden;}
.notice0043 .topList .date { position: absolute; width: 4.6rem; height: 4.6rem; top: 0.6rem; left: 0; padding-top: 0.9rem; font-size: 0.8rem; text-align: center; z-index: 1; border-radius: 1.5rem; background: #fdfbd8; color: #555; transition: background 0.3s; -webkit-transition: background 0.3s; font-weight:600;} 
.notice0043 .topList .date em {display: block; font-size: 1.25rem; font-weight: 700; color:#333; }
.notice0043 .list_box { display:none; width:100%; }
.notice0043 .list_box > div{ border: 2px dotted #2293fe; border-radius: 1.5rem; padding: 1.25rem 1rem;}
.notice0043 .list_box ul { overflow:hidden; height: 6rem;}
.notice0043 .list_box li { position: relative; }
.notice0043 .list_box li a{ line-height:1.5rem; display:block;}
.notice0043 .list_box li a.new{padding-left: 1.5rem;}
.notice0043 .list_box li a.new::before{position: absolute; top: 0.1rem; left: 0.5rem; width: 1.3rem; height: 1.3rem; line-height: 1.15rem; border-radius: 50%; text-align: center; font-weight: 800; color: #1f92fe; border: 2px solid #1f92fe; content: "N"; font-size: 0.7rem; }
.notice0043 .list_box li p{ width:calc(100% - 4.5rem); overflow:hidden; color:#000; text-overflow: ellipsis; white-space: nowrap; padding-left: 0.5rem;}
.notice0043 .list_box li p::before { position: absolute; top: 0.7rem; left: 0; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ""; }
.notice0043 .list_box li span { position:absolute; right:0; top:0; font-size:.75rem; color:#666; }
.notice0043 .btn_more { top: 0.4rem; }
/* �Խ��� : ������ ���� */
.notice0043 .list_box dl.no_data dt{line-height:3;}
.notice0043 .list_box dl.no_data .date p{padding-top:0; line-height: 2.5rem;}
.notice0043 .list_box li.no_data{text-align:center; line-height:6rem;}
/* �Խ��� : active */
.notice0043 .topList:hover .date,
.notice0043 .topList:focus .date{background-color:#fff9a8;}
.notice0043 .topList:hover dt,
.notice0043 .topList:hover dt{color: #1081eb;}
.notice0043 .titTab a:hover,
.notice0043 .titTab a:focus,
.notice0043 .titTab a.current { font-weight: 700; color: #1f92fe;}
.notice0043 .titTab li a.current:before { opacity: 1; width:100%; }
.notice0043 .list_box.on { display: block; }
.notice0043 .list_box li a:hover,
.notice0043 .list_box li a:focus{text-decoration: underline;}

.notice0043 a, 
.notice0043 :before{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* �ٷΰ���1 */
.M_link0043 { position:relative; height:100%; }
.M_link0043 ul { width: 100%; display:table; table-layout:fixed; }
.M_link0043 li { position:relative; display: table-cell; vertical-align:top; z-index:1; }
.M_link0043 li + li::before{width: 4px; height: 1.25rem; background: url('/images/schl/template/T0043/main/0043_link_list_bg.png') no-repeat center; position: absolute; left: 0; top: 2rem; content: '';}
.M_link0043 li a {display:block; position:relative; word-break: keep-all; text-align:center;}
.M_link0043 li a .img {position: relative; width: 5rem; height: 5rem; margin:0 auto; text-align: center; border-radius: 2rem; background: #1f92fe;}
.M_link0043 li a img { width:3rem; height:2.5rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.M_link0043 li a span { position: relative; display: inline-block; font-size:0.9rem; line-height:1rem; height:2rem; margin-top: 0.75rem; padding:0 5px; overflow:hidden; font-weight: 600; color:#000; }
.M_link0043 li a span:before{content:""; position:absolute; left:50%; bottom:0; width:0; height:10px; background:#b1efff; border-radius:5px; z-index: -1;}
/** �ٷΰ���1 : active **/
.M_link0043 li a:hover .img,
.M_link0043 li a:focus .img{ box-shadow: 3px 3px 13px rgba(66, 158, 245, 0.25); }
.M_link0043 li a:hover span:before,
.M_link0043 li a:focus span:before{left:0; width:100%;}
.M_link0043 li a,
.M_link0043 li a span,
.M_link0043 li a span::before { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* �Ĵ� */
.meal_menu0043 { position:relative; height:100%; border: 2px dotted #d7d7d7; padding: 0.8rem 1.8rem; border-radius: 1.5rem; background: #fff;}
.meal_menu0043::after{display: block; content: ''; clear: both;}
.meal_menu0043 h2{position:relative; width: 8rem; float: left; font-size: 1.1rem; font-weight: 600; line-height: 2.3rem; overflow: hidden; white-space: nowrap; max-width: calc(100% - 1.5rem);}
.meal_menu0043 .inner { position:relative; width: calc(100% - 8rem); float: right;}
.meal_menu0043 .inner ul { overflow-y:auto; height:2.3rem; margin-right: 15rem;}
.meal_menu0043 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0043 .inner li::after{display: block; content: ''; clear: both;}
.meal_menu0043 .inner li + li { margin-top:1rem; }
.meal_menu0043 .inner .no_data { line-height: 2.3rem; text-align:center; }
.meal_menu0043 .inner dl { position:relative;}
.meal_menu0043 .inner dt { width: 9.5rem; float: left; background: #39bcb9; color: #fff; border-radius: 2rem; text-align: center; font-size: 0.9rem; line-height: 2.3rem; font-weight: 600;}
.meal_menu0043 .inner dd { width: calc(100% - 9.5rem); float: right; padding-left: 1rem; /* margin-top: 0.5rem; */ font-weight: 500; color:#000;}
.meal_menu0043 .img{position:absolute; right:4rem; bottom:0; }
.meal_menu0043 .img img{max-width: 12.5rem; vertical-align: middle;}
.meal_menu0043 .btn_more{right: 1.75rem; top: 1rem;}

/* �˾��� */
.pop0043 { position:relative; width:100%; height:100%;}
.pop0043 h2 {color:#222; font-weight:600; font-size:1.1rem; margin-bottom: 0.5rem; margin-right: 7rem; overflow: hidden; white-space:nowrap;} 
.pop0043 .nss_pg{position: absolute; right: 0; top: 0;}
.pop0043 .nss_pg p {display: inline-block; font-weight: 600; margin-right:1rem;}
.pop0043 .nss_pg p strong {position: relative;font-weight: 700; color: #1f92fe;}
/* .pop0043 .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: '';} */
.pop0043 .nss_pg a {display: inline-block; vertical-align: middle; width: 1.3rem; height: 1.3rem; line-height: 1.3rem; text-align: center; border-radius: 50%; color: #555; font-size: 1rem;}
.pop0043 .nss_pg a.stop, .pop0043 .nss_pg a.play{background:#ededed;}
.pop0043 .nss_pg .play {display: none;}
.pop0043 .pop_img { position:relative; height:14.25rem; border-radius:2rem; background: url('/images/schl/template/T0043/main/0043_ptrn_popup.png') repeat; padding: 1.5rem 0; overflow: hidden; }
.pop0043 .pop_img div,
.pop0043 .pop_img .item {height:100%;}
.pop0043 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden; background:#eee; border-radius: 1.5rem; }
.pop0043 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* Ķ���� */
.pop_schedule0043 { position:relative; height:100%; padding:1.15rem 1.5rem; color:#fff; background: #39bcb9; border-radius: 1.5rem;}
.pop_schedule0043 h2 { font-size:1.1rem; overflow: hidden; white-space: nowrap; margin-right: 2rem;}  
.pop_schedule0043 .month {position:relative; text-align: center;}
.pop_schedule0043 .month a { display:inline-block; vertical-align:middle; font-size:1rem; text-align:center; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; border-radius: 50%; background: #009e96; margin: 0 0.25rem; transition: background 0.3s; -webkit-transition:background 0.3s;}
.pop_schedule0043 .month a i { -webkit-transition:all .3s; transition:all .3s; }
.pop_schedule0043 .month .date { display:inline-block;  font-size:0.9rem; vertical-align:middle; background: #009e96; width: 5rem; height: 5rem; border-radius: 1.75rem; padding-top: 0.75rem;}
.pop_schedule0043 .month .date em { position:relative; display:inline-block; font-size:1.75rem; font-weight:700; display: block;} 
.pop_schedule0043 .month .date em::before{width: 2.1rem; height: 1px; background: #6fc9c3; position: absolute; top: 0.15rem; left: calc(50% - 1.05rem); content: '';}
.pop_schedule0043 .lst { position:relative; z-index:1; margin-top: 0.5rem;}
.pop_schedule0043 .lst ul { overflow-y:auto; height:7rem;}
.pop_schedule0043 .lst .no_data { padding-left:0; padding-top:2.5rem; text-align:center; }
.pop_schedule0043 .lst li a { position:relative; padding-left:4rem; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:400; }
.pop_schedule0043 .lst li ~ li { margin-top:0.25rem; }
.pop_schedule0043 .lst li a span { position:absolute; left:0; top:0; line-height:1.5rem; padding: 0 0.8rem; background: #fff; color: #444; border-radius: 1rem; font-size: 0.75rem; font-weight: 600;}
.pop_schedule0043 .btn_more { position:absolute; right: 1.5rem; top: 1.15rem;}
.pop_schedule0043 a,
.pop_schedule0043 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; } 
/* Ķ���� : active */
.pop_schedule0043 .month a:hover,
.pop_schedule0043 .month a:focus{background: #038d86;}
.pop_schedule0043 .lst li a:hover,
.pop_schedule0043 .lst li a:focus{text-decoration: underline;}

/* ������ */
.gallery0043 { position:relative; }
.gallery0043 h2 {font-size:1.1rem; margin-right:2rem; overflow:hidden; white-space:nowrap; font-weight: 600;}
.gallery0043 .list_box{ margin-top:0.75rem; overflow:hidden;}
.gallery0043 .list_box li{width:100%;}
.gallery0043 .list_box li.no_data{ width:100%; height:13.8rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:#fafafa; border-radius:2rem;}
.gallery0043 .list_box a { position:relative; display:block; overflow:hidden;}
.gallery0043 .list_box a .img{ height:12.5rem; overflow:hidden; background:rgba(0,0,0,0.1); border-radius:1.5rem; }
.gallery0043 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; }
.gallery0043 .list_box a span{position: relative; display:block; width: calc(100% - 3rem); font-size:.9rem; line-height:3rem; text-align: center; color: #fff; background: #1f92fe; border-radius: 0 1.5rem 1.5rem 1.5rem; padding: 0 1rem; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top: -1.5rem;}
.gallery0043 .btn_more { position:absolute; top:0; right:0; font-size:1.2rem; color:#111;}
/** ������ : active **/
.gallery0043 .list_box a:hover span,
.gallery0043 .list_box a:focus span{text-decoration: underline;}

/* ����� */
.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;}

@media (max-width: 1240px) {
	/* ���κ��־� */
	.MVisual0043 .item img { width: 140%; margin-left: 0; height: auto; }

	/* �˾��� */
	.pop0043 .pop_img .item img {width:auto; height:100%;}
}

@media (max-width: 1024px) {
	/* �����ǽĴ� */
	.meal_menu0043 .img img{max-width: 8.5rem;}
	.meal_menu0043 .inner ul{margin-right: 12rem;}
}

@media (max-width: 920px) {
	/* �����ǽĴ� */
	.meal_menu0043 h2{width: 100%; line-height: inherit; margin-bottom: 0.5rem;}
	.meal_menu0043 .inner{width: 100%;}
	.meal_menu0043 .inner ul{margin-right: 8rem;}
	.meal_menu0043 .inner dd{margin-top: 0;}
	.meal_menu0043 .btn_more{top: 0.5rem;}
	.meal_menu0043 .img{right: 1rem;}

	/* ������ */
	.gallery0043 .list_box li{width: 49%; float: right;}
	.gallery0043 .list_box li:first-child{float: left;}
}

@media (max-width: 768px) {
	/* �ٷΰ��� */
	.M_link0043 ul{display: block;}
	.M_link0043 ul::after{display: block; content: ''; clear: both;}
	.M_link0043 li{display: block; width: 33.333%; float: left; margin-bottom: 1rem;}
	.M_link0043 li:nth-of-type(3n+1)::before{display: none;}

	/* �˾��� */
    .pop0043 .pop_img{ height:auto; text-align:center; }
    .pop0043 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
}

@media (max-width: 600px) {
	/* ���κ��־� */
	.MVisual0043{border-bottom-left-radius: 4rem;}
	.MVisual0043 .control{left: 2rem; bottom: 1rem;}

	/* �����ǽĴ� */
	.meal_menu0043{padding: 1rem;}
	.meal_menu0043 .inner dd{width: 100%; margin-top: 0.5rem;}
	.meal_menu0043 .inner ul{height: 5rem;}
	.meal_menu0043 .btn_more{top: 0.75rem; right: 1rem;}
	.meal_menu0043 .img img{max-width: 6.5rem;}
	.meal_menu0043 .inner .no_data { line-height: 5rem; }

	/* ������ */
	.gallery0043 .list_box li{width: 100%;}
	.gallery0043 .list_box li:nth-of-type(n+2){display: none;}
}

@media (max-width: 480px) {
	/* font-size */
	.meal_menu0043 h2, .pop0043 h2, .pop_schedule0043 h2, .gallery0043 h2{font-size: 1rem;}

	/* �������� */
	.notice0043 .titTab li{max-width: 100%;}
	.notice0043 .titTab li ~ li{margin-left: 0.5rem;}
	.notice0043 .titTab li a{font-size: 0.95rem;}
	.notice0043 .topList{padding-left: 5rem;}
	.notice0043 .topList .date{width: 4.3rem; height: 4.3rem;}
	.notice0043 .topList .date em{font-size: 1.1rem;}

	/* �ٷΰ���1 */
	.M_link0043 li a .img{width: 4.5rem; height: 4.5rem; border-radius: 1.5rem;}
	.M_link0043 li a img{width: 2.5rem; height: auto;}
	.M_link0043 li a span{font-size: 0.8rem;}

	/* �����ǽĴ� */
	.meal_menu0043{padding-bottom: 3rem;}
	.meal_menu0043 .inner dt{width: 7.5rem; font-size: 0.85rem; line-height: 2rem;}
	.meal_menu0043 .inner ul{margin-right: 0;}

	
}

@media (max-width: 360px) {
	/* �ٷΰ��� */
	.M_link0043 li + li::before{display: none;}
	.M_link0043 li a .img{width: 4rem; height: 4rem;}
	.M_link0043 li a img{width: 2.4rem;}

	/* �˾��� */
	.pop0043 .pop_img{padding: 0.5rem 0;}	
}