
/*
BBS Css renewaled
Event, Review
200817
*/

#open-button {
	display: none;
}

body.body-board .sub_content{
	/*padding-top: 0 !important;*/
}
body.body-board .board_zone_tit{
	padding: 0 0 57px;
	margin-bottom: 0;
}

.event_list .event_info_cont .board_tit a strong{
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.72px;
	color: #333333;
}
.event_list .event_info_cont .board_tit img{
	display: none;
}
.event_list .event_info_cont .board_txt {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: -0.56px;
	color: #888888;

	margin: 5px 0;
}
.event_list .board_event_day {
	display: block;
	line-height: 1;
}
.event_list .board_event_day span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.5px;
	color: #333333;
	font-weight: 300;
	line-height: 1;
}
.event_list .board_event_day strong{
	padding: 0 5px 0 5px;
	border-left: 2px solid #333333;
}
.event_list .board_img{
	/*width: 728px;*/
	width: 50%;
	min-width: 50%;
}

@media ( max-width: 768px ) {


	body.body-board .board_zone_tit{
		padding: 0;
	}
	.event_list .board_img{
		width: 100%;
	}
	.event_list .event_info_cont .board_tit a strong{
		font-size: 14px;
	}
	.event_list .board_event_day{
		margin-top: 5px;
	}
	.event_list .board_event_day span,
	.event_list .board_event_day strong{
		display: inline-block;
		font-size: 12px;
	}
	.board_zone_cont{
		margin: 20px 0 0;
	}
}

.event_list .event_info_cont .board_tit a strong {
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 4px;
	color: #333;
	display: block;
}
.board_list_event ul li {
	height: auto !important;
}
.event_list .event_info_cont .board_txt {
	font-size: 14px;
	color: #888;
	display: block;
	margin-bottom: 25px;
}
.event_list .board_event_day strong, .event_list .board_event_day span {
	font-size: 14px;
	color: #888;
	padding: 0 !important;
	border: none !important;
	font-weight: 500;
}
.event_list .board_event_day strong {
	/*margin-bottom: 25px;*/
}
.event_list .board_event_day {
	margin: 0;
	display: block;
	line-height: 1;
}

