@charset "UTF-8";
.header_btn
{
	margin: 0;
}

.btn_clip
{
	color: #FFF;
	background: #FFF;
	border: 3px solid #FFF;
	pointer-events: none;
}

.header_btn.clip .btn_name,
.header_btn.help .btn_name,
.btn_help
{
    display: none;
}

.panel
{
	margin: 32px 0;
	padding: 16px 32px 16px;
}

.heading
{
	height: 57px;
	margin: 16px auto;
	padding: 8px 0;
	border-bottom: 1px solid #CCC;
}

.heading .heading_title
{
	font-weight: 700;
	font-size: 18px;
}

#btn_bulk_delete
{
	height: 40px;
	margin-left: auto;
	border-radius: 9999px;
	cursor: pointer;
}

.container {
	margin: 0 auto;
}

.button_switcher {
	--font-size: 15px;
    width: fit-content;
    background-color: #FFF;
    border: 1px solid #1e469b;
    border-radius: calc(var(--font-size) - 5px);
    font-size: var(--font-size);
    font-weight: 700;
    padding: 0;
    overflow: hidden;
}

.button_switcher > * {
	display: inline-block;
	text-align: center;
	padding: 0.7em 0;
	width: 10em;
}

.button_switcher a {
	color: inherit;
	text-decoration: none;
}

.button_switcher > .selected {
	background-color: #1e469b;
	color: #FFF;
}

.button_switcher > :not(.selected) {
	color: #1e469b;
}

#list
{
	margin: 32px auto;
}

#list_mobile
{
	display: none;
}

#list a, #list_mobile a
{
	text-decoration: none;
	color: inherit;
}

#btn_more
{
	display: block;
	width: 376px;
	height: 64px;
	margin: 0 auto 32px;
	font-size: 24px;
	border-radius: 50px;
	font-weight: 700;
	background: #1E469B;
	color: #FFF;
	cursor: pointer;
}

.item_area.none
{
	display: none;
}

#list .item_area .item
{
	overflow: hidden;
	width: 100%;
	margin: 0 0 16px;
	padding: 16px;
	padding-right: 64px;
	border: 2px solid #A8A29E;
	border-radius: 4px;
	background: #fff no-repeat calc(100% - 32px) center;
	background-size: 12px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCIgd2lkdGg9IjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS4yMi4yMmEuNzUuNzUgMCAwIDEgMS4wNiAwbDQuMjUgNC4yNWEuNzUuNzUgMCAwIDEgMCAxLjA2bC00LjI1IDQuMjVhLjc1Ljc1IDAgMCAxIC0xLjA2LTEuMDZsMy43Mi0zLjcyLTMuNzItMy43MmEuNzUuNzUgMCAwIDEgMC0xLjA2eiIgZmlsbD0iI2E4YTI5ZSIvPjwvc3ZnPg==");
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	text-overflow: ellipsis;
}

#list .item_area .item:hover,
#list_mobile .item_area .item:hover
{
	opacity: 0.8;
}

#list .icon_clip
{
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	background: #FFF;
	background-image: url("../img/icon_bookmark_remove_orange.svg");
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 18px;
	border: 2px solid #D78038;
	border-radius: 9999px;
	cursor: pointer;
}

#list .item_area .item,
#list_mobile .item_area .item
{
	cursor: pointer;
}

#list .item_area .item .img
{
	height: 150px;
	width: 150px;
	min-width: 150px;
	margin-right: 20px;
	text-align: center;
}

#list .item_area .item .img img
{
	max-width: 150px;
	max-height: 115px;
	background: #FFF no-repeat center;
	background-size: contain;
	object-fit: contain;
}

#list .item_area .item .outline,
#list_mobile .item_area .item .outline
{
	flex: 1;
	width: calc(100% - 85px);
	text-align: left;
}

#list .item_area .item .outline .name
{
	width: 80%;
	font-size: 22px;
	line-height: 1.1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #000;
	margin: 0 0 16px 0;
	font-weight: 700;
}

#list .item_area .item .outline .badges,
#list_mobile .item_area .item .outline .badges
{
	flex-wrap: wrap;
}

#list .item_area .item .outline .badges .medicine_class_badge,
#list_mobile .item_area .item .outline .badges .medicine_class_badge
{
	display: inline-block;
	min-width: 100px;
	padding: 4px 6px;
	border: solid 1px #374151;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 0 0 0 0.2px #374151;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	margin:  0 8px 4px 0;
}

