.s_visual {
	position: relative;
	width: 100%;
	height: 350px;
	box-sizing: border-box;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
}
.s_visual .s_visual_in {
	position: relative;
	display: flex;
	width: 90%;
	height: 80%;
	z-index: 2;
	max-width: 1600px;
	margin: 0 auto;
	align-items: center;
	text-align: center;
}
.s_visual .sv_tit {
	width: 100%;
	color: #fff;
}
.s_visual .sv_tit h2 {
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Montserrat'
}
.s_visual .sv_tit .t1 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 0.5em;
	line-height: 1em;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8)
}
.s_visual .sv_tit span {
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
	animation: wave 3s infinite;
}
 @keyframes wave {
 0% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-5px);
}
 100% {
 transform: translateY(0);
}
}
.wave-text {
	animation: wave 3s infinite;
}
.bounce {
	display: inline-block;
}
.bounce span {
	display: inline-block;
	animation: bounce 1s infinite alternate;
}
 @keyframes bounce {
 from {
 transform: translateY(0);
}
to {
	transform: translateY(-10px);
}
}
.sbg01 {
	background: url("/kor/images/sub_visual01.jpg") !important;
	background-size: cover;
}
.sbg02 {
	background: url("/kor/images/sub_visual02.jpg") !important;
	background-size: cover;
}
.sbg03 {
	background: url("/kor/images/sub_visual03.jpg") !important;
	background-size: cover;
}
.sbg04 {
	background: url("/kor/images/sub_visual04.jpg") !important;
	background-size: cover;
}
.sbg05 {
	background: url("/kor/images/sub_visual05.jpg") !important;
	background-size: cover;
}
.sbg06 {
	background: url("/kor/images/sub_visual06.jpg") !important;
	background-size: cover;
}
.sbg07 {
	background: url("/kor/images/sub_visual07.jpg") !important;
	background-size: cover;
}
.sbg00 {
	background: url("/kor/images/sub_visual07.jpg") !important;
	background-size: cover;
}
 @media all and (max-width: 1280px) {
.s_visual {
	height: 250px;
}
.s_visual .sv_tit h2 {
	font-size: 2.2rem;
}
.s_visual .sv_tit .t1 {
	font-size: 1.1rem
}
}
 @media all and (max-width: 1580px) {
.sub_con1 {
	width: 95% !important;
}
.total_search_wrapper {
	width: 100%;
	text-align: right;
	margin-bottom: 1rem
}
}
 @media all and (max-width: 976px) {
.s_visual .s_visual_in {
	height: 100%;
}
.sbg03 {
	background-position-x: 50% !important;
}
.sbg05 {
	background-position-x: 50% !important;
}
.sbg06 {
	background-position-x: 60% !important;
}
.sub_menu_wrap .m_home {
	border-top-left-radius: 0px !important;
}
.sub_menu_wrap {
	border-bottom-right-radius: 0px !important;
}
.s_visual {
	height: 8rem;
}
.s_visual .sv_tit h2 {
	font-size: 3em;
}
.s_visual .sv_tit .t1 {
	font-size: 1em;
}
}
 @media all and (max-width: 480px) {
.s_visual {
	background-size: 250% !important;
	background-position: center !important;
}
.s_visual .sv_tit h2 {
	font-size: 1.5em;
}
.s_visual .sv_tit h2 span {
	font-size: 1.1em !important;
}
.s_visual .sv_tit .t1 {
	font-size: 1rem;
	font-weight: 300
}
.s_visual .sv_tit span {
}
}
/* Sub-Menu */
.sub_menu_wrap {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 75px;
	line-height: 75px;
	margin: -75px auto 0;
	padding: 0;
	font-weight: 400;
	box-sizing: border-box;
	z-index: 10;
	background: #333333;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.sub_menu_wrap .m_home {
	position: static;
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	border-top-left-radius: 23px;
	background: #ff6600 url("/kor/images/home_icon.png") no-repeat center;
	border: 0;
}
.sub_menu_wrap .m_dep_box {
	position: relative;
	display: block;
	width: 22%;
	float: left;
	text-align: left;
	cursor: pointer;
	border-right: 1px solid rgba(250, 250, 250, 0.3);
	font-size: 18px;
}
.sub_menu_wrap .m_dep_tit {
	line-height: 1;
	display: flex;
	align-items: center;
	height: 75px;
	background: url('/kor/images/arrow_icon.png') no-repeat 92% center;
	color: #fff !important;
	box-sizing: border-box;
	padding: 0 1.5em;
	cursor: pointer;
}
.sub_menu_wrap .m_dep_box .smenu {
	position: absolute;
	display: none;
	width: calc(100% + 2px);
	margin-left: -1px;
	background: #f6f6f6;
	box-sizing: Border-box;
	border: 1px solid #ddd;
	border-top: 0;
	color: #fff !important;
}
.sub_menu_wrap .m_dep_box .smenu li {
	margin: 0;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-top: 1px dotted #ddd;
	padding: 0;
}
.sub_menu_wrap .m_dep_box .smenu li:hover {
	background: #ccc;
}
.sub_menu_wrap .m_dep_box .smenu li:hover a {
	border: 0;
	font-weight: 500;
}
.sub_menu_wrap .m_dep_box .smenu li a.on {
	background: #222;
	color: #fff;
	border: 0;
}
.sub_menu_wrap .m_dep_box .smenu li:first-child {
	border-top: 0;
}
.sub_menu_wrap .m_dep_box .smenu a {
	color: #333;
	display: block;
	width: 100%;
	padding: 0.8em 1.6em;
	box-sizing: border-box;
	line-height: normal;
	font-size: 16px;
}
.sub_menu_wrap .m_dep_box .smenu a br {
	display: none;
}
.sub_menu_wrap .m_2dep_box li:before {
	display: none;
}
 @media all and (max-width:976px) {
.sub_menu_wrap {
	height: 70px;
	line-height: 70px;
	width: 100%;
	margin: 0 auto;
}
.sub_menu_wrap .m_home {
	width: 70px;
	height: 70px;
}
.sub_menu_wrap .m_dep_box {
	width: calc(49% - 35px);
}
.sub_menu_wrap .m_dep_tit {
	height: 70px;
}
.sub_menu_wrap .m_2dep_box {
	border-right: 0;
}
}
 @media all and (max-width: 640px) {
.sub_menu_wrap {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.sub_menu_wrap .m_home {
	width: 50px;
	height: 40px;
}
.sub_menu_wrap .m_dep_box {
	width: calc(49.5% - 30px);
}
.sub_menu_wrap .m_dep_tit {
	height: 40px;
	font-size: 0.9rem;
	padding: 0 0.8rem;
}
}
/*
@media all and (max-width: 480px) {
    .sub_menu_wrap {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .sub_menu_wrap .m_home {
        width: 50px;
        height: 50px;
    }

    .sub_menu_wrap .m_dep_box {
        width: calc(45% - 25px);
    }

    .sub_menu_wrap .m_dep_tit {
        padding: 0 0.8em;
        font-size: 1.7rem;
        background-size: 12px auto;
        height: 50px;
    }

    .sub_menu_wrap .m_dep_box .smenu a {
        padding: 0.8em 1em;
    }
}

*/


.sub_con1 {
	width: 100%;
	position: relative;
	bordeR: 0px solid red;
	max-width: 1400px;
	margin: 0 auto;
}
.sub_con1 .sub_tit {
	bordeR: 0px solid red;
	margin-top: 40px;
}
.sub_con1 .sub_tit dl {
	width: 100%;
	float: left;
	padding: 0px 0px;
}
.sub_con1 .sub_tit dl dt {
	width: 50%;
	font-size: 35px;
	float: left;
	font-weight: 600;
}
 @media all and (max-width:976px) {
.sub_con1 {
	padding: 0px 5px;
	box-sizing: border-box;
}
.sub_con1 .sub_tit dl dt {
	width: 100%;
	font-size: 1.4rem;
	float: left;
	text-align: center;
	font-weight: 600;
}
.sub_con1 .sub_tit {
	margin-top: 30px;
	margin-bottom: 30px;
}
}
/****  음식점리스트 ****/


.fodd_select {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-top: 2%;
}
#m_board3 {
	width: 100%;
	position: relative;
	padding-top: 0%;
	border: 0px solid red;
}
#m_board3 .tabsarea {
	position: absolute;
	top: 0px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#m_board3 .tabs3 {
	width: 400px;
	margin: 0 auto;
}
#m_board3 .tabs3 li {
	display: inline-block;
	margin: 0 auto;
	width: 48%;
	margin: 1%;
	color: #333333;
	float: left;
	font-size: 22px;
	border: 0px solid red;
	box-sizing: border-box;
	border-radius: 50px;
	background: #fff;
}
#m_board3 .tabs3 li:first-child a {
	font-size: 25px;
	border: 2px solid #ccc;
	color: #333 !important;
	padding: 15px 15px 15px 45px;
	border-radius: 35px;
	display: block;
	font-weight: 600;
	background: #fff url('/kor/images/food_list_icon05.png')no-repeat;
}
#m_board3 .tabs3 :first-child a:hover {
	color: #fff !important;
	background: #ff6600 url('/kor/images/food_list_icon05_1.png')no-repeat;
	transition: 0.1s;
}
#m_board3 .tabs3 {
	display: none;
}
#m_board3 .tabs3 li:last-child a {
	font-size: 25px;
	border: 2px solid #ccc;
	color: #333 !important;
	padding: 15px 15px 15px 45px;
	border-radius: 35px;
	display: block;
	font-weight: 600;
	background: #fff url('/kor/images/food_list_icon06.png')no-repeat;
}
#m_board3 .tabs3 li:last-child a:hover {
	color: #fff !important;
	background: #ff6600 url('/kor/images/food_list_icon06_1.png')no-repeat;
	transition: 0.1s;
}
#m_board3 .tabs3 .active:first-child {
	color: #fff !important;
	background: #ff6600 url('/kor/images/food_list_icon06_1.png')no-repeat !important;
	box-sizing: border-box;
	font-weight: 600;
	text-decoration: none;
}
#m_board3 .tab_container3 {
	padding-top: 2% !important;
	padding-bottom: 2% !important;
	width: 100%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	border: 10px solid #f1f1f1;
	border-radius: 100px;
	margin-bottom: 1%;
}
#m_board3 .tab_content3 {
	width: 100%;
	bordeR: 0px solid red;
}
#m_board3 .tab_content3 span a {
	display: inline-block;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
}
#m_board3 .tab_content3 span a:hover {
	background: url('/kor/images/food_list_icon04.png')left no-repeat;
	font-weight: 600;
	color: #ff6600;
}
/*****************************************************************************
	경산맛집 리스트
*****************************************************************************/
.food_list {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 4%;
}
.food_list_btn {
	float: right;
	padding: 15px 0px;
}
.food_list>ul {
	width: 100%;
	float: left;
}
.food_list>ul>li {
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
	padding: 60px 35px;
	width: 100%; box-sizing:border-box;
	border-radius: 35px 0 35px 35px;
	margin: 3% 0%;
}
.food_list>ul>li:first-child {
	margin-top: 0% !important;
}
.food_list>ul>li:nth-child(2n) {
	background: #fff !important;
	border: 1px solid #ddd
}
.food_list ul li dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.food_list ul li dl dt {
	max-width: 450px;
	border-radius: 30px;
	overflow: hidden;
}
.food_list ul li dl dt img {
	width: 100%;
}
.food_list ul li dl dd {
	width: calc(100% - 450px);
	padding: 10px 0;
	padding-left: 30px;
	box-sizing: border-box;
	text-align: left;
}
.food_list ul li dl dd > a {
	width: calc(100% - 200px);
}
.food_list_tit h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.4;
	color: #000;
}
.food_list_tit p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 25px;
}
.food_list_info li {
	display: flex;
	flex-wrap: wrap;
	color: #333;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 300;
}
.food_list_info li:nth-child(n+2) {
	margin-top: 10px;
}
.food_list_info li span {
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	width: 90px;
}
.food_list_info li span img {
	margin-right: 5px;
	margin-bottom: 1px
}
.food_list_info li p {
	width: calc(100% - 90px);
}
.tag p {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 200;
	margin-top: 25px;
	position: relative;
}
.food_mark {
	position: absolute;
	right: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.food_mark li {
	padding: 0 !important;
	color: #fff;
	margin-right: 5px;
	border-radius: 10px !important;
	border-radius: 5px;
	text-align: center;
}
.food_mark li img {
	width: 55px !important;
}
.food_mark li.mark_good {
	background: #f31 !important;
	border-radius: 10px;
}
.food_mark li.mark_year {
	background: #4dba12 !important;
	border-radius: 10px;
}
.food_mark li.mark_best {
	background: #136 !important;
	border-radius: 10px;
}
.food_mark li.mark_friend {
	background: #efc000 !important;
	color: #136;
	border-radius: 10px;
}
 @media all and (max-width: 1400px) {
.food_list>ul>li {
	padding: 55px 30px;
}
.food_list ul li dl dt {
	max-width: 400px;
	border-radius: 25px;
}
.food_list ul li dl dd {
	width: calc(100% - 400px);
}
.food_list_tit h1 {
	font-size: 28px;
}
.food_list_tit p {
	font-size: 17px;
	margin-bottom: 20px;
}
.food_list_info li {
	font-size: 18px;
}
.food_list_info li:nth-child(n+2) {
	margin-top: 8px;
}
.food_list_info li span {
	width: 80px;
}
.food_list_info li p {
	width: calc(100% - 80px);
}
.tag p {
	font-size: 17px;
	margin-top: 20px;
}
.food_mark li img {
	width: 53px !important;
}
}
 @media all and (max-width: 1230px) {
.food_mark {
	right: 25px;
}
.food_list>ul>li {
	padding: 45px 25px;
	border-radius: 30px 0 30px 30px;
}
.food_list ul li dl dt {
	max-width: 360px;
	border-radius: 20px;
}
.food_list ul li dl dd {
	width: calc(100% - 360px);
	padding-left: 25px;
}
.food_list ul li dl dd > a {
	width: calc(100% - 180px);
}
.food_list_tit h1 {
	font-size: 26px;
}
.food_list_info li span {
	width: 70px;
}
.food_list_info li p {
	width: calc(100% - 70px);
}
.food_mark li img {
	width: 51px !important;
}
}
 @media all and (max-width: 1023px) {
.food_list>ul>li {
	padding: 40px 25px;
}
.food_list ul li dl dt {
	max-width: 300px;
	border-radius: 15px;
}
.food_list ul li dl dd {
	width: calc(100% - 300px);
	padding: 5px 0;
	padding-left: 20px;
}
.food_list ul li dl dd > a {
	width: calc(100% - 150px);
}
.food_list_tit h1 {
	font-size: 24px;
}
.food_list_tit p {
	font-size: 16px;
	margin-bottom: 15px;
}
.food_list_info li {
	font-size: 17px;
}
.food_list_info li:nth-child(n+2) {
	margin-top: 7px;
}
.food_list_info li span {
	width: 65px;
}
.food_list_info li p {
	width: calc(100% - 65x);
}
.tag p {
	font-size: 16px;
	margin-top: 15px;
}
.food_mark li img {
	width: 49px !important;
}
}
 @media all and (max-width: 768px) {
.food_mark {
	right: 20px;
}
.food_list>ul>li {
	padding: 30px 20px;
	border-radius: 20px 0 20px 20px;
}
.food_list ul li dl dt {
	max-width: 450px;
	border-radius: 15px;
}
.food_list ul li dl dd {
	width: 100%;
	padding: 0;
	margin-top: 15px;
	padding-left: 0px;
}
.food_list ul li dl dd > a {
	width: 100%
}
.food_list_tit h1 {
	font-size: 24px;
}
.food_list_tit p {
	font-size: 16px;
	margin-bottom: 15px;
}
.food_list_info li {
	font-size: 17px;
}
.food_list_info li:nth-child(n+2) {
	margin-top: 7px;
}
.food_list_info li span {
	width: 65px;
}
.food_list_info li p {
	width: calc(100% - 65px);
}
.tag p {
	font-size: 16px;
	margin-top: 15px;
}
.food_mark li img {
	width: 49px !important;
}
}
 @media all and (max-width: 500px) {
.food_list ul li dl dt {
	width: 100%;
	max-width: 100%;
}
.food_list_tit h1 {
	font-size: 22px;
}
.food_list_tit p {
	font-size: 15px;
	margin-bottom: 12px;
}
.food_list_info li {
	font-size: 16px;
}
.food_list_info li:nth-child(n+2) {
	margin-top: 5px;
}
.tag p {
	font-size: 15px;
	margin-top: 12px;
}
.food_mark li img {
	width: 47px !important;
}
}
 @media all and (max-width: 360px) {
.food_list ul li dl dt {
	max-width: 100%;
}
.food_list_tit h1 {
	font-size: 20px;
}
.food_list_tit p {
	font-size: 14px;
	margin-bottom: 10px;
}
.food_list_info li {
	font-size: 15px;
}
.tag p {
	font-size: 14px;
	margin-top: 10px;
}
.food_mark li img {
	width: 45px !important;
}
}
/*****************************************************************************
	맛집후기 뷰어
*****************************************************************************/
.notice_alert2 {
	text-align: left;
	color: #444;
	font-size: 15px;
	line-height: 1.4;
	padding-left: 10px;
	position: relative;
	margin-top: 10px;
}
.notice_alert2:before {
	content: '*';
	color: #ff3300;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0
}
.list_detail_new {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.food_mark_con {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.food_mark_con li {
	width: 45px;
	height: 45px;
	color: #fff;
	margin-left: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.inner_detail_list {
	overflow: hidden;
	width: 100%;
}
.inner_detail_list .list_set {
	border-style: solid;
	border-color: #00a3aa;
}
.list_detail_new .imgarea {
	overflow: hidden;
	width: 500px !important;
	border-radius: 0 50px 0 50px;
}
.list_detail_new .imgarea li {
	width: 100%;
	height: 400px;
	position: relative;
	display: block !important;
}
.list_detail_new .imgarea li img {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.list_detail_new .new_top {
	overflow: hidden;
	position: relative;
}
.list_detail_new .new_top {
	width: calc(100% - 500px);
	padding-left: 50px;
	box-sizing:border-box;
}
.list_detail_new .new_top h2 {
	color: #ff6600;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.4;
	letter-spacing: -1px;
	width: 100%;
	padding-right: 120px;
}
.list_detail_new .desc_new {
	width: 100%;
	overflow: hidden;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 15px;
	padding-right: 120px;
}
.list_detail_new .new_top .icon_sort {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px
}
.list_detail_new .new_top .icon_sort li {
	margin-right: 7px;
}
.list_detail_new .new_top .icon_sort li a {
	font-size: 16px;
	color: #000;
	background: #eee;
	padding: 8px 16px;
}
.food_list02 .new_top {
	overflow: hidden;
	position: relative;
}
.food_list02 .new_top h2 {
	color: #000;
	font-weight: bold;
	overflow: hidden;
}
.food_list02 .icon_sort {
	overflow: hidden;
	padding-top: 10px;
}
.food_list02 .icon_sort li {
	display: inline-block;
	width: auto;
	overflow: hidden;
	vertical-align: middle;
}
.food_list02 .icon_sort li a {
	display: inline-block;
	width: auto;
	border: 1px solid #ddd !important;
	overflow: hidden;
	border-radius: 30px;
	padding: 0px 9px;
	font-size: 12px;
	color: #666 !important;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 4px;
}
.list_detail_new .top_sort li.person {
	background: url('/kor/images/new_sub_bg01.gif') no-repeat center left;
}
.list_detail_new .top_sort li.like {
	background: url('/kor/images/new_sub_bg02.gif') no-repeat center left;
}
.list_detail_new .top_sort li.write {
	background: url('/kor/images/new_sub_bg03.gif') no-repeat center left;
}
.list_detail_new .detail_in01 {
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	overflow: hidden;
}
.detail_info li {
}
.detail_info li.address {
	background: url('/kor/images/intop_bg01.gif') no-repeat left center;
}
.detail_info li.call {
	background: url('/kor/images/intop_bg02.gif') no-repeat left center;
}
.list_detail_new .inqu_wrong {
	padding: 14px 20px;
	background: #999;
	border-radius: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.list_detail_new .inqu_wrong p {
	font-size: 16px;
	margin-left: 5px;
	color: #fff;
}
.sns_area_top2, .sns_area_top2 ul, .sns_area_top2 div {
	display: flex;
	flex-wrap: wrap;
}
.sns_area_top2 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0px 15px;
	justify-content: space-between;
}
.sns_area_top2 ul, .sns_area_top2 div {
	gap: 0px 5px;
}
.sns_area_top2 div a {
	display: none;
}
.sort_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sort_list dl {
	display: flex;
	flex-wrap: wrap;
	width: 48%;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px;
}
.sort_list dl dt, .sort_list li {
	overflow: hidden;
	color: #000;
}
.sort_list dl dd {
	overflow: hidden;
	color: #000;
}
.sort_list dl dt {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	width: 90px;
	color: #333;
	padding-left: 10px;
	position: relative;
}
.sort_list dl dt:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #333;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 10px;
}
.sort_list dl dd {
	font-size: 18px;
	line-height: 1.4;
	padding-left: 10px;
	font-weight: 300;
	width: calc(100% - 90px)
}
.sort_list li {
	border-top: 1px dashed #ccc !important;
}
.sort_list li:first-child {
	border: none !important;
}
.sort_list li:last-child {
	display: none !important;
}
.sort_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sort_con li {
	display: flex;
	flex-wrap: wrap;
	width: 48%;
	border-bottom: 1px solid #ddd;
	padding: 15px 0px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	padding-left: 10px;
	position: relative;
}
.sort_con li:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	position: absolute;
	top: 25px;
	left: 0;
	border-radius: 10px;
}
.sort_con1 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300
}
#map {
	overflow: hidden;
	width: 100%;
	border: 1px solid #ddd;
	height: 450px;
	margin-right: 0 !important
}
.location_go {
	padding-top: 20px;
}
.location_go dl {
	overflow: hidden;
	margin-bottom: 1%
}
.location_go dl dt, .location_go dl dd {
	padding: 10px;
	font-size: 18px;
	font-weight: 500;
}
.location_go dl dd {
	font-weight: 300;
	padding-left: 30px;
}
.location_go dl dt {
	padding-left: 30px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.location_go dl dt.bg01 {
	background: url('/kor/images/loca_icon01.png')left no-repeat;
}
.location_go dl dt.bg02 {
	background: url('/kor/images/loca_icon02.png')left no-repeat;
}
.location_go .btnzone {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}
.location_go .btnzone a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	background: #f29551;
	text-decoration: none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
}
.panel {
	width: 100%;
	padding: 30px 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.panel .panel-con {
	width: calc(100%/4 - 10px);
	margin-right: 13px;
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
}
.panel .panel-con:nth-child(4n) {
	margin-right: 0
}
.panel .panel-con:nth-child(n+5) {
	margin-top: 30px;
}
.panel-con .img-box {
	width: 100%;
	height: 240px;
	border-radius: 0 30px 0 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.panel-con .img-box a {
	display: block;
	width: 100%;
	height: 100%
}
.panel-con .img-box img {
	width: 100%;
	height: 240px
}
.panel-con h1 {
	text-align: center;
	font-size: 22px;
	color: #000;
	font-weight: 600;
	line-height: 1.4;
}
.panel-con p {
	line-height: 1.4;
	font-weight: 300;
	font-size: 17px;
	color: #333;
	margin-top: 5px;
}
 @media all and (max-width: 1400px) {
.list_detail_new .imgarea {
	width: 460px !important;
}
.list_detail_new .imgarea li {
	height: 360px;
	;
}
.list_detail_new .new_top {
	width: calc(100% - 460px);
	padding-left: 40px;
}
.list_detail_new .new_top h2 {
	font-size: 33px;
	padding-right: 100px;
}
.list_detail_new .desc_new {
	font-size: 18px;
}
.list_detail_new .new_top .icon_sort {
	margin-top: 40px
}
.list_detail_new .new_top .icon_sort li a {
	font-size: 15px;
}
.panel {
	padding: 25px;
}
.panel-con .img-box {
	height: 210px;
}
.panel-con .img-box img {
	height: 210px;
}
.panel-con h1 {
	font-size: 21px;
}
}
 @media all and (max-width: 1230px) {
.food_mark_con li {
	width: 42px;
	height: 42px;
}
.list_detail_new .imgarea {
	width: 410px !important;
	border-radius: 0 40px 0 40px;
}
.list_detail_new .imgarea li {
	height: 320px;
	;
}
.list_detail_new .new_top {
	width: calc(100% - 410px);
	padding-left: 30px;
}
.list_detail_new .new_top h2 {
	font-size: 30px;
	padding-right: 100px;
}
.list_detail_new .desc_new {
	font-size: 17px;
	margin-top: 12px;
	padding-right: 0
}
.list_detail_new .new_top .icon_sort {
	margin-top: 35px
}
.list_detail_new .new_top .icon_sort li {
	margin-right: 7px;
}
.list_detail_new .new_top .icon_sort li a {
	font-size: 15px;
	padding: 7px 14px;
}
.list_detail_new .inqu_wrong {
	padding: 13px 18px;
}
.list_detail_new .inqu_wrong p {
	font-size: 15px;
}
.sns_area_top2 a img {
	height: 40px;
}
.sort_list dl {
	padding: 13px 0px;
}
.sort_list dl dt {
	font-size: 17px;
	width: 80px;
}
.sort_list dl dt:before {
	top: 10px;
}
.sort_list dl dd {
	font-size: 17px;
	width: calc(100% - 80px)
}
.sort_con li {
	padding: 13px 0px;
	padding-left: 10px;
	font-size: 17px;
}
.sort_con li:before {
	top: 22px;
}
.sort_con1 {
	font-size: 17px
}
#map {
	height: 420px;
}
.location_go dl dt, .location_go dl dd {
	padding: 8px;
	font-size: 17px;
}
.location_go dl dd {
	padding-left: 26px;
}
.location_go dl dt {
	padding-left: 26px;
}
.location_go .btnzone {
	padding-top: 10px;
}
.location_go .btnzone a {
	font-size: 14px;
	font-weight: 500;
	padding: 8px 10px;
}
.panel {
	padding: 20px 0;
}
.panel .panel-con {
	width: calc(100%/4 - 8px);
	margin-right: 10px;
}
.panel .panel-con:nth-child(4n) {
	margin-right: 0
}
.panel .panel-con:nth-child(n+5) {
	margin-top: 20px;
}
.panel-con .img-box {
	height: 190px;
	border-radius: 0 20px 0 20px;
}
.panel-con .img-box img {
	height: 190px
}
.panel-con h1 {
	font-size: 19px;
}
.panel-con p {
	font-size: 16px;
}
}
 @media all and (max-width: 1023px) {
.notice_alert2 {
	font-size: 14px;
}
.notice_alert2:before {
	font-size: 13px;
}
.list_detail_new .imgarea {
	width: 330px !important;
	border-radius: 0 30px 0 30px;
}
.list_detail_new .imgarea li {
	height: 290px;
	;
}
.list_detail_new .new_top {
	width: calc(100% - 330px);
	padding-left: 20px;
}
.list_detail_new .new_top h2 {
	font-size: 27px;
	padding-right: 80px;
}
.list_detail_new .desc_new {
	font-size: 16px;
}
.list_detail_new .new_top .icon_sort {
	margin-top: 30px
}
.list_detail_new .new_top .icon_sort li {
	margin-right: 5px;
}
.list_detail_new .new_top .icon_sort li a {
	font-size: 14px;
	padding: 6px 12px;
}
.list_detail_new .detail_in01 {
	padding-top: 18px;
}
.list_detail_new .inqu_wrong {
	padding: 11px 18px;
}
.list_detail_new .inqu_wrong p {
	font-size: 15px;
}
.list_detail_new .inqu_wrong img {
	width: 24px
}
.sns_area_top2 {
	padding: 30px 0px 12px;
}
.sns_area_top2 a img {
	height: 35px;
}
.sns_area_top2 div a {
	display: block;
}
.sort_list dl {
	padding: 11px 0px;
	width: 49%
}
.sort_list dl dt {
	font-size: 16px;
	width: 75px;
}
.sort_list dl dt:before {
	top: 8px;
}
.sort_list dl dd {
	font-size: 16px;
	width: calc(100% - 75px)
}
.sort_con li {
	width: 49%;
	padding: 11px 0px;
	padding-left: 10px;
	font-size: 16px;
}
.sort_con li:before {
	top: 20px;
}
.sort_list dl:nth-child(n+2), .sort_con li:nth-child(n+2) {
	margin-top: 5px
}
/*.sort_con1 {
	font-size: 16px
}*/
#map {
	height: 400px;
}
.panel .panel-con {
	width: calc(100%/3 - 12px);
	margin-right: 18px;
}
.panel .panel-con:nth-child(4n) {
	margin-right: 18px
}
.panel .panel-con:nth-child(3n) {
	margin-right: 0
}
.panel .panel-con:nth-child(n+4) {
	margin-top: 20px;
}
}
 @media all and (max-width: 768px) {
.list_detail_new .imgarea {
	width: 100% !important;
	border-radius: 25px
}
.list_detail_new .imgarea li {
	height: 320px;
	;
}
.list_detail_new .imgarea li img {
	top: 50%;
	transform: translate(-50%, -50%);
}
.list_detail_new .new_top {
	margin-top: 15px;
	width: 100%;
	padding-left: 0px;
}
.list_detail_new .new_top h2 {
	font-size: 26px;
	padding-right: 0;
	text-align: center;
}
.list_detail_new .desc_new {
	font-size: 16px;
	text-align: center;
}
.list_detail_new .new_top .icon_sort {
	margin-top: 20px;
	justify-content: center;
}
.list_detail_new .new_top .icon_sort li {
	margin-right: 5px;
}
.list_detail_new .new_top .icon_sort li a {
	font-size: 14px;
	padding: 6px 12px;
}
.list_detail_new .detail_in01 {
	padding-top: 15px;
}
.list_detail_new .inqu_wrong {
	padding: 10px 15px;
}
.list_detail_new .inqu_wrong p {
	font-size: 14px;
}
.list_detail_new .inqu_wrong img {
	width: 22px
}
.sns_area_top2 {
	padding: 20px 0px 10px;
}
.sns_area_top2 a img {
	height: 32px;
}
.sort_list dl {
	padding: 14px 0px;
	width: 100%
}
.sort_con li {
	width: 100%;
	padding: 14px 0px;
	padding-left: 10px;
}
.sort_list dl:nth-child(n+3), .sort_con li:nth-child(n+3) {
	margin-top: 5px
}
#map {
	height: 380px;
}
.location_go dl dt, .location_go dl dd {
	padding: 7px;
	font-size: 16px;
	background-size: 20px !important;
}
.location_go dl dd {
	padding-left: 22px;
}
.location_go dl dt {
	padding-left: 22px;
}
.location_go .btnzone a {
	font-size: 14px;
	padding: 8px 10px;
}
.panel {
	padding: 20px 0;
	justify-content: space-between;
}
.panel .panel-con {
	width: 49%;
	margin-right: 0;
}
.panel .panel-con:nth-child(3n) {
	margin-right: 0
}
.panel .panel-con:nth-child(4n) {
	margin-right: 0
}
.panel .panel-con:nth-child(n+3) {
	margin-top: 20px;
}
.panel-con .img-box {
	height: 210px;
}
.panel-con .img-box img {
	height: 210px
}
}
 @media all and (max-width: 500px) {
.notice_alert2 {
	font-size: 13px;
	padding-left: 8px;
	margin-top: 8px;
}
.notice_alert2:before {
	font-size: 12px;
}
.list_detail_new .imgarea li {
	height: 260px;
	;
}
.list_detail_new .new_top h2 {
	font-size: 24px;
}
.list_detail_new .desc_new {
	font-size: 15px;
}
.list_detail_new .new_top .icon_sort {
	margin-top: 15px;
}
.list_detail_new .new_top .icon_sort li a {
	font-size: 13px;
	padding: 5px 10px;
}
.list_detail_new .detail_in01 {
	padding-top: 12px;
}
w  .list_detail_new .inqu_wrong {
	padding: 8px 13px;
}
.list_detail_new .inqu_wrong p {
	font-size: 12px;
}
.list_detail_new .inqu_wrong img {
	width: 20px
}
.sns_area_top2 a img {
	height: 28px;
}
.sort_list dl {
	padding: 12px 0px;
}
.sort_list dl dt {
	font-size: 15px;
	width: 70px;
}
.sort_list dl dt:before {
	top: 8px;
}
.sort_list dl dd {
	font-size: 15px;
	width: calc(100% - 70px)
}
.sort_con li {
	padding: 12px 0px;
	padding-left: 10px;
	font-size: 15px;
}
.sort_con li:before {
	top: 20px;
}
.sort_list dl:nth-child(n+2), .sort_con li:nth-child(n+2) {
	margin-top: 3px
}
.sort_con1 {
	font-size: 15px
}
#map {
	height: 340px;
}
.location_go dl dt, .location_go dl dd {
	padding: 5px;
	font-size: 15px;
}
.location_go dl dd {
	padding-left: 22px;
}
.location_go dl dt {
	padding-left: 22px;
}
.panel .panel-con {
	width: 100%;
}
.panel .panel-con:nth-child(n+2) {
	margin-top: 20px;
}
.panel-con .img-box {
	height: 220px;
}
.panel-con .img-box img {
	height: 220px
}
.panel-con h1 {
	font-size: 18px;
}
.panel-con p {
	font-size: 15px;
}
}
.sns_area_top {
	width: 100%;
	overflow: hidden;
}
.menutit {
	cursor: pointer;
	position: relative;
	cursor: pointer;
	margin: 10px 0px;
	font-size: 20px;
	line-height: 40px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.menutit h2 {
	color: #fff;
	background: #00a3aa;
	letter-spacing: 0 !important;
}
.menutit input ~ h2::after {
	position: Absolute;
	top: 0px;
	right: 10px;
	color: #fff;
	content: '>';
	-webkit-transform: scale(1.5, 1) rotate(90deg);
	-ms-transform: scale(1.5, 1) rotate(90deg);
	transform: scale(1.5, 1) rotate(90deg);
}
.menutit input:checked ~ h2 {
	color: #fff;
}
.menutit input:checked ~ h2::after {
	color: #fff;
	-webkit-transform: scale(1.5, 1) rotate(-90deg);
	-ms-transform: scale(1.5, 1) rotate(-90deg);
	transform: scale(1.5, 1) rotate(-90deg);
}
.menutit input:checked ~ h2 {
}
.inner_detail_list .list_set .inner2 {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.menutit input ~ .inner2 {
	height: 0px !important;
	overflow: hidden;
}
.menutit h2 {
	width: 100%;
	display: block;
	font-weight: bold;
	box-sizing: border-box;
}
.container22 input:checked ~ p {
	padding: 0px 30px 0px 10px;
}
.menutit input:checked ~ .inner2 {
	height: auto !important;
	overflow: hidden;
	min-height: 10px;
	padding: 20px 0px;
	border-bottom: 0px;
}
.innew {
	display: none;
}
.review_intop {
	overflow: Hidden;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.review_intop .sort_img, .review_intop .hash_area, .review_intop .per {
	overflow: hidden;
	box-sizing: border-box;
}
.review_intop .hash_area span {
	display: inline-block;
}
.review_intop .per dl {
	width: 100%;
	overflow: hidden;
}
.review_intop .per dt {
	overflow: hidden;
	float: left;
}
.review_intop .per dd {
	overflow: hidden;
	float: right;
	background: #e0e0e0;
}
.review_intop .per dd p {
	background: #ffb739;
	height: 100%;
}
.review_intop .sort_img {
	border-radius: 50%;
	text-align: center;
	background: #69afd7;
	text-align: center;
}
.detail_more_new {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.detail_more_new a {
	width: 100%;
	text-align: center;
	display: inline-block;
	background: #eee;
	font-weight: bold;
	color: #000;
}
.detail_more_new a::after {
	content: '';
	background: url('/kor/images/view.png') center center;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
}




/*웹*/
@media (min-width: 1024px) {
.list_detail_new .imgarea .bx-prev, .list_detail_new .imgarea .bx-next {
	width: 48px !important;
	height: 90px !important;
}
.list_detail_new .top_sort {
	float: right;
	text-align: right;
}
.list_detail_new .top_sort li {
	background-size: auto 30px;
	padding-left: 27px;
	padding-right: 10px;
	line-height: 50px;
	font-size: 16px;
}
.sns_area_top {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.sns_area_top p {
	float: left;
	overflow: hidden;
	padding-right: 10px;
	display: none;
}
.sns_area_top ul {
	overflow: Hidden;
}
.sns_area_top ul li {
	overflow: Hidden;
	float: left;
	padding-left: 10px;
}
.inner_detail_list .list_set {
	border-radius: 10px;
	border-width: 2px;
	margin: 20px 0px;
}
.menutit h2 {
	line-height: 60px;
	font-size: 22px;
	letter-spacing: -3px;
	padding-left : 30px;
}
.sort_list li {
	font-size: 18px;
	line-height: 35px;
}
.review_intop {
	padding-bottom: 20px;
}
.review_intop .sort_img {
	float: left;
	width: 100px;
	height: 100px;
}
.review_intop .sort_img img {
	max-width: 90%;
	margin-top: 16px;
}
.review_intop .hash_area {
	width: 50%;
	float: right;
}
.review_intop .hash_area span {
	border-radius: 20px;
	line-height: 25px;
	padding: 0px 10px;
	margin: 5px 5px;
}
.review_intop .per {
	width: 300px;
	float: left;
}
.review_intop .per dl {
	padding: 6px 0px;
}
.review_intop .per dt, .review_intop .per dd {
	font-size: 13px;
	line-height: 15px;
}
.review_intop .per dt {
	width: 30%;
}
.review_intop .per dd {
	width: 70%;
	height: 15px;
	border-radius: 20px;
}
.detail_more_new {
	padding: 20px 20px;
}
.detail_more_new a {
	border-radius: 30px;
	font-size: 15px;
	line-height: 50px;
}
.detail_more_new a::after {
	height: 23px;
	width: 23px;
	margin-left: 5px;
}
}




/*패드*/
@media (min-width:641px) and (max-width:1023px) {
.menutit input ~ h2::after {
	top: 0px;
	right: 30px;
	font-size: 20px;
}
.sns_area_top {
	padding-top: 20px;
	padding-bottom: 20px;
}
.sns_area_top p {
	float: left;
	overflow: hidden;
	padding-right: 6px;
}
.sns_area_top p img {
	width: 55px;
}
.sns_area_top ul {
	overflow: Hidden;
	float: right;
}
.sns_area_top ul li {
	overflow: Hidden;
	float: left;
	padding-left: 6px;
}
.sns_area_top ul li img {
	height: 45px;
}
.inner_detail_list .list_set {
	border-radius: 10px;
	border-width: 2px;
	margin-top: 15px;
}
.menutit h2 {
	line-height: 50px;
	font-size: 19px;
	letter-spacing: -3px;
	padding-left : 20px;
}
.menutit input:checked ~ .inner2 {
	padding: 20px 10px;
	box-sizing: border-box;
}
.review_intop {
	padding-bottom: 20px;
}
.review_intop .sort_img {
	float: left;
	width: 90px;
	height: 90px;
}
.review_intop .sort_img img {
	width: 36px;
	margin-top: 16px;
}
.review_intop .hash_area {
	width: 50%;
	float: right;
}
.review_intop .hash_area span {
	border-radius: 20px;
	line-height: 25px;
	padding: 0px 7px;
	margin: 5px 3px;
}
.review_intop .per {
	width: 250px;
	float: left;
}
.review_intop .per dl {
	padding: 6px 0px;
}
.review_intop .per dt, .review_intop .per dd {
	font-size: 13px;
	line-height: 15px;
}
.review_intop .per dt {
	width: 43%;
}
.review_intop .per dd {
	width: 57%;
	height: 15px;
	border-radius: 20px;
}
.detail_more_new {
	padding: 20px 20px;
}
.detail_more_new a {
	border-radius: 30px;
	font-size: 15px;
	line-height: 50px;
}
.detail_more_new a::after {
	height: 23px;
	width: 23px;
	margin-left: 5px;
}
}
.menutit input ~ h2::after {
	top: 0px;
	right: 30px;
	font-size: 20px;
}
.list_detail_new .top_sort {
	width: 100%;
	overflow: hidden;
}
.list_detail_new .top_sort li {
	background-size: auto 17px;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 40px;
	font-size: 17px;
	text-align: center
}
.sns_area_top {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sns_area_top p {
	float: left;
	overflow: hidden;
	padding-right: 6px;
}
.sns_area_top p img {
	width: 33px;
}
.sns_area_top ul {
	overflow: Hidden;
	float: right;
}
.sns_area_top ul li {
	overflow: Hidden;
	float: left;
	padding-left: 4px;
}
.sns_area_top ul li img {
	height: 36px;
}
.inner_detail_list .list_set {
	border-radius: 10px;
	border-width: 2px;
	margin-top: 15px;
}
.menutit h2 {
	line-height: 40px;
	font-size: 17px;
	letter-spacing: -1px;
	padding-left : 10px;
}
.sort_list li {
	font-size: 13px;
	line-height: 22px;
}
.review_intop {
	padding-bottom: 20px;
}
.review_intop .sort_img {
	float: left;
	width: 90px;
	height: 90px;
}
.review_intop .sort_img img {
	width: 36px;
	margin-top: 16px;
}
.review_intop .hash_area {
}
.review_intop .hash_area span {
	border-radius: 20px;
	line-height: 25px;
	padding: 0px 3px;
	margin: 5px 3px;
}
.review_intop .per {
}
.review_intop .per dl {
	padding: 6px 0px;
}
.review_intop .per dt, .review_intop .per dd {
	font-size: 13px;
	line-height: 15px;
}
.review_intop .per dt {
	width: 43%;
}
.review_intop .per dd {
	width: 57%;
	height: 15px;
	border-radius: 20px;
}
.detail_more_new {
	padding: 20px 10px;
}
.detail_more_new a {
	border-radius: 10px;
	font-size: 13px;
	line-height: 34px;
}
.detail_more_new a::after {
	height: 15px;
	width: 15px;
	margin-left: 5px;
}
}
.nickName {
	word-break: keep-all;
	line-height: 16px;
	padding-top: 5px;
}
.food_list02 .btn_inner2 a {
	color: #000 !important;
}
.reload_div {
	width: 100%;
	position: relative;
	text-align: center;
	display: none
}
#m_board3 .tab_content3 span.over a {
	background: url('/kor/images/food_list_icon04.png')left no-repeat;
	font-weight: 600;
	color: #ff6600;
}
/* pagination */
.pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	border: 0px solid red;
	margin: 3rem 0 4rem;
}
.pagination li {
	flex-basis: 2.2rem;
	flex-grow: 0;
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
	box-sizing: border-box;
}
.pagination li.first {
	flex-basis: 2.2rem;
	margin-left: 0;
	margin-right: 0.3rem;
}
.pagination li.end {
	flex-basis: 2.2rem;
	margin-left: 0.3rem;
	margin-right: 0;
}
.pagination li.prev {
	flex-basis: 2.2rem;
	margin-left: 0;
	margin-right: 0.3rem;
}
.pagination li.next {
	flex-basis: 2.2rem;
	margin-left: 0rem;
	margin-right: 0;
}
.pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0.4rem;
	background: #eeeeee;
	border-radius: 3px;
	text-align: center;
	color: #2f2f2f;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	box-sizing: border-box;
}
.pagination li a:hover, .pagination li a:focus {
	background-color: #ff6600;
	transition: 0.2s;
	color: #fff;
}
.pagination li.selected a, .pagination li.selected a:hover, .pagination li.selected a:focus {
	background-color: #ff6600;
	color: #fff;
}
.pagination li.first a {
	background: #eeeeee url('/kor/images/first_arrow.png');
}
.pagination li.prev a {
	background: #eeeeee url('/kor/images/pre_arrow.png');
}
.pagination li.next a {
	background: #eeeeee url('/kor/images/next_arrow.png');
}
.pagination li.end a {
	background: #eeeeee url('/kor/images/end_arrow.png');
}
.pagination li.first a, .pagination li.prev a, .pagination li.next a, .pagination li.end a {
	background-repeat: no-repeat;
	border-radius: 0;
	border: 0px solid red;
	text-indent: -99999rem;
}
 @media all and (max-width:768px) {
.info_box {
	width: 95% !important;
}
.info_box h4 {
	width: 80% !important;
}
}
 @media all and (max-width:480px) {
.pagination li {
	flex-basis: 1.5rem;
	flex-grow: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	box-sizing: border-box;
}
.pagination li.first {
	flex-basis: 1.5rem;
	margin-left: 0;
	margin-right: 0.5rem;
}
.pagination li.end {
	flex-basis: 1.5rem;
	margin-left: 0.5rem;
	margin-right: 0;
}
.pagination li.prev {
	flex-basis: 1.5rem;
	margin-left: 0;
	margin-right: 1rem;
}
.pagination li.next {
	flex-basis: 1.5rem;
	margin-left: 0.2rem;
	margin-right: 0;
}
.pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0.2rem;
	background-color: #fff;
	border: 0.1rem solid #dbdbdb;
	border-radius: 2rem;
	text-align: center;
	color: #2f2f2f;
	font-family: 'Sora', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	box-sizing: border-box;
}
.pagination li.first a {
	background-size: cover;
}
.pagination li.prev a {
	background-size: cover;
}
.pagination li.next a {
	background-size: cover;
}
.pagination li.end a {
	background-size: cover;
}
}
.tb_base_new {
	border-top: 2px solid #333;
}
.tb_base_new tr th {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.tb_base_new tr td {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}
.tb_base_new tr td input {
	border: 1px solid #ccc;
	line-height: 35px;
}
.tb_base_new tr td textarea {
	border: 1px solid #ccc;
	line-height: 35px;
}
.board_btn2 {
	width: 100%;
	text-align: Center;
}
.tb_base_new1 {
	border-top: 2px solid #ff6600;
}
.tb_base_new1 tr th {
	padding: 15px 0px;
	color: #ff6600;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
}
.tb_base_new1 tr td {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}
.tb_base_new1 tr td.center {
	text-align: center;
}
.tb_base_new1 tr td.subj {
	color: #ff6600;
	font-weight: 600;
}
.tb_base_new1 tr td.rline {
	border-right: 1px solid #ccc;
}
 @media all and (max-width: 976px) {
.tb_base_new1 tr th {
	font-size: 0.7rem;
	padding: 8px 0;
}
.tb_base_new1 tr td {
	padding: 8px 8px;
	font-size: 0.8rem;
	word-break: keep-all;
}
}
.n_topper_new02 {
	width: 100%;
	padding: 45px 55px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: url('/kor/images/top_10.jpg')no-repeat;
	margin-top: 2%;
	overflow: hidden;
	word-break: keep-all;
}
.n_topper_new02 dl {
	width: 100%;
}
.n_topper_new02 dl dt {
	width: 15%;
	float: left;
	text-align: center;
}
.n_topper_new02 dl dd {
	width: 85%;
	float: left;
	line-height: 25px;
}
.n_topper_new02 dl dd p {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 2%;
}
.n_topper_new02 dl dd span {
	color: #ff6600;
}
 @media all and (max-width:976px) {
.n_topper_new02 {
	padding: 20px;
	background: url('/kor/images/top_10.jpg')no-repeat;
	background-size: cover;
}
.n_topper_new02 dl dd {
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.5
}
.n_topper_new02 dl dd p {
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 8%;
}
.tb_base_new tr th {
	font-size: 16.5px;
	width: 30% !important;
}
.wd80per {
	width: 95% !important;
}
.wd50per {
	width: 95% !important;
}
.n_topper_new02 dl dd span {
	font-size: 0.9rem;
	line-height: 1.5
}
}
/**음식개선문화**/

#m_board_c {
	position: relative;
	float: right;
	width: 100%;
	position: relative;
	margin-top: 2%;
	overflow: hidden;
	border: 0px solid red;
	margin-bottom: 5%;
}
#m_board_c .tabs_c {
	height: 55px;
	width: 100%;
	margin: 0 auto;
}
#m_board_c .tabs_c li {
	float: left;
	width: 30.5%;
	text-align: center;
	color: #999;
	margin: 1%;
}
#m_board_c .tabs_c li a {
	display: block;
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	font-size: 19px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 15px;
	background: #fff;
}
#m_board_c .tabs_c li a:hover {
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	background: #ff6600;
}
#m_board_c .tabs_c .active a {
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	background: #ff6600;
}
#m_board_c .tab_container_c {
	width: 100%;
	float: left;
	position: relative;
}
 . 