.board_list_event .event_list ul li{
	margin: 0 0 30px;
}
@media (min-width: 768px) {


	.event_list .event_info_cont .board_tit a strong {
		font-size: 18px;
	}
	.event_list .event_info_cont .board_txt {
		font-size: 16px;
	}
	.event_list .board_event_day strong, .event_list .board_event_day span, .event_list .board_event_day strong {
		font-size: 16px;
	}
	.board_list_event .event_list ul li{
		margin: 0 0 60px 0;
	}
}
@media (min-width: 992px) {
	.event_list .board_event_day {
		margin: 30px 0 0;
	}
	.event_list .event_info_cont .board_tit a strong {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {

}


._headBanner{
	text-align: center;
    /* margin-top: -45px; */
}
._headBanner img{
	max-width: 100%;
	max-height: 259px;
	width: auto;
	display: inline-block;
}
@media ( max-width: 768px ) {
	body.body-board .sub_content .content{
		overflow: visible;
	}
	._headBanner{
		margin-top: 0;
		margin-left: -10px;
		/* margin-right: -10px; */
		margin-bottom: 20px;
	}
}


@media ( max-width: 768px ) {
	.board_list_gallery .board_img{
		width: 104px;
		height: 104px;
	}
	.board_list_gallery .gallery_cont {
		padding: 0 10px 0 120px;
		height: auto;
	}
	.board_list_gallery ul li{
		width: 100% !important;
	}
	.board_list_gallery ul li .rating_star_box{
		line-height: 1;
	}
	.gallery_info_cont .board_day span{
		top: 2px;
	}
	.gallery_info_cont .board_tit{
		margin: 8px 0;
		line-height: 1;
	}
	.gallery_info_cont *,
	.nd-review ._lightslider ul li *{
		font-size: 12px !important;
	}
	.board_list_gallery .board_img a img{
	}

}



/*200820 review_200820 skin */
.board_review_gallery ul{
	margin-left: -8px;
	margin-right: -8px;
}
.board_review_gallery ul:after{
	content: '';
	display: block;
	clear: both;
}
.board_review_gallery ul li{
	float: left;
	width: 16.666666%;
	padding: 0 8px;
}

.board_review_gallery .gallery_cont {
	padding-bottom: 30px;
}
.board_review_gallery .gallery_cont .board_img{
	display: block;
}
.board_review_gallery .gallery_cont .board_img img{
	width: 100%;
}
.board_review_gallery .gallery_cont .gallery_info_cont{
	margin: 15px 0;
}
.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box{
	margin: 15px 0;
	position: relative;
	display: flex;
	flex-direction:column;
	align-items: flex-start;
}
@media (max-width:768px) {
	.board_review_gallery .gallery_cont .gallery_info_cont {
		margin-top:10px;
	}
	.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box {
		flex-direction:column;
		align-items:flex-start;
		margin:10px 0 6px 0;
	}
}
.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box .__1{
	display: flex;
	align-items: center;
}
.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box .__2{
	display: flex;
	align-items: center;

}
.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box .__2 *{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.33px;
	color: #888;

}
.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box .__2 .r_writer {
	margin-right:6px;
}
.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box .__1 .rating_star{
}
.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box .__1 .rating_star_num{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.44px;
	color: #333333;
}
.board_review_gallery .gallery_cont .gallery_info_cont .board_tit{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: #333333;
	text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;
	display: block;
	overflow: hidden;
	margin: 0 0 8px;
}
.board_review_gallery .gallery_cont .gallery_info_cont .board_tit a {
	font-size:16px;
	font-weight:400;
	color:#333;
}
.board_review_gallery .gallery_cont .gallery_info_cont .board_tit img{
	display: none;
}
.board_review_gallery .gallery_cont .gallery_info_cont .board_cont,
.board_review_gallery .gallery_cont .gallery_info_cont .board_cont *{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.44px;
	color: #888888;
}

@media ( max-width: 768px ) {

	.board_review_gallery ul,
	.nd-review ._lightslider ul{
		margin-left: -4px;
		margin-right: -4px;
	}
	.board_review_gallery ul li,
	.nd-review ._lightslider ul li{
		width: 33.333333%;
		padding: 0 4px;
	}
	.board_review_gallery .gallery_cont {
		padding-bottom: 10px;
	}
	.board_review_gallery ._writer,
	.board_review_gallery .gallery_cont .gallery_info_cont .rating_star_box .__2 ._writer{
		display: none;
	}

}

@media ( max-width: 768px ) {

	body.body-goods-view .item_choice_list{
		position: fixed;
		bottom: 116px;
		left: 0;
		right: 0;
		z-index: 99999990;
		background: transparent;
		border-bottom: 1px solid #e2e2e2;

		height: 0;
	}
	body.body-goods-view .item_choice_list.active{
		height: auto;
	}
	body.body-goods-view .item_choice_list ._handle{
		position: absolute;
		left: 50%;
		margin-left: -40px;
		width: 80px;
		height: 26px;
		font-size: 12px;
		text-align: center;
		top: -25px;
		display: inline-block;
		line-height: 26px;
		border: 1px solid #e2e2e2;
		border-bottom: none;
		background: #FFF;
		cursor: pointer;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;

		background-image: url('/data/skin/front/on_furniterior_0615/img/v2/icons/top.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 18px 18px;
	}
	body.body-goods-view .item_choice_list.active ._handle{
		background-image: url('/data/skin/front/on_furniterior_0615/img/v2/icons/bottom.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 18px 18px;
	}
	body.body-goods-view .item_choice_list table{
		margin-top: 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	body.body-goods-view .item_choice_list .item_tatal_box{
		padding: 16px;
		background: #fff;
	}
	body.body-goods-view .btn_choice_box{
		text-align: right;
		padding: 15px 16px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 99999998;
		background: #FFF;
		box-shadow: 0 16px 24px 0 rgba(19, 19, 20, 0.16);

		height: 116px;
	}
	body.body-goods-view .btn_choice_box > div > button{
		height: 40px;
	}
}











/*복약알림 */
#myalarm{
	/*position: fixed;
	z-index: 990;
	left: 0;
	right: 0;
	top: 108px;
	bottom: 0;
	overflow: auto;*/

    background: #FFF;
}
#myalarm ._section{
}
#myalarm ._px{
	padding-left: 16px;
	padding-right: 16px;
}
#myalarm ._section ._header{
	display: block;
}
#myalarm ._section ._header h3{
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #333333;

}
#myalarm ._section ._header p{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: -0.33px;
	color: #555555;
}
#myalarm ._section ._cont{
}
#myalarm .form-control{
	background-color: #f5f5f6;
	border: 1px solid transparent;
}
#myalarm .form-control:active,
#myalarm .form-control:focus{
	background-color: #fff;
	border: 1px solid #773000;
	color: #773000;
}


