#medication-guide {
	background-color: #F6F2E4;
    border-radius: 46px;
    padding-bottom: 12rem;
	margin-bottom: 4rem;
}
#medication-guide .sec {
	padding-top: 14rem;
}
#medication-guide .m-guide-content {
	width: 69.06%;
    margin: 4.8rem auto 0;
    border-radius: 9px;
}
#medication-guide .m-guide-content .top-txt {
	margin-bottom: 8rem;
	line-height: 1.6;
}
#medication-guide .m-guide-content .top-txt h2 {
	color: #21a30d;
	margin-bottom: 1.6rem;
}
#medication-guide .tab-2 {
    display: flex;
    flex-wrap: wrap;
    /* gap: 0 10px; */
}
#medication-guide .tab-2 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 0.8rem 3rem;
    border-radius: 9px 9px 0 0;
    background-color: #fff;
    cursor: pointer;
	transition: 0.3s;
	margin: 0 3em;
	box-shadow: 3px 4px 10px -7px #777777;
	display: flex;
	align-items: center;
}
#medication-guide .tab-2 > label:hover {
    opacity: .8;
	background-color: #FAF8F8;
	box-shadow: none;
	transition: 0.3s;
}
#medication-guide .tab-2 > label span {
	display: inline-block;
	color: #21a30d;
    font-size: 2rem;
    margin: 0 auto;
}
#medication-guide .tab-2 input {
    display: none;
}
#medication-guide .tab-2 > div {
    display: none;
    width: 100%;
	padding: 0.3em 0;
    background-color: #fff;
	font-size: 1.8rem;
}
#medication-guide .tab-2 label:has(:checked) {
	background-color: #21a30d;
	color: #fff;
    opacity: 1;
	box-shadow: none;
}
#medication-guide .tab-2 label:has(:checked) span {
	color: #fff;
}
#medication-guide .tab-2 label:has(:checked) + div {
    display: block;
	border-radius: 4px;
	border: 2px solid #21a30d;
}



#medication-guide .m-suggestion {
	font-weight: 400;
}
#medication-guide .find-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#medication-guide .find-box dl {
	margin-bottom: 0;
}
#medication-guide .find-box > dl > dt {
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 1.6rem 3rem;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
#medication-guide .find-box > dl > dt:hover {
	color: #21A30D;
	transition: .3s;
}
#medication-guide .m-symptoms {
	font-size: 1.8rem;
}
#medication-guide .find-box > dl > dt .crossBar {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
}
#medication-guide .find-box > dl > dt .crossBar::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 100%;
	background-color: #21A30D;
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: center center;
	transform: translateX(-50%) rotate(0deg);
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#medication-guide .find-box > dl > dt .crossBar::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #21A30D;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#medication-guide .find-box > dl > dd {
	margin: 0;
	background-color: #fff;
	padding: 0px 30px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	border-bottom: solid 1px #E6E2E2;
}
#medication-guide .find-box dl:last-of-type dd {
	border-bottom: none;
}
#medication-guide .find-box > dl > dd.is-open {
	max-height: 530px;
	padding: 1.6rem 3rem 4rem;
}
#medication-guide .find-box > dl > dt.is-open .crossBar::before {
	transform: translateX(-50%) rotate(90deg);
}
#medication-guide li {
	padding: 0;
	width: 33%;
}
#medication-guide button {
	margin: 0 auto;
}
#medication-guide li img {
	display: block;
	margin: 0 auto;
	height: 8rem;
}
#medication-guide li span {
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 400;
	text-align: left;
	transition: .3s;
	margin: 0.4em auto 0;
}
#medication-guide .find-box li span {
	text-align: center;
}
#medication-guide .find-list li span br {
	display: none;
}
#medication-guide button:hover span {
	color: #21A30D;
	transition: .3s;
}
#medication-guide .cautions-diarrhea-medications {
	font-size: 1.6rem;
	font-weight: 400;
	padding: 2rem 4rem;
	background-color: #FAF8F8;
	margin-top: 2.4rem;
}
#medication-guide .heading-1 {
	padding: .3em .7em;
	margin-bottom: 3.2rem;
	border-left: 5px solid #21a30d;
	color: #21a30d;
}
#medication-guide .heading-1:last-of-type {
	margin-top: 4rem;
}


