/* tablet */
@media (max-width: 834px) { 
.po {
    display: none !important;
}
.mo {
    display: block !important;
}
#nav {
	position: fixed;
	background: var(--cwh);
	top: 100%;
	left: 50%;
	box-sizing: border-box;
	filter: blur(0px);
	transform: translate(-50%, -50%);
	border-radius: 0;
	height: 0;
	width: 100%;
	transition: .3s;
	flex-direction: column;
	visibility: hidden;
	justify-content: start;
}
.open #nav {
	width: 100%;
	height: 100%;
	padding: 20px;
	filter: blur(0px);
	border-radius: 0;
	transition: .5s ease;
	top: calc(50% + 54px);
	visibility: visible;
}
#gnb {
	margin-left: 0;
	height: auto;
	flex-wrap: wrap;
	flex-direction: column;
	border-bottom: 1px solid;
}
.submenu {
	position: static;
	display: block !important;
	transform: scaleY(1);
	height: auto;
	padding: 0;
	width: 100%;
	min-height: 0;
	background: transparent;
	opacity: 1;
	transition: var(--t3);
}
.submenu img {
	display: none;
}
.submenu div {
	width: 100%;
	padding-right: 0;
	margin-bottom: 10px;
}
.submenu div p {
	width: 100%;
	line-height: 2;
	font-size: var(--fs-xl);
	color: var(--cg4);
}
#lnb .menu li {
	padding-left: 0;
}
.submenu div h3 {
	color: var(--cwh);
	margin-bottom: 4px;
	color: var(--cbk);
}
.exwm {
	width: 100%;
	margin-left: 0;
}
.exwm .col {
	margin: 0;
	margin-bottom: 2.25%;
	display: block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
}

.menu-gnb-container {
	display: none;
}
.open .menu-gnb-container {
	display: block;
	position: static;
	width: 100%;
	transform: translate(0);
}
.open .menu li {
	display: block;
	text-align: left;
	padding-left: 12px;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}
.yet::before {
	position: static;
	vertical-align: middle;
	margin-right: 5px;
}
.menu li.current-menu-item a {
	background-image: none;
}
.menu li a {
	font-size: var(--fs-3xl);
	line-height: 1.7;
	margin-bottom: 0;
}
.menu li.has-submenu {
	margin-bottom: 36px;
	padding-left: 0;
}
.menu li.has-submenu > a {
	display: none;
}
.has-submenu .act {
	min-height: auto;
}
.open .menu li {
	color: var(--cg3);
}
.open .menu li a {
	color: var(--cg3);
	padding-right: 0;
}
.open .menu li a::after {
	content: "";
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	background-image: url("../images/arrow-r.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.submenu ul {
	width: 100%;
	display: flex;
	gap: 0;
	border-left: none;
	padding-left: 0;
	flex-wrap: wrap;
}
.submenu ul li {
	width: 50% !important;
	border-left: 1px solid;
	padding-left: 16px;
	box-sizing: border-box;
}
#hamberger {
	display: block;
	position: fixed;
	top: 18px;
	right: 20px;
	width: 24px;
	height: 18px;
	z-index: 999;
	cursor: pointer;
}
#hamberger span {
	width: 100%;
	height: 2px;
	background-color: var(--cbk);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(0deg);
	transition: .25s;
}
#hamberger span:nth-child(1) {
	top: 0px;
}
#hamberger span:nth-child(2) {
	top: calc(50% - 1px);
}
#hamberger span:nth-child(3) {
	top: auto;
	bottom: 0;
}
#hamberger span:last-child {
	position: absolute;
	left: auto;
	bottom: 0;
	right: 0;
}
#hamberger.open span:nth-child(1) {
	top: calc(50% - 1px);
	transform: rotate(45deg);
	width: 100%;
}
#hamberger.open span:nth-child(2) {
	opacity: 0;
}
#hamberger.open span:last-child {
	top: calc(50% - 1px);
	transform: rotate(-45deg);
}
#header {
	height: 54px;
}
.lmt {
    width: calc(100% - 40px);
}
#page-memopatch div.lmt, 
#page-memopatch section.lmt {
    width: calc(100% - 40px);
}
.mimg {
	height: 300px;
	object-fit: cover;
}
#pat2-2-1 img {
	height: 300px;
}
.secbk .bktxt h3, .secbk .bktxt p {
	color: var(--cbk);
}
#memopatch-2-14 {
	margin-bottom: 50px;
}
.secw50,
.secw25,
.secw75 {
	width: 100%;
}
#page-memocare ul#ui li {
	width: calc(50% - 8px);
}
#memo-patch-download {
}
#memo-patch-download .sec-div {
}
#memo-patch-download video {
	height: auto;
}
#memopatch-bluetooth .sec-div {
}
#memopatch-bluetooth {
	height: auto !important;
	background-image: none;
}
.secbk h3, .secbk p {
	color: var(--cbk);
}
#memopatch-spec .cont-body img {
	width: 100%;
	height: auto;
}
#memopat2-intro div.linest {
	position: static;
	color: var(--cbk);
	width: calc(100% - 40px);
	padding-left: 12px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