/*tab_content_c ul li{   float: left;   border-bottom: 1px solid #ccc; box-sizing: border-box;
        width:100%;     text-align: center; height:50px; font-size:17px;}

.tab_content_c ul li dl{width:100%; float:left; height:50px; line-height:50px;}
.tab_content_c ul li dl dt{width:70%; float:left; height:50px; line-height:50px; text-align:left;  padding-left:10px;}
.tab_content_c ul li dl dd{width:30%; float:left; text-align:right; height:50px; line-height:50px; padding-right:10px;}
*/
@media screen and (max-width:789px) {
 #m_board_c .tabs_c li {
 width: 33.33333%;
}
 #m_board_c .tabs_c li a {
 font-size: 15.5px;
}
 #m_board_c .tabs_c li a:hover {
 font-size: 15.5px;
}
 #m_board_c .tabs_c .active a {
 font-size: 15.5px;
}
 #m_board_c .tabs_c li:nth-child(3) {
 display: none;
}
 .tab_content_c ul li {
 height: 40px;
}
 .tab_content_c ul li dl {
 width: 100%;
 float: left;
 height: 40px;
 line-height: 40px;
 overflow: hidden;
}
 .tab_content_c ul li dl dt {
 width: 100%;
 float: left;
 height: 40px;
 line-height: 40px;
 text-align: left;
 padding-right: 7px;
 padding-left: 10px;
 font-size: 14.5px;
}
 .tab_content_c ul li dl dd {
 width: 30%;
 float: left;
 text-align: right;
 height: 40px;
 line-height: 35px;
 padding-right: 10px;
}
}
.food_improvecon {
	width: 100%;
	position: relative;
	padding-bottom: 3% !important;
	overfflow: hidden;
}
.food_improvecon ul {
	width: 98%;
	margin: 2% 1%;
}
.food_improvecon ul li {
	display: inline-block;
	float: left;
}
.food_improvecon ul li:first-child {
	width: 30%;
	float: left;
}
.food_improvecon ul li:last-child {
	width: 70%;
	float: left;
	font-size: 19px;
	line-height: 30px;
}
.food_improvecon ul li span {
	font-weight: 700;
	line-height: 55px;
}
.improvecon_tt {
	line-height: 35px;
	font-weight: 600;
	font-size: 26px;
	color: #ff6600;
	border: 0px solid red;
	padding-left: 35px;
	background: url('/kor/images/tt_icon.jpg')no-repeat;
}
.improvecon_tt1 {
	display: block;
	width: 100%;
	background: #f5f5f5;
	line-height: 30px;
	padding: 20px;
}
.tbstyle01 {
	width: 100%;
	border-top: 2px solid #333;
}
.tbstyle01 thead tr th {
	padding: 10px;
	background: #fcf4ee;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.tbstyle01 tbody tr td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 17px;
}
.foodgood {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
	background: url('/kor/images/top_01.jpg');
}
.foodgood p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood1 {
	background: url('/kor/images/top_03.jpg');
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #ccc;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
}
.foodgood1 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood2 {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: url('/kor/images/top_04.jpg');
	margin-top: 2%;
	overflow: hidden;
}
.foodgood2 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood3 {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
	background: url('/kor/images/top_05.jpg');
}
.foodgood3 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood4 {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: url('/kor/images/top_06.jpg');
	margin-top: 2%;
	overflow: hidden;
}
.foodgood4 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood5 {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
	background: url('/kor/images/top_07.jpg');
}
.foodgood5 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood6 {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
	background: url('/kor/images/top_08.jpg');
}
.foodgood6 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood7 {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
	background: url('/kor/images/top_09.jpg');
}
.foodgood13 {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
	background: url('/kor/images/top_15.jpg');
}



