/* Common */
.sec-bak {
	background: url('/asset/img/sub/bak1.png') no-repeat center / cover;
}

.sec-bak02 {
	background: url('/asset/img/sub/bak2.png') no-repeat center / cover;
}

.sec-bak03 {
	background: url('/asset/img/sub/bak3.png') no-repeat center / cover;
}

.sec-bak04 {
	background: url('/asset/img/sub/bak4.png') no-repeat center / cover;
}

.sec-tit01 {
  font-size: 2rem;
  font-weight: 500;
}

.sec-tit02 {
  display: inline-block;
  position: relative;
  font-size: 3.8rem;
  font-weight: 500;
}

.sec-tit02 img {
	display: inline-block;
	position: absolute;
	top:-62px;
	max-width: none;
	opacity: 0;
	transform: translateX(-80px);
	transition: all 1s ease .4s;
}


.sec-tit02::after {
	content: "";
	display: inline-block;
	position: absolute;
	top:0px;
	right:-30px;
	width:21px;
	height:17px;
	background: url('/asset/img/icon/ico_leaf.svg') no-repeat center;
}

.sec-tit03 {
	font-size: 2rem;
}

.sec-txt {
  font-size: 1.8rem;
  line-height:1.7;
  color:#4c4c4c;
}

.sec-tit-time img {
	left: 74.9%;
}

.sec-tit-device img {
	left: 50.3%;
}

.sec-tit-interior img {
	left: 68%;
}

.sec-tit-spine img {
	left: 74.5%;
}

.sec-tit-knees img {
	left: 58.1%;
}

.sec-tit-knees img {
	left: 58.1%;
}

.sec-tit-shoulder img {
	left: 61%;
}

.sec-tit-skin img {
	left: 65.8%;
}

.sec-tit-inj img {
	left: 65.4%;
}

.sec-tit-trct img {
	left: 55%;
}

.sec-tit-pt img {
	left: 65.3%;
}

.sec-tit-eswt img {
	left: 71%;
}

.sec-tit-mt img {
	left: 76.9%;
}

.sec-tit-iv img {
	left: 55.2%;
}

.sec-tit-scalp img {
	left: 59%;
}

.sec-tit-diet01 img {
	left: 30.6%;
}

.sec-tit-diet01 img.left0{
	left: 0;
	width: fit-content;
	max-width: 95vw;
}

.sec-tit-diet02 img {
	left: 69%;
}

.in-view .sec-tit02 img {
	opacity: 1;
	transform: translateX(0);
}