#list .item_area .item .outline .badges .self_medication_badge,
#list_mobile .item_area .item .outline .badges .self_medication_badge
{
	width: 60px;
	height: 24px;
	background: url("../img/self_medication_badge.png") no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

#list .item_area .item .outline .price,
#list_mobile .item_area .item .outline .price
{
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	margin-top: 6px;
}

#list .item_area .item .outline .tax_included,
#list_mobile .item_area .item .outline .tax_included
{
	padding-right: 6px;
}

#list .item_area .item .outline .no_price,
#list_mobile .item_area .item .outline .no_price
{
	width: 15px;
	border-bottom: 1px solid #6F6F6F;
	margin: 0 0 2px 8px;
}

#list .item_area .item .outline .price_zero::after,
#list_mobile .item_area .item .outline .price_zero::after
{
	content: '';
	display: inline-block;
	position: relative;
	top: -4px;
	height: 1px;
	width: 15px;
	background-color: #6F6F6F;
}

.item_area .item .outline .msg_area
{
	width: calc(100% - 44px);
	margin: 12px 0 0;
	padding: 12px 16px;
	background: rgba(30, 70, 155, 0.08);
	border-radius: 4px;
	font-size: 20px;
	color: #44403C;
}

.item_area .item .outline .msg
{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: left;
	font-size: 18px;
	letter-spacing: 0.02rem;
	line-height: 1.5;
}

.ui_dialog_curebell>div .header
{
    display: none;
}

.ui_dialog_curebell>div .body
{
	min-height: 50px;
	font-size: 16px;
	text-align: center;
}

.ui_dialog_curebell>div .footer .ui_button
{
    padding: 12px;
}

/*	tablet	*/
@media screen and (max-width: 1000px)
{
	.heading, .container
	{
		width: 90%;
	}

	#list
	{
		width: 90%;
		margin: 32px auto;
	}

	#list .item_area .item .img
	{
		height: 100px;
		width: 100px;
		min-width: 100px;
	}

	#list .item_area .item .img img
	{
		max-width: 100px;
		max-height: 76px;
	}

	#list .item_area .item:hover,
	#list_mobile .item_area .item:hover
	{
		opacity: 1;
	}

	#btn_more
	{
		width: 90%;
		max-width: 376px;
	}
}

/*	mobile	*/
@media screen and (max-width: 430px)
{
	.button_switcher {
        font-size: 14px;
    }

	.button_switcher > * {
		width: 9em;
	}

	#list
	{
		display: none;
	}

	#list_mobile
	{
		display: block;
		width: 90%;
		margin: 16px auto;
	}

	#list_mobile .item_area .item
	{
		overflow: hidden;
		width: 100%;
		margin: 0 0 16px;
		padding: 12px;
		border: 2px solid #A8A29E;
		border-radius: 4px;
		background: #fff no-repeat calc(100% - 32px) center;
		box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
		text-overflow: ellipsis;
	}

	#list_mobile .item_area .item .item_header
	{
		background: #fff no-repeat 100% center;
		background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCIgd2lkdGg9IjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS4yMi4yMmEuNzUuNzUgMCAwIDEgMS4wNiAwbDQuMjUgNC4yNWEuNzUuNzUgMCAwIDEgMCAxLjA2bC00LjI1IDQuMjVhLjc1Ljc1IDAgMCAxIC0xLjA2LTEuMDZsMy43Mi0zLjcyLTMuNzItMy43MmEuNzUuNzUgMCAwIDEgMC0xLjA2eiIgZmlsbD0iI2E4YTI5ZSIvPjwvc3ZnPg==");
		background-position: 100% 16%;
		background-size: 10px;
	}

	#list_mobile .item_area .item .item_header .name
	{
		position: relative;
		top: -24px;
		left: 35px;
		width: calc(100% - 50px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 16px;
		font-weight: 700;
	}

	#list_mobile .item_area .item .img
	{
		width: 80px;
		text-align: center;
		margin-right: 20px;
	}

	#list_mobile .item_area .item .img img
	{
		max-height: 80px;
		max-width: 80px;
	}

	#list_mobile .icon_clip
	{
		width: 30px;
		height: 30px;
		display: block;
		background: #FFF;
		background-image: url("../img/icon_bookmark_remove_orange.svg");
		background-repeat: no-repeat;
		background-position: 5.5px center;
		background-size: 18px;
		border: 2px solid #D78038;
		border-radius: 9999px;
	}

	.item_area .item .outline .msg
	{
		font-size: 14px;
	}

	#btn_more
	{
		font-size: 20px;
	}
}