#myalarm .btn_submit,
#myalarm .btn_del{
	border: solid 1px #773000;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.39px;
	text-align: center;
	color: #773000;
	display: block;
	width: 100%;
	padding: 16px;
}
#myalarm .btn_del{
	border-color: #333;
	color: #333;
}

#myalarm .add_alarm_wrap{
	margin-top: 16px;
}
#myalarm .btn-add_alarm{
	display: block;
	padding: 23px 15px;

	border-radius: 12px;
	border: solid 1px #dddddd;
	background-color: #f5f5f6;

	width: 100%;
	max-width: 375px;
	text-align: center;
}
#myalarm .btn-add_alarm img{
	display: block;
	margin: 0 auto 5px;
	width: 60px;
}
#myalarm .btn-add_alarm em{
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.35px;
	text-align: center;
	color: #333333;
}


#goodsList{
	margin-top: 24px;
}
#goodsList.loading:after{
	content: '상품을 불러오는 중입니다.';
	display: block;
	padding: 20px;
	text-align: center;
}
#goodsList ._good{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 16px 0;
	margin: 0;
	border-top: 1px solid #dddddd;
}
#goodsList ._good ._img{
	flex-shrink: 0;

	width: 60px;
	height: 60px;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#goodsList ._good ._ct{
	flex-grow: 1;

	display: flex;
	align-items: stretch;
	justify-content: space-between;

	padding: 0 0 0 10px;
}
#goodsList ._good ._ct ._name{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.58px;
	color: #333333;
}
#goodsList ._good ._ct a{
	height: 48px;
	width: 48px;
	line-height: 46px;
	border: 1px solid #773000;
	color: #773000;
	text-align: center;
	display: block;
	cursor: pointer;
	flex-shrink: 0;
	margin-left: 5px;
}


#alarm_step2 ._sec{
}
#alarm_step2 ._sec.border-top{
	border-top: 13px solid #f5f5f6;
}
#alarm_step2 ._sec ._secbody{
	padding-top: 16px;

}


#alarm_step2 ._goodhead{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
#alarm_step2 ._goodhead ._img{
	flex-shrink: 0;

	width: 86px;
	height: 86px;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#alarm_step2 ._goodhead ._ct{
	flex-grow: 1;
	display: flex;
	padding-left: 10px;
	flex-direction: column;
	justify-content: space-between;
}
#alarm_step2 ._goodhead ._ct h3{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: -0.58px;
	color: #333333;
}
#alarm_step2 ._goodhead ._ct ._desc{
	display: block;
}
#alarm_step2 ._goodhead ._ct ._desc > ._row{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
#alarm_step2 ._goodhead ._ct ._desc > ._row ._label{
	width: 50px;
	flex-shrink: 0;

	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.5px;
	color: #773000;

}
#alarm_step2 ._goodhead ._ct ._desc > ._row ._text{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.5px;
	color: #333333;
}
#alarm_step2 ._goodbtns{
	width: 100%;
	display: flex;
	align-items: stretch;
  	gap: 8px;
}




#myalarm ._timerwrap{
	margin-top: -8px;
	margin-bottom: -8px;
}
#myalarm ._timerwrap ._row{
	display: none;
}
#myalarm ._timerwrap ._row.require{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 8px 0;
}
#myalarm ._timerwrap ._row ._label{
    width: 65px;
    flex-shrink: 0;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #773000;

    display: flex;
    align-items: center;
}
#myalarm ._timerwrap ._row ._input{
	width: 100%;
}
#myalarm ._timerwrap ._row ._input input{
	height: 48px;
}
#myalarm ._timerwrap ._row ._check{
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	margin-left: 8px;
}
#myalarm ._timerwrap ._row ._check .checkbox-wrap {
	cursor: pointer;
}
#myalarm ._timerwrap ._row ._check .checkbox-wrap .check-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url('/data/skin/front/on_furniterior_0615/img/v2/icons/icon-alarm_off.png') left center no-repeat;
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: center;
}
#myalarm ._timerwrap ._row ._check .checkbox-wrap input[type=checkbox] { display: none; }
#myalarm ._timerwrap ._row ._check .checkbox-wrap input[type=checkbox]:checked + .check-icon {
	background-image: url('/data/skin/front/on_furniterior_0615/img/v2/icons/icon-alarm_on.png');
}