@media screen and (max-width:1200px) {
	.sec-tit01 {
		font-size: 1.8rem;
	}

	.sec-tit02 {
		font-size: 3rem;
	}

	.sec-tit03 {
		font-size: 1.8rem;
	}

	.sec-txt {
		font-size: 1.6rem;
	}

	.sec-tit-skin img {
		width: 455px;
	}

	.sec-tit-inj img {
		width: 401px;
	}
}
@media screen and (max-width:1024px) {
	.sec-tit01 {
		font-size: 1.7rem;
	}

	.sec-tit02 {
		font-size: 2.8rem;
	}

	.sec-tit03 {
		font-size: 1.7rem;
	}

	.sec-tit02::after {
		right:-24px;
		width:19px;
		height:15px;
		background-size:auto 15px;
	}

	.sec-txt {
		font-size: 1.5rem;
	}

	.sec-tit02 img {
		top: -42px;
	}

	.sec-tit-time img {
		width: 222px;
	}

	.sec-tit-device img {
		width:156px;
	}

	.sec-tit-interior img {
		width: 144px;
	}

	.sec-tit-spine img {
		width: 176px;
	}

	.sec-tit-knees img {
		width: 213px;
	}

	.sec-tit-shoulder img {
		width:289px;
	}

	.sec-tit-skin img {
		width: 325px;
	}

	.sec-tit-inj img {
		width: 268px;
	}

	.sec-tit-trct img {
		width: 235px;
	}

	.sec-tit-pt img {
		width: 243px;
	}
	
	.sec-tit-eswt img {
		width: 115px;
	}

	.sec-tit-mt img {
		width: 231px;
	}

	.sec-tit-iv img {
		width: 231px;
	}

	.sec-tit-scalp img {
		width: 302px;
	}

	.sec-tit-diet01 img {
		width: 145px;
	}

	.sec-tit-diet02 img {
		width: 276px;
	}
}
@media screen and (max-width:768px) {
	.sec-tit01 {
		font-size: 1.6rem;
	}

	.sec-tit02 {
		font-size: 2.4rem;
	}

	.sec-tit03 {
		font-size: 1.6rem;
	}

	.sec-txt {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
@media screen and (max-width:480px) {
	.sec-tit02::after {
		right:-16px;
		width:13px;
		height:9px;
		background-size:auto 9px;
	}

	.sec-tit02 img {
		top: -28px;
	}

	.sec-tit-time img {
		width: 122px;
	}

	.sec-tit-device img {
		width:104px;
	}

	.sec-tit-interior img {
		width: 79px;
	}

	.sec-tit-spine img {
		width: 116px;
	}

	.sec-tit-knees img {
		width: 117px;
	}

	.sec-tit-shoulder img {
		width:158px;
	}

	.sec-tit-skin img {
		left: 73.8%;
		width: 230px;
	}

	.sec-tit-inj img {
		width: 180px;
	}

	.sec-tit-trct img {
		width: 160px;
	}

	.sec-tit-pt img {
		width: 180px;
	}

	.sec-tit-eswt img {
		width: 65px;
	}

	.sec-tit-mt img  {
		width: 170px;
	}

	.sec-tit-iv img {
		width: 176px;
	}

	.sec-tit-scalp img {
		width: 166px;
	}

	.sec-tit-diet01 img {
		width: 80px;
	}

	.sec-tit-diet02 img {
		width: 170px;
	}
}


/* Sub Visual */
.sub-visual {
  position: relative;
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub-visual-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width:1500px;
  width: 95%;
  height: 100%;
  margin:0 auto;
}

.sub-visual .visual-subtit {
  font-family: "Bodoni Moda", serif;
  font-size: 2rem;
  font-weight: 500;
  color:#b5d47c;
	overflow: hidden;
}

.sub-visual .visual-tit {
  font-family: "Noto Serif KR", serif;
  font-size: 4.2rem;
  font-weight: 200;
  color:#fff;
  margin: 20px 0px;
	overflow: hidden;
}

.sub-visual .visual-txt {
  font-size: 1.8rem;
  line-height:1.8;
  color:#fff;
	opacity: 0;
	transform: translateY(20px);
	animation: text-up 1.5s 1s forwards;
}

.sub-visual .visual-subtit span {
	display: inline-block;
	opacity: 0;
	transform: translateY(125%);
	--delay: calc(var(--i) * 0.08s);
	animation: title-up 1.25s cubic-bezier(.5,.2,0,1) var(--delay) forwards;
}

.sub-visual .visual-tit span {
	display: inline-block;
	opacity: 0;
	transform: translateY(125%);
	--delay: calc(var(--i) * 0.1s);
	animation: title-up 1.25s cubic-bezier(.5,.2,0,1) var(--delay) forwards;
}

.sv1 {
  background-image: url('/asset/img/sub/sv1.jpg');
}

.sv2 {
  background-image: url('/asset/img/sub/sv2.jpg');
}

.sv3 {
  background-image: url('/asset/img/sub/sv3.jpg');
}

.sv4 {
  background-image: url('/asset/img/sub/sv4.jpg');
}

.sv5 {
  background-image: url('/asset/img/sub/sv5.jpg');
}

@media screen and (max-width:1200px) {
	.sub-visual {
		height: 540px;
	}

	.sub-visual .visual-subtit {
		font-size: 1.8rem;
	}

	.sub-visual .visual-tit {
		font-size: 3.6rem;
	}

	.sub-visual .visual-txt {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
@media screen and (max-width:1024px) {
	.sub-visual .visual-tit {
		margin: 14px 0px;
	}
}
@media screen and (max-width:768px) {
	.sub-visual {
		height: 440px;
	}

	.sub-visual .visual-subtit {
		font-size: 1.6rem;
	}

	.sub-visual .visual-tit {
		font-size: 2.8rem;
	}

	.sub-visual .visual-txt {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:480px) {
	.sub-visual {
		height: 360px;
	}

	.sub-visual .visual-subtit {
		font-size: 1.4rem;
	}

	.sub-visual .visual-tit {
		font-size: 2.4rem;
		margin: 10px 0px;
	}

	.sub-visual .visual-txt {
		font-size: 1.3rem;
	}
}


/* Sub Nav */
.sub-nav {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #f3f7f5;
  transform: translateY(-35px);
}

.sub-nav-menu {
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:80px;
	z-index: 5;
}

.sub-nav-menu a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 70px;
  font-size: 1.8rem;
  color:#8c8c8c;
}

.sub-nav-menu a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #0a5536;
  opacity: 0;
}

.sub-nav-menu li.on a {
  font-weight:700;
  color:#0a5536;
}

.sub-nav-menu li.on a::after {
  opacity: 1;
}

@media screen and (max-width:1200px) {
	.sub-nav-menu a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:1024px) {
	.sub-nav {
		transform: translateY(-28px);
	}

	.sub-nav-menu {
		gap:40px;
	}

	.sub-nav-menu a {
		height: 56px;
	}

	.sub-nav-menu a::after {
		bottom: 16px;
	}
}
@media screen and (max-width:768px) {
	.sub-nav {
		display: none;
	}
}
@media screen and (max-width:480px) {

}



/* Loc Inc */
.sub-inc {
	position: relative;
	overflow: visible;
	padding:120px 0px;
}

.sub-inc .lt,
.sub-inc .rt {
	width: 50%;
}

.sub-inc .article {
	width: 78.125%;
	margin-left:auto;
	padding-right:10%;
}

.sub-inc .box {
	border-top: 1px solid #bfbfbf;
}

.sub-inc .pin {
	position: relative;
	padding-left:30px;
}

.sub-inc .pin img {
	display: block;
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}

.sub-inc .txt {
	line-height: 1.4;
}

.sub-inc .sns {
	display: flex;
	gap:10px;
}

.sub-inc .list {
	display: flex;
	flex-wrap: wrap;
	gap:40px 100px;
}

.sub-inc .list li {
	flex:1 1 100%;
}

.sub-inc .list dt {
	width:130px;
}

.sub-inc .list .dot {
	display: inline-block;
	width: 130px;
}

.sub-inc .map {
	width: 100%;
	height:900px;
	background-color: #000;
}

.sub-inc .btn {
	display: inline-flex;
	align-items: center;
	gap:10px;
	width: 210px;
	height:60px;
	padding:0px 20px;
	background-color: #fff;
	border:1px solid #dcdcdc;
	border-radius:10px;
	transition:all .5s ease;
}

.sub-inc .btn i {
	display: inline-block;
	width:35px;
	height:35px;
	background-repeat: no-repeat;
	background-position: center;
}

.sub-inc .btn i.icon01 {
	background-image: url('/asset/img/icon/ico_naver.png');
}

.sub-inc .btn i.icon02 {
	background-image: url('/asset/img/icon/ico_kakao.png');
}

.sub-inc .btn i.icon03 {
	background-image: url('/asset/img/icon/ico_map.png');
}


@media screen and (min-width:1201px) {
	.sub-inc .btn:hover {
		background-color: #c9e19c;
	}
}
@media screen and (max-width:1536px) {
	.sub-inc .article {
		width: 94%;
	}
}
@media screen and (max-width:1366px) {
	.sub-inc .article {
		padding-right:6%;
	}

	.sub-inc .list {
		gap:40px;
	}
}
@media screen and (max-width:1200px) {
	.sub-inc .btn {
		width: 180px;
		height: 54px;
	}

	.sub-inc .btn i {
		width:30px;
		height:30px;
		background-size:auto 30px;
	}

	.sub-inc .list dt {
		width: 100px;
	}

	.sub-inc .list .dot {
		width: 100px;
	}
}
@media screen and (max-width:1024px) {
	.sub-inc {
		padding:100px 0px;
	}

	.sub-inc .inc-wrap {
		max-width:1500px;
		width: 95%;
		margin:0 auto;
	}

	.sub-inc .lt, .sub-inc .rt {
		width: 100%;
	}

	.sub-inc .lt {
		order: 1;	
		margin-bottom:40px;
	}

	.sub-inc .rt {
		order: 2;
	}

	.sub-inc .article {
		width: 100%;
		margin:0 auto;
		padding: 0px;
	}
	.sub-inc .pin {
		padding-left: 24px;
	}

	.sub-inc .pin01 img {
		width: 16px;
	}

	.sub-inc .pin02 img {
		width:13px;
	}

	.sub-inc .pin03 img {
		width:17px;
	}

	.sub-inc .sns {
		gap:6px;
	}

	.sub-inc .btn {
		gap:6px;
		width:160px;
		height:48px;
	}

	.sub-inc .btn i {
		width:25px;
		height:25px;
		background-size:auto 25px;
	}

	.sub-inc .list dt {
		width: 100px;
	}

	.sub-inc .list .dot {
		width: 100px;
	}

	.sub-inc .map {
		height:0;
		padding-top: 56.25%;
	}
}
@media screen and (max-width:768px) {
	.sub-inc .pin {
		padding-left:20px;
	}

	.sub-inc .pin01 img {
		width:12px;
	}

	.sub-inc .pin02 img {
		width:10px;
	}

	.sub-inc .pin03 img {
		width:14px;
	}

	.sub-inc .btn {
		height:38px;
	}

	.sub-inc .btn i {
		width:20px;
		height:20px;
		background-size:auto 20px;
	}
}
@media screen and (max-width:480px) {
	.sub-inc {
		padding:80px 0px;
	}

	.sub-inc .lt {
		margin-bottom:24px;
	}

	.sub-inc .pin {
		padding-left:16px;
	}

	.sub-inc .pin01 img {
		width:10px;
	}

	.sub-inc .pin02 img {
		width:8px;
	}

	.sub-inc .pin03 img {
		width:12px;
	}

	.sub-inc .sns {
		gap:4px;
	}

	.sub-inc .list {
		gap:16px;
	}

	.sub-inc .list li {
		flex:1 1 100%;
	}

	.sub-inc .list dt {
		width: 80px;
	}

	.sub-inc .list .dot {
		width:80px;
	}

	.sub-inc .map {
		padding-top:80%;
	}
}


/* Staff */
.staff .sec01::before {
	content: "";
	display: block;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom: -20vw;
	width: 53.8541vw;	
	height: 53.8541vw;
	background: url('/asset/img/sub/sphere01.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-center 4s 1s infinite both ease-out;
}

.staff .sec02 .img {
  width: 49.2%;
}

.staff .sec02 .txt {
  width: 33.33%;
}

.staff .sec02 .ps::after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #a0a0a0;
  margin: 30px 0px;
}

.staff .sec02 .info dt {
  line-height: 1;
}

.staff .sec02 .info dd {
  line-height: 1.9;
}

@media screen and (max-width:1200px) {
	
}
@media screen and (max-width:1024px) {
	.staff .sec01::before {
		bottom: -15vw;
		width: 642px;	
		height: 642px;
	}

	.staff .sec02 .img {
		width:80%;
		order: 1;
	}

	.staff .sec02 .txt {
		width: 100%;
		order: 2;
	}

	.staff .sec02 .ps::after {
		width: 140px;
		margin: 20px 0px;
	}

	.staff .sec02 .info dd {
		line-height: 1.6;
	}
}
@media screen and (max-width:768px) {
	.staff .sec01::before {
		bottom: -10vw;
		width: 382px;	
		height: 382px;
	}

	.staff .sec02 .ps::after {
		margin: 20px auto;
	}
}
@media screen and (max-width:480px) {
	.staff .sec01::before {
		width: 282px;	
		height: 282px;
	}

	.staff .sec02 .ps::after {
		width: 120px;
		margin: 12px auto;
	}
}


/* Time */
.time .sec {
	position: relative;
}

.time .sec::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 27.34375vw;
	height: 24.0625vw;
	background: url('/asset/img/sub/sphere02.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-left 4s 1s infinite both ease-out;
}

.time .time-days {
  position: absolute;
  top:0;
  right: 0;
  font-size: 14rem;
  line-height: 1;
  color:#f7f1e3;
}

.time .list {
  display: flex;
  gap:24px;
}

.time .list li {
  flex:1 1;
}

.time .list .card {
  padding: 40px;
  border-radius: 20px;
  background-color: #f3f7f6;
}

.time .list .pin {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
	padding: 0px 10px;
  border-radius: 5px;
  background-color: #0a5536;
}

.time .list .brake {
  position: relative;
  padding-left: 30px;
}

.time .list .brake::before {
  content: "";
  display: block;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('/asset/img/icon/ico_brake.png') no-repeat center;
}

.time .map {
  width: 100%;
  height: 650px;
  border-radius: 20px;
  background-color: #000;
  overflow: hidden;
  margin:30px 0px 100px;
}

.time .info::before {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #bfbfbf;
}

.time .info .lt,
.time .info .rt {
  flex:1 1 50%;
  max-width: 50%;
}

.time .info .rt {
  padding-left: 60px;
}

.time .info .tit {
  position: relative;
  padding-left: 40px;
}

.time .info .tit img {
  display: block;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}

.time .info .sns {
  display: flex;
  gap:10px;
}

.time .info .btn {
	display: inline-flex;
	align-items: center;
	gap:10px;
	width: 210px;
	height:60px;
	padding:0px 20px;
	background-color: #fff;
	border:1px solid #dcdcdc;
	border-radius:10px;
	transition:all .5s ease;
}

.time .info .btn i {
	display: inline-block;
	width:35px;
	height:35px;
	background-repeat: no-repeat;
	background-position: center;
}

.time .info .btn i.icon01 {
	background-image: url('/asset/img/icon/ico_naver.png');
}

.time .info .btn i.icon02 {
	background-image: url('/asset/img/icon/ico_kakao.png');
}

.time .info .btn i.icon03 {
	background-image: url('/asset/img/icon/ico_map.png');
}

@media screen and (min-width:1201px) {
	.time .info .btn:hover {
		background-color: #c9e19c;
	}
}
@media screen and (max-width:1200px) {
	.time .time-days {
		font-size: 10rem;
	}

	.time .list {
		gap:16px;
	}

	.time .info .rt {
		padding-left: 30px;
	}

	.time .info .btn {
		width: 180px;
		height: 54px;
	}

	.time .info .btn i {
		width: 30px;
		height: 30px;
		background-size: auto 30px;
	}
}
@media screen and (max-width:1024px) {
	.time .sec-intro::before {
		left: -30px;
		width: 325px;
		height: 262px;
	}

	.time .time-days {
		font-size: 6rem;
	}

	.time .list {
		gap:12px;
	}

	.time .list .card {
		padding: 30px;
	}

	.time .list .pin {
		height: 24px;
		padding: 0px 6px;
	}

	.time .list .brake {
		padding-left: 24px;
	}

	.time .list .brake::before {
		width: 16px;
		height: 16px;
		background-size: auto 16px;
	}

	.time .map {
		height: 520px;
		margin: 20px 0px 80px;
	}

	.time .info {
		margin: -24px 0px;
	}

	.time .info::before {
		display: none;
	}

	.time .info .lt,
	.time .info .rt {
		flex:1 1 100%;
		max-width: 100%;
		padding: 24px 0px;
	}

	.time .info .lt {
		border-bottom: 1px solid #bfbfbf;
	}

	.time .info .rt {
		padding-left: 0px;
	}

	.time .info .tit {
		padding-left: 30px;
	}

	.time .info .tit img {
		height: 24px;
	}

	.time .info .sns {
		gap:6px;
	}

	.time .info .btn {
		gap:6px;
		width: 160px;
		height: 48px;
	}

	.time .info .btn i {
		width: 25px;
		height: 25px;
		background-size: auto 25px;
	}
}
@media screen and (max-width:768px) {
	.time .time-days {
		font-size: 4.4rem;
	}

	.time .list {
		flex-wrap: wrap;
	}

	.time .list li {
		flex:1 1 100%;
	}

	.time .list .card {
		padding: 20px;
	}

	.time .map {
		height: 420px;
		margin:16px 0px 50px;
	}

	.time .info .tit {
		padding-left: 28px;
	}

	.time .info .tit img {
		height: 22px;
	}

	.time .info .btn {
		height: 38px;
	}

	.time .info .btn i {
		width: 20px;
		height: 20px;
		background-size: auto 20px;
	}
}
@media screen and (max-width:480px) {
	.time .sec-intro::before {
		left: -60px;
		width: 175px;
		height: 162px;
	}

	.time .time-days {
		position: relative;
		top:unset;
		right: unset;
		text-align: right;
		margin-top: 10px;
		font-size: 3.8rem;
	}

	.time .list {
		gap:8px;
	}

	.time .list .card {
		padding: 14px;
		border-radius: 10px;
	}

	.time .list .pin {
		height: 20px;
	}

	.time .list .brake {
		padding-left: 20px;
	}

	.time .list .brake::before {
		width: 14px;
		height: 14px;
		background-size: auto 14px;
	}

	.time .map {
		height: 320px;
		margin: 12px 0px 30px;
	}

	.time .info {
		margin: -18px 0px;
	}

	.time .info .lt, .time .info .rt {
		padding: 18px 0px;
	}

	.time .info .tit {
		padding-left: 22px;
	}

	.time .info .tit img {
		height: 18px;
	}

	.time .info .sns {
		gap:4px;
	}
}


/* Device */
.device .sec {
	position: relative;
}

.device .sec::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 27.34375vw;
	height: 24.0625vw;
	background: url('/asset/img/sub/sphere02.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-left 4s 1s infinite both ease-out;
}

.device .list {
  display:flex;
  flex-wrap: wrap;
  margin: -30px -12px;
}

.device .list li {
  flex:1 1 25%;
  max-width: 25%;
  padding: 30px 12px;
  cursor: pointer;
}

.device .list .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(357/357*100%);
  border:1px solid #dcdcdc;
  border-radius: 20px;
  overflow: hidden;
}

.device .list .img img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
	transition: var(--transition-basic4);
}

@media screen and (min-width:1201px){
	.device .list li:hover .img img {
		transform: scale(1.08);
	}
}
@media screen and (max-width:1200px) {
	.device .list {
		margin: -20px -8px;
	}

	.device .list li {
		padding: 20px 8px;
	}
}
@media screen and (max-width:1024px) {
	.device .sec-intro::before {
		left: -30px;
		width: 325px;
		height: 262px;
	}

	.device .list {
		margin: -14px -6px;
	}
	
	.device .list li {
		flex:1 1 33.33%;
		max-width: 33.33%;
		padding: 14px 6px;
	}
}
@media screen and (max-width:768px) {
	.device .list li {
		flex:1 1 50%;
		max-width: 50%;
	}
}
@media screen and (max-width:480px) {
	.device .sec-intro::before {
		left: -60px;
		width: 175px;
		height: 162px;
	}

	.device .list {
		margin: -10px -6px;
	}

	.device .list li {
		flex:1 1 100%;
		max-width: 100%;
		padding: 10px 6px;
	}

	.device .list .img {
		padding-top: 52.25%;
	}

	.device .list .img img {
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width: 60%;
		height: auto;
	}
}


/* Interior */
.interior .sec {
	position: relative;
}

.interior .sec::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 27.34375vw;
	height: 24.0625vw;
	background: url('/asset/img/sub/sphere02.png') no-repeat center / cover;
	z-index: 10;
	animation: bounce-left 4s 1s infinite both ease-out;
}

