﻿
/*-----------------------------------------------------------
Author :JH, Woo
Creative date :2021. 04. 26
-----------------------------------------------------------*/


/* 메인 컨테이너 */
#container { width:100%; }

/* 공통 */
h2{overflow: hidden; white-space: nowrap;}
h2 br{display: none;}
.btn_more{display: block; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.2rem; color: #fff; text-align: center; border-radius: 50%; }
.btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.btn_more:hover i, .btn_more:focus i{transform: rotate(180deg); -webkit-transform: translate(180deg);}

/* 메인비주얼 */
.main_visual {position: relative; height: 100%; border-top-right-radius: 4.5rem; overflow: hidden; }
.main_visual #m_visual li {overflow: hidden; height: 28.5rem;}
.main_visual #m_visual li img{position: absolute; right: 0; height: 100%;}
.main_visual .bx-wrapper {position: relative;}
.main_visual .bx-controls {position: absolute; bottom: 1rem; right: 1rem; height: 1.3rem; }
.main_visual .bx-controls-direction {display: none;}
.main_visual .bx-controls a {display: inline-block; margin: 0 3px; color: transparent; overflow: hidden; vertical-align: middle;}
.main_visual .bx-controls-auto { font-size:0; vertical-align: middle; }
.main_visual .bx-controls-auto,
.main_visual .bx-pager,
.main_visual .bx-pager-item {display: inline-block;}
.main_visual .bx-controls-auto a {width: 1.3rem; height: 1.3rem; background: no-repeat center / 100%;}
.main_visual .bx-controls-auto a.bx-start {display: none; background-image: url('/00_common/images/con_com/btn_play.png');}
.main_visual .bx-controls-auto a.bx-stop {display: inline-block; background-image: url('/00_common/images/con_com/btn_stop.png');}
.main_visual .bx-pager { height: 0.8rem; vertical-align:middle; }
.main_visual .bx-pager-item { height: 100%; }
.main_visual .bx-pager a {width: 0.8rem; height: 100%; vertical-align: top; border: 1px solid #185299; border-radius: 50%;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager a.active {background-color: #185299;}/* 비주얼 버튼 색상 */

/* 게시판 */
.notice0007 {position: relative; height: 100%; position: relative; margin-left: 2rem;}

.notice0007::before{width: 100%; height: 1px; background: #275ea0; position: absolute; top: 2.5rem; content: "";}
.notice0007 h2 {display: inline-block; margin-right: 0.3rem; max-width: calc((100% - 3rem) / 3);}
.notice0007 h2 a {display: inline-block; max-width: 100%; height: 2.5rem; line-height: 2.5rem; text-align: center; padding: 0 0.5rem; color: #999; font-size: 1rem; overflow: hidden; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0007 h2:hover a, .notice0007 h2:focus a{color: #00479d;}
.notice0007 .list_box {position: absolute; top: 4.5rem; display: none; width: 100%;}
.notice0007 .list_box ul {overflow: hidden;}
.notice0007 .list_box ul > li {margin-bottom: 1rem;}
.notice0007 .list_box ul > li a {position: relative; display: block; width: 100%;  overflow: hidden;}
.notice0007 .list_box ul > li a dt{width: 4.8rem; height: 4.8rem; background: #2a89e0; border-radius: 1.75rem 1.75rem 0 1.75rem; position: relative; text-align: center; color: #fff; float: left; padding-top: 2.5rem; font-weight: 100; transition: background 0.3s; -webkit-transition: background 0.3s;}
.notice0007 .list_box ul > li a:hover dt, .notice0007 .list_box ul > li a:focus dt{background: #275ea0;}
.notice0007 .list_box ul > li a dt em{font-size: 1rem; display: block; font-weight: 300; position: absolute; top: 1rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.notice0007 .list_box ul > li a dd{width: calc(100% - 4.8rem); height: 4.8rem; float: left; background: #e7f4ff; border-radius: 1.75rem 1.75rem 1.75rem 0; padding: 0.75rem 1.25rem;}
.notice0007 .list_box ul > li a strong {display: block; height: 1.75rem; line-height: 1.75rem; font-size: 0.9rem; font-weight: 400; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 0.3s; -webkit-transition:color 0.3s;}
.notice0007 .list_box ul > li a:hover strong,
.notice0007 .list_box ul > li a:focus strong { color:#00479d; }
.notice0007 .list_box ul > li a p {font-weight: 200; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.notice0007 .list_box ul > li a:hover p,
.notice0007 .list_box ul > li a:focus p{text-decoration: underline;}
.notice0007 .btn_more {position: absolute; top: -4.25rem; right: 0; color: #555; width: 1.9rem; height: 1.9rem; line-height: 1.9rem; font-size: 0.8rem; border: 1px solid #cdcdcd;}
/* on */
.notice0007 h2 a.current {color: #fff; background: #185299; border-radius: 1.25rem 1.25rem 1.25rem 0;}
.notice0007 .list_box.on {display: block;}

/* 오늘의식단 */
.meal_menu0007{position:relative; height:100%; margin: 3rem 3.5rem 0 0;}
.meal_menu0007::after{display: block; content: ""; clear: both;}
.meal_menu0007 .tit{width: 9rem; height: 9.25rem; text-align: center; float: left; position: relative; background: #ffa200; padding-top: 1rem; border-radius: 1.75rem 1.75rem 0 1.75rem;}
.meal_menu0007 .tit h2{font-size: 1rem;}
.meal_menu0007 .tit h2 br{display: none;}
.meal_menu0007 .imgBox{position: absolute; left: 2rem; bottom: -1.75rem;}
.meal_menu0007 h2{color: #fff; font-weight: 200;}
.meal_menu0007 .meal_wrap{width: calc(100% - 9.25rem); height: 9.25rem; float: left; border: 1px solid #cecece; padding: 1.5rem 1.75rem; border-radius: 1.75rem 1.75rem 1.75rem 0;}
.meal_menu0007 ul{ height:6.5rem; overflow-y:auto; }
.meal_menu0007 ul li + li{margin-top:1rem;}
.meal_menu0007 ul li.no_Data{text-align:center; line-height:6rem;}
.meal_menu0007 dl{position:relative;}
.meal_menu0007 dl dt.kcal{width: 10rem; max-width:100%; margin-bottom: 0.5rem; line-height:2.25rem; border-radius:2.5rem; font-weight: 400; font-size:0.95rem; text-align:center; background: #ffefd9;}
.meal_menu0007 dl dt.kcal strong{color: #fe9600;}
.meal_menu0007 .btn_more{position:absolute; top: 50%; right: -1rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align:center; background: #ffa200;}

/* 바로가기01 */
.M_link0007{position: relative; background: url('/tempSample/30007/images/main/0007_ptrn_link.png') repeat; padding: 2.5rem 0 1rem 2.5rem; border-radius: 0 0 0 4.75rem;}
.M_link0007::before{width: 150%; height: 100%; background: url('/tempSample/30007/images/main/0007_ptrn_link.png') repeat; position: absolute; top: 0; right: -150%; content: '';}
.M_link0007 ul::after{display: block; content: ""; clear: both;}
.M_link0007 ul li {width: 48%; margin-right: 4%; float: left; margin-bottom: 1.5rem; position: relative;}
.M_link0007 ul li:nth-of-type(even){margin-right: 0;}
.M_link0007 ul li a {display: block; overflow: hidden; height: 2.75rem; background: #fff; border-radius: 1.5rem; padding:0 2rem; margin-left: 1.5rem;}
.M_link0007 ul li a div{display: table; width: 100%; height: 2.75rem; overflow: hidden;}
.M_link0007 ul li a .img{display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align: center;}
.M_link0007 ul li a .img img{width: 76px; height: 76px; transition: 0.3s; -webkit-transition: 0.3s;}
.M_link0007 ul li a:hover .img img, .M_link0007 ul li a:focus .img img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link0007 ul li a p{display: table-cell; vertical-align: middle; text-align: center; font-size: 0.9rem; font-weight: 200; height: 2.7rem; overflow: hidden;}
.M_link0007 ul li a:hover p, .M_link0007 ul li a:focus p{text-decoration: underline;}

/* 행사일정 */
.pop_schedule0007 {position: relative; display: block; margin-right: 3.5rem;}
.pop_schedule0007:after{display: block; content: ""; clear: both;}
.pop_schedule0007 h2 {margin-bottom: 0.5rem; font-size: 1rem; font-weight: 400;}
.pop_schedule0007 h2 br{display: none;}
.pop_schedule0007 .btn_more {position: absolute; top: 50%; right: -1.25rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: #009e96;}
.pop_schedule0007 .sche_tit{width: 9rem; height: 11.2rem; float: left; background: #009e96; border-radius: 1.75rem 1.75rem 0 1.75rem; padding-top: 1rem; text-align: center;}
.pop_schedule0007 .sche_tit h2{color: #fff; font-weight: 300;}
.pop_schedule0007 .sche_tit a {display: inline-block; margin: 0 0.1rem; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; border-radius: 50%; background: #005b56; color: #fff; text-align: center; font-size: 1rem; transition: 0.3s; -webkit-transition: 0.3s;}
.pop_schedule0007 .sche_tit .month {position: relative; text-align: center; width: 4rem; height: 4rem; font-size: 1rem; font-weight: 200; background: #fff; color: #333; padding-top: 0.5rem; border-radius: 50%; margin: 1rem auto 0.5rem; line-height: 1.2;}
.pop_schedule0007 .sche_tit .month::before{width: 120%; height: 120%; border-radius: 50%; border:1px dashed #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); content: '';}
.pop_schedule0007 .sche_tit .month em {font-size: 1.5rem; display: block; font-weight: 400;}
.pop_schedule0007 .sche_tit .month a:hover, .pop_schedule0007 .sche_tit .month a:focus{color: #ff5100;}
.pop_schedule0007 .sche_list{width: calc(100% - 9rem); height: 11.2rem; float: left; border:1px solid #c8d1db; padding: 1.25rem; border-radius: 1.75rem 1.75rem 1.75rem 0;}

.lst_schedule {height: 8.5rem; line-height: 1.1rem; overflow-y: auto;}
.lst_schedule > li {height: 1.75rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.lst_schedule > li + li {margin-top: 0.5rem;}
.lst_schedule > li .date {display: inline-block; margin-right: 0.75rem; width: 4rem; text-align: center; line-height: 1.75rem; background: #009e96; color: #fff; border-radius: 1rem; position: relative;}
.lst_schedule > .no_Data { text-align:center; margin-top: 2.2rem;}

/* 팝업존 */
.pop0007 {position: relative; display: block; padding-right: 1.25rem;}
.pop0007::after{display: block; content: ""; clear: both;}
.pop0007 .bx-wrapper {width: calc(100% - 8.5rem); float: left; height: 225px; border-radius: 1.75rem 1.75rem 0 1.75rem; overflow: hidden; border: 1px solid #ccc; position: relative;}
.pop0007 .pop_img2 li a{display: block; height:225px;}
.pop0007 .pop_img2 li img{position:absolute; border-radius: 1rem; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); max-width:100%; max-height:100%;}
.pop0007 .pop_img2 li.on {display: block;}
.pop0007 .popTit{width: 8.5rem; height: 225px; float: left; border-radius: 1.75rem 1.75rem 1.75rem 0; padding-top: 1.5rem; background: #2a89e0; position: relative;}
.pop0007 .popTit h2 { font-size: 1rem; font-weight: 400; line-height: 1.6; text-align: center; color: #fff;}
.pop0007 .nss_pg{text-align: center;}
.pop0007 .nss_pg span.pg {display: block; width: 3rem; height: 3rem; margin: 1rem auto; border-radius: 50%; background: #fff; padding-top: 0.5rem; text-align: center; position: relative;}
.pop0007 .nss_pg span.pg::before{width: 120%; height: 120%; border-radius: 50%; border: 1px dashed #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); content: "";}
.pop0007 .nss_pg span .now {color: #00479d; font-weight: 600; font-size: 1rem;}
.pop0007 .nss_pg a {display: inline-block; color: #fff; width: 1.7rem; height: 1.7rem; background: #096cc7; border-radius: 50%; line-height: 1.7rem; text-align: center; font-size: 0.9rem; transition: 0.3s; -webkit-transition: 0.3s;}
.pop0007 .nss_pg a:hover, .pop0007 .nss_pg a:focus{color: #001530;}
.pop0007 .nss_pg a.list{position: absolute; background: #00479d; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1rem; top: 50%; right: -1.25rem; transform: translateY(-50%); -webkit-transform: translateY(-50%);}

/* 팝업리스트 레이어 추가 */
.pop0007 .pop_layer_box {position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; background: #394b61; border-radius: 1.75rem; z-index: 1;}
.pop0007 .pop_layer_box .pop_layer {position: relative; padding: 1rem;}
.pop0007 .pop_layer_box .pop_layer h3 {font-size: 0.9rem; color: #fff;}
.pop0007 .pop_layer_box .pop_layer ul {margin-top: 0.75rem; padding: 1rem 2rem; height: 7rem; line-height: 1.1rem; text-align: left; background: #576c85; overflow-y: auto;}
.pop0007 .pop_layer_box .pop_layer ul li {list-style-type: disc; color: #fff;}
.pop0007 .pop_layer_box .pop_layer ul li a:hover,
.pop0007 .pop_layer_box .pop_layer ul li a:focus { text-decoration:underline; }
.pop0007 .pop_layer_box .pop_layer a.pop_close {position: absolute; top: 0.75rem; right: 1.25rem; display: block; padding: 0.25rem 0.5rem; color: #fff; background: #576c85; border-radius: 5px;}

/* 포토앨범 */
.gallery0007{position: relative;}
.gallery0007 .tit{position: absolute; bottom: 3rem; left: 0;}
.gallery0007 .tit h2{width:5rem; font-size: 1.3rem; white-space:inherit; }
.gallery0007 .tit h2 br{display: none;}
.gallery0007 .tit .btn_more { background: #7f6200; color: #fff; margin: 1rem auto 0;}
.gallery0007 .gall_list{ padding-left: 8.5rem;}
.gallery0007 .gall_list::after{display: block; content: ""; clear: both;}
.gallery0007 .gall_list li{width: 31%; margin-left: 3.5%; float: left;}
.gallery0007 .gall_list li:first-child{margin-left: 0;}
.gallery0007 .gall_list li a{display: block; }
.gallery0007 .gall_list li a .img{position: relative; width: 100%; height: 11.5rem; display: block; background: #eee; overflow: hidden; border-radius: 1.5rem 1.5rem 0 0;}
.gallery0007 .gall_list li a .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; -webkit-transition: 0.3s;}
.gallery0007 .gall_list li a:hover .img img, .gallery0007 .gall_list li a:focus .img img{transform: translate(-50%, -50%) scale(1.2); -webkit-transform: translate(-50%, -50%) scale(1.2);}
.gallery0007 .gall_list li div{background: #fff; padding: 1rem 1.5rem; border-radius: 0 0 1.5rem 1.5rem;}
.gallery0007 .gall_list li div h3{font-size: 0.85rem; overflow: hidden; white-space: nowrap; font-weight: 400;}
.gallery0007 .gall_list li a:hover h3, .gallery0007 .gall_list li a:focus h3{text-decoration: underline;}
.gallery0007 .gall_list li div em{font-size: 0.75rem; color: #555; }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float: left; display: inline-block; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.35rem; width: 6rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height: 1.4rem; overflow: hidden; border: 1px solid #c5c5c5; border-right: none; text-align: center; color: #6f6f6f;}
.banner_zone .btn a:last-child{border-right: 1px solid #c5c5c5;}
.banner_zone ul {float: left; display: inline-block; padding-top: 0.75rem; width: calc(100% - 10rem) !important; overflow: hidden;}
.banner_zone ul li {float: left; display: inline-block; margin-bottom: 0.75rem; padding: 0 0.25rem; width: 20%;}
.banner_zone ul li a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; border: 1px solid #c8d1db; overflow: hidden; font-size:0;}
.banner_zone ul li a img {width: 100%; height: 100%; vertical-align: middle;}

/* 배너 리스트 */
.bannerWrap{max-width:450px; width:90%; border:1px solid #c5c5c5; background:#fff; position:absolute; left:0; top:0; z-index:3; }
.bannerWrap .inner{ position:relative; width:100%; }
.bannerWrap .inner > h1{ background: #00b070; padding-left:20px; height:41px; line-height:41px; overflow:hidden; color:#fff; font-family:'NotoSans'; font-size:17px;}
.bannerWrap .inner .btnClose{ position:absolute; right:0; top:0; width:41px; height:41px; color:#fff;}
.bannerList {padding:1rem; }
.bannerList ul{  overflow-y:auto; }
.bannerList ul li{ float:left; width:48%; margin:1%;  }
.bannerList ul li a { display:block; font-size:0; border:1px solid #c8d1db;}
.bannerList ul li img{ width:100%; height:100%}


@media (max-width: 1200px) {
	/* 메인비주얼 */
	.main_visual #m_visual li{height: 17rem;}

	/* 공지사항 */
	.notice0007 .list_box ul > li:last-child{display: none;}
	.notice0007 .list_box{top: 3.5rem;}
	.notice0007 .btn_more{top: -3.5rem;}

	/* 오늘의식단 */
	.meal_menu0007{margin:1.5rem 2.5rem 0 0;}

	/* 바로가기 */
	.M_link0007{padding-top: 1.5rem;}
	.M_link0007 ul li a .img img{width: 60px; height: 60px;}

	/* 이달의행사 */
	.pop_schedule0007{margin-right: 2.5rem;}

	/* 포토갤러리 */
	.gallery0007 .gall_list{padding-left: 7.5rem;}
	.gallery0007 .gall_list li a .img{height: 9rem;}
}

@media (max-width: 1024px) {
	/* 배너존 */
	.banner_zone h2 {position: absolute; top: 0; left: 0; margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; clip: rect(0, 0, 0, 0); overflow: hidden;}
	.banner_zone .btn {position: absolute; top: 50%; left: 0; margin-top: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
	.banner_zone ul {margin-left: 6rem; width: calc(100% - 6rem) !important;}
}

@media (max-width: 920px) {
	/* 메인비주얼 */
	.main_visual #m_visual li{height: auto;}
	.main_visual #m_visual li img{position: relative; width: 100%; height: auto;}

	/* 공지사항 */
	.notice0007{margin-left: 0;}

	/* 바로가기 */
	.M_link0007{padding-bottom: 0; padding-left: 0;}
	.M_link0007::before{width: calc(100% + 2rem); right: -1rem;}

	/* 오늘의식단 */
	.meal_menu0007{margin-top: 0; margin-right: 1.25rem;}
	.meal_menu0007 .imgBox img{width: 130px; height: auto;}

	/* 이달의행사 */
	.pop_schedule0007{margin-right: 1.25rem;}

	/* 포토갤러리 */
	.gallery0007 .gall_list li{width: 48%;}
	.gallery0007 .gall_list li:last-child{display: none;}
}

@media (max-width: 800px) {
	/* 배너존 */
	.banner_zone ul li {width: 25%;}
}
@media (max-width: 600px) {
	/* 배너존 */
	.banner_zone ul li {width: 50%;}
}

@media (max-width: 540px) {
	/* 포토갤러리 */
	.gallery0007 .gall_list li{width: 100%;}
	.gallery0007 .gall_list li:nth-of-type(2){display: none;}
}

@media (max-width: 480px) {
	.btn_more{width: 2rem; height: 2rem; line-height: 2rem; font-size: 1rem;}

	/* 공지사항 */
	.notice0007::before{top: 2rem;}
	.notice0007 h2 a{line-height: 2rem; height: 2rem; font-size: 0.85rem;}
	.notice0007 .list_box ul > li a dt em{font-size: 0.9rem;}
	.notice0007 .list_box{top: 2.8rem;}
	.notice0007 .list_box ul > li a strong{font-size: 0.85rem;}
	.notice0007 .btn_more{top: -3rem;}

	/* 오늘의식단 */
	.meal_menu0007 .tit{width: 4.8rem;}
	.meal_menu0007 .tit h2 br{display: block;}
	.meal_menu0007 .meal_wrap{width: calc(100% - 4.8rem);}
	.meal_menu0007 .imgBox{bottom: -0.5rem; left: 0;}
	.meal_menu0007 .imgBox img{width: 4.8rem;}

	/* 이달의행사 */
	.pop_schedule0007 .sche_tit{width: 4.8rem;}
	.pop_schedule0007 .sche_tit h2 br{display: block;}
	.pop_schedule0007 .sche_tit .month{width: 2.75rem; height: 2.75rem; font-size: 0.6rem;}
	.pop_schedule0007 .sche_tit .month em{font-size: 1rem;}
	.pop_schedule0007 .sche_list{width: calc(100% - 4.8rem);}
	.pop0007 .nss_pg span.pg{width: 2.75rem; height: 2.75rem; margin: 0.5rem auto;}
	.pop0007 .nss_pg a{display: block; margin: 0 auto;}

	/* 팝업존 */
	.pop0007 .bx-wrapper{width: calc(100% - 4.8rem);}
	.pop0007 .popTit{width: 4.8rem;}
	.pop0007 .nss_pg a.list{width: 2rem; height: 2rem; line-height: 2rem;}

	/* 포토갤러리 */
	.gallery0007 .tit{text-align: center;}
	.gallery0007 .tit h2 br{display: block;}
	.gallery0007 .gall_list{padding-left: 5rem;}
}

@media (max-width: 380px) {

	/* 바로가기 */
	.M_link0007{padding: 0.8rem 0 0.1rem;}
	.M_link0007 ul li{width: 100%; float: none; margin-bottom: 0.8rem;}
	.M_link0007 ul li a .img img{width: 50px; height: 50px;}
	.M_link0007 ul li a{padding: 0 1rem 0 1.5rem; margin-left: 1rem;}

	/* 오늘의식단 */
	.meal_menu0007{margin-right: 0.5rem;}
	.meal_menu0007 .tit{width: 100%; height: auto; float: none; border-radius: 1.75rem 1.75rem 0 0; padding: 0.5rem 0;}
	.meal_menu0007 .tit h2 br{display: none;}
	.meal_menu0007 .imgBox{display: none;}
	.meal_menu0007 .meal_wrap{width: 100%; float: none; border-radius: 0 0 1.75rem 1.75rem; padding: 1rem;}

	/* 이달의 행사 */
	.pop_schedule0007{margin-right: 0.5rem;}
	.lst_schedule{height: 8.9rem;}
	.lst_schedule > li{height: auto;}
	.lst_schedule > li .date{display: block; margin-bottom: 0.3rem;}
	.pop_schedule0007 .sche_list{padding: 1rem;}

	/* 팝업존 */
	.pop0007{padding-right: 0.5rem;}

	/* 배너존 */
	.banner_zone ul li {width: 100%;}
}

@media (max-width: 320px){
	/* 포토갤러리 */
	.gallery0007 .tit{position: relative; bottom: auto;}
	.gallery0007 .tit h2 br{display: none;}
	.gallery0007 .gall_list{padding-left: 0;}
	.gallery0007 .tit .btn_more{margin: 0.5rem auto;}
}