#alarm_list ._itemList{
	display: block;
}
#alarm_list ._itemList ._item{
	padding: 19px 15px;

	border-radius: 7px;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	margin: 16px 0;
	display: block;
}
#alarm_list ._itemList ._item:last-child{
	margin-bottom: 30px;
}
#alarm_list ._itemList ._item.loading{
	display: none;
}
#alarm_list ._itemList ._item ._head{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 22px;
}
#alarm_list ._itemList ._item ._head ._tit p{
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.6px;
	color: #333333;
	margin-bottom: 10px;
}
#alarm_list ._itemList ._item ._head ._tit p.inactive{
	color: #ddd;
}
#alarm_list ._itemList ._item ._head ._tit p:last-child{
	margin-bottom: 0;
}
#alarm_list ._itemList ._item ._head ._btn{}

#alarm_list ._itemList ._item ._head ._btn ._switch {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 20px;
}

#alarm_list ._itemList ._item ._head ._btn ._switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#alarm_list ._itemList ._item ._head ._btn ._slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}

#alarm_list ._itemList ._item ._head ._btn ._slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

#alarm_list ._itemList ._item ._head ._btn input:checked + ._slider {
  background-color: #773000;
}

#alarm_list ._itemList ._item ._head ._btn input:focus + ._slider {
  box-shadow: 0 0 1px #773000;
}

#alarm_list ._itemList ._item ._head ._btn input:checked + ._slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}



#alarm_list ._itemList ._item ._mid > ._row{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 4px 0;
}
#alarm_list ._itemList ._item ._mid > ._row ._label{
	width: 80px;
	flex-shrink: 0;

	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.5px;
	color: #333333;

}
#alarm_list ._itemList ._item ._mid > ._row ._text{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.5px;
	color: #555555;
}
#alarm_list ._itemList ._item ._bottom{
	display: block;
	margin-top: 22px;
	width: 100%;
}
#alarm_list ._itemList ._item ._bottom button{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 36px;

	border: solid 1px #773000;
	background-color: #ffffff;


	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: -0.39px;
	text-align: center;
	color: #773000;

}

#alarm_list ._itemList ._item.inactive *{
	color: #ddd !important;
}
#alarm_list ._itemList ._item.inactive ._head ._btn{
	pointer-events: none;
}
#alarm_list ._itemList ._item ._mid > ._row ._text ._orange{
	color: #ff8a45 !important;
	font-weight: 500 !important;
}
#alarm_list ._itemList ._item ._mid > ._row ._text ._blue{
	color: #286ef2 !important;
	font-weight: 500 !important;
}
#alarm_list ._itemList ._item ._bottom a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 36px;

	border: solid 1px #773000;
	background-color: #773000;


	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: -0.39px;
	text-align: center;
	color: #ffffff !important;

}


#alarmDiv{
	position: fixed;
	z-index: 990;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}
#alarmDiv ._inner{
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	/*justify-content: flex-end;*/
	/*justify-content: space-between;*/
	justify-content: center;
}
#alarmDiv ._inner ._header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 6px solid #773000;
	padding: 33px 0;
	text-align: center;
}
#alarmDiv ._inner ._header ._time{
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	color: #773000;
	margin-bottom: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#alarmDiv ._inner ._header ._time ._h{
	font-size: 36px;
	letter-spacing: -0.9px;
}
#alarmDiv ._inner ._header ._time ._a{
	font-size: 22px;
	letter-spacing: -0.55px;
	text-transform: uppercase;
	margin-left: 5px;
}
#alarmDiv ._inner ._header ._title,
#alarmDiv ._inner ._header ._message{

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: -0.4px;
	text-align: center;
	color: #333333;
}
#alarmDiv ._inner ._btn{
	flex-shrink: 0;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 20px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#alarmDiv ._inner ._btn a{
	height: 48px;
	background-color: #773000;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: -0.39px;
	text-align: center;
	color: #ffffff;
}