.interior .lt {
  width: 510px;
  margin-top: 50px;
  z-index: 10;
}

.interior .rt {
  position: relative;
  width: calc(100% - 510px);
}

.interior .rt::before {
  content: "";
  display: block;
  position: absolute;
  top:98%;
  left: -200%;
  transform: translateY(-50%);
  width: 200%;
  height: 60%;
  background-color: #fff;
  z-index: 5;
}

.interior .t01::after {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  margin: 30px 0px;
  background-color: #dcdcdc;
}

.interior .pagination {
  position: relative;
  top:unset;
  left: unset;
  right:unset;
  bottom: unset;
  width: 100%;
  height: 5px;
  background-color: #f5f5f5;
  margin-top: 40px;
}

.interior .pagination .swiper-pagination-progressbar-fill {
  background-color: #c9e19c;
}

@media screen and (max-width:1200px) {
	.interior .lt {
		width: 440px;
	}

	.interior .rt {
		width: calc(100% - 440px);
	}
}
@media screen and (max-width:1024px) {
	.interior .sec-intro::before {
		left: -30px;
		width: 325px;
		height: 262px;
	}

	.interior .lt {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.interior .rt {
		width: 100%;
	}

	.interior .rt::before {
		display: none;
	}

	.interior .t01::after {
		width: 200px;
		margin: 20px 0px;
	}

	.interior .pagination {
		margin-top: 20px;
	}
}
@media screen and (max-width:768px) {
	.interior .t01::after {
		width: 160px;
	}

	.interior .pagination {
		height: 3px;
	}
}
@media screen and (max-width:480px) {
	.interior .sec-intro::before {
		left: -60px;
		width: 175px;
		height: 162px;
	}

	.interior .lt {
		margin-bottom: 20px;
	}

	.interior .t01::after {
		width: 140px;
		margin: 12px 0px;
	}

	.interior .pagination {
		height: 2px;
		margin-top: 12px;
	}
}


/* Concerns */
.concerns .sec-intro {
	position: relative;
}

.concerns .sec-intro::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 27.34375vw;
	height: 24.0625vw;
	background: url('/asset/img/sub/sphere02.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-left 4s 1s infinite both ease-out;
}

.concerns .sec-intro::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32.65625vw;
	height:30.8333vw;
	background: url('/asset/img/sub/sphere03.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-right 4s 1s infinite both ease-out;
}

.concerns .sec-intro .txt {
	margin-top: 65px;
}

.concerns .sec-symptoms .t02::after {
	content: "";
	display: block;
	width:180px;
	height: 1px;
	margin: 30px 0px;
	background-color: #a0a0a0;
}

.concerns .sec-assist .bd::after {
	content: "";
	display: block;
	position: absolute;
	top:-100px;
	right: -100px;
	width: 212px;
	height: 210px;
	background: url('/asset/img/sub/cir1.png') no-repeat center / cover;
	animation: text-rolling 18s linear infinite;
}

.concerns .sec-assist2 .bd::after {
	background-image: url('/asset/img/sub/cir2.png');
}

.concerns .sec-assist .list {
	display: flex;
	gap:24px;
}

.concerns .sec-assist .list li {
	flex:1 1;
}

.concerns .sec-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.concerns .sec-banner .line {
	display: block;
	width: 1px;
	height: 70px;
	background-color: #ffffff;
	margin: 40px auto;
}

.concerns .sec-zigzag i {
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url('/asset/img/icon/ico_leaf.svg') no-repeat center;
}

.concerns .sec-zigzag .t01 {
	margin: 20px 0px;
}

@media screen and (max-width:1536px){
	.concerns .sec-zigzag .img {
		width: 70%;	
	}
}
@media screen and (max-width:1366px) {
	.concerns .sec-intro::after {
		right: -100px;
		bottom:-40px;
	}
}
@media screen and (max-width:1200px) {
	.concerns .sec-intro .img {
		width: 52%;
	}

	.concerns .sec-intro .txt {
		width: calc(100% - 54%);
	}

	.concerns .sec-symptoms .img {
		width: 52%;
	}
	
	.concerns .sec-symptoms .txt {
		width: calc(100% - 54%);
	}
	
	.concerns .sec-assist .list {
		gap:16px;
	}

	.concerns .sec-assist .bd::after {
		top:-60px;
		right: -60px;
		width: 152px;
		height: 150px;
	}
}
@media screen and (max-width:1024px) {
	.concerns .sec-intro .img {
		order: 1;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.concerns .sec-intro .txt {
		order: 2;
		width: 100%;
		margin-top: 45px;
	}

	.concerns .sec-symptoms .img {
		order: 1;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.concerns .sec-symptoms .txt {
		order: 2;
		width: 100%;
	}

	.concerns .sec-symptoms .t02::after {
		width: 140px;
		margin:20px 0px;
	}

	.concerns .sec-assist .bd {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}

	.concerns .sec-assist .list {
		flex-wrap: wrap;
	}

	.concerns .sec-assist .list li {
		flex:1 1 calc(50% - 8px);
		max-width: calc(50% - 8px);
	}

	.concerns .sec-banner .line {
		height: 50px;
		margin: 30px auto;
	}

	.concerns .sec-zigzag i {
		height: 13px;
		background-size: auto 13px;
	}
	
	.concerns .sec-zigzag .t01 {
		margin: 16px 0px;
	}
}
@media screen and (max-width:768px) {
	.concerns .sec-intro::before {
		left: -30px;
		width: 325px;
		height: 262px;
	}

	.concerns .sec-intro::after {
		width: 427px;
		height: 392px;
	}

	.concerns .sec-assist .list {
		gap:12px;
	}

	.concerns .sec-assist .list li {
		flex:1 1 calc(50% - 6px);
		max-width: calc(50% - 6px);
	}

	.concerns .sec-banner .line {
		height: 38px;
	}

	.concerns .sec-zigzag .img {
		order: 1;	
		width: 100%;
	}

	.concerns .sec-zigzag .txt {
		order: 2;
		width: 100%;
	}

	.concerns .sec-zigzag .t01 {
		margin: 10px 0px;
	}
}
@media screen and (max-width:480px) {
	.concerns .sec-intro::before {
		left: -60px;
		width: 175px;
		height: 162px;
	}

	.concerns .sec-intro::after {
		width: 227px;
		height: 192px;
	}

	.concerns .sec-intro .txt {
		margin-top: 35px;
	}

	.concerns .sec-symptoms .t02::after {
		width: 120px;
		margin: 12px 0px;
	}

	.concerns .sec-assist .list {
		gap:8px;
	}

	.concerns .sec-assist .bd::after {
		top:-30px;
		right: -30px;
		width: 92px;
		height: 90px;
	}

	.concerns .sec-assist .list li {
		flex:1 1 calc(100% - 4px);
		max-width: calc(100% - 4px);
	}
	
	.concerns .sec-assist .list .img {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 52.25%;
		border-radius: 10px;
		overflow: hidden;
	}

	.concerns .sec-assist .list .img img {
		display: block;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: auto;
	}

	.concerns .sec-banner .line {
		height: 28px;
		margin: 20px auto;
	}

	.concerns .sec-zigzag i {
		height: 10px;
		background-size: auto 10px;
	}

	.concerns .sec-zigzag .t01 {
		margin: 6px 0px;
	}
}


/* Medical */
.medical .sec-intro {
	position: relative;
}

.medical .sec-intro::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -3vw;
	width: 32.65625vw;
	height:30.8333vw;
	background: url('/asset/img/sub/sphere03.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-right 4s 1s infinite both ease-out;
}

.medical .sec-intro .txt {
	margin-top: 65px;
}

.medical .sec-intro .icons {
	display: flex;
	margin: -5px;
}

.medical .sec-intro .icons dd {
	width: 215px;
	padding: 5px;
}

.medical .sec-intro .icons .card {
	text-align: center;
	padding: 47px 10px;
	border-radius: 20px;
	background-color: #f3f7f5;
}

.medical .sec-sort .sort-container {
	max-width: 1530px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

.medical .sec-sort .swiper-container {
	overflow: visible;
}

.medical .sec-sort .swiper-controls {
	position: relative;
	margin-bottom: 80px;
}

.medical .sec-sort .swiper-controls::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 200%;
	height:1px;
	background-color: #bfbfbf;
}

.medical .sec-sort .pagination {
	display: flex;
	width: 100%;
}

.medical .sec-sort .pagination span {
	flex:1 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width:auto;
	height: 60px;
	margin: 0;
	border-radius: 0px;
	background-color: transparent;
	font-size: 1.8rem;
	color:#8c8c8c;
	opacity: 1;
	transition: var(--transition-basic);
	cursor: pointer;
}

.medical .sec-sort .pagination span::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #0a5536;
	z-index:5;
	transition: var(--transition-basic);
}

.medical .sec-sort .pagination span.active {
	font-weight: 700;
	color:#0a5536;	
}

.medical .sec-sort .pagination span.active::after {
	width: 100%;
}

.medical .sec-sort .card {
	position: relative;
}

.medical .sec-sort .card-top {
	padding-top:180px;
}

.medical .sec-sort .card-btm {
	padding-bottom: 180px;
}

.medical .sec-sort .txt {
	position: absolute;
	left: 0;
}

.medical .sec-sort .txt01 {
	bottom: 0;
}

.medical .sec-sort .txt02 {
	top:0;
}

.medical .sec-sort .txt03 {
	bottom: 20px;
}

.medical .sec-sort .txt04 {
	top:0;
}

.medical .sec-sort .txt05 {
	bottom: 50px;
}

.medical .sec-sort .txt06 {
	top:0;
}

.medical .sec-sort .txt07 {
	bottom: 0;
}

.medical .sec-method {
	position: relative;
}

.medical .sec-method::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	right: -20.8333vw;	
	width: 58.59375vw;
	height: 58.59375vw;
	background: url('/asset/img/sub/sphere04.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-right 4s 1s infinite both ease-out;
}

.medical .sec-method::after {
	content: "";
	display: block;
	position: absolute;
	left: -23.4375vw;
	bottom: -25vw;
	width: 92.5520vw;
	height: 92.5520vw;
	background: url('/asset/img/sub/sphere05.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-left 4s 1s infinite both ease-out;
}

.medical .sec-method .list {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}

.medical .sec-method .list li {
	flex:1 1 50%;
	max-width: 50%;
	padding: 12px;	
}

.medical .sec-method .list .card {
	height: 100%;
	min-height: 430px;
	padding: 50px;
	border:1px solid #c7d2cd;
	border-radius: 20px;
	transition: var(--transition-basic);
}

.medical .sec-method .list i {
	display: block;
	width: 47px;
	height: 47px;
	background-repeat: no-repeat;
	background-position: center;
}

.medical .sec-method .list i.icon01 {
	background-image: url('/asset/img/sub/medical/inj/sec02_ico01.png');
}

.medical .sec-method .list i.icon02 {
	background-image: url('/asset/img/sub/medical/inj/sec02_ico02.png');
}

.medical .sec-method .list i.icon03 {
	background-image: url('/asset/img/sub/medical/inj/sec02_ico03.png');
}

.medical .sec-method .list i.icon04 {
	background-image: url('/asset/img/sub/medical/inj/sec02_ico04.png');
}

.medical .sec-method .list i.icon05 {
	background-image: url('/asset/img/sub/medical/inj/sec02_ico05.png');
}

.medical .sec-method .t02 {
	line-height: 1.55;
}

.medical .sec-carousel .carousel-txt-wrap {
	display: flex;
	align-items: center;
	gap:20px;
	white-space: nowrap;
}

.medical .sec-carousel .carousel-txt-wrap p {
	text-transform: uppercase;
	font-size: 12rem;
	line-height: 1;
}

.medical .sec-point .icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url('/asset/img/icon/ico_point.png') no-repeat center;
}

.medical .sec-point .list {
	display: flex;
	justify-content: space-between;
	gap:2.6667%;
}

.medical .sec-point .caution {
	text-align: right;
	font-size: 1.8rem;
	color:#737373;
	margin-top: 40px;
}

.medical .sec-specialty .list {
	border-top: 1px solid #959595;
}

.medical .sec-specialty .list li {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #959595;
	transition: var(--transition-basic);
	cursor: pointer;
}

.medical .sec-specialty .list .question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 50px;
}

.medical .sec-specialty .list .question p {
	width: calc(100% - 120px);
}

.medical .sec-specialty .list .question button {
	display: block;
	position: relative;
	width: 30px;
	height:30px;
}

.medical .sec-specialty .list .question span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0a5536;
}