.foodgood7 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood8 {
	background: url('/kor/images/top_12.jpg');
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
}
.foodgood8 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood9 {
	background: url('/kor/images/top_11.jpg');
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
}
.foodgood9 p {
	line-height: 35px;
	font-size: 19px;
}
.foodgood10 {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: url('/kor/images/top_13.jpg');
	margin-top: 2%;
	overflow: hidden;
}
.foodgood10 p {
	line-height: 40px;
	font-size: 30px;
	font-weight: 600;
}
.foodgood10 span {
	line-height: 35px;
	font-size: 19px;
}
.foodgood11 {
	background: url('/kor/images/top_14.jpg');
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
}
.foodgood11 p {
	line-height: 40px;
	font-size: 30px;
	font-weight: 600;
}
.foodgood11 span {
	line-height: 35px;
	font-size: 19px;
}
.foodclean {
	width: 100%;
	padding: 55px;
	box-sizing: border-box;
	border: 10px solid #f3f3f3;
	margin-top: 2%;
	overflow: hidden;
	border-radius: 20px;
	background: url('/kor/images/top_02.jpg');
}
.foodclean p {
	line-height: 35px;
	font-size: 19px;
}
 @media all and (max-width:976px) {
.foodclean {
	padding: 20px;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	border: 5px solid #f3f3f3;
	text-align: center;
	background-size: cover;
}
.foodclean p {
	line-height : 22px;
	font-size: 0.99rem;
}
.foodgood {
	padding: 20px;
	text-align: center;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	border: 5px solid #f3f3f3;
	background-size: cover;
	background-position-x: 65%;
	font-size: 0.9rem
}
.foodgood p {
	line-height : 22px;
	font-size: 0.99rem !important;
}
.foodgood3 {
	padding: 20px;
	text-align: center;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	border: 5px solid #f3f3f3;
	background-size: cover;
	background-position-x: 65%;
}
.foodgood3 p {
	line-height: 22px;
	font-size: 0.99rem;
}
.foodgood5 {
	padding: 20px;
	text-align: center;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	border: 5px solid #f3f3f3;
	background-size: cover;
	background-position-x: 65%;
}
.foodgood5 p {
	line-height: 22px;
	font-size: 0.99rem;
}
.foodgood6 {
	padding: 20px;
	text-align: center;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	border: 5px solid #f3f3f3;
	background-size: cover;
	background-position-x: 65%;
}
.foodgood6 p {
	line-height: 22px;
	font-size: 0.99rem;
}
.foodgood7 {
	padding: 20px;
	text-align: center;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	border: 5px solid #f3f3f3;
	background-size: cover;
	background-position-x: 65%;
}
.foodgood7 p {
	line-height: 22px;
	font-size: 0.99rem;
}
.foodgood8 {
	padding: 20px;
	text-align: center;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	border: 5px solid #f3f3f3;
	background-size: cover;
	background-position-x: 65%;
}
.foodgood8 p {
	line-height: 22px;
	font-size: 0.99rem;
}
.foodgood9 {
	padding: 20px;
	word-break: keep-all;
	border-radius: 15px;
	background: url('/kor/images/top_11_1.jpg')right;
	border: 5px solid #f3f3f3;
	background-size: cover;
	background-position-x: 80%;
}
.foodgood9 p {
	line-height: 25px;
	font-size: 17px;
}
.foodgood10 {
	padding: 20px;
	text-align: center;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	border: 5px solid #f3f3f3;
	background-size: cover;
	background-position-x: 65%;
}
.foodgood10 p {
	font-size: 21px;
	line-height: 30px;
}
.foodgood10 span {
	line-height: 22px;
	font-size: 17px;
}
.foodgood11 {
	padding: 20px;
	word-break: keep-all;
	border-radius: 15px;
	background: none;
	background-size: cover;
	background-position-x: 55%;
	text-align: center;
	margin-top: 2rem
}
.foodgood11 p {
	font-size: 21px;
}
.foodgood11 span {
	line-height: 1.3;
	font-size: 0.9rem;
}
}