#memopat2-intro div.linest p {
	font-size: var(--fs-lg);
}
#page-basic .page-body section h3 {
	width: 100%;
	line-height: 1.5;
	margin-bottom: 5px;
}
#page-basic .page-body section h2 {
	font-size: var(--fs-2xl);
	font-weight: bold;
}
#page-basic .page-body section p {
	width: calc(100% - 24px);
}
#page-basic .page-body {
	margin-top: 0;
	padding-top: 24px;
}
#memo-patch-download .cap {
	padding-bottom: 0;
	padding: 12px !important;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.sec .rep {
	right: 10px;
	bottom: 10px;
}
#fixbar ul {
	align-items: center;
	padding: 3px 5px 3px 10px;
	box-sizing: border-box;
}
#fixbar ul li {
	line-height: 1.3;
}
.cap2 {
	width: calc(100% - 32px);
	margin: 0 auto;
	max-width: 100%;
}
.sec video {
	display: block;
	height: 300px;
}
#memopatch-motion video {
	height: auto;
}
#memopatch-motion video.mm {
	height: 40vh;
}
#page-memopatch #ifreddot {
	height: auto;
	width: 48px;
	left: 12px;
	top: 12px;
}
#page-memopatch .page-head video,
#memopat2-intro video {
	height: 50vh;
	object-fit: cover;
	display: block;
}	
#m2-60 .cap2 {
	position: static;
	max-width: 100%;
	width: calc(100% - 20px);
	left: 10px;
	margin-bottom: 20px;
	top: 10px;
	margin-left: 0;
	padding: 10px;
}
#m2-plt video {
	height: 300px;
	object-fit: cover;
}
.sec span.pot {
	left: 10px;
	bottom: 10px;
}
#m2-bat video {
	height: 300px;
	object-fit: cover;
}
.intro2 video, .intro3 video {
	height: 300px;
	object-fit: cover;
}
#page-memopatch .sec {
	background-color: var(--cwh);
}
.sec .sec-div {
	width: 100%;
	position: static;
	padding: 0;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.intro2, .intro3 {
	height: auto;
}
#logo img {
	height: 24px;
}
#container {
	margin-top: 54px;
}
#header,
body {
	min-width: 0;
}

