<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====================================
		modumeal renewal - board
==================================== */

/* common */
select{
	///////color: #1c1c1c !important;
}
textarea{
	width: 100%;
	padding: 28px 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	line-height: 1.3em;
	box-sizing: border-box;
	resize: none;
	outline: none;
}

/* title */
.board_tit_wrap{
	margin-bottom: 40px;
}
.board_tit_wrap h2{
	font-size: 48px;
	font-weight: 800;
}
.board_tit_wrap p{
	margin-top: 20px;
	font-size: 26px;
	line-height: 1.3em;
	word-break: keep-all;
}

/* search */
.sch_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 50px;
	border-radius: 10px;
	background-color: #F8F8F8;
}
.sch_wrap *{
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	box-sizing: border-box;
}
.sch_wrap select,
select.form_control,
.review_info_wrap .clsCenterId{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('/img/sub/ico_select.svg');
	background-repeat: no-repeat;
	background-position: right 25px center;
}
.sch_wrap select,
.sch_wrap .sch_key{
	height: 73px;
	padding: 22px 30px;
	padding-right: 50px;
	border-radius: 10px;
	border: 1px solid #DDD;
	background-color: #FFF;
	font-size: 24px;
}
.sch_wrap .sch_view_wrap{
	width: 320px;
}
.sch_wrap .sch_view_wrap select{
	width: 100%;
}
.sch_key_wrap{
	display: flex;
}
.sch_key_wrap select{
	width: 340px;
}
.sch_key_wrap .sch_key{
	width: 395px;
	margin-left: 20px;
}
.sch_key_wrap .required_focus{
	background-color: #f2e6e6;
}
.sch_key_wrap .btn_sch{
	display: inline-block;
	margin-left: 20px;
	padding: 22px 38px;
	border-radius: 10px;
	background-color: #fc3441;
	color: #fff !important;
	font-size: 24px;
	font-weight: 600;
}

.sch_select_wrap.sch_wrap{
	margin-top: 70px;
	padding: 0;
	background: none;
}
.sch_select_wrap.sch_wrap .sch_sort{
	display: flex;
}
.sch_select_wrap.sch_wrap .sch_sort .fa_sch_select{
	width: 230px;
}
.sch_select_wrap.sch_wrap .sch_sort .fa_sch_select select{
	width: 100%;
}
.sch_select_wrap.sch_wrap .sch_sort .fa_sch_month{
	width: 210px;
	margin-left: 20px;
}
.sch_select_wrap.sch_wrap .sch_key_wrap select{
	width: 210px;
}

