#phyCondBox {
	width: 100%;
	padding-bottom: 50px;
	min-height: 400px;
	height: 100%;
	background: #fff;
}

#phyCondBox #phyDiv {
	width: 90%;
	margin: 0 auto;

}
#phyCondBox .search_field,
#phyCondBox .igd_field
{
	width: 100%;
	position: relative;
}


#phyCondBox .sel_cate {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin-top: 10px;
	padding: 5px;
	display: none;
}
#phyCondBox .sel_cate ul li {
	float: left;
	margin: 5px;
	font-size: 13px;
	font-weight: 500;
	padding: 5px;
	border: 1px solid #eee;
	border-radius: 5px;
	min-width: 40px;
	text-align: center;
	background: #eee;
}
#phyCondBox .sel_cate ul li.on {
	background: #f48200;
	color: #fff;
}
#phyCondBox .search_field {
	margin-top: 10px;
}
#phyCondBox .search_div {
	margin-top: 10px;
	position: relative;
}
#phyCondBox .search_div input {
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #e1e1e1;
}
#phyCondBox .search_div .srch_btn {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 20px;
}
#phyCondBox .search_div .srch_btn img {
	height: 90%;
	vertical-align: middle;
}
#phyCondBox .igd_field ul li {
	width: 100%;
	font-family: "Noto Sans KR", sans-serif;
	position: relative;
}
#phyCondBox .search_field ul li {
	float: left;
	width: 25%;
	font-family: "Noto Sans KR", sans-serif;
	position: relative;
}

#phyCondBox .search_field ul li:first-child div {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 85%;
	text-align: center;
	background: #3f6c45;
	color: #fff;
}

#phyCondBox .igd_field ul li input {
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #e1e1e1;
}
#phyCondBox .igd_field .srch_btn {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 20px;
}

#phyCondBox .igd_field ul li .srch_btn img {
	height: 90%;
	vertical-align: middle;
}
#phyCondBox .search_field ul li:last-child {
	float: left;
	width: 75%;
	text-align: right;
}

#phyCondBox .search_field ul li:last-child input {
	width: 92%;
	background: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #e1e1e1;
}

#phyCondBox .search_field ul li .srch_btn {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 20px;
}
#phyCondBox .search_field ul li .srch_btn img {
	height: 90%;
	vertical-align: middle;
}
#phyCondBox .search_result {
	margin-top: 30px;
}
#phyCondBox .func_cate {
	margin-top: 30px;
}
#phyCondBox .func_cate ul li {
	padding: 10px;
	box-shadow: 0 0 0 1px #ccc inset;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #fff;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;

	float: left;
	margin-right: 5%;
}
#phyCondBox .func_cate ul li:nth-child(2n) {
	margin-right: 0px;
}

#phyCondBox .func_cate ul li.on {
	background: #f48200;
	color: #fff;
}
#phyCondBox .search_result ul li {
	position: relative;
	padding: 10px;
	box-shadow: 0 0 0 1px #ccc inset;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #fff;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#phyCondBox .search_result ul li .item_name {
	width: 90%;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:  ellipsis;
}
#phyCondBox .search_result ul li .arrow {
	position: absolute;
	right: 10px;
	top: 12px;
	height: 15px;
}
#phyCondBox .more_box {
	text-align: center;
	background: #c5ecca;
	padding: 5px 20px;
	border-radius: 5px;
	color: #111;
	font-size: 13px;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 600;
	cursor: pointer;
}
#phyCondBox .g_more_box {
	text-align: center;
	background: #c5ecca;
	padding: 10px;
	border-radius: 5px;
	color: #111;
	font-size: 13px;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 600;
	cursor: pointer;
}


#phyCondBox .list_more {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#phyCondBox .list_more {
	text-align: center;
}



#phyCondBox .list_more .close_box {
	text-align: center;
	background: #e1e1e1;
	padding: 5px 20px;
	border-radius: 5px;
	color: #111;
	font-size: 13px;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 600;
	cursor: pointer;
	display: none;
}
#phyCondBox .ds_info {
	width: 100%;
	min-height: 100px;
	position: relative;
	padding: 10px 0px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #325530;
}

#phyCondBox .ds_info .ds_box {
	background: #fff;
	padding: 10px;
	margin: 0px 3%;

}
#phyCondBox .ds_info .ds_box dl dt {
	font-size: 4vw;
	font-weight: bold;
	font-family: "Noto Sans KR", sans-serif;
	color: #617760;
}
#phyCondBox .ds_info .ds_box dl dd {
	color: #000;
	padding: 10px 0px;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 500;
	font-size: 3.3vw;
}
#phyCondBox .s_title {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 13px;
	color: #617760;
}
#phyCondBox .ds_cont {
	width: 100%;
	margin: 0 auto;