.total_search_wrapper {
display:flex; flex-wrap:wrap; justify-content: right;
	margin-top: 2%;
}
.selectstyle { padding-left:10px; box-sizing:border-box; background:#eee;
	width: 19%; min-width:110px; border:1px solid #ddd;
	line-height: 45px !important;
	height: 45px !important;
	bordeR: none !important;
	font-size: 17px;
}
.inputstyle {
	font-family: 'Pretendard';
	font-size: 18px;
	line-height: 43px !important;
	height: 43px !important;
	bordeR: 1px solid #ccc;
}
.inputstyle1 {
	font-family: 'Pretendard';
	font-size: 18px;
	width: 92% !important;
	line-height: 43px !important;
	height: 43px !important;
	border: 0px solid #000 !important;
}
ul .area {
	font-size: 19px;
}
.searchform_style {
	border: 1px solid red;
	float: right;
	width: 30%;
	margin: 0 auto;
	border-bottom: 2px solid #000;
	padding: 5px 0px;
}
 @media all and (max-width: 976px) {
.total_search_wrapper {
	text-align: left;
	margin-top: 5%;
	width: 100%;
	margin-bottom: 2%;
}
.selectstyle {
	width: 25% !important;
	line-height: 35px !important;
	height: 35px !important;
	bordeR: 1px solid #ccc;
	font-family: 'Pretendard';
	font-size: 16px;
}
.inputstyle {
	line-height: 35px !important;
	width: 60%;
	height: 35px !important;
}
.total_search_wrapper input.img {
	height: 35px;
}
}
}
#m_board4 {
	width: 100%;
	position: relative;
	padding-top: 0%;
}
#m_board4 .tabsarea1 {
	position: absolute;
	top: 0px;
	width: 100%;
	overflow: hidden;
}
#m_board4 .tabs4 {
	width: 200px;
	margin: 0 auto;
	border: 0px solid red;
}
#m_board4 .tabs4 li {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	margin: 1%;
	color: #333333;
	float: left;
	font-size: 22px;
	border: 0px solid red;
	box-sizing: border-box;
	border-radius: 50px;
	background: #fff;
}
#m_board4 .tabs4 li:first-child a {
	font-size: 25px;
	border: 2px solid #ccc;
	color: #333 !important;
	padding: 15px 15px 15px 45px;
	border-radius: 35px;
	display: block;
	font-weight: 600;
	background: #fff url('/kor/images/food_list_icon05.png')no-repeat;
}
#m_board4 .tabs4 :first-child a:hover {
	color: #fff !important;
	background: #ff6600 url('/kor/images/food_list_icon05_1.png')no-repeat;
	transition: 0.1s;
}
#m_board4 .tabs4 li:last-child a {
	font-size: 25px;
	border: 2px solid #ccc;
	color: #333 !important;
	padding: 15px 15px 15px 45px;
	border-radius: 35px;
	display: block;
	font-weight: 600;
	background: #fff url('/kor/images/food_list_icon06.png')no-repeat;
}
#m_board4 .tabs4 li:last-child a:hover {
	color: #fff !important;
	background: #ff6600 url('/kor/images/food_list_icon06_1.png')no-repeat;
	transition: 0.1s;
}
#m_board4 .tabs4 .active:first-child {
	color: #fff !important;
	background: #ff6600 url('/kor/images/food_list_icon06_1.png')no-repeat !important;
	box-sizing: border-box;
	font-weight: 600;
	text-decoration: none;
}
#m_board4 .tab_container4 {
	padding-top: 3% !important;
	padding-bottom: 3% !important;
	width: 100%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	border: 10px solid #f1f1f1;
	border-radius: 100px;
	margin-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
}
#m_board4 .tab_content4 {
	width: 100%;
	bordeR: 0px solid red;
}
#m_board4 .tab_content4 span a {
	display: inline-block;
	padding-left: 30px;
	line-height: 35px;
	font-size: 18px;
	font-weight: 400;
}
#m_board4 .tab_content4 span a:hover {
	background: url('/kor/images/food_list_icon04.png')left no-repeat;
	font-weight: 400;
	color: #ff6600;
}
#m_board4 .tabs5 {
	width: 200px;
	margin: 0 auto;
	border: 0px solid red;
}
#m_board4 .tabs5 li {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	margin: 1%;
	color: #333333;
	float: left;
	font-size: 22px;
	border: 0px solid red;
	box-sizing: border-box;
	border-radius: 50px;
	background: #fff;
}
#m_board4 .tabs5 li:first-child a {
	font-size: 25px;
	border: 2px solid #ccc;
	color: #333 !important;
	padding: 15px 15px 15px 45px;
	border-radius: 35px;
	display: block;
	font-weight: 600;
	background: #fff url('/kor/images/food_list_icon05.png')no-repeat;
}
#m_board4 .tabs5 :first-child a:hover {
	color: #fff !important;
	background: #ff6600 url('/kor/images/food_list_icon05_1.png')no-repeat;
	transition: 0.1s;
}
#m_board4 .tabs5 .active:first-child {
	color: #fff !important;
	background: #ff6600 url('/kor/images/food_list_icon06_1.png')no-repeat !important;
	box-sizing: border-box;
	font-weight: 600;
	text-decoration: none;
}
 @media all and (max-width: 976px) {
#m_board4 .tab_container4 {
	padding-top: 3% !important;
	padding-bottom: 3% !important;
	width: 100%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	border: 4px solid #f1f1f1;
	border-radius: 25px;
	margin-bottom: 1%;
	padding-left: 0%;
	padding-right: 6%;
	margin-top: 3%
}
#m_board4 .tab_content4 span a {
	display: inline-block;
	padding-left: 32px;
	line-height: 25px;
	font-size: 0.9rem;
	font-weight: 400;
}
#m_board4 .tab_content4 span a:hover {
	background: url('/kor/images/food_list_icon04.png')left no-repeat;
	font-weight: 400;
	color: #ff6600;
}
}
/*** 음식점 상세***/
.sns_ {
	position: absolute;
	right: 0px;
	top: 0px;
}
.con_title {
	width: 100%;
	line-height: 60px;
	background: url('/kor/images/title_bg.png')no-repeat;
	padding-left: 45px;
	color: #ff6600;
	font-size: 25px;
	font-weight: 600;
}
.con_title span {
	font-size: 17px;
	color: #000;
	font-weight: 400;
}
.btnst01 {
	padding: 2px 7px;
	font-size: 16px;
	border-radius: 3px;
	margin-left: 4px;
	background: #ff6600;
	color: #fff;
	font-weight: 400;
}
.btnst02 {
	padding: 2px 7px;
	font-size: 16px;
	border-radius: 3px;
	margin-left: 4px;
	background: #cccccc;
	color: #000;
	font-weight: 400;
}
.area_choose_1 {
	width: 50%;
	overflow: hidden;
	padding: 10px 1%;
	bordeR: 0px solid red;
	margin-top: 1.5%;
}
.area_choose_1 .area_1 li {
	cursor: pointer;
	float: left;
	padding: 6px 15px;
	text-align: Center;
	border: 1px solid #999;
	border-radius: 25px;
	margin-right: 1%;
}
.area_choose_1 .area_1 li.over {
	color: #ff6600 !important;
	font-weight: 700;
	border: 1px solid #ff6600;
}
.hygiene {
	width: 98%;
	margin: 0 auto;
	padding-top: 3%;
	bordeR: 0px solid red;
}
.hygienett {
	line-height: 45px;
	bordeR: 0px solid red;
	text-align: left;
	background: url('/kor/images/dot.jpg')left no-repeat;
	padding-left: 30px;
	font-size: 22px;
	font-weight: 600;
}
#m_board10 {
	width: 100%;
	position: relative;
	padding-top: 1%;
	border: 0px solid red;
	overflow: hidden;
}
#m_board10 .tabs10 {
	width: 100%;
	margin: 0 auto;
}
#m_board10 .tabs10 li {
	display: inline-block;
	margin: 0 auto;
	width: 10.3%;
	margin: 0.4%;
	float: left;
	font-size: 17px;
	text-align: Center;
	box-sizing: border-box;
}
#m_board10 .tabs10 li a {
	color: #000;
	display: block;
	padding: 15px;
	border: 2px solid #ccc;
	border-radius: 25px
}
#m_board10 .tabs10 li a:hover {
	border-radius: 25px;
	border: 2px solid #ff6600;
	color: #fff !important;
	background: #ff6600;
	transition: 0.1s;
}
#m_board10 .tabs10 .active {
	color: #ff6600 !important;
	box-sizing: border-box;
	font-weight: 600;
	border-radius: 25px;
	text-decoration: none;
	border-radius: 25px;
}
#m_board10 .tab_container10 {
	width: 100%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 0px;
	padding-bottom: 3%;
	padding-top: 3%;
}
.homepagebaro {
	position: absolute;
	right: 30px;
	top: 40px;
	border: 0px solid red;
}
.goodcon {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.ing {
	width: 50%;
	margin: 0 auto;
	border: 10px solid #efefef;
	text-align: Center;
	font-size: 25px;
	font-weight: 200;
	line-height: 250px;
}
.email {
	width: 50%;
	margin: 0 auto;
	border: 10px solid #efefef;
	text-align: Center;
	padding: 35px 0px;
}
.email p {
	font-size: 35px;
	font-weight: 600;
	line-height: 55px;
	font-weight: 600;
}
.email span {
	display: block;
	line-height: 30px;
	font-size: 17px;
	width: 80%;
	margin: 0 auto;
}
.mobileshow {
	display: none !important;
}
.mobilenone {
	display: show;
}
 @media all and (max-width: 976px) {
.btnst01 {
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 3px;
	margin-left: 4px;
	background: #ff6600;
	color: #fff;
	font-weight: 400;
}
.btnst02 {
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 3px;
	margin-left: 4px;
	background: #cccccc;
	color: #000;
	font-weight: 400;
}
}
.m_divtt {
	display: none;
}
.m_div::-webkit-scrollbar {
width: 10px;
}
.m_div::-webkit-scrollbar-track {
background-color: gray;
}
.m_div::-webkit-scrollbar-thumb {
background-color: black;
}
.m_div::-webkit-scrollbar-button {
display: none;
}
.fc18 {
	font-size: 18px;
}
 @media all and (max-width:640px) {
.salecon {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}
.email {
	width: 90%;
	margin: 0 auto;
	border: 10px solid #efefef;
	text-align: Center;
	padding: 35px 0px;
}
.email p {
	font-size: 25px;
}
.fc18 {
	font-size: 0.99rem;
}
#m_board10 .tabs10 li {
	display: inline-block;
	margin: 0 auto;
	width: 31%;
	margin: 1%;
	float: left;
	font-size: 0.8rem;
	text-align: Center;
	padding: 1% 0 !important;
}
#m_board10 .tabs10 li a {
	color: #000;
	display: block;
	padding: 10px;
	border: 2px solid #ccc;
	border-radius: 25px
}
.ing {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 10px solid #efefef;
	text-align: Center;
	font-size: 22px;
	font-weight: 200;
	line-height: 250px;
}
.mobileshow {
	display: block !important;
}
.mobilenone {
	display: none !important;
}
.m_div {
	width: 100% !important;
	border: 0px solid red;
	overflow-x: auto;
	overflow-y: hidden;
}
.m_div .tb_base_new1 {
	width: 150%;
}
.m_divtt {
	display: block;
	font-size: 0.9rem !important;
	padding: 2% 0;
	color: #ff3300
}
}
/*오늘 뭐먹지 */
.main_banner2  {
	width: 500px !important;
	height: 350px;
	padding; 0.5rem;
	background: url(/kor/images/main/bn-img-03.png) bottom right no-repeat;
	background-color:#ff6600;
	margin:0 auto;
	text-align:left;
	border-radius: 20px;
	margin-top:3rem;
	box-shadow: 0 0 20px rgba(255, 102, 0, 0.4);
}