.medical .sec-specialty .list .question span::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	transform:rotate(-90deg);
	background-color: #0a5536;	
	transition: var(--transition-basic2);
}

.medical .sec-specialty .list .answer {
	max-height:0;
  margin: 0px 40px;
  overflow: hidden;
	transition: var(--transition-basic2);
}

.medical .sec-specialty .list .answer-wrap {
	display: flex;
	justify-content: space-between;
	gap:24px;
	padding: 50px;
	border-top: 1px solid #959595;
}

.medical .sec-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.medical .sec-manager .article01::after{
	content: "";
	display:block;
	position: absolute;
	top:80px;
	right:0;
	width: 69.27%;
	height: 100%;	
	background-color: #f5f5f5;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index: -1;
}

.medical .sec-manager .img {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	/* max-width: 671px; */
}

.medical .sec-manager .ps::after {
	content: "";
  display: block;
  width: 180px;
  height: 1px;
  background-color: #a0a0a0;
  margin: 30px 0px;
}

.medical .sec-manager .info {
	padding: 80px; 
	border-radius: 20px;
	background-color: #f5f5f5;
}

.medical .sec-manager .info dl:first-child {
	width: 59%;
}

.medical .sec-manager .info dl:first-child p {
	flex:1 1 50%;
	max-width: 50%;
}