#medication-guide .modal-content {
	width: 100.8rem;
}
#medication-guide .guide-modal-top {
	width: 100%;
	border-bottom: 1px solid #707070;
}
#medication-guide .guide-modal-top p{
	font-size: 2.2rem;
	padding: 2.4rem 0 1.4rem 1.6rem;
}
#medication-guide .guide-modal-img-area {
	width: fit-content;
	margin: 1.4rem auto 5.6rem;;
}
#medication-guide .guide-modal-img-area img {
	height: 18rem;
}

#medication-guide table {
	width: 85%;
	border: 1px solid #eee;
	line-height: 1.4;
	border-radius: 4px;
	margin: 0 auto 5.4rem;
}
#medication-guide table td {
	padding: 0.8rem 2.4rem;
	font-size: 1.6rem;
	font-weight: 400;
	border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    line-height: 1.7;
}
#medication-guide table td:first-child {
	background-color: #F9F9F9;
	vertical-align: top;
	width: 14rem;
}

#medication-guide .tab-2 > div.find-list {
	padding: 1.6rem 3rem;
}
#medication-guide .find-list button {
	margin: 0;
	padding: 0;
}
#medication-guide .find-list li {
	width: 100%;
	padding: 0.8rem 0;
}
#medication-guide .find-list .find-list-br,
#medication-guide .guide-modal-top p .find-list-br {
	display: none;
}


@media(max-width: 1024px) {
	#medication-guide .m-guide-content {
		width: 79.69%;
	}
}
@media(max-width: 960px) {
	#medication-guide .m-guide-content {
		width: 85%;
	}
	#medication-guide li {
		padding: 0 0.8rem;
		width: 50%;
	}
	#medication-guide .find-box li:first-child,
	#medication-guide .find-box ul li:nth-child(2) {
		padding-bottom: 2.4rem;
	}
	
	#medication-guide .find-box > dl > dd.is-open {
		max-height: 700px;
	}
	#medication-guide .cautions-diarrhea-medications {
		margin-top: 0;
	}
} 
@media(max-width: 576px) {
	#medication-guide .find-list-br {
		display: none;
	}
	#medication-guide .m-guide-content {
		width: 98%;
	}
	#medication-guide .m-guide-content p {
		font-size: 1.4rem;
	}
	#medication-guide .m-guide-content .top-txt {
		margin-bottom: 4.8rem;
	}
	#medication-guide .tab-2 > label {
		text-align: center;
	}
	#medication-guide .tab-2 > label span {
		font-size: 1.6rem;
	}
	#medication-guide .find-box > dl > dt > span,
	#medication-guide .find-box > dl > dd > span {
		font-size: 1.6rem;
		width: 3.2rem;
		height: 3.2rem;
		line-height: 0.5;
		padding: 1rem;
		margin-right: 8px;
	}
	#medication-guide .find-box > dl > dt {
		padding: 1.6rem 4.7rem 1.6rem 0.8rem;
	}
	#medication-guide .find-box li:first-child,
	#medication-guide .find-box ul li:nth-child(2) {
		padding-bottom: 0.8rem;
	}
	#medication-guide .m-symptoms {
		font-size: 1.6rem;
	}
	#medication-guide .m-suggestion {
		font-size: 1.5rem;
	}
	#medication-guide .find-box > dl > dd {
		padding: 0px 1rem;
	}
	#medication-guide .find-box > dl > dd.is-open {
		padding: 0 0.8rem 2.4rem;
		max-height: 410px;
	}
	#medication-guide .find-box > dl > dt .crossBar {
		width: 16px;
		height: 16px;
		right: 16px;
	}
	#medication-guide li {
		width: 100%;
	}
	#medication-guide button {
		margin: 0;
	}
	#medication-guide button img {
		display: none;
	}
	#medication-guide .guide-modal-top p {
		font-size: 1.6rem;
		padding: 1.4rem 0 1.6rem 0.8rem;
	}
	#medication-guide .guide-modal-img-area {
		margin: 0.8rem auto 3.2rem;
	}
	#medication-guide .guide-modal-img-area img {
		height: 12.5rem;;
	}
	#medication-guide table {
		width: 100%;
	}
	#medication-guide table td {
		font-size: 1.4rem;
		padding: 0.8rem 1.2rem;
	}
	#medication-guide table td:first-child {
		width: 6rem;
	}
	#medication-guide .cautions-diarrhea-medications {
		padding: 1.6rem 1.2rem;
	}
	#medication-guide .tab-2 > div.find-list {
		padding: 1.6rem;
	}
	#medication-guide .heading-1 {
		margin-bottom: 1.6rem;
	}
	#medication-guide .heading-1:last-of-type {
		margin-top: 2.4rem;
	}
}