.main_banner2  p{
	padding: 2rem 0 0 2rem;
}
.main_banner2_tt {
	font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.main_banner2_btn1 {
    width: fit-content;
    margin-top: 5rem;
    transition: 0.5s all;
    border-radius: 100px;
    background: #fff;
    cursor: pointer;
    color: #ff6600 !important;
    padding: 1rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-left: 2rem;
    font-size: 1.5rem;
	bottom:0;
	font-weight:bold

}


.main_banner2_btn1 a{
    color: #ff6600 !important;}
	
	
 @media all and (max-width:640px) {
	 
.main_banner2  {
	width: 100% !important;
	background-size: 80%
	
}}


.foodgood3.ch_bg { background: url('/kor/images/top_ch.gif'); }

.card-grid {
  display: grid;
  padding-block: 30px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card-grid .shop-card {
  border-radius: 14px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s, transform 0.15s;
}

.card-grid .shop-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
  transform: translateY(-2px);
}

.card-grid .shop-thumb {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.card-grid .shop-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-grid .shop-body { padding-block:20px; padding-inline:5%; display: flex; flex-direction: column; gap: 8px; flex: 1; }

.card-grid .shop-name { font-size:clamp(19px, 2.5vw, 26px); font-weight: 700; color: #111; letter-spacing: -0.01em; line-height: 1.3; }

.card-grid .shop-price { display:flex;  font-size:clamp(14px, 2.5vw, 20px);
flex-wrap:wrap; gap:2px 10px;  color: #e65100; font-weight: 600; line-height: 1.2; }

.card-grid .shop-divider { height: 1px; background: #f0f0f0; }

.card-grid .shop-address { display: flex; flex-direction: column; gap: 4px; }

.card-grid .shop-addr-text svg,
.card-grid  .shop-tel svg{ flex-shrink: 0; vertical-align:middle; margin-top: 1px; width:17px; height:17px;}

.card-grid .shop-addr-text,
.card-grid  .shop-tel  { color:#666; align-items: center;
  display: flex; align-items: flex-start; gap: 5px;
display:flex;  font-size:clamp(14px, 2.5vw,17px);
 line-height: 1.5;
}


@media (max-width: 800px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; }
}

@media (max-width: 360px) { .card-grid { grid-template-columns: 1fr; } }