.medical .sec-specialty .list li.active {
	background-color: #f3f7f5;
}

.medical .sec-specialty .list li.active .question span::before {
	opacity: 0;
	transform: rotate(0deg);
}

@media screen and (min-width:1201px) {
	.medical .sec-method .list li:hover .card {
		background-color: #f3f7f5;
	}
}
@media screen and (max-width:1366px) {
	.medical .sec-intro::after {
		right: -100px;
		bottom:-40px;
	}

	.medical .sec-point .list {
		gap:1.6667%;
	}

	.medical .sec-manager .info {
		padding: 60px;
	}
}
@media screen and (max-width:1200px) {
	.medical .sec-intro .img {
		width: 52%;
	}

	.medical .sec-intro .txt {
		width: calc(100% - 54%);
	}

	.medical .sec-intro .icons dd {
		width: 33.33%;
	}

	.medical .sec-intro .icons .card {
		padding: 36px 6px;
	}

	.medical .sec-sort .swiper-controls {
		margin-bottom: 60px;
	}

	.medical .sec-sort .pagination span  {
		font-size: 1.6rem;
	}

	.medical .sec-method .list {
		margin: -8px;
	}

	.medical .sec-method .list li {
		padding: 8px;	
	}

	.medical .sec-method .list .card {
		min-height: 380px;
		padding: 36px;
	}

	.medical .sec-carousel .carousel-txt-wrap p {
		font-size: 10rem;
	}

	.medical .sec-point .list {
		gap:1%;
	}

	.medical .sec-point .caution {
		font-size: 1.6rem;
	}

	.medical .sec-manager .article01::after {
		top: 40px;
	}

	.medical .sec-manager .info {
		padding: 40px;
	}
}
@media screen and (max-width:1024px) {
	.medical .sec-intro::after {
		width: 427px;
		height: 392px;
	}

	.medical .sec-intro .img {
		order: 1;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.medical .sec-intro .txt {
		order: 2;
		width: 100%;
		margin-top: 45px;
	}

	.medical .sec-intro .txt .top {
		margin-bottom: 30px;
	}

	.medical .sec-intro .icons {
		margin: -3px;
	}

	.medical .sec-intro .icons dd {
		padding: 3px;
	}

	.medical .sec-intro .icons .card {
		padding: 28px 6px;
	}

	.medical .sec-intro .icons img {
		width: 54px;
	}

	.medical .sec-sort .swiper-controls {
		margin-bottom: 40px;
	}

	.medical .sec-sort .pagination span  {
		height: 48px;
	}

	.medical .sec-sort .card-top {
		padding-top:140px;
	}

	.medical .sec-sort .card-btm {
		padding-bottom: 140px;
	}

	.medical .sec-method::before {
		width: 625px;
		height: 625px;
	}

	.medical .sec-method::after {
		bottom: -30vw;
		width: 1076px;
		height: 1076px;
	}

	.medical .sec-method .list .card {
		min-height: 320px;
		padding: 28px;
	}

	.medical .sec-method .list i {
		width: 42px;
		height: 42px;
		background-size: auto 42px;
	}

	.medical .sec-point .icon {
		width: 30px;
		height: 30px;
		background-size: auto 30px;
	}

	.medical .sec-point .list {
		flex-wrap: wrap;
		justify-content: center;
		gap:12px;
		max-width: 548px;
		width: 100%;
		margin: 0 auto;
	}

	.medical .sec-point .list li {
		flex: 0 0 calc((100% - 24px) / 2);
		max-width: calc((100% - 24px) / 2);
	}

	.medical .sec-point .caution {
		margin-top: 28px;
	}

	.medical .sec-specialty .list .question {
		padding: 40px 24px;
	}

	.medical .sec-specialty .list .question button {
		width: 24px;
		height: 24px;
	}

	.medical .sec-specialty .list .question span {
		height: 2px;
	}

	.medical .sec-specialty .list .question span::before {
		height: 2px;
	}

	.medical .sec-specialty .list .answer {
		margin: 0px;
	}

	.medical .sec-specialty .list .answer-wrap {
		gap:12px;
		padding:30px 24px;
	}
	
	.medical .sec-manager .article01 {
		width: 95%;
		margin: 0 auto;
	}

	.medical .sec-manager .article01::after {
		display: none;
	}

	.medical .sec-manager .article02 {
		margin-top:30px;
	}

	.medical .sec-manager .img {
		order: 1;
		position: relative;
		/* max-width: 821px; */
		width: fit-content;
		/* height: 0; */
		/* padding-top:calc(600/821*100%); */
		margin: 0 auto;
		border-radius: 20px;
	}

	.medical .sec-manager .img img {
		/* position: absolute;
		top:0;
		left:0; */
		width: 100%;
		height: 100%;
		/* object-fit: cover; */
		/* object-position: center -110px; */
	}

	.medical .sec-manager .txt {
		order: 2;
		width: 100%;
	}

	.medical .sec-manager .ps::after {
		width: 140px;
		margin: 20px 0px;
	}

	.medical .sec-manager .info dl {
		width: 100%;
	}

	.medical .sec-manager .info dl:first-child {
		width: 100%;
	}

	.medical .sec-manager .info p {
		flex:1 1 50%;
	}
}
@media screen and (max-width:768px) {
	.medical .sec-intro .txt .top {
		margin-bottom: 20px;
	}

	.medical .sec-intro .icons .card {
		padding:20px 6px;
	}

	.medical .sec-intro .icons img {
		width: 48px;
	}

	.medical .sec-sort .swiper-controls {
		margin-bottom: 30px;
	}

	.medical .sec-sort .swiper-controls::after {
		display: none;
	}

	.medical .sec-sort .pagination {
		flex-wrap: wrap;
		border-top: 1px solid #bfbfbf;
		border-left: 1px solid #bfbfbf;
	}

	.medical .sec-sort .pagination span  {
		flex:1 1 25%;
		max-width: 25%;
		height: 42px;
		border:1px solid #bfbfbf;
		border-top: 0px;
		border-left: 0px;
		font-size: 1.4rem;
	}

	.medical .sec-sort .pagination span::after {
		display: none;
	}

	.medical .sec-sort .pagination span.active {
		color:#fff;
		background-color: #0a5536;
	}

	.medical .sec-sort .swiper-container {
		max-width:484px;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.medical .sec-sort .card {
		display: flex;
		flex-direction: column;
	}

	.medical .sec-sort .card-top {
		padding: 0px;
	}

	.medical .sec-sort .card-btm {
		padding: 0px;
	}

	.medical .sec-sort .img {
		order: 1;
	}

	.medical .sec-sort .txt {
		order: 2;
		position: relative;
		left: unset !important;
		top:unset !important;
		bottom: unset !important;
		height: 90px;
		margin-top: 20px;
	}

	.medical .sec-method::before {
		width: 425px;
		height: 425px;
	}

	.medical .sec-method::after {
		left: -35vw;
		width: 876px;
		height: 876px;
	}

	.medical .sec-method .list {
		margin: -6px;
	}

	.medical .sec-method .list li {
		flex:1 1 100%;
		max-width: 100%;
		padding: 6px;
	}

	.medical .sec-method .list .card {
		min-height: auto;
		padding: 20px;
	}

	.medical .sec-method .list i {
		width: 36px;
		height: 36px;
		background-size: auto 36px;
	}
	
	.medical .sec-carousel .carousel-txt-wrap {
		gap:12px;
	}

	.medical .sec-carousel .carousel-txt-wrap p {
		font-size: 8rem;
	}

	.medical .sec-point .icon {
		width: 25px;
		height: 25px;
		background-size: auto 25px;
	}

	.medical .sec-point .list {
		gap:16px 8px;
	}

	.medical .sec-point .list li {
		flex: 0 0 calc((100% - 16px) / 2);
		max-width: calc((100% - 16px) / 2);
	}

	.medical .sec-point .caution {
		font-size: 1.4rem;
	}

	.medical .sec-specialty .list .question {
		padding: 30px 20px;
	}

	.medical .sec-specialty .list .question button {
		width: 16px;
		height: 16px;
	}

	.medical .sec-specialty .list .answer-wrap {
		flex-wrap: wrap;
		padding: 20px;
	}

	.medical .sec-specialty .list .answer-wrap .txt {
		order: 2;
		width: 100%;
	}

	.medical .sec-specialty .list .answer-wrap .img {
		order: 1;
		max-width: 280px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.medical .sec-manager .ps::after {
		margin: 20px auto;
	}

	.medical .sec-manager .info {
		padding: 24px;
	}

	.medical .sec-manager .info p {
		flex:1 1 100%;
		max-width: 100%;
	}

	.medical .sec-manager .info dl:first-child p {
		flex:1 1 100%;
		max-width: 100%;
	}
}

@media all and (max-width:576px){
	/* .medical .sec-manager .img img{
		object-position: center -55px;
	} */
}

@media screen and (max-width:480px) {
	.medical .sec-intro::after  {
		width: 227px;
		height: 192px;
	}

	.medical .sec-intro .txt {
		margin-top: 35px;
	}

	.medical .sec-intro .icons {
		flex-wrap: wrap;
		margin: -2px;
	}

	.medical .sec-intro .icons dd {
		flex:1 1 100%;
		padding: 2px;
	}

	.medical .sec-intro .icons .card {
		display: flex;
		justify-content: center;
		align-items: center;
		gap:10px;
		padding: 14px 4px;
	}

	.medical .sec-intro .icons img {
		width: 34px;
	}

	.medical .sec-sort .swiper-controls {
		margin-bottom: 20px;
	}

	.medical .sec-sort .pagination span  {
		height: 36px;
		font-size: 1.2rem;
	}

	.medical .sec-method::before {
		width: 305px;
		height: 305px;
	}

	.medical .sec-method::after {
		width: 476px;
		height: 476px;
	}

	.medical .sec-method .list {
		margin: -4px;
	}

	.medical .sec-method .list li {
		padding: 4px;
	}

	.medical .sec-method .list .card {
		padding: 14px;
	}

	.medical .sec-method .list i {
		width: 28px;
		height: 28px;
		background-size: auto 28px;
	}

	.medical .sec-carousel .carousel-txt-wrap {
		gap:8px;
	}

	.medical .sec-carousel .carousel-txt-wrap p {
		font-size: 5.4rem;
	}

	.medical .sec-point .icon {
		width: 20px;
		height: 20px;
		background-size: auto 20px;
	}

	.medical .sec-point .list {
		gap:10px 8px;
	}

	.medical .sec-point .list li {
		flex: 0 0 calc((100% - 16px) / 2);
		max-width: calc((100% - 16px) / 2);
	}

	.medical .sec-point .caution {
		text-align: center;
		font-size: 1.2rem;
		margin-top: 20px;
	}

	.medical .sec-specialty .list .question {
		padding: 16px 14px;
	}

	.medical .sec-specialty .list .question p {
		width: calc(100% - 40px);
	}
	
	.medical .sec-specialty .list .question button {
		width: 10px;
		height: 10px;
	}

	.medical .sec-specialty .list .answer-wrap {
		gap:8px;
		padding: 14px;
	}

	.medical .sec-specialty .list .answer-wrap .img {
		max-width: 200px;
	}

	.medical .sec-manager .ps::after {
		width: 120px;
		margin: 12px auto;
	}

	.medical .sec-manager .info {
		padding:20px 14px;
	}
}


/* Scalp */
.scalp .sec-intro {
	position: relative;
}

.scalp .sec-intro::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 27.34375vw;
	height: 24.0625vw;
	background: url('/asset/img/sub/sphere02.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-left 4s 1s infinite both ease-out;
}

.scalp .sec-intro::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32.65625vw;
	height:30.8333vw;
	background: url('/asset/img/sub/sphere03.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-right 4s 1s infinite both ease-out;
}

.scalp .sec-intro .txt {
	margin-top: 65px;
}

.scalp .sec-type .article-wrap {
	display: flex;
	border-radius:20px;
	background-color: #fff;
	overflow: hidden;
}

.scalp .sec-type .txt {
	width: calc(100% - 611px);
	padding: 40px 50px 0px;
}

.scalp .sec-type .txt .icon {
	display: block;
	width: 70px;
	height:70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.scalp .sec-type .txt .t01 {
	margin: 16px 0px 24px;
}

.scalp .sec-type .txt .t01 span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 25px;
	margin-right: 10px;
	border-radius: 5px;
	background-color:#0a5536;
}

.scalp .sec-program ul {
	margin:-12px;
}

.scalp .sec-program li {
	position: relative;
	flex:1 1;
	padding: 12px;
}

.scalp .sec-program .item03{
	justify-content: center;
}
.scalp .sec-program .item03 li{
	width: 25%;
	flex: none;
}

.scalp .sec-program .img {
	position: relative;
}

.scalp .sec-program li:not(:last-child) .img::after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	right: -40px;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: url('/asset/img/sub/scalp/sec00_arr.png') no-repeat center / cover;
	filter: drop-shadow(0px 5px 10px rgba(128,128,128,.3)); 
	z-index: 10;
}

.scalp .sec-banner {
	background: url('/asset/img/sub/scalp/sec04_img.png') no-repeat center / cover;
}

.scalp .sec-banner .big {
	position: relative;
}

.scalp .sec-banner .big::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 1px;
	height:0;
	background-color: #fff;
	transition: all 1s ease .3s;
}

.scalp .sec-banner .big .t01 {
	line-height: 1;
}

.scalp .sec-banner .small .t03 {
	position: absolute;
	right: 0;
	bottom:0;
	text-align: right;
}

.scalp .sec-process ul {
	margin: -12px;
}

.scalp .sec-process li {
	position: relative;
	flex:1 1;
	padding: 12px;
}

.scalp .sec-process .img {
	position: relative;
}

.scalp .sec-process li:not(:last-child) .img::after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	right: -40px;
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	background: url('/asset/img/sub/scalp/sec00_arr.png') no-repeat center / cover;
	filter: drop-shadow(0px 5px 10px rgba(128,128,128,.3)); 
	z-index: 10;
}