#home-particle .cont-body .fx h2 {
	width: calc(30% - 5px);
}
#home-particle .cont-body .fx .linest {
	width: calc(70% - 5px);
}
#home-particle .txt h5 {
	text-align: center;
	width: calc(70% - 5px);
	box-sizing: border-box;
}
#home-particle .cont-body {
	height: 360px;
}
.home-title h2:first-child {
	width: 25%;
	padding-top: 24px;
	padding-bottom: 24px;
}
.home-title h2 {
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
}
.home-title {
	border-bottom: none;
	margin-bottom: 0;
}
.cont-body,
.cont-head {
	width: 100%;
}
.cont-head {
	margin-bottom: 20px;
}
#about-quality .cont-body div.fx ul li.fx h5 {
	line-height: 1.34;
	margin-top: 4px;
	padding: 0 8px;
}
#about-history ul li a.act {
	background-color: var(--cp4) !important;
	color: var(--cbk) !important;
	border: none;
	border-bottom: 1px solid;
}
#about-quality .cont-body div.fx ul li.fx p {
	font-size: var(--fs-lg);
}
#about-certification .cont-body ul li ul li {
	font-size: var(--fs-md);
}
#about-invest ul {
	gap: 16px;
}
#about-invest ul li {
	width: calc(50% - 8px);
}
#about-invest ul li h3.post-title {
	font-size: var(--fs-md);
	text-align: center;
	margin-top: 4px;
}
#about-media .linest h3 {
	font-size: var(--fs-lg);
	line-height: 1.4;
}
#mq-img .slick-slide {
	margin: 50px 14px 0px;
}
#mq-img .slick-slide img {
	height: 24vh;
	min-height: 80px;
}
#about-quality .cont-body div.fx ul,
#about-quality .cont-body div.fx #img-roll {
	width: 100%;
}
.body-title {
	padding-right: 0;
}
.img-head::before {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.nopad video, 
.sec, 
.sec img, 
.sec video, 
#memopatch-motion video, 
#page-memocare ul#ui li:first-child div, 
#page-memocare ul#ui li video, 
#solution-3step .cont-body ul.fx li ol li, 
#solution-write .cont-body video, 
#solution-manage .cont-body div, 
.cont-tech ul li,
#about-vision div#saf-2 img, 
.th-list li img, 
.cont-body img, 
ul#ui li video, 
#max-14 .cont-body, 
#body-support .use-item div.fx, 
#recru-story .slick-current::before, 
#recru-story .slick-current, 
#home-rt .slk .slick-list, 
#home-particle .canvas, 
.img-head img, 
.wf {
	border-radius: 12px !important;
}
.fxc {
	flex-direction: column;
}
:root {
	/* font sizes. */
	--fs-sm: 1.1rem;
	--fs-md: 1.2rem;
	--fs-lg: 1.35rem;
	--fs-xl: 1.5rem;
	--fs-2xl: 1.7rem;
	--fs-3xl: 1.9rem;
	--fs-4xl: 2.3rem;
	--fs-5xl: 2.6rem;
	--fs-6xl: 2.9rem;
	--fs-mx: 3.125rem;
	--fs-2mx: 4rem;
}
#home-particle .txt {
	padding: 16px;
}
#home-particle .cont-body .fx {
	gap: 10px;
	flex-direction: initial;
	flex-wrap: wrap;
	justify-content: end;
}
.post-body p {
	font-size: var(--fs-xl);
}
.post-body {
	padding-bottom: 40px;
}
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
	font-size: var(--fs-3xl);
	line-height: 1.5;
}
#page-single-news .page-head div.fx h2 {
	font-size: var(--fs-5xl);
	width: 100%;
}
#page-single-news .page-head div.fx h5 {
	margin-top: 0;
	margin-bottom: 10px;
}
#home-particle .canvas {
	top: 100px;
}
ul#ui li {
	width: 100%;
}
#home-ok #circle {
	margin-top: 180px;
}
#circle::before {
	top: -100px;
	height: 80%;
}
#circle {
	width: 100%;
}
#circle2 {
	width: 100%;
}
.prog2 {
	margin-top: 20px;
	margin-left: 4%;
}
#circle2::before {
	height: 120px;
}
#home-ok .cont-body {
	position: relative;
}
#home-ok #saf-3 {
	top: 80px;
	width: 23%;
	border-radius: 1000px !important;
}
#home-ok .prog {
	width: 36%;
}
.prog h4 {
	padding: 0;
	width: 100%;
	font-size: var(--fs-lg);
	line-height: 1.5;
}
#solution-satisfaction #circle::before {
	top: -60px;
	height: 72%;
}
#solution-3step .cont-body ul.fx li {
	width: 100%;
}
#solution-3step .cont-body ul.fx li h4 {
	font-size: var(--fs-xl);
}
#solution-3step .cont-body ul.fx li ol li {
	padding: 16px;
	margin: 8px 0;
	font-size: var(--fs-lg);
}
#solution-3step .cont-body ul.fx li ol li span {
	font-size: var(--fs-md);
}
.home #solution-3step .cont-body ul.fx li ol li {
}
#home-solution {
	width: calc(100% - 40px);
	padding: 20px;
}
#home-solution .sec-div {
	width: 100%;
}
#home-solution .sec-div p {
	font-size: var(--fs-lg);
}
.btn2 .material-symbols-outlined {
	margin-top: -2.5px;
	font-size:22px;
}
.linest {
	margin-top: 12px;
	padding-left: 12px;
	width: 100%;
	box-sizing: border-box;
}
.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0; 
}
#home-rt .slk .slick-list .slick-slide h4 {
	font-size: var(--fs-lg);
	top: 12px;
	left: 12px;
}
#home-rt .slk .slick-list {
	border-radius: 0 !important;
	background-color: transparent !important;
}
#home-rt .slk .slick-list div img {
	width: 100%;
	margin: 0px auto;
}
.th-list {
	align-items: start;
	gap: 20px;
	flex-wrap: wrap;
}
.th-list li {
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid var(--cg5);
}
.th-list li a {
	column-gap: 16px;
}
.th-list li img {
	width: 25%;
}
.th-list li:first-child, .th-list li:nth-child(2) {
	border-top: 1px solid var(--cg5);
	padding-top: 20px;
}
#page-clinical .th-list li:first-child,
#page-clinical .th-list li:nth-child(2), 
#page-papers .th-list li:first-child,
#page-papers .th-list li:nth-child(2), 
#page-patents .th-list li:first-child,
#page-patents .th-list li:nth-child(2) {
	border-top: none;
	padding: 16px;
}
.cont-tech ul li .fx h5 {
	padding: 2px 10px;
	margin-bottom: 8px;
}
.cont-tech ul li .fx div {
	padding-left: 12px;
}
.cont-tech ul li {
	padding: 16px;
}
.list-info .btn2 {
	margin-left: -4px;
}
.post-title {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: var(--fs-xl);
	line-height: var(--lh-xl);
}
#home-graph {
	height: 200px;
	object-fit: cover;
}
#home-news {
	margin-bottom: 50px;
}
#home-inq ul.fx {
	gap: 4px !important;
}
hr.sep {
	margin: 50px 0;
}
ul.tab-list {
	margin-bottom: 20px;
}
#solution-exp .cont-body .tab-cont .fx {
	flex-direction: column;
	gap: 12px;
}
#solution-exp .cont-body .fx label {
	width: 100%;
}
.wpcf7-form textarea {
	max-height: 160px;
	padding: 10px;
}
.wpcf7-form .wpcf7-submit {
	line-height: 1;
	margin: 2px;
	background-size: 28px;
	padding-left: 36px;
}
#ft-unit1.fx, 
#ft-unit2.fx {
	gap: 20px;
	flex-direction: column;
}
footer .unit2 ul {
	width: 50%;
}
footer .unit img {
	width: 100px;
}
footer .unit {
	width: 100% !important;
	padding-left: 16px;
}
footer ul li, 
footer ul li a {
	font-size: var(--fs-lg);
}
#ft-unit2 {
	padding-top: 10px;
}
.home #totop-wrap {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: auto;
}
#pgnavi {
	height: 40px;
}
.page-head h2 {
	padding: 20px 0;
	font-size: var(--fs-5xl);
}
#pgnavi li {
	font-size: var(--fs-xl);
}
#solution-satisfaction {
	margin-top: 50px;
}
#solution-satisfaction #circle {
	width: 100%;
}
#solution-satisfaction img.fix {
	height: 280px;
}
#solution-satisfaction .prog h4 {
	padding-right: 0;
	width: 50%;
	font-size: var(--fs-lg);
}
#saf-1 {
	top: 0;
	width: 36%;
	border-radius: 1000px !important;
}
#saf-2 {
	width: 24%;
	left: 15%;
}
#solution-exp .cont-head {
	position: relative;
	margin-bottom: 12px;
}
#solution-exp .cont-head img {
	width: 24%;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: -10px;
}
#solution-exp .cont-body h3.head-title {
	font-size: var(--fs-2xl);
	margin-bottom: 24px;
}
#page-memocare ul#ui,
#solution-write ul.fx {
	gap: 16px;
}
#solution-write ul li:first-child {
	width: calc(37% - 8px);
	margin-right: 8px;
}
#solution-write ul li:last-child {
	width: calc(63% - 8px);
	margin-left: 8px;
}
#solution-write .cont-body img {
	border-radius: 1000px !important;
}
#solution-write {
	padding-top: 0;
}
#care-desktop {
	padding: 48px 20px;
}
#care-report {
	margin-top: 0;
}
#demo {
	width: 84%;
	padding: 16px;
}
.img-head div {
	position: static;
	color: var(--cbk);
	width: 100%;
	padding-left: 12px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.img-head div p {
	font-size: var(--fs-lg);
}
#about-certification .cont-body h3.post-iso {
	margin-top: 30px;
}
#about-certification .cont-body ul.fx {
	gap: 12px;
	margin-top: 12px;
}
.pop span {
	font-size: 18px !important;
	padding: 6px;
}
#about-certification .cont-body ul li span.info {
	line-height: 1.34;
	margin-top: 4px;
	padding: 0 8px;
}
#about-certification .cont-body ul.fx li {
	width: 100%;
}
.img-head img {
	height: 300px;
	object-fit: cover;
}
#page-memocare .img-head img {
	object-position: right;
}