/*
	border-radius: 5px !important;
	border: 1px solid #325530;
*/
	background: #fff;
}
#phyCondBox .ds_cont table {
	width: 100%;
	border-collapse: collapse;
}
#phyCondBox .ds_cont table tbody tr th {
/*	border-right: 1px solid #325530;	*/
	color: #617760;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 600;
	border-bottom: 1px solid #325530;
	font-size: 13px;
	background: none;
	padding: 0px 5px;
	word-break: break-all;
}
#phyCondBox .ds_cont table tbody tr td {
	padding: 5px 0px;
	color: #617761 ;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 400;
	word-break: keep-all;
/*	border-bottom: 1px solid #325530;	*/
	font-size: 13px;
	word-break: break-all;
}
#phyCondBox .ds_cont table tbody tr td p {
	padding: 5px;
	border-bottom: 1px solid #eee;
	word-break: keep-all;
}
#phyCondBox .ds_cont table tbody tr td div {
	padding: 5px;
	word-break: keep-all;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}

#phyCondBox .ds_cont table tbody tr td  .nb_title {
	background: #f8f8f8;
	border-bottom: 1px solid #e1e1e1;
}
#phyCondBox .ds_cont table tbody tr td  .doc_tbl {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#phyCondBox .ds_cont table tbody tr td  .doc_tbl tr td {
	border: 1px solid #ccc;
	padding: 5px 0px;
	word-break: keep-all;
	background: #f8f8f8;
}
/*
#phyCondBox .ds_cont table tbody tr:last-child th,
#phyCondBox .ds_cont table tbody tr:last-child td
{
	border-bottom: 0px;
}
*/
#phyCondBox .ds_food {
	margin-top: 20px;
}



#phyCondBox .ds_food .ds_title {
	color: #617760;
	font-family: "Noto Sans KR", sans-serif;
/*	font-size: 16px;	*/
	font-size: 5vw;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}

#phyCondBox .ds_food dl dt {
	font-size: 15px;
	font-weight: 600;
	font-family: "Noto Sans KR", sans-serif;
/*	color: #617760;	*/
	color: #111;
	position: relative;
}

#phyCondBox .ds_food dl dd {
	padding: 10px 0px;
}

#phyCondBox .ds_food dl dd ul li table {
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e1e1e1;
}


#phyCondBox .ds_food dl dd ul li table tbody tr td {
	font-weight: 500;
	font-size: 13px;

	font-family: "Noto Sans KR", sans-serif;
	text-align: center;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* ellipsis line */
	-webkit-box-orient: vertical;
}

#phyCondBox .ds_food dl dd ul li table tbody tr td.goods_name {
	height: 11vw;
	font-size: 4vw;
}

#phyCondBox .ds_food .ds_food_list {
	margin-top: 20px;
}

#phyCondBox .ds_food .ds_food_list dl dd ul li {
	width: calc(100% / 2 - 6vw);
	padding: 1vw;
	border-radius: 5px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	background: #fff;
	font-weight: 500;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 3.5vw;
	overflow: hidden;
	text-overflow:  ellipsis;
	white-space: nowrap;
	margin-right: 5vw;
	margin-bottom: 10px;
}
#phyCondBox .ds_food .ds_food_list dl dd ul li:nth-child(2n) {
	margin-right: 0;
}
#phyCondBox .ds_food .ds_food_list dl dd ul li.on {
	background: #fff;
	color: #111;
}
#phyCondBox .hs_food {
	margin-top: 20px;
}
#phyCondBox .hs_food  dl dt {
	font-size: 15px;
	font-weight: 600;
	font-family: "Noto Sans KR", sans-serif;
/*	color: #617760;	*/
	color: #111;
	position: relative;
}
/*
#phyCondBox .hs_food  dl dt::after {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 50%;
	border-bottom: 1px solid #b2bdb1;
	height: 12px;
	content: "";
}
*/
#phyCondBox .hs_food  dl dd {
	padding: 10px 0px;
}
#phyCondBox .hs_food  li,
#phyCondBox .hf_food  li
{
	width: calc(100% / 2 - 6vw);
/*	width: 40% !important;	*/
	padding: 1vw;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	float: left;
	color: #fff;
	font-weight: 500;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
	overflow: hidden;
	text-overflow:  ellipsis;
	margin-right: 6%;
	background: #fff;
	margin-bottom: 10px;
}
#phyCondBox .hs_food li:nth-child(2n),
#phyCondBox .hf_food li:nth-child(2n)
{
	margin-right: 0px;
}
#phyCondBox .hs_food table,
#phyCondBox .hf_food table
{
	border: none !important;
}
/*
#phyCondBox .hs_food dl dd ul li:nth-child(2n) {
	margin-right: 10px !important;
}
*/
#phyCondBox .hs_food dl dd ul li table tbody tr td .food_img {
	height: 150px;
}
/*
#phyCondBox .ds_food .ds_food_list dl dd ul li:nth-child(2n) {
	margin: 0 7%;
}
*/