.scalp .sec-point {
	position: relative;
	z-index: 1;
}

.scalp .sec-point::before {
	content: "";
	display: block;
	position: absolute;
	right:0;
	bottom:0;
	width: 1276px;
	height:185px;
	background: url('/asset/img/sub/scalp/sec06_ele.png') no-repeat center / auto 100%;
	z-index: -1;
}

.scalp .sec-point .icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url('/asset/img/icon/ico_point.png') no-repeat center;
}

.scalp .sec-point .list {
	display: flex;
	justify-content: space-between;
	gap:2.6667%;
}

.scalp .sec-point .caution {
	text-align: right;
	font-size: 1.8rem;
	color:#737373;
	margin-top: 40px;
}

.scalp .sec-comment p {
	padding: 0px 20px;
}


.scalp .sec-banner .big.in-view::before {
	height: 220px;
}

@media screen and (max-width:1366px) {
	.scalp .sec-intro::after {
		right: -100px;
		bottom:-40px;
	}

	.scalp .sec-type .txt {
		padding:30px 40px 0px;
	}

	.scalp .sec-point .list {
		gap:1.6667%;
	}
}
@media screen and (max-width:1200px) {
	.scalp .sec-intro .img {
		width: 52%;
	}

	.scalp .sec-intro .txt {
		width: calc(100% - 54%);
	}

	.scalp .sec-type .img {
		width: 581px;
	}

	.scalp .sec-type .txt {
		width: calc(100% - 581px);
		padding:24px 2.5% 0px;
	}

	.scalp .sec-type .txt .icon {
		width: 56px;
		height: 56px;
	}

	.scalp .sec-type .txt .t01 {
		margin: 12px 0px 20px;
	}

	.scalp .sec-type .txt .t01 span {
		width: 72px;
		height: 22px;
	}

	.scalp .sec-program ul {
		margin:-8px;
	}

	.scalp .sec-program li {
		padding: 8px;
	}
	
	.scalp .sec-banner .big::before {
		height:0;
	}

	.scalp .sec-banner .big.in-view::before {
		height: 180px;
	}

	.scalp .sec-process ul {
		margin: -8px;
	}

	.scalp .sec-process li {
		padding: 8px;
	}

	.scalp .sec-point .list {
		gap:1%;
	}

	.scalp .sec-point::before {
		width: 866px;
		height: 125px;
	}
}
@media screen and (max-width:1024px) {
	.scalp .sec-intro::before {
		left: -30px;
		width: 325px;
		height: 262px;
	}

	.scalp .sec-intro::after {
		width: 427px;
		height: 392px;
	}

	.scalp .sec-intro .img {
		order: 1;
		width: 100%;
		text-align: center;
	}

	.scalp .sec-intro .txt {
		order: 2;
		width: 100%;
		margin-top: 45px;
	}

	.scalp .sec-type .article-wrap {
		flex-wrap: wrap;
		max-width: 611px;
		width: 100%;
		margin: 0 auto;
	}

	.scalp .sec-type .img {
		order: 1;
		width: 100%;
		text-align: center;
	}

	.scalp .sec-type .txt {
		width: 100%;
		order: 2;
		padding: 24px;
	}

	.scalp .sec-type .txt .icon {
		width: 48px;
		height: 48px;
	}

	.scalp .sec-type .txt .t01 {
		margin: 12px 0px 16px;
	}

	.scalp .sec-type .txt .t01 span {
		width: 62px;
		height: 20px;
		margin-right: 6px;
	}

	.scalp .sec-program ul {
		margin:-6px;
	}

	.scalp .sec-program li {
		padding: 6px;
	}

	.scalp .sec-program li:not(:last-child) .img::after {
		width: 35px;
		height: 35px;
		right: -23px;
	}

	.scalp .sec-banner .big::before {
		display: none;
	}

	.scalp .sec-banner .small .t03 {
		position: relative;
		right: unset;
		bottom: unset;
		text-align: center;
	}

	.scalp .sec-process ul {
		margin: -6px;
	}

	.scalp .sec-process li {
		padding: 6px;
	}
	
	.scalp .sec-process li:not(:last-child) .img::after {
		width: 35px;
		height: 35px;
		right: -23px;
	}

	.scalp .sec-point .icon {
		width: 30px;
		height: 30px;
		background-size: auto 30px;
	}

	.scalp .sec-point .list {
		flex-wrap: wrap;
		justify-content: center;
		gap:12px;
		max-width: 548px;
		width: 100%;
		margin: 0 auto;
	}

	.scalp .sec-point .list li {
		flex: 0 0 calc((100% - 24px) / 2);
		max-width: calc((100% - 24px) / 2);
	}
}
@media screen and (max-width:768px) {
	.scalp .sec-type .txt {
		padding: 20px;
	}

	.scalp .sec-program ul {
		margin: -8px -6px;
	}

	.scalp .sec-program li {
		flex:1 1 50%;
		padding: 8px 6px;
	}
 	.scalp .sec-program .item03 li{
		width: 50%;
	}

	.scalp .sec-program li:not(:last-child) .img::after {
		display: none;
	}

	.scalp .sec-process ul {
		margin: -8px -6px;
		text-align: center;
	}

	.scalp .sec-process li {
		flex:1 1 100%;
		padding: 8px 6px;
	}

	.scalp .sec-process li:not(:last-child) .img::after {
		display: none;
	}

	.scalp .sec-point::before {
		right: -300px;
	}

	.scalp .sec-point .icon {
		width: 25px;
		height: 25px;
		background-size: auto 25px;
	}

	.scalp .sec-point .list {
		gap:16px 8px
	}

	.scalp .sec-point .list li {
		flex: 0 0 calc((100% - 16px) / 2);
		max-width: calc((100% - 16px) / 2);
	}
}
@media screen and (max-width:480px) {
	.scalp .sec-intro::before {
		left: -60px;
		width: 175px;
		height: 162px;
	}

	.scalp .sec-intro::after {
		width: 227px;
		height: 192px;
	}

	.scalp .sec-intro .txt {
		margin-top: 35px;
	}

	.scalp .sec-type .txt {
		padding: 14px;
	}

	.scalp .sec-type .txt .icon {
		width: 40px;
		height: 40px;
	}

	.scalp .sec-type .txt .t01 {
		margin: 8 px 0px 12px;
	}

	.scalp .sec-type .txt .t01 span {
		width: 55px;
		height: 18px;
		margin-right: 4px;
	}

	.scalp .sec-program ul {
		margin: -8px -4px;
	}

	.scalp .sec-program li {
		padding: 8px 4px;
	}

	.scalp .sec-point::before {
		right: -520px;
	}

	.scalp .sec-point .icon {
		width: 20px;
		height: 20px;
		background-size: auto 20px;
	}

	.scalp .sec-point .list {
		gap:10px 8px
	}
}


