﻿/* common style */
.heading { font-size: 1rem; color: #000; font-weight: 600; margin-bottom: 1.35rem; margin-right: 5rem; white-space: nowrap; overflow: hidden; }

/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; display: block; font-size: 0.8rem; color: #000; } 
.btnTy1 { padding-right: 0.85rem; font-weight: 500; }
.btnTy1::before { position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 1.7rem; height: 1.7rem; border-radius: 50%; z-index: -1; content: ""; } 
.btnTy1 span { vertical-align: middle; margin-right: 0.2rem; }
.btnTy1 i { font-size: 1.1rem; vertical-align: middle; }
.btnTy2 { top: 1.7rem; right: 0.85rem; width: 2rem; height: 2rem; border-radius: 50%; text-align: center; line-height: 2rem; background: #b8b8b8; color: #fff; font-size: 1rem; }
/* btn_more : active */
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
.btn_more i{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 메인비주얼 */ 
.MVisual0003 { height:100%; overflow:hidden; border-radius: 0 0 0 4rem; line-height:1; }
.MVisual0003 .slider{ position: relative; z-index: 0; }
.MVisual0003 .slider div{height:100%;}
.MVisual0003 .item{overflow:hidden; line-height:0;}
.MVisual0003 .item img{position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);}
.MVisual0003 .control{position:absolute; right:calc((100% - 60rem)/2 + 3rem); bottom:2rem; z-index:1;}
.MVisual0003 .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 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0003 .control > a.play{display:none;}
.MVisual0003 .control > a:hover,
.MVisual0003 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 게시판 */
.notice0003 { position:relative; height:100%; }
.notice0003 .titTab {margin-bottom:1rem; margin-right: 4rem; font-size: 0; overflow: hidden; }
.notice0003 .titTab li { position:relative; display:inline-block; max-width:33.333%; left: -0.25rem; padding: 0 0.25rem; vertical-align:top;}
.notice0003 .titTab li a { position:relative; display:block; color:#666; line-height:2rem; padding:0 1rem; border-radius: 1rem 1rem 0 1rem; background: #e9e9e9; font-size: 1rem; }
.notice0003 .titTab li a::before { position: absolute; bottom: -1.4rem; left: 0; width: 0.75rem; height: 0.75rem; border-radius: 50%; background: #50bcdf; display: none; z-index: 1; content: ""; }
.notice0003 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0003 .list_box { display:none; width:100%; max-height:calc(100% - 3.5rem);}
.notice0003 .list_box .topList{position:relative; display:block;  }
.notice0003 .list_box dl { position: relative; height:7rem; padding:1.3rem 0.5rem 1.3rem 7.1rem; border-bottom: 2px solid #33b4ec; background: #edf9fb; border-radius: 1.3rem 1.3rem 0 0; overflow:hidden; }
.notice0003 .list_box dt{position:relative; line-height:1.5rem; font-size:0.9rem; color:#000; overflow:hidden; font-weight:500; text-overflow:ellipsis; white-space:nowrap; margin-bottom:0.55rem; padding-left: 2rem;}
.notice0003 .list_box dt:before{content:"N"; position:absolute; left:0; top:0; width:1.5rem; height:1.5rem; line-height: 1.5rem; background: #00a1e7; color:#fff; font-weight: 600; font-size:0.75rem; border-radius:50%; text-align:center;}
.notice0003 .list_box dd > p{line-height:1.2rem; height:2.4rem; overflow:hidden; color:#363636; }
.notice0003 .list_box dd .date{position:absolute; left:0; top:0.8rem; display: flex; flex-flow: column; justify-content: center; align-items: center; width: 5.25rem; height: 5.25rem; text-align:center; font-weight:800; font-size:1.25rem; color: #000; }
.notice0003 .list_box dd .date em { position: relative; font-size: 0.75rem; font-weight: 500; color: #060606; margin-top: 1rem;}
.notice0003 .list_box dd .date em::before {position:absolute;top: -0.7rem;left: 50%;transform: translateX(-50%);content:"";width:1.2rem;height:6px;border-top:6px dotted #01a1e7;}
.notice0003 .list_box ul { max-height:4.5rem; overflow:hidden; margin-top:0.75rem; }
.notice0003 .list_box li a { position:relative; display:block; line-height:1.5rem; padding:0 4rem 0 0.75rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#363636;}
.notice0003 .list_box li a:before{content:""; position:absolute; left:0; top:50%; width:6px; height:3px; background:#b7b7b7; margin-top:-2.5px;}
.notice0003 .list_box li a span { position:absolute; right:0; top:0; color:#666; font-size:0.75rem; }
.notice0003 .btnTy1 {display: flex; padding:0; justify-content: center; align-items: center; width: 2rem; height: 2rem; line-height: 2rem; background: #b7b7b7; border-radius: 50%;}
.notice0003 .btnTy1 i { color:#fff; }
/* 게시판 :데이터 없음 */
.notice0003 .list_box dl.no_data dt{line-height:4.5; margin-bottom: 0; font-weight: 400;font-size: 0.8rem; }
.notice0003 .list_box dl.no_data .date p{padding-top:0; font-weight: 400; }
.notice0003 .list_box li.no_data{text-align:center; line-height:4.5rem;}
/* 게시판 :active */
.notice0003 .titTab li a:hover,
.notice0003 .titTab li a:focus,
.notice0003 .titTab li a.current { color:#fff; background: #00a1e7; font-weight:600; }
.notice0003 .titTab li a.current::before { left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); display: block; }
.notice0003 .list_box.on { display:block; }
.notice0003 .list_box a:hover dd > p,
.notice0003 .list_box a:focus dd > p { text-decoration: underline; }
.notice0003 .list_box li a:hover,
.notice0003 .list_box li a:focus { text-decoration: underline; }
.notice0003 a, 
.notice0003 .titTab li a::before,
.notice0003 dt {-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 팝업존 */
.pop0003 { position:relative; width:100%; height:100%; padding: 1.5rem 1rem; border-radius:1.5rem; background:#fcefc6; }
.pop0003 .tit_wrap{position:relative; padding-right: 9.5rem; }
.pop0003 .tit_wrap h2 { margin-right: 0.5rem; margin-bottom: 1rem;}
.pop0003 .control{position:absolute; right: 0; top: -0.3rem; line-height:2rem; }
.pop0003 .control p { display:inline-block; width:4rem; text-align:center; color:#000; font-size:0.8rem; vertical-align: middle; }
.pop0003 .control p strong { font-size:0.8rem; color:#f54d30; font-weight:700;}
.pop0003 .control p strong:after{ content:""; display:inline-block; width:14px; height:2px; background:#000; margin:0 0.6rem; vertical-align:middle;}
.pop0003 .control a {display:inline-block; overflow:hidden; text-align:center; font-size:1.4rem; vertical-align:middle; line-height: 0.8rem; margin:0 4px; transition: all 0.15s; -webkit-transition: all 0.15s;}
.pop0003 .control a.stop {background:#fff; width:1.6rem; height: 1.6rem; line-height: 1; border-radius: 50%;}
.pop0003 .control .play {display:none;}
.pop0003 .pop_img { position:relative; height:11.25rem; overflow:hidden; text-align:center; border-radius:0.85rem; border:1px solid #efe3be; background:rgba(0,0,0,0.1); isolation: isolate;}
.pop0003 .pop_img div,
.pop0003 .pop_img .item {height:100%;}
.pop0003 .pop_img .item a { display:block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0003 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 :active */
.pop0003 .control a:hover,
.pop0003 .control a:focus{color:#f54d30;}
.pop0003 .control a.stop:hover,
.pop0003 .control a.play:focus {background:#f54d30;}

/* 갤러리 */
.gallery0003 { position:relative; }
.gallery0003 .list_box{ height:11.5rem; }
.gallery0003 .list_box ul{margin: 0 -1rem;}
.gallery0003 .list_box li { width:33.33%; float:left; padding: 0 1rem; }
.gallery0003 .list_box li:nth-child(n+4) { display: none; }
.gallery0003 .list_box li.no_data{ text-align:center; width:100%; line-height: 11.5rem; background: rgba(0, 0, 0, 0.15); border-radius: 1.5rem; }
.gallery0003 .list_box a { position:relative; display:block; border-radius:1.2rem; overflow:hidden;}
.gallery0003 .list_box a .img{ height:8rem; overflow:hidden; background:rgba(0, 0, 0, 0.2); }
.gallery0003 .list_box a .img:after {position:absolute; top:0; left:0; content:""; width: 100%; border-radius: 1.2rem 1.2rem 0 0; height:8rem; border:2px solid #71ba61; opacity: 0; transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery0003 .list_box a .img img { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; }
.gallery0003 .list_box a p{ position: relative; display:block; text-align:center; line-height:3.2rem;max-width: 100%; color:#000; padding:0 1rem; }
.gallery0003 .list_box a p em {position: relative; display: inline-block; max-width: 100%; text-align: center;  overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height: 1; padding:0 0.5rem; padding-bottom: 0.3rem; transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery0003 .list_box a p em::after {position: absolute; width:100%; height: 0.8rem; bottom:0; left: 50%; transform: translateX(-50%); background:#dcf3d7; content: ""; border-radius: 0.4rem; z-index: -1; opacity: 0; transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery0003 .btnTy1::before { background: #fff; }
/** 갤러리 :active **/
.gallery0003 .list_box a:hover p em,
.gallery0003 .list_box a:focus p em { font-weight: 600; }
.gallery0003 .list_box a:hover p em::after,
.gallery0003 .list_box a:focus p em::after{ opacity: 1;}
.gallery0003 a p{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.gallery0003 .list_box a:hover .img:after,
.gallery0003 .list_box a:focus .img:after {opacity: 1;  box-shadow: 0px 0px 7px rgba(0,0,0,0.15); }

/* 캘린더 */
.pop_schedule0003 { position:relative; height:100%; }
.pop_schedule0003 .month { position:relative; padding:0.35rem 1.5rem; font-size:1rem; border-bottom:2px solid #58c9cf; text-align:center; background: #fff; border-radius: 1rem 1rem 0 0;}
.pop_schedule0003 .month a { position:absolute; top: 1rem; font-size: 1.2rem; line-height: 1.2rem;}
.pop_schedule0003 .month .prev { left:1.05rem; }
.pop_schedule0003 .month .next { right:1.05rem;}
.pop_schedule0003 .month span { font-weight:400;color:#000; }
.pop_schedule0003 .month span em { position:relative; display:inline-block; font-size:1.25rem; font-weight:700; text-align:center; width: 2.3rem; height: 2.3rem; line-height: 2.3rem; border-radius: 50%; background: #01b9c3; color: #fff; }
.pop_schedule0003 .lst { position:relative; z-index:1; padding:1rem 0 0;}
.pop_schedule0003 .lst ul { overflow-y:auto; height:7.6rem; padding-right:0.5rem;}
.pop_schedule0003 .lst li.no_data { line-height: 7.6rem; width: 100%; text-align: center; }
.pop_schedule0003 .lst li a { position:relative; padding-left:3.6rem; display:block; line-height:1.9rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; font-weight:400; color:#000;}
.pop_schedule0003 .lst li a span{ position:absolute; left:0; top:0.25rem; width:2rem; height:1.6rem; line-height:1.45rem; font-size:0.75rem; font-weight:600; border-radius:1rem; text-align:center; color:#00aab1; }
.pop_schedule0003 .lst li a span::after {position: absolute; width:0.3rem; height: 0.3rem; top:0.6rem; right:-1rem; content: ""; background: #01b9c0; border-radius: 50%;} 
.pop_schedule0003 .btnTy1::before { background: #fff; }
/** 캘린더 :active **/
.pop_schedule0003 .month a:hover,
.pop_schedule0003 .month a:focus{color:#0e498f;}
.pop_schedule0003 .lst li a:hover,
.pop_schedule0003 .lst li a:focus { text-decoration:underline; }
.pop_schedule0003 .lst li a:hover span,
.pop_schedule0003 .lst li a:focus span{background:#fff;}
.pop_schedule0003 a,
.pop_schedule0003 a span{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 식단 */
.meal_menu0003 { position:relative; height:100%; max-width:65rem;}
.meal_menu0003 .tit_wrap { position:relative; max-width:5.85rem; width:100%; line-height:5.5rem; float:left;}
.meal_menu0003 h2 { color: #111; margin-bottom: 0; margin-right: 0; }
.meal_menu0003 .inner { position:relative; width:calc(100% - 7rem); height: 100%; padding:0.5rem 0; color:#111; float:left; font-weight:600; display: flex; align-items: center;}
.meal_menu0003 .inner ul { height:2rem; margin-right:3rem; overflow-y:auto; width:100%;}
.meal_menu0003 .inner li:not(.no_data) { display:table; width:100%; height:100%; padding-right:1rem; }
.meal_menu0003 .inner li.no_data { text-align:center; line-height:2rem; width:100%; font-weight: 500;}
.meal_menu0003 .inner dl { position:relative; display:table-cell; vertical-align:middle; font-size:0; line-height:0;}
.meal_menu0003 .inner dl > *{font-size:0.8rem; line-height:1.4;}
.meal_menu0003 .inner dt { width:9.5rem; display:inline-block; vertical-align: top; text-align:center; background:url('/images/schl/template/T0003/main/0003_meal_dot.png') no-repeat right center; color:#000;}
.meal_menu0003 .inner dt em { font-size: 0.9rem; color: #000; font-weight: 700; }
.meal_menu0003 .inner dt span { font-size:1.3rem; color: #ff6b75; font-weight:700; }
.meal_menu0003 .inner dd { width:calc(100% - 9.5rem); display:inline-block; color:#000; font-size:0.8rem; word-break:keep-all; padding-left:1rem; font-weight: 400; line-height: 1.6rem;}
.meal_menu0003 > img{position:absolute; left: -3.8rem; bottom: -1rem; max-width: 9.1rem; max-height: 5.2rem; z-index: 1; }
.meal_menu0003 .btn_more { background:#ff6b75; }

/* 바로가기1 */
.M_link0003 { position:relative; height:100%; }
.M_link0003::before {position: absolute; background: #c7ecfe; border-radius: 10rem; content: ""; left: -4rem;right: -4rem; top: -1rem;bottom: -1rem; z-index: 1;}
.M_link0003 ul{display:table; border-spacing:10px; table-layout:fixed; margin:0 -1rem;}
.M_link0003 li { position:relative; display:table-cell; vertical-align:top; z-index:1; width:1%;}
.M_link0003 li a { display:block; position:relative; font-weight:600; word-break:keep-all; text-align:center; color:#111;}
.M_link0003 li a img { display: block; width:100%;}
.M_link0003 li a p { position: relative; width:5.75rem; height:5.75rem; line-height:5.75rem; border-radius: 50%; background:#fff; margin:0 auto; border: 2px solid #fff;}
.M_link0003 li a span{display:block; font-size:0.9rem; color: #000; padding: 0 0.5rem; font-weight:500; line-height:1.2rem; max-height:2.4rem; margin-top:1.1rem; overflow:hidden; word-break: break-all;}
/** 바로가기1 :active **/
.M_link0003 li a:hover p,
.M_link0003 li a:focus p { border: 2px solid #a5d9fb; box-shadow: 0 0 29px rgba( 239, 192, 59, 0.11 ); }
.M_link0003 li a:hover img,
.M_link0003 li a:focus img { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); }
.M_link0003 li a:hover span,
.M_link0003 li a:focus span { font-weight: 600; }
.M_link0003 p,
.M_link0003 li a p::before,
.M_link0003 img { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 배너존 */
.banner_zone {line-height:1; border-top:1px solid #cacaca;}
.banner_zone .container {position:relative; height:4rem; overflow:hidden;}
.banner_zone h2 {float:left; margin-top:1.5rem; width:4rem; font-size:0.8rem; font-weight:600; 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:1400px) {
    /* 바로가기 */
    .M_link0003::before{left: 1rem; right: 1rem;}
    .M_link0003 ul { max-width: 58rem; margin:0 auto; padding:0 2rem;}
    .M_link0003 li a p {width:5rem; height: 5rem; line-height: 5rem;}
}

@media (max-width:1240px) {

    /* 메인비주얼 */
    .MVisual0003 { position: relative; width: 100%; left: auto; top: auto; transform: translate(0); }
    .MVisual0003 .slider{margin-left: 0;}
	.MVisual0003 .item img{width: 100%; height: auto; padding: 0 1rem;}
	.MVisual0003 .control{right:3rem; bottom:2rem; margin-left:0;}

    /* 식단 */
    .meal_menu0003 > img { display: none; }
    .meal_menu0003 .tit_wrap { width: 9.6rem; padding-top: 0.5rem; padding-right: 0.8rem; line-height: 1.5rem; }
    .meal_menu0003 .inner { width: 100%; margin-left: -1.7rem; height: auto; }

    /* 바로가기1 */
}

@media (max-width:1024px) {

    /* 갤러리 */
    .gallery0003 .list_box li{width:50%;}
    .gallery0003 .list_box li:nth-child(n+3){ display: none; }
    
    /* 식단 */
    .meal_menu0003 .btn_more {top: 0.5rem;}
}

@media (max-width:960px) {
    /* 게시판 */
    .notice0003 .titTab {margin-bottom:0.75rem;}

    /* 팝업존 */
    .pop0003 {height: auto;}
    .pop0003 .tit_wrap h2 {margin-bottom: 0.75rem; }
    .pop0003 .control{right:0;}
    .pop0003 .pop_img{ height:auto; }
    .pop0003 .pop_img .item img{max-width:100%; height:auto; max-height:15rem;}
    
    /* 바로가기1 */
    .M_link0003::before {border-radius: 1.2rem;}
    .M_link0003 ul{display:block; width:100%; margin:0; font-size:0; line-height:0; padding: 0 1rem;}
    .M_link0003 li{display:inline-block; width:23%; margin:.5rem 1%; vertical-align:top;}
    .M_link0003 li a p { width: 4.75rem; height: 4.75rem; line-height: 4.75rem; }

    /* 캘린더 */
    .pop_schedule0003 h2 {margin-bottom:0.75rem;}

    /* 갤러리 */
    .gallery0003 h2 {margin-bottom:0.75rem;}
}

@media (max-width:860px) {

    .btnTy2 { top: 0.8rem; right: 0.8rem; background: #fff; }

    /* 식단 */
    .meal_menu0003 .inner { width:100%; float:none;}
    .meal_menu0003 > img{width:auto; height:4rem; top:0; left: 0; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:768px) {	

    .heading { font-size: 0.95rem; }

    /* 메인비주얼 */
    .MVisual0003 .control { bottom: 1.5rem; right: 2rem; }

    /* 게시판 */
    .notice0003 .titTab li a { font-size: 0.95rem; }
    .notice0003 .list_box dl{padding-left:7.5rem;}

    /* 갤러리 */
    .gallery0003 .list_box li { width: 100%; }
    .gallery0003 .list_box li:nth-child(n+2) { display: none; }

    .pop0003 .control { line-height: 1.5rem; }
    .pop0003 .control p { width: auto; padding: 0 0.5rem; }
    
    
}

@media (max-width:640px) {	

    /* 게시판 */
    .notice0003 .list_box dl{padding-left:7.5rem;}

    /* 갤러리 */
    .gallery0003 .list_box li { width: 48.5%; }
    .gallery0003 .list_box li:nth-child(n+2) { display: block; }
    .gallery0003 .list_box li:nth-child(n+3) { display: none; }

    /* 캘린더 */
    .pop_schedule0003 .lst ul { height: 6.5rem; }
    .pop_schedule0003 .lst ul li { width: 50%; float: left; }
    .pop_schedule0003 .lst li.no_data { line-height: 6rem; }
}

@media (max-width:560px) {	
    /* 바로가기1 */
    .M_link0003 li a span { margin-top: 0.8rem; font-size: 0.85rem; }


    /* 캘린더 */
    .pop_schedule0003 .month a img { width: 1rem; height: auto; }
    .M_link0003 li a p { width:4rem; height: 4rem; line-height: 4rem; }

    /* 식단 */
    .meal_menu0003 .inner { margin-left: -1rem; }
    .meal_menu0003 .inner dt{width:auto; padding-right:1.5rem; background: none; }
    .meal_menu0003 .inner dd{width:100%; display:block; padding-left:0; margin-top: 0.5rem; }
    .meal_menu0003 .inner ul{margin: 0 2rem 0 1rem;}
    .meal_menu0003 .inner ul, .meal_menu0003 .inner li:not(.no_data) {height:5.5rem;}
	.meal_menu0003 .inner dd{ word-break: break-all;}
    .meal_menu0003 .inner li.no_data{line-height:4.5rem;}
}

@media (max-width:480px) {
    /* 메인비주얼 */
    .MVisual0003 {margin-right:.5rem; border-radius:0 0 0 2rem;}
    .MVisual0003 .control { bottom:1rem; right: 1.5rem; }
    .MVisual0003 .control > a { width:1.6rem; height: 1.6rem; line-height: 1.6rem; }


    /* 게시판 */
	.notice0003 .titTab { margin-bottom:1rem;}
    .notice0003 .titTab li { max-width: 100%; padding-bottom: 0.2rem; }
    .notice0003 .titTab li a::before { display: none !important; }
    .notice0003 .list_box dd .date{width:5rem;}
    .notice0003 .list_box dl{padding-left:5.5rem;}

    /* 갤러리 */
    .gallery0003 .list_box { height: auto; }
    .gallery0003 .list_box li{width:100%; float: none; }
    .gallery0003 .list_box li:nth-child(n+2) {display: none;} 
    .gallery0003 .list_box li + li { margin-left: 0; margin-top: 1rem; }

    /* 캘린더 */
    .pop_schedule0003 .lst ul li { width: 100%; }
}

@media (max-width:400px) {
    /* 바로가기 */
    .M_link0003 li a p{width:3.5rem; height:3.5rem; line-height:4rem;}
}

@media (max-width:360px) {

    /* 바로가기1 */
    .M_link0003 li {width:30%;}
    .M_link0003 li a span { font-size: 0.75rem; }

    /* 식단 */
    .meal_menu0003 > img{ height: 3.5rem;}

    /* 팝업존 */
    .pop0003 .tit_wrap {padding-right: 7.5rem;}
    .pop0003 .control a {margin:0;}
} 

@media (max-width:290px) {
    /* 팝업존 */
    .pop0003 .tit_wrap { padding-right: 8rem;}
    .pop0003 .control p {padding:0;}
}