#page-research-technology .cont-body ul li {
	width: 100%;
}
#page-research-technology .cont-body ul li .fx h5 {
	margin-top: 3px;
	line-height: 1.34;
	padding: 0 8px;
}
#page-research-technology .cont-body ul li .fx h3 {
	line-height: 1.4;
}
#page-research-technology .cont-body ul li .fx p {
	font-size: var(--fs-lg);
	margin-top: 0;
}
.cont-tech ol li a,
ul.tab-list li a {
	padding: 6px 12px;
}
ul#ui li h2 {
	font-size: var(--fs-2mx);
}
ul#ui li h5 {
	font-size: var(--fs-sm);
}
.colorsec {
	padding: 50px 20px;
}
#about-history .cont-body .panel .wp-block-group h2 {
	border: none;
	padding: 0;
	width: 50px;
	text-align: left;
	height: auto;
	line-height: 1.5;
	font-size: var(--fs-xl);
}
#about-history ul {
	gap: 0;
	flex-direction: column;
}
#about-history .cont-body .panel .wp-block-group .wp-block-group p {
	font-size: var(--fs-lg);
}
#about-history .cont-body .panel .wp-block-group {
	margin-bottom: 16px;
	gap: 0px;
}
#about-history .cont-body .panel::before {
	top: 8px;
	left: 54px;
	height: calc(100% - 20px);
}
#page-about .cont-body h3.head-title {
	width: 100%;
	font-size: var(--fs-4xl);
}
#recru-work .tab-list {
	gap: 0px 5px;
}
#recru-work .tab-cont h4 {
	font-size: var(--fs-3xl);
}
#recru-work .tab-cont div div {
	padding-left: 12px;
}
#recru-story .slkItem {
	height: 420px;
	margin: 0 5px;
	padding: 16px;
	box-sizing: border-box;
	background-position: center;
	width: 320px !important;
}
#recru-story .slick-current {
}
#recru-story .p1 {
	background-position: right center;
}
#recru-story .p2 {
	background-position: left center;
}
#recru-benefit ul li.fx div,
#recru-benefit ul li.fx ul.dot {
	width: 100%;
}
#recru-benefit ul li.fx ul.dot {
	padding-left: 64px;
}
#recru-benefit ul li.fx div {
	width: 80%;
}
#recru-process .process-step {
	flex-direction: column;
	width: 100%;
	margin-bottom: 0;
}
#recru-process .process-step > div {
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--cg5);
	display: flex;
	gap: 5%;
	align-items: center;
}
#recru-benefit ul li.fx div h3 span {
	margin-top: 1px;
}
#recru-process .process-step > div .circle {
	width: 40%;
	padding-bottom: 40%;
	transform: scale(1);
	float: left;
}
#recru-process .process-step .circle h3 {
	font-size: var(--fs-xl);
}
#fixbar {
	width: 94%;
	z-index: 9999;
}
.page-template-recruitment footer #totop-wrap {
	bottom: 80px;
}
#fixbar a {
	padding: 10px 0;
}
#fixbar ul li:last-child {
	text-align: center;
}
#recru-process .process-step div p::before {
	display: none;
}
#recru-process .process-step > div:hover .circle {
	transform: scale(1);
}
#recru-process .process-step div p {
	padding: 0;
	float: right;
	font-size: var(--fs-lg);
	margin-left: 0;
}
#recru-benefit ul li.fx {
	position: relative;
	gap: 10px;
}
#recru-benefit ul li.fx div img {
	right: 0;
	top: 0;
	width: 15%;
	margin-top: 0;
	position: absolute;
	padding: 4px;
	box-sizing: border-box;
}
#recru-work .tab-cont img {
	padding: 0;
}
#recru-process .process-step .circle h3 span {
	width: 56px;
	padding: 0;
}
#recru-pass .fx {
	flex-direction: column;
	gap: 30px;
}
#recru-pass .fx li {
	width: 100%;
}