/* Diet */
.diet .sec-intro {
	position: relative;
}

.diet .sec-intro::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 27.34375vw;
	height: 24.0625vw;
	background: url('/asset/img/sub/sphere02.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-left 4s 1s infinite both ease-out;
}

.diet .sec-intro::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -10vw;
	width: 32.65625vw;
	height:30.8333vw;
	background: url('/asset/img/sub/sphere03.png') no-repeat center / cover;
	z-index: -1;
	animation: bounce-right 4s 1s infinite both ease-out;
}

.diet .sec-intro .txt {
	margin-top: 65px;
}

.diet .sec-type .article-wrap {
	display: flex;
	border-radius:20px;
	background-color: #f5f5f5;
	overflow: hidden;
}

.diet .sec-type .txt {
	width: calc(100% - 611px);
	padding: 60px 50px;
}

.diet .sec-type .txt .t02 dd {
	display: flex;
}

.diet .sec-type .txt .t02 em {
	width: 12px;
}

.diet .sec-type .txt .t02 span {
	display: block;
	width: calc(100% - 12px);
}

.diet .sec-symptom {
	background-color: #f5f5f5;
}
.diet .sec-symptom.bg-white{
	background-color: #fff;
}

.diet .sec-symptom ul {
	margin: -12px;
}

.diet .sec-symptom li {
	flex:1 1;
	padding: 12px;
}

.diet .sec-symptom .txt {
	height: 100%;
	padding: 40px;
	border-radius: 20px;
	background-color: #fff;
}

.diet .sec-symptom i {
	display: block;
	width: 34px;
	height: 34px;
	background: url('/asset/img/icon/ico_warning.png') no-repeat center / cover;
}


.diet .sec-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (max-width:1366px){
	.diet .sec-intro::after {
		right: -100px;
		bottom:-40px;
	}

	.diet .sec-type .txt {
		padding:40px;
	}

	.diet .sec-symptom .txt  {
		padding: 30px;
	}
}
@media screen and (max-width:1200px) {
	.diet .sec-intro .img {
		width: 52%;
	}

	.diet .sec-intro .txt {
		width: calc(100% - 54%);
	}

	.diet .sec-type .img {
		width: 581px;
	}

	.diet .sec-type .txt {
		width: calc(100% - 581px);
		padding: 40px 2.5%;
	}

	.diet .sec-symptom ul {
		margin: -8px;
	}

	.diet .sec-symptom li {
		padding: 8px;
	}
}
@media screen and (max-width:1024px) {
	.diet .sec-intro::before {
		left: -30px;
		width: 325px;
		height: 262px;
	}

	.diet .sec-intro::after {
		width: 427px;
		height: 392px;
	}

	.diet .sec-intro .img {
		order: 1;
		width: 100%;
		text-align: center;
	}

	.diet .sec-intro .txt {
		order: 2;
		width: 100%;
		margin-top: 45px;
	}

	.diet .sec-type .article-wrap {
		flex-wrap: wrap;
		max-width: 611px;
		width: 100%;
		margin: 0 auto;
	}

	.diet .sec-type .img {
		order: 1;
		width: 100%;
	}

	.diet .sec-type .txt {
		order: 2;
		width: 100%;
		padding: 24px;
	}

	.diet .sec-symptom ul {
		margin: -6px;
	}

	.diet .sec-symptom li {
		padding: 6px;
	}

	.diet .sec-symptom .txt  {
		padding: 24px;
	}

	.diet .sec-symptom i {
		width: 28px;
		height: 28px;
	}
}
@media screen and (max-width:768px) {
	.diet .sec-type .txt {
		padding: 20px;
	}

	.diet .sec-symptom li {
		flex:1 1 100%;
	}

	.diet .sec-symptom .txt {
		padding: 20px;
	}

	.diet .sec-symptom i {
		width: 24px;
		height: 24px;
	}
}
@media screen and (max-width:480px) {
	.diet .sec-intro::before {
		left: -60px;
		width: 175px;
		height: 162px;
	}

	.diet .sec-intro::after {
		width: 227px;
		height: 192px;
	}

	.diet .sec-intro .txt {
		margin-top: 35px;
	}

	.diet .sec-type .txt {
		padding: 14px;
	}

	.diet .sec-type .txt .t02 em {
		width: 8px;
	}

	.diet .sec-type .txt .t02 span {
		width: calc(100% - 8px);
	}

	.diet .sec-symptom ul {
		margin: -4px;
	}

	.diet .sec-symptom li {
		padding: 4px;
	}

	.diet .sec-symptom .txt {
		padding: 14px;
	}

	.diet .sec-symptom i {
		width: 18px;
		height: 18px;
	}
}


/* Device Modal */
.device-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0,0,0,.3);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	opacity: 0;
	z-index: 999;
}

.device-modal .swiper-container {
	height: 100%;
}

.device-modal .swiper-wrapper {
	height: 100%;
}

.device-modal .swiper-slide {
	height: 100%;
	overflow: hidden;
}

.device-modal .modal-close {
	display: block;
	position: absolute;
	top:-50px;
	right: 0;
	width: 23px;
	height: 23px;
	background: url('/asset/img/sub/about/device/sec_btn_close.png') no-repeat center / cover;
}

.device-modal .modal-container {
	position: relative;
	max-width: 1500px;
	width: 95%;
	max-height: 450px;
	height: 100%;
	margin: 0 auto;
	opacity:0;
	transform: translateY(100px);
	transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.device-modal .modal-inner {
	position: relative;
	height: 100%;
}

.device-modal .modal-content {
	height: 100%;
	border-radius: 20px;
	background-color: #f5f5f5;
	border:2px solid #dcdcdc;
	overflow: hidden;
}

.device-modal .modal-inner .card {
	display: flex;
	height: 100%;
	overflow: hidden;
}

.device-modal .modal-inner .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40.7333%;
	background-color: #fff;
	border-right: 2px solid #dcdcdc;
	overflow: hidden;
}

.device-modal .modal-inner .img img {
	display: block;
	width: 70%;
	height: auto;
}

.device-modal .modal-inner .txt {
	width: calc(100% - 40.7333%);
	height: 100%;
	padding: 60px 4% 0px;
	overflow-y: auto;
}

.device-modal .modal-inner .txt i {
	display: block;
	width: 21px;
	height: 17px;
	background: url('/asset/img/icon/ico_leaf.svg') no-repeat center;
}

.device-modal .prev,
.device-modal .next {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width: 50px;
	height:50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: drop-shadow(0 0 8.5px rgba(23, 23, 23, 0.1));
	cursor: pointer;
	z-index: 9;
}

.device-modal .prev {
	left: -25px;
	background-image: url('/asset/img/sub/about/device/sec_btn_prev.png');
}

.device-modal .next {
	right: -25px;
	background-image: url('/asset/img/sub/about/device/sec_btn_next.png');
}

.device-modal.open {
	opacity: 1;
	visibility: visible;
}