/* list */
.board_list_wrap{
	margin-top: 60px;
}
.board_list_wrap table{
	width: 100%;
	table-layout: fixed;
}
table caption{
	display: none;
}
.board_list_wrap th,
.board_list_wrap td{
	height: 80px;
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
.board_list_wrap thead th{
	border-top: 3px solid #fc3441;
	background-color: #F8F8F8;
}
.board_list_wrap .board_tit{
	text-align: left;
}
.board_list_wrap .board_tit a{
	overflow: hidden;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.board_list_wrap .top_mark{
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #fc3441;
	border-radius: 25px;
	color: #fc3441;
}
.board_RegDate{
	letter-spacing: 0.03rem;
}

/* review list */
.tot_number{
	font-size: 26px;
}
.tot_number strong{
	font-weight: 700;
}
.fa_sch_wrap.sch_wrap .fa_sch_select{
	width: 347px;
}
.fa_sch_wrap.sch_wrap select{
	width: 100%;
}
.fa_sch_wrap.sch_wrap .fa_sch_select + .fa_sch_select{
	margin-left: 16px;
}

.board_month_tab{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.board_month_tab button{
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-position: center;
}
.board_month_tab .btn_month_prev{
	background-image: url('/img/sub/ico_arrow_mon_prev.svg');
}
.board_month_tab .btn_month_next{
	background-image: url('/img/sub/ico_arrow_mon_next.svg');
	background-position: 55% center;
}
.board_month_tab button.disabled{
	border-color: #9a9a9a;
	cursor: unset;
}
.board_month_tab .btn_month_prev.disabled{
	background-image: url('/img/sub/ico_arrow_mon_prev_disabled.svg');
}
.board_month_tab .btn_month_next.disabled{
	background-image: url('/img/sub/ico_arrow_mon_next_disabled.svg');
}
.board_month_tab span{
	display: inline-block;
	margin: 0 30px;
	font-size: 40px;
}
.board_month_tab span strong{
	font-weight: 600;
}

.fa_list_wrap .star{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	background-image: url('/img/sub/ico_star.svg');
	background-repeat: no-repeat;
	background-position: top -75px left 0;
	vertical-align: middle;
}
.star_rating{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	background-image: url('/img/sub/ico_star.svg');
	background-repeat: no-repeat;
	background-position: top -75px left 0;
	vertical-align: middle;
}
.fa_list_wrap .color_gray{
	color: #666;
}

/* free board list */
.free_center span,
.free_nickname span,
.free_vendor span{
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.freeboard_list_wrap span{
	display: inline-block;
	vertical-align: top;
}
.freeboard_list_wrap .free_num{
	width: 7%;
}
.freeboard_list_wrap .free_center{
	width: 13%;
}
.freeboard_list_wrap .free_vendor{
	width: 16%;
}
.freeboard_list_wrap .free_nickname{
	width: 10%;
}
.freeboard_list_wrap .free_tit{
	width: 28%;
}
.freeboard_list_wrap .free_date{
	width: 10%;
}
.freeboard_list_wrap .free_like{
	width: 8%;
}
.freeboard_list_wrap .free_hit{
	width: 8%;
}
.comment_cnt{
	color: #fc3441;
}

.board_list_bottom{
	position: relative;
	min-height: 54px;
	margin-top: 60px;
}
.board_list_bottom:after{
	display: block;
	content: '';
	clear: both;
}
.board_list_bottom .paging_wrap{
	margin-top: 0;
}
.board_list_bottom .btn_wrap{
	position: absolute;
	top: -16px;
	right: 0;
}

/* pagination */
.paging_wrap{
	margin-top: 60px;
}
.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination li + li{
	margin-left: 4px;
}
.pagination li a{
	display: block;
	min-width: 40px;
	height: 40px;
	padding: 8px 4px;
	border-radius: 5px;
	font-size: 22px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.pagination li.prev{
	margin-right: 30px;
}
.pagination li.next{
	margin-left: 30px;
}
.pagination li.first a,
.pagination li.last a,
.pagination li.prev a,
.pagination li.next a{
	background-color: transparent !important;
}
.pagination li.on a,
.pagination li:hover a{
	background-color: #fc3441;
	color: #fff !important;
}

/* view */
.board_view_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 26px 40px;
	background-color: #F8F8F8;
	border-top: 3px solid #fc3441;
	border-bottom: 1px solid #ddd;
}
.board_view_tit .tit {
	width: calc(100% - 260px);
	font-size: 24px;
	font-weight: 500;
	word-break: keep-all;
}
.board_view_tit .view_info {
	display: flex;
	justify-content: flex-end;   /* ì˜¤ë¥¸ìª½ ì&nbsp;•ë&nbsp;¬ */
	align-items: center;         /* ì„¸ë¡œ ê°€ìš´ë° ì&nbsp;•ë&nbsp;¬ */
	gap: 12px;                   /* ê°„ê²© ì¡°ì&nbsp;• */
	flex-wrap: nowrap;           /* ì¤„ë°”ê¿ˆ ë°©ì§€ */
	white-space: nowrap;         /* ë‚´ë¶€ í…ìŠ¤íŠ¸ ì¤„ë°”ê¿ˆ ë°©ì§€ */

	///text-align: right;
}
.board_view_tit .view_info span {
	display: inline-block;
	font-size: 22px;
	color: #666;
	vertical-align: middle;
}
.board_view_tit .view_info span + span:before {
	display: inline-block;
	content: '';
	width: 1px;
	height: 20px;
	margin: -2px 8px 0 4px;
	background-color: #666;
	vertical-align: middle;
}
.board_content{
	overflow-x: hidden;
	padding-top: 60px;
}
.board_content *{
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	color: inherit;
	word-break: break-all;
}
.board_content img{
	max-width: 100%;
}
.prev_next_wrap{
	margin-top: 60px;
	border-top: 1px solid #fc3441;
	border-bottom: 1px solid #fc3441;
}
.prev_next_conbox{
	display: flex;
	align-items: center;
	padding: 25px 40px;
}
.prev_next_conbox span{
	display: inline-block;
	padding-right: 32px;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 24px;
}
.prev_conbox span{
	background-image: url('/img/sub/ico_arrow_view_prev.svg');
	width: 20%;
}
.next_conbox{
	border-top: 1px solid #ddd;
}
.next_conbox span{
	background-image: url('/img/sub/ico_arrow_view_next.svg');
	width: 20%;
}
.prev_next_conbox .tit_wrap{
	width: calc(100% - 100px);
	padding-left: 40px;
	box-sizing: border-box;
}
.prev_next_conbox .tit_wrap a{
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 24px;
	color: #666;
	vertical-align: middle;
}
.board_view_wrap .btn_wrap {
	margin-top: 50px;
	text-align: center;
}

/* hot line */
.board_tit_wrap + .register_form{
	margin-top: 80px;
}
.register_form_list .w100p{
	width: 100% !important;
	margin-left: 0 !important;
}
.register_form_list .item_tit{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
}
.register_form_list.n2{
	display: flex;
	flex-wrap: wrap;
}

.mt60 {
	margin-top: 60px !important;
}
.register_form_list .item{
	box-sizing: border-box;
}
.register_form_list.n2 .item{
	width: calc((100% - 20px)/2);
	///margin-top: 60px;
}
.register_form_list.n2 .item:nth-child(2n){
	margin-left: 20px;
}
.register_form_list.n2 .item:nth-child(-n+2){
	margin-top: 0;
}
.register_form_list .pw_info_txt {
	margin-top: 5px;
	font-size: 14px;
	color: #bebebe;
	padding-left: 5px;
}


.form_control{
	width: 100%;
	height: 80px;
	padding: 28px 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 18px;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.form_control::placeholder{
	color: #666;
	font-size: 18px;
}
input.form_control[type="file"]{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
}
input.form_control[type="file"]::file-selector-button{
	padding: 8px 35px;
	margin-right: 20px;
	border-radius: 5px;
	border: 0;
	background-color: #EEE;
	font-size: 18px;
	font-weight: 500;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	color: #1c1c1c;
}
.register_form textarea{
	height: 300px;
	font-size: 18px;
}
.register_form .checkbox_wrap{
	margin-top: 60px;
	text-align: center;
}
.register_form .checkbox_wrap input[type="checkbox"]{
	overflow: hidden;
	position: relative;
	width: 1px;
	height: 1px;
	margin: -1px;
	clip: rect(0,0,0,0);
	clip-path: polygon(0 0,0 0,0 0);
}
.register_form .checkbox_wrap input[type="checkbox"] + label{
	position: relative;
	padding-left: 36px;
	font-size: 22px;
	cursor: pointer;
}
.register_form .checkbox_wrap input[type="checkbox"] + label:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #000;
	box-sizing: border-box;
}
.register_form .checkbox_wrap input[type="checkbox"]:checked + label:after{
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fc3441;
}
.register_form .checkbox_wrap .btn_more{
	display: inline-block;
	margin-left: 6px;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	color: #fc3441 !important;
	text-decoration: underline;
}
.register_form .btn_wrap{
	margin-top: 60px;
	text-align: center;
}

/* freeboard write */
.attach_wrap {
	display:flex;
	flex-wrap: wrap;
}
.attach_wrap .file_list_wrap {
	width:50%;
	padding: 20px 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.attach_wrap .file_info_text {
	width:50%;
	padding-left: 80px;
	box-sizing: border-box;
}
.attach_wrap .file_info_text ul li * {
	font-size:22px;
	line-height:1.63em;
	word-break: keep-all;
}
.file_list{
	width: 100%;
}
.file_list + .file_list {
	margin-top:16px;
}
.file_list input[type='file']{
	width: 80%;
	height: auto;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	color: #1c1c1c;
}
.file_list input[type='file']::file-selector-button,
.attach_wrap .btn_add{
	display:inline-block;
	padding:10px 40px;
	border-radius:5px;
	border: 0;
	background-color:#eee;
	color:#1c1c1c;
	cursor: pointer;
}
.attach_wrap .btn_add{
	padding: 10px 32px;
	background-color: #fff;
	border: 1px solid #FC3441;
	font-size: 18px;
	color: #FC3441 !important;
	font-weight: 500;
}
.attach_wrap .btn_add + ul{
	margin-top: 30px;
}
.file_list .btn_wrap {
	display:inline-block;
	margin: 0 !important;
}
.file_list .btn_wrap .btn {
	font-size:18px;
	color:#1c1c1c;
}

/* review view */
.meal_review_content {
	padding: 0;
}
.meal_review_content + .prev_next_wrap{
	margin-top: 60px;
}
.review_top_wrap{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.review_top_wrap .img_wrap{
	width: 50%;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 0;
	text-align: center;
}
.review_top_wrap .img_wrap img{
	max-width: 100%;
}
.review_write_wrap{
	width: 50%;
	padding: 60px 40px;
	border-left: 1px solid #ddd;
}
.review_write_wrap .tit, 
.comment_write_form .tit_wrap .tit{
	display: block;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 600;
}
.review_write_wrap .meal_menu{
	padding: 30px;
	border-radius: 10px;
	background-color: #F8F8F8;
}
.review_write_wrap .meal_menu p{
	font-size: 20px;
	line-height: 1.6em;
	word-break: keep-all;
}
.textarea_wrap{
	position: relative;
}
.textarea_wrap textarea {
	height: 220px;
	font-size: 18px;
}
.textarea_wrap .count {
	///position:absolute;
	right:0;
	top:15px;
	font-size:15px;
	color:#999;
}

.star_select_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	background-color: #f8f8f8;
	margin-bottom: 40px;
}
.star_select_wrap .rate {
	font-size: 24px;
	font-weight: 500;
}
.star_select {
	display:flex;
}
.star_grade {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;

	background: url('/img/sub/ico_star.svg') no-repeat 0 -36px; /* ë¹„ì–´ ìžˆëŠ” íšŒìƒ‰ ë³„ */
	background-size: auto;

	background-position-y: -35px;
}

.star_grade.on {
	background: url('/img/sub/ico_star.svg') no-repeat 0 0;     /* ì±„ì›Œì§„ ë¹¨ê°„ ë³„ */
	background-size: auto;
}

.star_grade + .star_grade {
	margin-left: 6px;
}
.star_grade input[type="radio"] {
	position: absolute;
	left: -4px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.01;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.star_grade label {
	overflow: hidden;
	display: block;
}


/*	//ê¸°ë³¸ ì•„ë¬´ ê²ƒë„ ì—†ëŠ” ìƒíƒœë¡œ ì&nbsp;„í™˜í•˜ë&nbsp;¤ë©´ ì´ ë°©ì‹ì€ ì•ˆëœë‹¤. ê¸°ì¡´ css ìˆ˜ì&nbsp;•ê³¼ í•¨ê»˜ js(in review.js)ë¥¼ ì¶”ê°€ í•´ì•¼ í•œë‹¤.
.star_grade.on ~ .star_grade {
	//background:url('/img/sub/ico_star.svg') no-repeat 0 -100px;
}
*/

.review_form_wrap{
	margin-top: 40px;
}
.review_info_wrap{
	margin-top: 30px;
}
.review_info_wrap .writer_conbox{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}
.review_info_wrap .writer_conbox .info_conbox{
	width: calc((100% - 20px)/2);
}
.review_info_wrap .writer_conbox .info_conbox:nth-child(3){
	width: 100%;
	margin-left: 0 !important;
	margin-top: 10px;
}
.review_info_wrap .writer_conbox .form_control{
	height: 70px;
	padding: 20px;
	background-color: #f8f8f8;
	border: 0;
}
.review_info_wrap .writer_conbox .info_conbox + .info_conbox{
	margin-left: 20px;
}
.review_info_wrap .writer_conbox .pw_info_txt {
	margin-top: 5px;
	font-size: 14px;
	color: #bebebe;
	padding-left: 5px;
}

.review_info_wrap .writer_conbox + .btn_wrap{
	margin-top: 30px;
}
.review_info_wrap .btn_type1{
	width: 100%;
	font-size: 24px;
}

.review_info_wrap .clsCenterId{
	width: 100%;
	height: 70px;
	padding: 22px 30px;
	padding-right: 50px;
	border-radius: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 18px;
}

.review_comm_wrap {
	margin-top:60px;
	padding: 0 40px;
}
.review_comm_wrap .tab_wrap {
	display:flex;
}
.review_comm_wrap .tab_wrap .btn_rank {
	display:inline-block;
	font-size:26px;
	color:#666;
}
.review_comm_wrap .tab_wrap .btn_rank + .btn_rank {
	margin-left:14px;
	padding-left:14px;
	border-left:1px solid #ddd;
}
.review_comm_wrap .tab_wrap .btn_rank.on {
	font-weight:600;
	color:#000;
}
.review_comm_list {
	margin-top:20px;
}
.review_comm_list li {
	position:relative;
	width:100%;
	padding:35px 30px;
	border-radius:10px;
	background-color:#f8f8f8;
	text-align:left;
	box-sizing:border-box;
}
.review_comm_list li + li {
	margin-top:20px;
}
.review_comm_list li.no_data{
	padding: 100px 0;
	text-align: center;
}
.review_comm_list li.no_data p{
	font-size: 16px;
}
.review_comm_list .comm_star {
	display:inline-block;
	position:relative;
	width:140px;
	height:20px;
	background:url('/img/sub/ico_star.svg') no-repeat 0 -98px;
}
.review_comm_list .comm_star:after {
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	content:'';
	height:20px;
	background:url('/img/sub/ico_star.svg') no-repeat 0 -73px;
}
.review_comm_list .comm_star_2:after {
	width:20%;
}
.review_comm_list .comm_star_4:after {
	width:40%;
}
.review_comm_list .comm_star_6:after {
	width:60%;
}
.review_comm_list .comm_star_8:after {
	width:80%;
}
.review_comm_list .comm_star_10:after {
	width:100%;
}
.review_comm_list .comm_grade .comm_rank {
	display:inline-block;
	margin-top:-6px;
	margin-left:6px;
	font-size:24px;
	vertical-align:middle;
}
.review_comm_list .comm_text {
	margin-top:14px;
	font-size:18px;
	word-break:break-all;
}
.review_comm_list .comm_info {
	margin-top:10px;
}
.review_comm_list .comm_info span {
	display:inline-block;
	font-size:16px;
	color:#bebebe;
}
.review_comm_list .comm_info span + span {
	border-left:1px solid #bebebe;
	margin-left:6px;
	padding-left:10px;
}
.review_comm_list .btn_wrap {
	display: inline-block;
	position:absolute;
	top:35px;
	right:30px;
	width: auto !important;
	margin: 0 !important;
	text-align: right;
}
.review_comm_list .btn_wrap .btn_del {
	background-color:transparent;
	font-size:18px;
}

/* freeboard view */
.board_view_tit .comm_num{
	display: inline-block;
    margin-top: -2px;
	margin-left: 6px;
	font-size: 22px;
	color: #fc3441;
	vertical-align: middle;
}
.board_view_tit .view_info.type2 span + span{
	margin-left: 36px;
}
.board_view_tit .view_info.type2 span + span:before{
	display: none;
}
.view_writer_info{
	padding: 20px 40px;
	border-bottom: 1px solid #ddd;
}
.view_writer_info span{
	display: inline-block;
	font-size: 18px;
	color: #666;
	vertical-align: middle;
}
.view_writer_info span + span:before{
	display: inline-block;
	content: '';
	width: 1px;
	height: 16px;
	margin: -4px 10px 0 6px;
	background-color: #666;
	vertical-align: middle;
}
.freeboard_view_wrap{
	padding: 0 40px;
	font-size: 24px;
	line-height: 1.5em;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	word-break: keep-all;
}
.freeboard_view_wrap + .btn_wrap{
	margin-top: 60px;
}
.btn.btn_like{
	width: auto;
    min-width: 153px;
	padding: 20px 34px 16px;
	font-size: 24px;
}
.btn.btn_like span{
	display: inline-block;
	margin-right: 6px;
	margin-top: 1px;
	vertical-align: middle;
}
.btn.btn_like img{
	max-width: 100%;
}

.comment_write_form{
	margin-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
}
.comment_write_wrap{
	display: flex;
}
.comment_write_wrap .writer_conbox{
	width: 450px;
}
.comment_write_wrap .writer_conbox .form_control{
	height: auto;
	padding: 23px 20px;
	background-color: #f8f8f8;
	border: 0;
	color: #666;
	font-size: 20px;
}
.comment_write_wrap .writer_conbox .form_control + .form_control {
	//margin-top: 24px;
}
.comment_write_wrap .textarea_wrap{
	position: relative;
	width: calc(100% - 450px);
	padding-left: 24px;
	box-sizing: border-box;
}
.comment_write_wrap .textarea_wrap textarea{
	height: 164px;
}
.comment_write_wrap .pw_info_txt{
	padding-left: 5px;
	///margin-top: 10px;
}
.comment_write_wrap .pw_info_txt,
.comment_write_wrap .pw_info_txt span{
	font-size: 14px;
	color: #aaa;
	word-break: keep-all;
}
.comment_write_form .btn_wrap{
	position: relative;
	margin-top: 16px;
	text-align: right;
}
.comment_write_form .btn_wrap .btn{
	display: inline-block;
	width: 145px;
}
.comment_write_form .btn_wrap .btn.btn_type1 + .btn.btn_type1{
	margin-left: 16px;
}
.comment_write_form .btn_wrap p{
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 15px;
	font-size: 16px;
	color: #bebebe;
	text-align: left;
	word-break: keep-all;
}

.comment_list_wrap{
	margin-top: 60px;
}
.comment_list{
	border-top: 1px solid #ddd;
}
.comment_list li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.comment_list li span,
.comment_list li p{
	font-size: 20px;
	color: #666;
}
.comment_list li .comm_name{
	width: 18%;
	padding: 0 30px;
	box-sizing: border-box;
}
.comment_list li .comm_text{
	display: flex;
	align-items: center;
	width: 82%;
	padding: 0 30px;
	padding-right: 120px;
	box-sizing: border-box;
} 
.comment_list li .comm_text p {
	max-width: calc(100% - 150px);
	color: #1c1c1c;
	line-height: 1.4;
}
.comment_list li .comm_text .btn_wrap{
	margin-top: 0;
	margin-left: 30px;
}
.comment_list li .comm_text .btn_wrap .btn{
	color: #666 !important;
	font-size: 20px;
}
.comment_list li .comm_text .btn_wrap .btn + .btn{
	margin-left: 6px;
}
.comment_list li .comm_date{
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%); 
}
.comment_list li.no_data{
	display: block;
	padding-top: 85px;
	padding-bottom: 85px;
	border-bottom: 0;
	text-align: center;
}

/* pop up */
.pop_dim{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0,0,0,.6);
}
.pop_contents {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 100;
}
.alert_pop_contents{
	width: 80%;
	max-width: 1000px;
}
.pop_wrap {
	width: 100%;
	position: relative;
	border-radius: 20px;
	background-color: #fff;
}
.alert_pop_wrap{
	padding: 50px;
}
.alert_pop_wrap .btn_pop_close{
	position: absolute;
	top: 50px;
	right: 50px;
	width: 24px;
	height: 24px;
	background: url('/img/sub/ico_pop_close.svg') no-repeat center / contain;
}
.alert_pop_wrap .pop_msg{
	font-size: 28px;
	font-weight: 600;
}
.alert_pop_wrap .pop_msg_sub{
	margin-top: 16px;
	font-size: 18px;
}
.alert_pop_wrap .comm_pw_form{
	margin-top: 40px;
}
.alert_pop_wrap .comm_pw_form legend{
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500;
}
.alert_pop_wrap .input_wrap{
	display: inline-block;
	width: calc(100% - 250px);
	vertical-align: middle;
}
.alert_pop_wrap .input_wrap .form_control{
	height: 70px;
	vertical-align: middle;
}
.alert_pop_wrap .input_wrap .form_control::placeholder{
	font-size: 20px;
	color: #bebebe;
}
.alert_pop_wrap .input_wrap + .btn{
	display: inline-block;
	width: 230px;
	padding: 25px 20px;
	margin-left: 15px;
	font-size: 20px;
	font-weight: 600;
	vertical-align: middle;
}

@media screen and (max-width: 1600px){
	/* search */
	.sch_wrap .sch_view_wrap{
		width: 240px;
	}
	.sch_key_wrap select{
		width: 200px;
	}
	.sch_key_wrap .sch_key{
		width: 300px;
	}
	.sch_select_wrap.sch_wrap .sch_sort .fa_sch_month{
		width: 160px;
	}
	.fa_sch_wrap.sch_wrap .fa_sch_select{
		width: 300px;
	}

	/* review list */
	.fa_list_wrap table colgroup col:nth-child(3){
		width: 22%;
	}
	.fa_list_wrap th, 
	.fa_list_wrap td{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1200px){
	/* search */
	.sch_wrap{
		padding: 20px 30px;
	}
	.sch_wrap .sch_view_wrap{
		width: 200px;
	}
	.sch_wrap select, 
	.sch_wrap .sch_key{
		padding-left: 20px;
		padding-right: 20px;
		background-position: right 15px center;
	}
	.sch_key_wrap select,
	.sch_select_wrap.sch_wrap .sch_key_wrap select{
		width: 130px;
	}
	.sch_key_wrap .sch_key{
		width: 260px;
	}
	.sch_key_wrap .btn_sch{
		padding: 22px 20px;
	}
	.fa_sch_wrap.sch_wrap .fa_sch_select{
		width: 240px;
	}

	/* list */
	.board_list_wrap .top_mark{
		padding: 10px 25px;
	}

	/* review view */
	.meal_review_content {
		///padding: 0 20px;
	}
	.review_top_wrap .img_wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
	.review_write_wrap{
		padding: 40px 20px;
	}
	.review_comm_wrap{
		margin-top: 40px;
		padding: 0 20px;
	}

}

@media screen and (max-width: 1024px){
	/* common */
	textarea{
		padding: 16px 20px;
	}

	/* title */
	.board_tit_wrap{
		margin-bottom: 30px;
	}
	.board_tit_wrap h2{
		font-size: 32px;
	}
	.board_tit_wrap p{
		font-size: 20px;
	}

	/* search */
	.sch_wrap select,
	select.form_control,
	.review_info_wrap .clsCenterId{
		background-size: 16px;
		background-position: right 20px center;
	}
	.sch_wrap select, 
	.sch_wrap .sch_key{
		height: 54px;
		padding: 12px 20px;
		font-size: 16px;
	}
	.sch_wrap .sch_view_wrap{
		display: none;
	}
	.sch_key_wrap{
		width: 100%;
	}
	.sch_key_wrap .sch_key{
		width: calc(100% - 275px);
	}
	.sch_key_wrap .btn_sch{
		padding: 18px 38px;
		font-size: 16px;
	}

	.sch_select_wrap.sch_wrap{
		margin-top: 50px;
		padding: 0 30px;
	}
	.sch_sort{
		width: 100%;
	}
	.sch_sort + .sch_key_wrap{
		margin-top: 12px;
	}
	.sch_select_wrap.sch_wrap .sch_sort .fa_sch_select,
	.sch_select_wrap.sch_wrap .sch_sort .fa_sch_month{
		width: calc((100% - 20px)/2);
	}

	/* list */
	.board_list_wrap{
		margin-top: 48px;
	}
	.board_list_wrap th, 
	.board_list_wrap td{
		height: 60px;
		padding: 10px 20px;
		font-size: 16px;
	}
	.board_list_wrap .top_mark{
		padding: 8px 20px;
		font-size: 15px;
	}

	/* review list */
	.fa_sch_wrap{
		flex-direction: column;
		align-items: flex-start;
	}
	.tot_number{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.fa_sch_wrap .sch_key_wrap{
		///display: block;
	}
	.fa_sch_wrap.sch_wrap .fa_sch_select{
		display: inline-block;
		width: calc((100% - 20px)/2);
	}
	.board_month_tab {
		margin-top: 40px;
	}
	.board_month_tab span {
		font-size: 28px;
	}
	.board_month_tab button {
		width: 30px;
		height: 30px;
		background-size: 10px;
	}
	.fa_list_wrap table colgroup col:nth-child(6) {
		width: 0;
	}
	.fa_list_wrap th, 
	.fa_list_wrap td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.fa_list_wrap th:nth-child(1), 
	.fa_list_wrap td:nth-child(1) {
		width: 7%;
	}

	.fa_list_wrap th:nth-child(2), 
	.fa_list_wrap td:nth-child(2) {
		width: 50%;
	}

	.fa_list_wrap th:nth-child(3), 
	.fa_list_wrap td:nth-child(3) {
		width: 5%;
	}
	.fa_list_wrap th:nth-child(4), 
	.fa_list_wrap td:nth-child(4) {
		width: 5%;
	}
	.fa_list_wrap th:nth-child(5), 
	.fa_list_wrap td:nth-child(5) {
		width: 33%;
	}
	/*ëª¨ë°”ì¼ì—ì„œ ìž‘ì„±ì¼ ížˆë“&nbsp;*/
	.fa_list_wrap th:nth-child(6), 
	.fa_list_wrap td:nth-child(6) {
		display: none;
	}
	.fa_list_wrap .color_gray {
		display: none;
	}
	.fa_list_wrap td a {
		overflow: hidden;
		display: inline-block;
		width: 100%;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	/* freeboard list 1024px */
	/*
		&lt;tr&gt;
			&lt;th class="free_num"&gt;ë²ˆí˜¸&lt;/th&gt;
			
			&lt;th class="free_center"&gt;ì„¼í„°&lt;/th&gt;
			&lt;th class="free_vendor"&gt;ì‹ì‚¬ ì—…ì²´&lt;/th&gt;

			&lt;th class="free_nickname"&gt;ë‹‰ë„¤ìž„&lt;/th&gt;
			&lt;th class="free_tit"&gt;ì&nbsp;œëª©&lt;/th&gt;
			&lt;th class="free_date"&gt;ìž‘ì„±ì¼&lt;/th&gt;

			&lt;th class="free_like"&gt;ì¶”ì²œ&lt;/th&gt;
			&lt;th class="free_hit"&gt;ì¡°íšŒ&lt;/th&gt;
		&lt;/tr&gt;
	*/

	.freeboard_list_wrap .free_center,

	.freeboard_list_wrap .free_like,
	.freeboard_list_wrap .free_hit {
		display: none !important;
		width: 0 !important;
	}

	.freeboard_list_wrap .free_num {
		width: 11% !important;
	}
	.freeboard_list_wrap .free_vendor {
		width: 13% !important;
	}
	.freeboard_list_wrap .free_nickname {
		width: 21% !important;
	}
	.freeboard_list_wrap .free_tit {
		width: 35% !important;
	}
	.freeboard_list_wrap .free_date {
		width: 20% !important;
	}

	.board_list_bottom .btn_wrap {
		top: -8px;
	}

	/* pagination */
	.pagination li a{
		min-width: 32px;
		height: 32px;
		font-size: 18px;
	}

	/* view */
	.board_view_tit{
		padding: 20px 30px;
	}
	.board_view_tit .tit{
		font-size: 20px;
	}
	.board_view_tit .view_info span{
		font-size: 16px;
	}
	.board_content{
		padding-top: 40px;
	}
	.prev_next_wrap{
		margin-top: 40px;
	}
	.prev_next_conbox{
		padding: 20px 30px;
	}
	.prev_next_conbox span{
		font-size: 16px;
	}
	.prev_next_conbox .tit_wrap a{
		font-size: 16px;
	}
	.board_view_wrap .btn_wrap{
		margin-top: 60px;
	}

	/* review view */
	.review_top_wrap{
		flex-direction: column;
	}
	.review_top_wrap .img_wrap{
		width: 100%;
		padding: 0;
	}
	.review_write_wrap{
		width: 100%;
		margin-top: 40px;
		padding: 40px 0;
		border-left: 0;
		border-top: 1px solid #ddd;
	}
	.review_write_wrap .tit, 
	.comment_write_form .tit_wrap .tit{
		margin-bottom: 10px;
		font-size: 22px;
	}
	.review_write_wrap .meal_menu{
		padding: 20px;
	}
	.review_write_wrap .meal_menu p{
		font-size: 16px;
	}
	
	.star_select_wrap {
		width: 100%;
		height: 60px;
	}

	/*	//ê¸°ë³¸ ì•„ë¬´ ê²ƒë„ ì—†ëŠ” ìƒíƒœë¡œ ì&nbsp;„í™˜í•˜ë&nbsp;¤ë©´ ì´ ë°©ì‹ì€ ì•ˆëœë‹¤. ê¸°ì¡´ css ìˆ˜ì&nbsp;•ê³¼ í•¨ê»˜ js(in review.js)ë¥¼ ì¶”ê°€ í•´ì•¼ í•œë‹¤.
	.star_grade.on ~ .star_grade {
		background: url('/img/sub/ico_star_m.svg') no-repeat 0 -78px;
	}
	*/

	.textarea_wrap .count {
		top: 10px;
		font-size: 14px;
	}
	.textarea_wrap textarea{
		height: 180px;
		font-size: 16px;
	}
	.review_info_wrap .writer_conbox .form_control{
		height: 60px;
		padding: 16px 20px;
	}
	.review_info_wrap .writer_conbox .pw_info_txt{
		
	}
	.review_info_wrap .btn_type1{
		font-size: 20px;
	}
	.review_info_wrap .clsCenterId{
		height: 60px;
		padding: 16px 20px;
		font-size: 16px;
	}

	.review_comm_wrap{
		padding: 0;
	}
	.review_comm_wrap .tab_wrap .btn_rank{
		font-size: 22px;
	}
	.review_comm_list .comm_star{
		width: 96px;
		height: 16px;
		background: url('/img/sub/ico_star_m.svg') no-repeat 0 -80px;
	}
	.review_comm_list .comm_star:after{
		background: url('/img/sub/ico_star_m.svg') no-repeat 0 -59px;
	}
	.review_comm_list .btn_wrap .btn_del{
		font-size: 16px;
	}
	.review_comm_list .comm_grade .comm_rank{
		font-size: 20px;
	}
	.review_comm_list .comm_text{
		font-size: 16px;
	}
	.review_comm_list .comm_info span{
		font-size: 14px;
	}

	/* hot line */
	.board_tit_wrap + .register_form{
		margin-top: 60px;
	}
	.register_form_list.n2 .item{
		width: 100%;
		margin-top: 30px;
	}
	.register_form_list.n2 .item:nth-child(2n){
		margin-left: 0;
	}
	.register_form_list.n2 .item:nth-child(-n+2){
		margin-top: 30px;
	}
	.register_form_list.n2 .item:first-child{
		margin-top: 0;
	}
	.register_form_list .item_tit{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.form_control{
		height: 60px;
		padding: 16px 20px;
		font-size: 16px;
	}
	.form_control::placeholder{
		font-size: 16px;
	}
	input.form_control[type="file"]{
		padding: 12px 20px;
	}
	input.form_control[type="file"]::file-selector-button{
		padding: 6px 18px;
		margin-right: 10px;
		font-size: 16px;
	}
	.register_form textarea{
		height: 240px;
		font-size: 16px;
	}

	.register_form .checkbox_wrap{
		margin-top: 40px;
	}
	.register_form .checkbox_wrap input[type="checkbox"] + label{
		padding-left: 30px;
		font-size: 16px;
	}
	.register_form .checkbox_wrap input[type="checkbox"] + label:before{
		width: 22px;
		height: 22px;
	}
	.register_form .checkbox_wrap input[type="checkbox"]:checked + label:after{
		top: 5px;
		left: 5px;
		width: 12px;
		height: 12px;
	}
	.register_form .checkbox_wrap .btn_more{
		font-size: 16px;
	}
	.register_form .btn_wrap{
		margin-top: 50px;
	}

	/* freeboard view */
	.board_view_tit .comm_num{
		font-size: 18px;
	}
	.board_view_tit .view_info.type2 span + span{
		margin-left: 20px;
	}
	.view_writer_info{
		padding: 20px 30px;
	}
	.view_writer_info span{
		font-size: 16px;
	}
	.freeboard_view_wrap{
		padding: 0 30px;
		font-size: 18px;
	}
	.btn.btn_like{
		padding: 15px 25px 12px;
		font-size: 20px;
	}
	.btn.btn_like span{
		width: 20px;
	}
	.freeboard_view_wrap + .btn_wrap,
	.freeboard_view_wrap + .btn_wrap + .btn_wrap{
		margin-top: 45px;
	}

	.comment_write_wrap .writer_conbox{
		width: 38%;
	}
	.comment_write_wrap .writer_conbox .form_control{
		font-size: 16px;
	}
	.comment_write_wrap .textarea_wrap{
		width: 70%;
	}
	.comment_write_form{
		padding-left: 0;
		padding-right: 0;
	}
	.comment_write_form .btn_wrap{
		margin-top: 12px;
	}
	.comment_write_form .btn_wrap p{
		display: none;
	}
	.comment_write_form .btn_wrap .btn{
		///width: 120px;
	}

	.comment_list_wrap{
		margin-top: 40px;
	}
	.comment_list li{
		padding: 20px 0;
	}
	.comment_list li.no_data{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.comment_list li span, 
	.comment_list li p{
		font-size: 16px;
	}
	.comment_list li .comm_name{
		padding: 0 20px;
	}
	.comment_list li .comm_date{
		right: 20px;
	}
	.comment_list li .comm_text{
		padding: 0 20px;
	}
	.comment_list li .comm_text .btn_wrap .btn{
		font-size: 16px;
	}
	.comment_list li .comm_text{
		padding-right: 100px;
	}

	/* freeboard write */
	.attach_wrap .file_list_wrap{
		padding: 20px;
	}
	.attach_wrap .file_info_text{
		padding-left: 20px;
	}
	.attach_wrap .btn_add + ul{
		margin-top: 20px;
	}
	.attach_wrap .file_info_text ul li *{
		font-size: 18px;
	}
	.file_list .btn_wrap .btn{
		font-size: 16px;
	}

	/* pop up */
	.alert_pop_contents{
		width: calc(100% - 40px);
	}
	.alert_pop_wrap{
		padding: 40px;
	}
	.alert_pop_wrap .pop_msg{
		font-size: 24px;
	}
	.alert_pop_wrap .btn_pop_close{
		top: 40px;
		right: 40px;
	}
	.alert_pop_wrap .pop_msg_sub{
		font-size: 16px;
	}
	.alert_pop_wrap .comm_pw_form legend{
		font-size: 18px;
	}
	.alert_pop_wrap .input_wrap{
		width: 100%;
	}
	.alert_pop_wrap .input_wrap .form_control{
		height: 60px;
	}
	.alert_pop_wrap .input_wrap + .btn{
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		padding: 20px;
	}

	.register_form_list .pw_info_txt {
		font-size: 12px;
	}
}


@media screen and (max-width: 768px) {
	/* common */
	textarea{
		padding: 16px 20px;
		border-radius: 5px;
	}

	/* title */
	.board_tit_wrap{
		margin-bottom: 20px;
	}
	.board_tit_wrap h2{
		font-size: 26px;
	}
	.board_tit_wrap p{
		margin-top: 10px;
		font-size: 14px;
	}
	
	/* search */
	.sch_wrap{
		padding: 20px;
		border-radius: 5px;
	}
	.sch_wrap select{
		padding-right: 25px !important;
	}
	.sch_wrap select,
	select.form_control,
	.review_info_wrap .clsCenterId{
		background-position: right 10px center;
		background-size: 12px;
	}
	.sch_wrap select, 
	.sch_wrap .sch_key{
		height: 40px;
		padding: 10px;
		border-radius: 5px;
		font-size: 12px;
	}
	.sch_key_wrap select,
	.sch_select_wrap.sch_wrap .sch_key_wrap select{
		width: 104px;
	}
	.sch_key_wrap .sch_key{
		width: calc(100% - 170px);
		margin-left: 8px;
	}
	.sch_key_wrap .btn_sch{
		min-width: 48px;
		padding: 14px 12px;
		margin-left: 8px;
		border-radius: 5px;
		font-size: 12px;
	}
	.fa_sch_wrap .sch_key_wrap select{
		width: 100%;
	}

	.sch_select_wrap.sch_wrap{
		margin-top: 20px;
		padding: 0 20px;
	}
	.sch_select_wrap.sch_wrap .sch_sort .fa_sch_select, 
	.sch_select_wrap.sch_wrap .sch_sort .fa_sch_month,
	.fa_sch_wrap.sch_wrap .fa_sch_select{
		width: calc((100% - 8px)/2);
	}
	.fa_sch_wrap.sch_wrap .fa_sch_select + .fa_sch_select{
		margin-left: 4px;
	}
	.sch_select_wrap.sch_wrap .sch_sort .fa_sch_month{
		margin-left: 8px;
	}

	/* list */
	.board_list_wrap{
		margin-top: 32px;
	}
	.board_list_wrap table colgroup col:nth-child(1),
	.board_list_wrap table colgroup col:nth-child(3){
		width: 22%;
	}
	.board_list_wrap thead th{
		height: 40px;
		border-top: 2px solid #fc3441;
		font-weight: 500;
	}
	.board_list_wrap th, 
	.board_list_wrap td{
		padding: 10px;
		font-size: 12px;
	}
	.board_list_wrap td{
		height: 54px;
	}
	.board_list_wrap .top_mark{
		padding: 4px 12px;
		font-size: 11px;
	}

	/* review list */
	.tot_number{
		font-size: 14px;
	}
	.board_month_tab{
		justify-content: space-between;
		margin-top: 30px;
	}
	.board_month_tab span{
		font-size: 22px;
	}
	.board_month_tab button{
		width: 24px;
		height: 24px;
		background-size: 8px;
	}
	.fa_list_wrap table colgroup col:nth-child(1){
		width: 15%;
	}
	.fa_list_wrap table colgroup col:nth-child(3){
		width: 27%;
	}
	.fa_list_wrap table colgroup col:nth-child(4){
		width: 26%;
	}
	.fa_list_wrap th,
	.fa_list_wrap td{
		padding-left: 5px;
		padding-right: 5px;
	}
	.fa_list_wrap td{
		font-size: 11px;
	}
	.fa_list_wrap .star{
		width: 10px;
		height: 10px;
		background-image: url('/img/sub/ico_star_m.svg');
		background-position: top -100px left 0;
	}
	.star_rating {
		width: 10px;
		height: 10px;
		background-image: url('/img/sub/ico_star_m.svg');
		background-position: top -100px left 0;
	}

	/* freeboard list */
	.board_list_bottom{
		min-height: auto;
		margin-top: 0;
	}
	.board_list_bottom .btn_wrap{
		position: static;
		top: auto;
		right: auto;
		margin-top: 40px;
	}
	
	/* pagination */
	.board_list_bottom .paging_wrap,
	.paging_wrap{
		margin-top: 30px;
	}
	.pagination li + li{
		margin-left: 2px;
	}
	.pagination li a{
		min-width: 26px;
		height: 26px;
		padding: 6px 4px;
		font-size: 14px;
	}
	.pagination li.prev{
		margin-right: 10px;
	}
	.pagination li.next{
		margin-left: 10px;
	}
	.pagination li.prev a, 
	.pagination li.next a{
		background-size: 12px;
	}

	/* view */
	.board_view_tit{
		padding: 12px 20px;
		border-top: 2px solid #fc3441;
	}
	.board_view_tit .tit{
		width: calc(100% - 120px);
		font-size: 12px;
	}
	.board_view_tit .view_info span{
		font-size: 12px;
	}
	.board_view_tit .view_info span + span:before{
		height: 10px;
		margin: -2px 2px 0 0;
	}
	.view_writer_info{
		padding: 12px 20px;
	}
	.view_writer_info span{
		font-size: 12px;
	}
	.view_writer_info span + span:before{
		height: 10px;
		margin: -2px 6px 0 2px;
	}
	.board_content{
		padding-top: 30px;
	}


	/* prev next */
	.prev_next_wrap{
		margin-top: 30px;
	}
	.prev_next_conbox{
		padding: 10px 20px;
	}
	.prev_next_conbox span{
		padding-right: 20px;
		background-size: 12px;
		font-size: 12px;
	}
	.prev_next_conbox .tit_wrap{
		width: calc(100% - 60px);
		padding-left: 20px;
	}
	.prev_next_conbox .tit_wrap a{
		font-size: 12px;
	}
	.board_view_wrap .btn_wrap{
		margin-top: 40px;
	}

	/* review view */
	.review_write_wrap .tit, 
	.comment_write_form .tit_wrap .tit{
		font-size: 18px;
	}
	.review_write_wrap .meal_menu{
		border-radius: 5px;
	}
	.review_write_wrap .meal_menu p{
		font-size: 14px;
		line-height: 1.4em;
	}
	.review_form_wrap{
		margin-top: 30px;
	}
	.textarea_wrap .count{
		top: 10px;
		font-size: 12px;
	}
	.textarea_wrap textarea{
		height: 147px;
		font-size: 12px !important;
		line-height: 1.4em;
	}
	.review_info_wrap{
		margin-top: 20px;
	}
	.review_info_wrap .writer_conbox{
		margin-bottom: 10px;
	}
	.review_info_wrap .writer_conbox .info_conbox{
		width: calc((100% - 10px)/2);
	}
	.review_info_wrap .writer_conbox .info_conbox + .info_conbox{
		margin-left: 10px;
	}
	.review_info_wrap .writer_conbox .form_control{
		height: 50px;
	}
	.review_info_wrap .writer_conbox .pw_info_txt{
		font-size: 12px;
	}
	.review_info_wrap .writer_conbox + .btn_wrap{
		margin-top: 20px;
	}
	.review_info_wrap .btn_type1{
		font-size: 16px;
	}
	.review_info_wrap .clsCenterId{
		height: 50px;
		padding: 16px 20px;
		border-radius: 5px;
		font-size: 14px;
	}

	.star_select_wrap{
		height: 50px;
		border-radius: 5px;
	}
	.star_select_wrap .rate{
		font-size: 16px;
	}
	.review_comm_wrap .tab_wrap .btn_rank{
		font-size: 18px;
	}
	.review_comm_wrap .tab_wrap .btn_rank + .btn_rank{
		margin-left: 10px;
		padding-left: 10px;
	}
	.review_comm_list li{
		padding: 20px;
		border-radius: 5px;
	}
	.review_comm_list li.no_data{
		padding: 50px 0;
	}
	.review_comm_list li.no_data p{
		font-size: 12px;
	}
	.review_comm_list .btn_wrap{
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		top: 20px;
		right: 20px;
	}
	.review_comm_list .btn_wrap .btn_del{
		font-size: 14px;
	}
	.review_comm_list .comm_grade .comm_rank{
		margin-left: 2px;
		font-size: 14px;
	}
	.review_comm_list .comm_text{
		margin-top: 10px;
		font-size: 12px;
	}
	.review_comm_list .comm_info{
		margin-top: 8px;
	}
	.review_comm_list .comm_info span{
		font-size: 12px;
	}
	.review_comm_list .comm_info span + span{
		margin-left: 2px;
		padding-left: 6px;
	}
	.meal_review_content + .prev_next_wrap{
		margin-top: 40px;
	}

	/* hot line */
	.board_tit_wrap + .register_form{
		margin-top: 40px;
	}
	.register_form_list .item_tit{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.form_control{
		height: 50px;
		border-radius: 5px;
		font-size: 14px;
	}
	.form_control::placeholder{
		font-size: 14px;
	}
	input.form_control[type="file"]{
		padding: 10px 20px;
	}
	input.form_control[type="file"]::file-selector-button{
		padding: 6px 18px;
		margin-right: 10px;
		border-radius: 2px;
		font-size: 14px;
	}
	.register_form textarea{
		height: 160px;
		font-size: 14px;
	}

	.register_form .checkbox_wrap{
		margin-top: 30px;
	}
	.register_form .checkbox_wrap input[type="checkbox"] + label{
		padding-left: 26px;
		font-size: 14px;
	}
	.register_form .checkbox_wrap input[type="checkbox"] + label:before{
		width: 18px;
		height: 18px;
	}
	.register_form .checkbox_wrap input[type="checkbox"]:checked + label:after{
		top: 4px;
		left: 4px;
		width: 10px;
		height: 10px;
	}
	.register_form .checkbox_wrap .btn_more{
		margin-left: 0;
		font-size: 14px;
	}
	.register_form .btn_wrap{
		margin-top: 40px;
	}

	/* freeboard view */
	.board_view_tit .comm_num{
		margin-left: 0;
		font-size: 11px;
	}
	.board_view_tit .view_info.type2 span + span{
		margin-left: 10px;
	}

	

	.freeboard_view_wrap{
		padding: 0 20px;
		font-size: 12px;
	}
	.board_view_wrap .btn_wrap{
		margin-top: 35px;
	}
	.btn.btn_like{
		padding: 10px 18px;
		font-size: 12px;
	}
	.btn.btn_like span{
		width: 14px;
	}
	.board_view_wrap .btn_wrap + .btn_wrap{
		margin-top: 30px;
	}
	.board_view_wrap .btn_wrap + .btn_wrap .btn,
	.comment_write_form .btn_wrap .btn_edit,
	.comment_write_form .btn_wrap .btn_reset{
		width: calc((100% - 10px)/2);
	}
	.board_view_wrap .btn_wrap .btn.btn_type1 + .btn.btn_type1{
		margin-top: 0;
		margin-left: 5px;
	}
	
	.comment_write_form .btn_wrap .btn_submit{
		width: 100%;
	}
	.comment_write_form .btn_wrap .btn_edit{
		margin-left: 0 !important;
	}
	.comment_write_form .btn_wrap .btn_reset{
		margin-left: 6px;
	}

	.comment_write_wrap{
		display: block;
	}
	.comment_write_wrap .writer_conbox{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.comment_write_wrap .writer_conbox .form_control{
		width: calc((100% - 10px)/2);
		padding: 16px 20px;
		font-size: 14px;
	}
	.comment_write_wrap .writer_conbox .form_control + .form_control{
		margin-left: 10px;
		margin-top: 0;
	}
	.comment_write_wrap .textarea_wrap{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.comment_write_wrap .pw_info_txt{
		margin-top: 5px;
		///padding-left: calc(50% + 10px);
	}
	.comment_write_wrap .pw_info_txt, 
	.comment_write_wrap .pw_info_txt span{
		font-size: 11px;
	}
	.comment_write_form .btn_wrap{
		margin-top: 30px;
	}

	.comment_list li{
		display: block;
		padding: 14px 20px;
	}
	.comment_list li.no_data{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.comment_list li span, 
	.comment_list li p{
		font-size: 11px;
	}
	.comment_list li .comm_name{
		display: inline-block;
		width: auto;
		padding: 0;
		vertical-align: middle;
	}
	.comment_list li .comm_date{
		display: inline-block;
		position: static;
		top: auto;
		right: auto;
		-webkit-transform: unset;
		transform: unset;
		margin-top: -6px;
		margin-left: 4px;
		vertical-align: middle;
	}
	.comment_list li .comm_text{
		width: 100%;
		justify-content: space-between;
		margin-top: 5px;
		padding-right: 0;
		padding-left: 0;
	}
	.comment_list li .comm_text p{
		max-width: calc(100% - 70px);
		font-size: 12px;
	}
	.comment_list li .comm_text .btn_wrap{
		margin-left: 0;
		margin-top: -5px;
	}
	.comment_list li .comm_text .btn_wrap .btn{
		font-size: 11px;
	}
	.comment_list li .comm_text .btn_wrap .btn + .btn{
		margin-left: 4px;
	}

	/* freeboard write */
	.attach_wrap .file_list_wrap{
		width: 100%;
		padding: 0;
		padding-top: 10px;
		border: 0;
	}
	.attach_wrap .file_info_text{
		width: 100%;
		margin-top: 20px;
	}
	.attach_wrap .btn_add + ul{
		margin-top: 20px;
	}
	.attach_wrap .file_info_text{
		padding-left: 0;
	}
	.file_list + .file_list{
		margin-top: 12px;
	}
	.file_list .btn_wrap .btn{
		font-size: 14px;
	}
	.attach_wrap .btn_add{
		width: 100%;
		padding: 16px;
		font-size: 16px;
		font-weight: 600;
	}
	.attach_wrap .file_info_text ul li *{
		font-size: 14px;
		line-height: 1.4em;
	}


	/* pop up */
	.alert_pop_wrap{
		padding: 30px 20px;
		border-radius: 10px;
	}
	.alert_pop_wrap .pop_msg{
		font-size: 18px;
	}
	.alert_pop_wrap .btn_pop_close{
		top: 30px;
		right: 20px;
		width: 16px;
		height: 16px;
	}
	.alert_pop_wrap .pop_msg_sub{
		margin-top: 10px;
		font-size: 12px;
	}
	.alert_pop_wrap .comm_pw_form{
		margin-top: 30px;
	}
	.alert_pop_wrap .comm_pw_form legend{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.alert_pop_wrap .input_wrap .form_control{
		height: 50px;
	}
	.alert_pop_wrap .input_wrap + .btn{
		padding: 17px 16px;
		font-size: 16px;
	}

	.star_grade + .star_grade {
		margin-left: 0;
	}
}


@media screen and (max-width: 360px){
	/* search */
	.sch_key_wrap select, 
	.sch_select_wrap.sch_wrap .sch_key_wrap select{
		width: 80px;
	}
	.sch_key_wrap .sch_key{
		width: calc(100% - 146px);
	}

	/* list */
	.board_list_wrap th, 
	.board_list_wrap td{
		padding: 10px 4px;
	}

	/* review list */
	.fa_list_wrap th, 
	.fa_list_wrap td{
		padding-left: 2px;
		padding-right: 2px;
		font-size: 10px;
	}
}</pre></body></html>