#phyCondBox .ds_food .ds_food_list dl dd ul li.on {
	background: #f48200;
	color: #fff;
}

#phyCondBox .btnBox {
	text-align: center;
	margin: 10px 0px;

}

#phyCondBox .btnBox .btn {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #3f6c45;
	color: #fff;
	font-weight: bold;
	padding: 10px 0px;
}

/* 자가진단 */
#phyCondBox #phyDiv .self_item {
	width: 100%;
	position: relative;
}
#phyCondBox #phyDiv .self_item .item_list {
	background: #fff;
}
#phyCondBox #phyDiv .self_item .item_list:nth-child(2n) {
	background: #f0fbf2;
}

#phyCondBox #phyDiv .self_item .item_list.on {
	background: #f4ac00;
	color: #fff;
	border-bottom: 1px solid #f9f9f9;
}
#phyCondBox #phyDiv .self_item ul li {
	float: left;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	font-family: "Noto Sans KR", sans-serif;
}
#phyCondBox #phyDiv .btnBox {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
#phyCondBox #phyDiv .btnBox.on {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	left: 0px;
	bottom: 50px;
	background: #ccc;
	padding: 10px 0px;
}
#phyCondBox #phyDiv .btnBox  button {
	width: 45%;
}

#phyCondBox #phyDiv .btnBox  button.white {
	background: #fff;
}

/* 자가진단 결과 */
#phyCondBox #phyDiv .diag_type {
	margin-top: 20px;
}
#phyCondBox #phyDiv .diag_type table {
	margin-bottom: 10px;
}
#phyCondBox #phyDiv .diag_type table tbody tr td {
	font-weight: 600;
	font-size: 14px;
}
#phyCondBox #phyDiv .diag_type table tbody tr td:first-child {
	text-align: center;
	border: 1px solid #ccc;
/*	border-radius: 5px; */
}
#phyCondBox #phyDiv .diag_type table tbody tr td:last-child div {
	margin: 0px 5px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	font-size: 13px;
}
#phyCondBox #phyDiv .bad {
	background: #ffd5da;
	color: #9c0006;
}
#phyCondBox #phyDiv  .boundary {
	background: #fff2cc;
	color: #9c5700;
}
#phyCondBox #phyDiv   .usual {
    color: #256baa;
    background: #eaf3fa;
}

#phyCondBox #phyDiv  .good {
    background: #f4f9f1;
    color: #006100;
}
#phyCondBox #phyDiv .diag_result {
	margin-top: 20px;
}
#phyCondBox #phyDiv .diag_type h1,
#phyCondBox #phyDiv .diag_meas h1,
#phyCondBox #phyDiv .diag_result h1 {
	font-weight: 600;
	font-size: 14px;
	font-family: "Noto Sans KR", sans-serif;
	margin-bottom: 10px;
}
#phyCondBox #phyDiv .diag_result ul li {
	display: inline-block;
	width: 18%;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: "Noto Sans KR", sans-serif;
}
#phyCondBox #phyDiv .diag_result ul li p:first-child {
	padding: 10px 0px;
}
#phyCondBox #phyDiv .diag_result ul li p:last-child {
	padding-bottom: 10px;
}
#phyCondBox #phyDiv .diag_meas {
	margin-top: 20px;
	display: none;
}
#phyCondBox #phyDiv .diag_meas table {
	width: 100%;
	border-collapse: collapse;
}
#phyCondBox #phyDiv .diag_meas table thead tr th {
	font-weight: bold;
	background: #eff3f0;
	border: 1px solid #e1e1e1;
	padding: 10px 0px;
}
#phyCondBox #phyDiv .diag_meas table tbody tr th,
#phyCondBox #phyDiv .diag_meas table tbody tr td {
	padding: 10px 5px;

	border: 1px solid #e1e1e1;


}
#phyCondBox #phyDiv .diag_meas table tbody tr th {
	font-weight: 600;
}
#phyCondBox #phyDiv .diag_meas table tbody tr td .pop_check {
	min-width: 20%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin-right: 3px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #fff;
	font-size: 13px;
	font-weight: 400;
	font-family: "Noto Sans KR", sans-serif;
}