.device-modal.open .modal-container {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

@media screen and (max-width:1200px) {
	.device-modal .modal-container {
		max-height: 380px;
	}

	.device-modal .modal-inner .txt {
		padding: 40px 4% 0px;
	}
}
@media screen and (max-width:1024px){
	.device-modal .modal-close {
		top:-36px;
		width: 20px;
		height: 20px;
	}

	.device-modal .prev, .device-modal .next {
		width: 36px;
		height: 36px;
	}

	.device-modal .prev {
		left: -18px;
	}

	.device-modal .next {
		right: -18px;
	}
}
@media screen and (max-width:768px){
	.device-modal .modal-container  {
		max-height: 360px;
		/* max-height: 300px; */
		/* max-height:calc(100% - 40%); */
	}

	.device-modal .swiper-slide {
		overflow-y: auto;
	}

	.device-modal .modal-inner .card {
		flex-wrap: wrap;
		height: auto;
		/* height: 100%; */
		/* overflow-y: auto; */
	}

	.device-modal .modal-inner .img {
		width: 100%;
		height: 220px;
		/* height: 50%; */
		border:0px;
	}

	.device-modal .modal-inner .txt {
		width: 100%;
		height: calc(100% - 220px);
		/* height: 50%; */
		overflow: hidden;
		padding: 30px 20px;
	}

	.device-modal .modal-inner .img img {
		width: 60%;
	}
}
@media screen and (max-width:480px){
	.device-modal .modal-close {
		top:-28px;
		width: 16px;
		height: 16px;
	}

	.device-modal .prev, .device-modal .next {
		width: 28px;
		height: 28px;
	}

	.device-modal .prev {
		left: -14px;
	}

	.device-modal .next {
		right: -14px;
	}
}


/* Privacy */
.privacy .textarea {
	height: 540px;
	padding: 30px;
	overflow-y: auto;
	border:1px solid #c7d2cd;
	border-radius: 20px;
} 

.privacy .textarea p {
	font-size: 1.8rem;
}

@media screen and (max-width:1200px) {
	.privacy .textarea p {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:1024px){
	.privacy .textarea {
		height: 480px;
		padding: 20px;
	} 
}
@media screen and (max-width:768px){
	.privacy .textarea {
		height: 380px;
	} 

	.privacy .textarea p {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:480px){
	.privacy .textarea {
		height: 280px;
	} 

	.privacy .textarea p {
		font-size: 1.2rem;
	}
}


/* Cursor */
.iv-cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	pointer-events: none;
}

.iv-cursor .img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transform:scale(0) translate(-50%,-50%);
	opacity: 0;
	width:128px;
	height:128px;
	transition: all 0.45s ease-out;
}

.iv-cursor .img img {
	width: 100%;
	height:100%;
}

.iv-cursor.on .img {
	opacity: 1;
	transform:scale(1) translate(-50%,-50%);
}


@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:768px){

}
@media screen and (max-width:480px){
	
}


/* Animation */
.up-ani-txt {
	opacity: 0;
	transform: translateY(80px);
	transition: all 1s ease calc(var(--i) * 0.2s);
}

.rt-ani-txt {
	opacity: 0;
	transform: translateX(-80px);
	transition: all 1s ease calc(var(--i) * 0.2s);
}

.lt-ani-txt {
	opacity: 0;
	transform: translateX(80px);
	transition: all 1s ease calc(var(--i) * 0.2s);
}

.up-ani-ele {
	opacity: 0;
	transform: translateY(80px);
	transition: all 1s ease calc(var(--i) * 0.2s);
}

.rt-ani-ele {
	opacity: 0;
	transform: translateX(-80px);
	transition: all 1s ease calc(var(--i) * 0.2s);
}

.lt-ani-ele {
	opacity: 0;
	transform: translateX(80px);
	transition: all 1s ease calc(var(--i) * 0.2s);
}

.fade-ani-txt,
.fade-ani-ele {
	opacity: 0;
	transition: all 1s ease calc(var(--i) * 0.2s);
}

.in-view.up-ani-txt,
.in-view.up-ani-ele {
	opacity: 1;
	transform: translateY(0);
}

.in-view.rt-ani-txt,
.in-view.lt-ani-txt,
.in-view.rt-ani-ele,
.in-view.lt-ani-ele {
	opacity: 1;
	transform: translateX(0);
}

.in-view.fade-ani-txt,
.in-view.fade-ani-ele {
	opacity: 1;
}



@keyframes title-up {
	0% {
		opacity: 0;
		transform: translateY(125%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes text-up {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


@keyframes bounce-center {
	0% {
		transform: scale(1) translate3d(-50%,0,0);
		opacity: 1;
  }

	20% {
		transform: scale(1.12) translate3d(-40%, -12%,0);
		opacity: .5;
  }

	42% {
		transform: scale(.95) translate3d(-60%, -8%, 4%);
		opacity: .7;
  }

	65% {
		transform: scale(1.15) translate3d(-45%,12%,0);
		opacity: .8;
	}

	82% {
		transform: scale(1.05) translate3d(-40%, 8%,2%);
		opacity: .7;
	}

	100% {
		transform: scale(1) translate3d(-50%,0,0);
		opacity:1;
	} 
}

@keyframes bounce-left {
	0% {
		transform: scale(1) translate3d(0,0,0);
		opacity: 1;
  }

	20% {
		transform: scale(1.12) translate3d(2%, -6%,0);
		opacity: .5;
  }

	42% {
		transform: scale(.95) translate3d(8%, -4%,0);
		opacity: .7;
  }

	65% {
		transform: scale(1.15) translate3d(4%,8%,0);
		opacity: .8;
	}

	82% {
		transform: scale(0.85) translate3d(2%, 4%,0);
		opacity: .7;
	}

	100% {
		transform: scale(1) translate3d(0,0,0);
		opacity:1
	} 
}

@keyframes bounce-right {
	0% {
			transform: scale(1) translate3d(0,0,0);
			opacity: .6
	}
	
	20% {
			transform: scale(1.1) translate3d(-2%,6%,0);
			opacity: .9
	}
	
	42% {
			transform: scale(.8) translate3d(-8%,0,0);
			opacity: .75
	}
	
	65% {
			transform: scale(1) translate3d(-4%,-8%,0);
			opacity: 1
	}
	
	82% {
			transform: scale(1.1) translate3d(-2%,-4%,0);
			opacity: .9
	}
	
	100% {
			transform: scale(1) translate3d(0,0,0);
			opacity: .6
	}
}

@keyframes text-rolling{
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width:768px) {
	.up-ani-txt {
		transform: translateY(40px);
	}

	.rt-ani-txt {
		transform: translateX(-40px);
	}

	.up-ani-ele {
		transform: translateY(40px);
	}

	.rt-ani-ele {
		transform: translateX(-40px);
	}

	.lt-ani-ele {
		transform: translateX(40px);
	}
}

.diet .sec-type .new-arti-cle{
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 10px 60px;
}
.diet .sec-type .new-arti-cle .txt{
	padding: 0;
}


.diet .sec-type .new-arti-cle .article-wrap{
	padding: 50px 0;
	border-radius: 0;
}
.diet .sec-type .new-arti-cle .article-wrap.d-flex-none{
	display: block;
}
.diet .sec-type .new-arti-cle .article-wrap + .article-wrap{
	border-top: 1px solid #bfbfbf;
}

.diet .sae-txt-box .d-flex-box{
	display: flex; align-items: center;
	gap: 60px;
}
.diet .sae-txt-box .rgt-text{
	width:calc(100% - 460px);

}
.diet .sae-txt-box .rgt-text ul li{
	display: flex;
}
.diet .sae-txt-box .rgt-text ul li + li{
	margin-top: 30px;
}
.diet .sae-txt-box .rgt-text .s-tit{
	min-width: 160px;
	width: 160px;
	display: block;
}
.diet .sae-txt-box .rgt-text .s-txt{
	width: calc(100% - 160px);
	color: #4c4c4c;
	display: block;
}
.diet .sae-txt-box .rgt-text .color-red{
	color: #be0000;
	display: inline-block;
}

.diet .sae-txt-box .tit{
	padding-left: 15px;
	position: relative;
}
.diet .sae-txt-box .tit:before{
	content: '';
	width: 4px;
	height: 4px;
	background-color: #0a5536;
	left: 0;
	top: 10px;
	position: absolute;
}

.diet .sec-symptom.bg-white .txt{
	height: auto;
	border-radius: 0 0 20px 20px;
	background-color: #f5f5f5;
}

@media all and (max-width:1200px){
	.diet .sae-txt-box .d-flex-box{
		flex-wrap: wrap;
		gap: 30px;
	}
	.diet .sae-txt-box .rgt-text{
		width: 100%;
	}
}

@media all and (max-width:1024px){
	.diet .sec-type .new-arti-cle{
		padding: 0;
	}
	.diet .sec-type .new-arti-cle .article-wrap{
		gap: 30px;
		width: 100%;
	}
}

@media all and (max-width:768px){
	.diet .sae-txt-box .rgt-text ul li{
		flex-wrap: wrap;
	}
	.diet .sae-txt-box .rgt-text .s-tit{
		width: 100%;
		min-width: 100%;
	}
	.diet .sae-txt-box .rgt-text .s-txt{
		width: 100%;
	}

	.diet .sae-txt-box .tit:before{
		top: 6px;
	}
}