#recru-story .slkItem article {
	width: 100%;
}
#recru-story .slkItem article p {
	font-size: var(--fs-md);
}
#about-vision {
	min-height: 600px;
}
#about-vision #saf-2 {
	width: 40%;
	left: 30%;
	min-width: 0;
}
#about-vision #saf-3 {
	top: 27%;
	right: 10%;
	left: auto;
	width: 18%;
}
#sig-2 {
	bottom: 25%;
	height: 70px;
	background-size: cover;
}
#sig-1 {
	bottom: 15%;
	height: 40px;
}
@keyframes flow {
	from {
	background-position: 0 center;
	}
	to {
	background-position: -3000px center;
	}
}
#about-vision #saf-1 {
	top: 43%;
	left: 6%;
	width: 20%;
}
#about-vision div.floatimg h6 {
	margin-top: 0;
	line-height: 1.2;
}
#about-history ul li {
	height: auto !important;
	border-bottom: 1px solid var(--cg4);
}
#about-history .cont-body .panel .wp-block-group .wp-block-group {
	width: calc(100% - 50px);
}
#about-history .cont-body .panel .wp-block-group .wp-block-group p::before {
	top: 6px;
}
#about-history ul li div.panel {
	position: relative;
	width: 100%;
	margin-top: 8px;
	top: 0;
}
#about-history ul li a {
	padding: 10px 0;
	position: static;
	display: block;
	border-radius: 0;
}
#totop-wrap {
	z-index: 999;
	width: auto;
	position: absolute;
	right: 16px;
	bottom: 16px;
}
#memo-patch-download .cap p {
	color: var(--cp1);
}
#demo table {
	margin: 16px 0 10px;
}
#demo h4 {
	font-size: var(--fs-3xl);
}
#body-support #support-faq .cont-body .wp-block-group {
	padding: 16px;
}
p.panel {
	padding-left: 16px;
}
#body-support .use-item {
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 0;
}
#body-support .use-item a.fx {
	border-radius: 12px;
	padding: 16px;
	box-sizing: border-box;
	width: 100%;
}
.page-template-support #hamberger {
	display: none !important;
}
#lnb {
	justify-content: space-between;
}
#lnb a.btn {
	padding-left: 0;
	font-size: var(--fs-3xl);
}
.page-template-support #lnb.mo {
	display: flex !important;
	justify-content: flex-end;
}
.wpcf7-form .material-symbols-outlined {
	line-height: 28px;
}
#memopatch-2-big img {
	height: 300px;
}
.big img {
	width: 40% !important;
}
#m2-60 video {
	padding: 24px;
	box-sizing: border-box;
	background-color: var(--cbk);
}
.morecont ul li span {
	min-width: 48px;
}
.pagination .current {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.ptit {
	padding: 22px 0;
			 padding-right: 10px;
	font-size: var(--fs-xl);
}
img.min, video.min {
	height: 40vh;
}
img.min2, video.min2 {
	height: 34vh;
}
img.pr {
	object-position: right center;
}
.pat-visual {
	height: auto;
}
#body-support .page-body {
	margin-top: 0;
}
.page-template-memocare #gs-memocare, 
.page-template-memopatch #gs-memopatch, 
.page-template-memopatch2 #gs-memopatch2, 
.page-template-memosolution #gs-memosolution {
	color: var(--cp1);
}