#phyCondBox #phyDiv .diag_meas table tbody tr td .pop_check a {
	color: #000;
}
#phyCondBox #phyDiv .blood_sel ul li {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	background: #eff3f0;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
	font-family: "Noto Sans KR", sans-serif;
	position: relative;
}
#phyCondBox #phyDiv .blood_sel ul li select {
	border: none;
	background: #eff3f0;
	font-weight: 600;
	width: 100%;
	font-size: 16px;
	font-family: "Noto Sans KR", sans-serif;
	height: 30px;
	line-height: 30px;
}
#phyCondBox #phyDiv .blood_sel ul li .arrow {
	position: absolute;
	top: 12px;
	right: 10px;
}
#phyCondBox #phyDiv .blood_sel ul li .grp_box {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	border: 1px solid #ccc;
	width: 90%;
	background: #fff;
	display: none;
}
#phyCondBox #phyDiv .blood_sel ul li .grp_box dl dd {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 16px;
}
#phyCondBox #phyDiv .blood_info {
	margin-top: 20px;
}
#phyCondBox #phyDiv .blood_info h1 {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	font-size: 14px;
	font-family: "Noto Sans KR", sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
	background: #eee;
}
#phyCondBox #phyDiv .blood_info ul li {
	border: 1px solid #3f6c45;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
#phyCondBox #phyDiv .blood_info ul li dl dt {
	font-weight: 600;
	font-size: 16px;
	font-family: "Noto Sans KR", sans-serif;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #3f6c45;
	color: #3f6c45;
}

#phyCondBox #phyDiv .blood_info ul li dl dt .info_more {
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 0px;

}
#phyCondBox #phyDiv .blood_info ul li dl dd {
	padding-top: 10px;
}

#phyCondBox #phyDiv .blood_info ul li dl dd table tbody tr th {
	font-weight: 500;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
	padding-bottom: 10px;
	color: #3f6c45;

}
#phyCondBox #phyDiv .blood_info ul li dl dd table tbody tr td {
	padding-bottom: 10px;
	font-weight: 500;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
}
#phyCondBox #phyDiv .blood_info ul li dl dd table tbody tr td .bl_in {
	border: 1px solid #ccc;
	padding: 5px 0px;
}
#phyCondBox #phyDiv .blood_info ul li dl dd table tbody tr td .bl_in.off {
	background: #eee;
}

/*
#phyCondBox #phyDiv .blood_sel ul li select {
	width: 100%;
	border: none;
	background: #eff3f0;
	font-weight: 600;
	font-size: 17px;
	font-family: "Noto Sans KR", sans-serif;
	min-height: 30px;
}
*/

.pop_inc .dss_info h1 {
	font-weight: 600;
	font-size: 16px;
	font-family: "Noto Sans KR", sans-serif;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.pop_inc .dss_info .inc_box {
	border: 1px solid #3f6c45;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}
.pop_inc .dss_info .inc_box .dss_list {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px;
}
.pop_inc .dss_info .inc_box .dss_list dl dd {
	border: 1px solid #ccc;
	min-width: 100px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 5px 0px;
	background: #f8f8f8;
	margin: 0px 5px;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: "Noto Sans KR", sans-serif;
}
.pop_inc .dss_info .inc_box .dss_list dl dd.on {
	background: #f4ac004d;
	color: #000;
	font-weight: 500;
	text-decoration: underline;
}
.pop_inc .dss_info .s_title {
	font-size: 14px;
	font-weight: 500;
	font-family: "Noto Sans KR", sans-serif;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #3f6c45;
}

.load {
	width: 50%;
	margin: 0 auto;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	display: none;
	background: #eee;
}

.more_btn .goods_close {
	display: none;
}
.more_btn .goods_close.on {
	display: inline-block;

}

.summary {
	font-size: 14px;
	padding: 10px;
	border: 1px solid #e1e1e1;

}


.goods_name {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	 display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
	height: 10vw;
	font-size: 3.8vw;
	font-weight: 600;
	padding: 1vw;
}

.func_info .info_title {
	font-weight: 600;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
}
.func_info .info_box {
	margin-top: 10px;
}
.func_info .info_box table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
.func_info .info_box table tbody tr th {
	font-weight: 500;
	background: #eee;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;

}

.func_info .info_box table tbody tr td {
	padding: 5px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}

.food_type_data > a > li {
	float: left;
	width: calc(100% / 2 - 8vw) !important;
	padding: 1vw !important;
}