._search{

}
._search .search_wrap{
	position: relative;
	display:block;
	font-size:0;
	line-height: 1;
	margin: 0;
	background:#ffffff;
	border-radius: 18px;
	overflow: hidden;
	height: 38px;
}

._search .search_wrap .srarch_text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding:5px 45px 5px 16px;
	box-sizing:border-box;
	border-radius: 38px;
	background-color: #f5f5f6;
	display: block;
	line-height: 38px;
	font-size: 14px;
	border-color: transparent;

	color: #773000;
}
._search .search_wrap .srarch_text:hover,
._search .search_wrap .srarch_text:active,
._search .search_wrap .srarch_text:focus{
	border-color: #773000;

}
._search .search_wrap .btn_srarch{
	position:absolute;
	top:0px;
	right:0px;
	border-left:none;
	width: 16px;
	height: 16px;
	margin: 11px;
}


@media ( max-width: 768px ) {
	/*상세정보 순서가 꼬이네?*/
	.detail_cont{
		/*display: flex;
		flex-direction: column;*/
		display: block !important;
	}
	.detail_cont .md_banner{
		order:1;
	}
	.detail_cont .detail_explain_box{
		order:2;
	}
	.detail_cont .mobile-x-16{
		order:3;
	}


	.item_gallery_type ul li .item_cont .item_info_cont .item_money_box{

		flex-direction: column;
		align-items: inherit;
	}
}

@media ( max-width: 768px ) {
	.new_event .board_zone_tit{
		padding: 0;
	}
	._headBanner{
	}
	.sub_content{
		padding-top: 0;
	}
	#container{
		width: 100%;
		overflow-x: hidden;
	}
	.board_list_event .event_cont{
		display: block !important;
	}
	.board_list_event .event_info_cont{
		padding: 0 !important;
		width: 100%;
		display: block !important;
		text-align: left;
	}
	.event_info_cont .board_tit{
		padding: 0 !important;
		width: 100%;
		display: block !important;
		text-align: left;
	}
	.event_list .event_info_cont .board_txt{
		font-size: 12px;
		padding: 0;
		margin: 3px 0 10px;
	}

	.board_search_box > form{
		display: flex;
		align-items: stretch;
		justify-content: center;
	}
	.board_search_box{
		padding-bottom: 100px !important;
	}
	.board_search_box > form input[type="text"],
	.board_search_box > form .btn_board_search{
		margin-left: -1px;
	}
	.board_search_box > form input[type="text"]{
		max-width: 40%;
		border-radius: 0 !important;
	}
	.my_page_password .id_pw_cont dt{
		text-align: center;
	}

	.nd-footer .footer_nav .footer_wrap ._ft2 ._ft2_1 h3{
		color: #000;
		margin-top: 10px;
	}


	.plus_review_cont{
		padding: 0 15px;
	}
	.plus_review_tit ul{
		position: relative;
		display: block;
		top: 0;
		left: 0;
		padding-bottom: 15px;
		display: flex;
	}
	.plus_review_info{
		display: flex;
		align-items: stretch;
		width: 100%;
		padding: 0;
	}
	.plus_review_num_cont{
		padding: 0;
		display: flex;
		align-items: center;
	}
	.plus_review_num_tit{
    	min-width: 100px;

    	display: flex;
    	align-items: center;
    	flex-direction: column;
    	justify-content: center;
	}
	.plus_review_grade_cont{
		padding: 5px 20px;
		flex-shrink: 0;
	}
	.plus_review_grade{
		width: 75%;
	}
	.plus_review_grade li{
	    display: flex;
	    width: 100%;
	    justify-content: space-between;
	    align-items: center;
	}
	.plus_review_grade .grade_stick{
		width: 73%;
	}
	.plus_review_photo{
		display: none;
	}

	.plus_review_tit ul li{}
	.plus_review_tit ul li a{
		font-weight: 500;
	}
}