.category-clinical #gs-p, 
.category-papers #gs-p, 
.category-patents #gs-p, 
.page-template-research-technology #gs-rt {
	color: var(--cp1);
}

.category-news #gs-news, 
.page-template-about #gs-about {
	color: var(--cp1);
}
.page-template-recruitment #gs-recruit {
	color: var(--cp1);
}

/* --------------------------------------------------- */
.in-info {
	position: static;
	color: var(--cbk);
	width: 100%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.block1 .cap {
	left: 12px;
	bottom: 8px;
}
.lay-imo-line ul li.fx,
#recru-benefit ul li.fx {
	gap: 10px;
}
.lay-imo-line ul li.fx div,
#recru-benefit ul li.fx div {
	width: 80%;
}
.lay-imo-line ul li.fx ul.dot, #recru-benefit ul li.fx ul.dot {
	width: 80%;
	padding-left: 64px;
}
.block2 .inner {
	gap: 24px;
	flex-direction: column;
}
.block2 .in-info {
	width: 100%;
	margin-bottom: 0;
}
#cue-good .imgwrap {
	flex-direction: column;
}
.lay-imo-line ul li.fx div img {
	right: 0;
	top: 0;
	width: 15%;
	margin-top: 0;
	position: absolute;
	padding: 4px;
	box-sizing: border-box;
}
.addnav .ptit {
	display: none;
}
.addnav .inner ul li a {
	font-size: var(--fs-xl);
}
.addnav .inner ul {
	gap: 12px;
}
.addnav .inner {
	padding: 10px 0;
	width: 100%;
}
#about-certification .cont-body ul.lo-cer2 li div.fx {
	flex-direction: column;
	gap: 12px;
}
#about-certification .cont-body ul.lo-cer2 {
	gap: 30px;
}
#about-certification .cont-body ul.lo-cer2 li div.fx>div {
	width: 100%;
}
#page-home .page-head {
	height: 460px;
}
#page-basic .page-head>div.fx {
	flex-direction: column;
}
.privacy-version-selector {
	margin-top: 0;
}
#cue-good .cont-head img {
	margin: 32px auto;
	width: 80%;
}
#cue-cont .block1 img {
	height: 240px;
	object-fit: cover;
}

#about-leadership ul {
	gap: 24px;
	flex-wrap: wrap;
}
#about-leadership ul li {
	width: calc(50% - 12px);
	flex: auto;
}
#about-leadership ul li ul li {
	width: 100%;
}
}