.plus_review_write{
}
.plus_review_write .plus_review_write_select{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.plus_review_write .plus_review_write_select select{
	width: 200px;
	height: 40px;
}
.plus_review_write .plus_review_write_select .chosen-single{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 40px;
}
.plus_review_write .plus_review_write_select .chosen-single > *{
	height: 40px;
	display: flex;
	align-items: center;
}
.plus_review_write .plus_review_write_select .chosen-single .js_pr_star_selected {
	margin-right: 6px;
}
.plus_review_write .plus_review_write_select .chosen-single div b{
	background-position: 0px 6px;
}
.plus_review_write .btn_layer{
	width: 100px;
}
.plus_review_write .btn_layer .btn_gray_big{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}

@media ( max-width: 768px ) {
	.bootstrap-datetimepicker-widget{
		float: right;
	}
}






#wrap .text_warning{
	color: red !important;
}




.board_review_gallery .gallery_cont._st2{
	cursor: pointer;
}
.board_review_gallery .gallery_cont._st2 .board_img{
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.board_review_gallery .gallery_cont._st2 .board_img:after{
	display: block;
	content: '';
	padding-bottom: 100%;
}
.plus_review2_right{
	/*padding-top: 0;*/
}

#plusReviewPhotoLayer .slick-slide:before{
	display: none;
}
#plusReviewPhotoLayer .slick-slide ._rvImg{
	min-height: 550px !important;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#plusReviewPhotoLayer .slick-slide ._rvImg img{
	width: 100%;
	display: none;
}


.photo_wrap .photo .cont_wrap .cont strong{
	min-height: 43px;
	display: block;
}
@media ( max-width: 768px ) {
	#plusReviewPhotoLayer .layer_wrap_cont{
		position: relative !important;
		top: initial;
		left: 0;
		max-width: 100%;
	}
	#plusReviewPhotoLayer .slick-slide ._rvImg{
		min-height: auto !important;
		height: auto !important;
		background-size: cover;
	}
	#plusReviewPhotoLayer .slick-slide ._rvImg img{
		display: block;
	}
	/*#plusReviewPhotoLayer .slick-track{
		overflow: hidden;
	}
	.plus_review2_left div,
	#plusReviewPhotoLayer .slick-track,
	#plusReviewPhotoLayer .slick-slide{
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
	#plusReviewPhotoLayer .layer_wrap_cont .slick-slide img{
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}*/
	#plusReviewPhotoLayer .plus_review2_right{
		width: 100%;
		padding: 10px 0;
	}
	#plusReviewPhotoLayer .plus_review2_right_bot > div{
		width: 100%;
	}
	#plusReviewPhotoLayer .plusreview_view_layer2 .ly_cont > *{
		width: 100%;
	}
	#plusReviewPhotoLayer .plus_review2_right_top .goods_infor1{
		display: flex;
		align-self: stretch;
		justify-content:
	}
	#plusReviewPhotoLayer .goods_cont{
		width: auto !important;
		padding-left: 10px;
		box-sizing: content-box;
	}
}




._ex91{
	margin-left: 5px;
}
._ex902 > ._at{
	line-height: 34px;
}
._ex902 > ._at.disabled{
	opacity: 0.2;
}
._ex902._writemode ._at{
	display: none !important;
}

._ex903 > *{
	display: inline-block;
}
@media ( max-width: 768px ) {
	._ex91{
		margin-left: 0;
	}
	#wrap .ly_wrap.sns_layer{
		min-width: 290px;
	}
	._ex902{
		display: flex;
		align-items: stretch;
	}
	._ex902 > ._input{
		flex: 5;
	}
	._ex902 > div{
		flex: 3;
	}
	._ex902 > ._at{
		display: flex !important;
		flex: 1;
		text-align: center;
		justify-content: center;
	}



	._ex902._writemode > ._input{
		flex: 6;
	}
	._ex902._writemode > div{
		flex: 2;
	}
	._ex902._writemode > ._at{
		display: none !important;
	}
	._ex902._writemode .chosen-single{
		padding-left: 8px;
	}

	.chosen-container-single .chosen-drop{
		margin-top: 0;
		z-index: 999999999;
		overflow: scroll;
	}
}




/*for app  popup -> iframe*/
#postcodeDiv{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	overflow: auto;
	width: 100%;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
}
#postcodeDiv > iframe{
	width: 500px;
	height: 700px;
	max-width: 100%;
	max-height: 100%;
	border: none;
	position: absolute;
	display:block !important;
	border: 1px solid #ddd;
	background: #FFF;
}
@media ( max-width: 768px ) {
	#postcodeDiv > iframe{
		width: 100%;
		height: 100vh;
	}
}
