html,body{
	width: 100%;
	height:100%;
	position:relative;
	margin: 0;
	padding:0;
	background-color:white;
	word-break:keep-all;
	font-family: 'SUIT Variable', sans-serif;
}

body{
	overflow-x:hidden;
}

p,h1,h2,h3,h4 { font-family:'SUIT Variable';word-break:keep-all; }
#map {
  height: 100%;
}

a {
  text-decoration: none;
  color: #1E1E23;
  opacity:1;
  font-family: 'work sans', sans-serif;
  transition: 200ms;
}
a:hover {
  opacity:0.9;
}

ul {
  padding: 0;
  list-style-type: none;
}

.container {
  margin-top: 50px; 
  Display: flex;
  justify-content: center;
  align-items: center;
}

.phone {
  background-color: #36383F;
  border-radius: 40px;
  width: 300px;
  height: 600px;
  Display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 30px 50px 100px #85888C;
}
.content {
  border: 1px solid #36383F;
  border-radius: 20px;
  width: 94%;
  height: 91%;
  background-color: #F5F6FA;

}

#menuToggle {
  display: flex;
  flex-direction: column;

  //position: absolute;
  //top: 25px;
  //right: 25px;
  z-index: 10;
  background-color:white;
  border-radius: 3px;
  padding:9px 6px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggleFix {
  display: flex;
  flex-direction: column;

  //position: absolute;
  //top: 25px;
  //right: 25px;
  z-index: 10;
  background-color:white;
  border-radius: 3px;
  padding:9px 6px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: none;
  position:absolute;
  height:0px;
}

#menuToggleFix input
{
  display: none;
  position:absolute;
  height:0px;
}


#menuToggle span
{
  display: flex;
  width: 23px;
  height: 2px;

  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggleFix span
{
  display: flex;
  width: 23px;
  height: 2px;

  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:nth-last-child(4)
{
  transform-origin: 0% 0%;
  margin-bottom:5px;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
  margin-top:5px;
}

#menuToggleFix span:nth-last-child(4)
{
  transform-origin: 0% 0%;
  margin-bottom:5px;
}

#menuToggleFix span:nth-last-child(2)
{
  transform-origin: 0% 100%;
  margin-top:5px;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(40deg);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-40deg);
}

#menu
{
  position: absolute;
  width: 260px;
  height: 400px;
  box-shadow: 0 0 10px #85888C;
  margin: -20px 0 0 0px;

  padding: 80px 0 0 20px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
//  transform: translate(50px, 0);
//  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  display:none;
}

#menuFix
{
  position: absolute;
  width: 260px;
  height: 400px;
  box-shadow: 0 0 10px #85888C;
  margin: -20px 0 0 0px;

  padding: 80px 0 0 20px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
//  transform: translate(50px, 0);
//  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  display:none;
}


.menuShowReady
{
  transform: translate(50px, 0);
  transition: transform 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}

.menuShowStart
{
  transform: translate(-86%, 0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}

.banner img {
	width:100%;
	height:auto;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}

:root {
	--swiper-navigation-size: 30px;
	--swiper-pagination-bullet-height:14px;
	--swiper-pagination-bullet-width:14px;
}

.swiper-button-next{
	color:#dcdcda!important;
	display:none;
}

.swiper-button-prev{
	 color:#dcdcda!important;
	display:none;
}

.swiper-pagination-bullet{
	background-color:#404040 !important;
}

.roundImg {
	max-width:320px;
	margin-left:auto;
	margin-right:auto;
	border-radius:50%;
	background-position:50% 50%;
	background-size:cover;
}

.lmove {
	opacity:0;
	transform:translateX(-20px);
	transition:all 1s;
}

.rmove {
	opacity:0;
	transform:translateX(+20px);
	transition:all 1s;
}

.umove {
	opacity:0;
	transform:translateY(20px);
	transition:all 1.5s;
}

.dmove {
	opacity:0;
	transform:translateY(-20px);
	transition:all 1.5s;
}

.smove{
	opacity:0;
	transition:all 1.7s;
}

#topMenuArea{
	opacity:0;
	transition:all 1s;
	font-size:1rem;
}

.mertul li::marker{
	color:#1ebbcc;
}

.brainfourtext1{
	font-size:22px;
	font-family:'Frank Ruhl Libre';
}

.brainfourtext3{
	font-size:20px;
	font-weight:300;
	line-height:1.6em;
}

.font20_bold{
font-size:20px;
font-weight:bold;
}

.font20{
	font-size:20px;
	font-weight:100;
}

.font22{
	font-size:22px;
	font-weight:100;
}

.font12{
	font-size:12px;
}

.font13{
	font-size:13px;
}

.font18{
	font-size:18px;
	font-weight:100;
}

.input-text{
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    margin: 6px 0 4px;
    font-family: sans-serif;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fafafa;
    border: 1px solid #e3e3e3 !important;
    padding: 10px 0px 10px 0px;
    font-size: 18px !important;
    color: #777 !important;
    font-weight: 200 !important;
    letter-spacing: .25px;
}

.form-wrapper {
    width: 100%;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
}

.form-margin-bottom {
	margin-bottom:40px;
}

.form-description {
    padding: .5em 0;
    font-size: 18px;
    opacity: .7;
}

.mainPic .mySwiper{
	visibility:hidden;
}

.threePointText2 {
	line-height:1.5em;
}

.rlText3 {
	line-height:1.7em;
}

.depression_writer {
	margin-top:1rem;
}

.hidden {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	border: none;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}


//#topMenuArea nav { width:100% }
#topMenuArea nav { margin-left:auto }
@media (min-width:950px)
{
	.youtube{
		position:relative;width:75%;padding-bottom:42.2%;
	}
	
	.video_iframe {
		border:0;
		width:75%;
		height:800px;
		margin:0;
	}

	video {
		width:75%;
	}
}

@media (max-width:950px)
{
	.youtube{
		position:relative;width:95%;padding-bottom:53.5%;
	}

	.video_iframe {
		width:90%;
	}

	video {
		width:90%;
	}
}

@media (min-width: 1250px) {

	#topMenu{
		display:flex;
		flex-direction:column;
		justify-content:center;
	}

	#mobileMenu{
		display:none;
		font-size:1rem;
	}

	.topMenu {
		margin:30px 40px;
		font-weight:400;
		display:flex;
		flex-direction:column;
		justify-content:center;
	}

	.topMenuShow {
		visibility:visible;		
	}

	.topMenuHide {
		visibility:hidden;
	}

	.topMenuSticky
	{
		position:fixed;
		left:0px;
		top:0px;
		width:100%;
		z-index:1;
		transform:translateY(-100%);
		opacity:0;
		transition:transform .24s ease-in-out, opacity .5s;
		font-size:1rem;
	}

	.topMenuStickyShow
	{
		transform:none;
		opacity:1;
	}

	.stickyTopMenu
	{
		display:none;
	}

	#menuToggle {
		display:none;
	}

	.mainLogo {
		width:100%;
	}

	#topMenuArea > div {
		padding:5px;
	}
}

@media (max-width: 1249px) {

	#mobileMenu {
		display:flex;
		justify-content:flex-end;
		font-size:1rem;
		z-index:10;
	}

	#menuToggle {
		display:flex;
		border:0px solid;
		margin:15px 10px;
	}

	#mobileMenuFix {
		display:flex;
		justify-content:flex-end;
		font-size:1rem;
	}

	#menuToggleFix {
		display:flex;
		border:0px solid;
		margin:15px 10px;
	}

	#topMenu {
		display:none;
	}

	.topMenu {
		margin:30px 50px;
		font-weight:400;
		display:flex;
		flex-direction:column;
		justify-content:center;
		display:none;
	}

	.topMenuShow {
		visibility:hidden;		
	}

	.topMenuHide {
		visibility:hidden;
	}

	.topMenuSticky {
		display:none;
	}

	.topMenuStickyShow
	{
		display:none;
	}

	.mainLogo {
		margin:10px 50px;
	}

	#topMenuArea > div {
		padding:15px 0px;
	}
}

@media (max-width:1160px) {
	.mainLearnMoreViewLeft{
		display:none
	}

	.mainLearnMoreViewBottom{
		margin-top:20px;
		display:block;
	}
	
	.mainFirstPicPos{
		
	}

	.mainFirstPicMaxWidth{
		max-width:250px;
	}
}

@media (min-width:1160px) {

	.mainFirstPicPos {
		position:absolute;
	}

	.mainLearnMoreViewLeft{
		display:block;
		margin-left:50px;
	}

	.mainLearnMoreViewBottom{
		display:none;
	}

	.mainFirstPicMaxWidth{
		max-width:450px;
	}
}

@media (max-width: 840px) {

	.slideContentsArea
	{
		padding-top:70px;
	}

	.slideContents{
		flex-wrap:wrap;
		align-content:flex-start;
		justify-content:center;
	}
	.slideText{
		margin:0 15px;
	}
	.slideTextButton{
		justify-content:center;
	}

	.roundImg{
		width:100%;
		padding:0px 50px;
	}

	.slideText p:nth-child(1){
		font-weight:100;
		margin:0.5em 0 0.5em;
		font-family:'Frank Ruhl Libre';
	}

	.slideText p:nth-child(2){
		font-size:26px;
		margin:0.5em 0 0.5em;
		line-height:1.2em;
		font-family:'Frank Ruhl Libre';
	}

	.slideText p:nth-chidl(3){
		line-height:1.7em;
	}

	.slideText p:nth-chidl(4){
		line-height:1.7em;
	}

	.slideText h3 {
		font-weight:100;
		margin-top:0px;
		margin:0.5em 0 0.5em;
		font-family:'Frank Ruhl Libre';
	}


}

@media (min-width: 840px) {
	.slideContentsArea
	{
		padding:100px;
	}

	.slideContents{
		flex-wrap:nowrap;
		align-items:flex-start;
	}

	.slideText{
		margin-left:90px;
	}

	.slideText p:nth-child(1){
		font-weight:100;
		margin-top:0px;
		margin:0.5em 0 0.5em;
		font-family:'Frank Ruhl Libre';
	}

	.slideText p:nth-child(2){
		font-size:48px;
		line-height:1.2em;
		margin:0.5em 0 0.5em;
		font-family:'Frank Ruhl Libre';
	}

	.slideText p:nth-child(3){
		line-height:1.7em;
	}

	.slideText p:nth-child(4){
		line-height:1.7em;
	}

	.roundImg{
		min-width:350px;
	}

	.slideText h3 {
		font-weight:100;
		margin-top:0px;
		margin:0.5em 0 0.5em;
		font-family:'Frank Ruhl Libre';
	}
}

@media (orientation: landscape) {
	.slideTextInPic1{
		text-align:start;
		font-size:4.8vw;
		font-weight:700;
		color:white;
		line-height:1em;
		font-family:'Frank Ruhl Libre';
		word-break:keep-all;
	}

	.slideLongTextInPic1{
		text-align:start;
		font-size:4.8vw;
		font-weight:700;
		color:white;
		line-height:1em;
		font-family:'Frank Ruhl Libre';
	}
}

@media (orientation: portrait) {
	.slideTextInPic1{
		text-align:start;
		font-size:8vh;
		font-weight:700;
		color:white;
		line-height:1em;
		word-break:keep-all;
		font-family:'Frank Ruhl Libre';
	}

	.slideLongTextInPic1{
		text-align:start;
		font-size:5.5vh;
		font-weight:700;
		color:white;
		line-height:1em;
		font-family:'Frank Ruhl Libre';
	}
}

@font-face {
    font-family: 'RIDIBatang';
	font-style: normal;
	font-weight:normal;
	font-display:swap;
    src: url('../fonts/RIDIBatang.woff2') format('woff2'),
		 url('../fonts/RIDIBatang.woff') format('woff'),
		 url('../fonts/RIDIBatang.otf') format('opentype');
}

.tailcompanyinfo {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	margin-bottom:3px;
}

.tailcompanyinfo p {
	line-height:22px;
	margin-bottom:4px;
}

.tailcompanyinfo span:first-child{
	margin-right:12px;
}

.tailInformation {
	display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;padding:2vw 3vh;box-sizing:border-box;border:0px solid;
	font-weight:500;
}

@media (min-width:650px) {

	.brainone {
		width:24%;
		max-width:510px;
		min-width:400px;
	}

	.barinoneText h1{
		font-size:74px;
	}

	.barinoneText .hone {
		font-size:18px;
	}

	.barinoneText .strongText {
		font-size:47px;
		font-weight:400;
		margin:1.2em 0;
		font-family:'RIDIBatang';
	}

	.threePoint{
		flex-wrap:nowrap;
	}

	.threePointText1{
		font-size:48px;
		font-weight:bold;
		font-family:'Frank Ruhl Libre';
		line-height:1.0em;
		text-align:center;
	}

	.fourPointText1
	{
		font-size:48px;
		font-weight:bold;
		font-family:'Frank Ruhl Libre';
	}

	.brainfourtext2{
		font-size:55px;
		font-weight:600;
		line-height:1em;
		font-family:'Frank Ruhl Libre';
		margin-top:0.7em;
	}

	.brainfourtextkr2{
		font-size:50px;
		font-weight:500;
		font-family:'RIDIBatang';
	}

	.banner{
		display:flex;
	}

	.slideBannerArea{
		display:none;
	}

	.researchThreePointText1{
		color:#1ebbcc;
		font-size:22px;
		line-height:1em;
		font-weight:100;
	}

	.researchThreePointText2{
		font-size:20px;
		line-height:1.6em;
		font-weight:bold;
	}

	.researchArea{
		width:33%;
	}

	.contraindications{
		width:90%;
		max-width:1000px;
	}

	.missionImg{
		width:45%;
	}

	.mainPic {
		height:800px;
	}
	.swiperImgHeight {
		height:100%;
	}

	.RoundButton {
		font-size:17px;
	}

	.LearnMore{
		left:10%;top:0%;height:100%;
//		transform:translateX(-20px);
		opacity:0;
		transition:all 0.9s;
	}

	.LearnMorecontent{
		
	}

	.ptsd{
		left:10%;top:0%;width:50%;height:100%;
	}

	.locations
	{
		left:0%;top:0%;width:50%;height:100%;
	}

	.ptsdcontent{
		align-items:flex-start;
	}

	.slideTextInPic2
	{
		font-size:24px;
		font-weight:200;
		color:white;
		margin-top:30px;
		text-align:left;
	}

	.slideTextInPic3 {
		margin-top:30px;
	}

	.autism{
		left:10%;top:0%;height:100%;
	}
	.autismcontent{
		align-items:flex-start;
	}

	.depression{
		left:10%;top:0%;width:40%;height:100%;
	}

	.depressioncontent{
		align-items:flex-start;
	}

	.sportrecovery{
		left:10%;top:0%;height:100%;
	}
	.sportrecoverycontent{
		align-items:flex-start;
	}

	.treatmentSecondMargin
	{
		height:100px;
	}

	.treatmentFirstMargin
	{
		height:100px;
	}

	.treatmentImg {
		width:20%;
		margin:0 50px 50px 50px;
	}

	.treatmentText{
		width:50%;
	}

	.locationText1{
		font-size:48px;
	}

	.locationMapArea2{
		box-sizing:border-box;
		padding:3%;
	}

	.autismText1{
		font-size:24px;
		font-weight:300;
		margin:20px 0;
	}

	.mertslide{
		width:27%;
	}

	.font48-26px{
		font-size:48px;
		font-weight:600;
		font-family:'Frank Ruhl Libre';
	}

	.font28-22px{
		font-size:28px;
		font-weight:600;
		font-family:'Frank Ruhl Libre';
	}

	.font18-16px{
		font-size:18px;
		font-weight:400;
		font-family:'Frank Ruhl Libre';
	}

	.width-100-15{
		width:15%;
		height:15%;
	}

	.width-100-85{
		width:85%;
	}

	.width-100-93{
		width:93%;
	}

	.font38-22{
		font-size:38px;
	}

	.font30-18{
		font-size:30px;
	}

	.mainRightText{
		width:100%;
		font-family:'Frank Ruhl Libre';
	}

	.mainLeftText{
		font-family:'Frank Ruhl Libre';
	}
}

@media (max-width:650px) {
	.mainPic {
		height:600px;
	}

	.swiperImgHeight {
		height:600px;
	}

	.RoundButton {
		font-size:13px;
	}

	.LearnMore{
		left:10%;top:0%;width:100%;height:100%;
		opacity:0;
		transition:all 0.9s;
	}

	.LearnMorecontent{
		width:100%;align-items:flex-start;
	}

	.ptsd{
		left:10%;top:0%;width:100%;height:100%;
	}

	.locations
	{
		left:0%;top:0%;width:100%;height:100%;
	}

	.ptsdcontent{
		width:100%;
		align-items:flex-start;
	}

	.slideTextInPic2
	{
		font-size:18px;
		font-weight:200;
		color:white;
		margin-top:15px;
		text-align:start;
	}

	.slideTextInPic3 {
		margin-top:15px;
	}

	.autism{
		left:10%;top:0%;width:100%;height:100%;
	}
	.autismcontent{
		width:100%;align-items:flex-start;
	}

	.depression{
		left:10%;top:0%;width:80%;height:100%;
	}
	.depressioncontent{
		width:100%;align-items:flex-start;
	}

	.mertslide{
		width:80%;
	}

	.sportrecovery{
		left:10%;top:0%;width:100%;height:100%;
	}
	.sportrecoverycontent{
		width:100%;align-items:flex-start;
	}

	.treatmentContent{
		flex-wrap:wrap;
	}

	.treatmentSecondMargin
	{
		height:30px;
	}

	.treatmentFirstMargin
	{
		height:50px;
	}

	.treatmentImg {
		width:100%;
		margin:0 0px 30px 0px;
	}

	.treatmentText{
		width:100%;
	}

	.treatmentArea
	{
		flex-direction:column;
		align-items:center;
	}

	.locationMap{
		flex-direction:column;
	//	height:100%;
	}

	.locationMapArea{
		padding-bottom:50%;
	}

	.locationText1{
		font-size:30px;
	}

	.autismText1{
		font-size:18px;
		font-weight:300;
		margin:20px 0;
		font-style:italic;
	}

		.brainone {
		width:100%;
		padding:30px;
	}

	.barinoneText h1 {
		font-size:30px;
	}

	.barinoneText .hone {
		font-size:1rem;
	}

	.barinoneText .strongText {
		font-size:30px;
		font-weight:500;
		font-family:'RIDIBatang';
		margin:1.2em 0;
	}

	.threePoint{
		flex-wrap:wrap;
	}

	.threePointText1{
		font-size:48px;
		font-weight:bold;
		font-family:'Frank Ruhl Libre';
		text-align:center;
	}
	.fourPointText1
	{
		font-size:25px;
		font-weight:bold;
	}

	.brainfourtext2{
		font-size:40px;
		line-height:1em;
		font-family:'Frank Ruhl Libre';
		margin:0.2em;
	}

	.brainfourtextkr2{
		font-size:30px;
		font-family:'RIDIBatang';
	}

	.banner{
		display:none;
	}

	.slideBannerArea{
		display:flex;
	}

	.researchThreePointText1{
		color:#1ebbcc;
		font-size:22px;
		line-height:1em;
		font-weight:100;
	}

	.researchThreePointText2{
		font-size:20px;
		font-weight:bold;
		line-height:1.6em;
	}

	.researchArea{
		width:100%;
	}

	.locationPicUpTextArea{
		flex-direction:column;
	}

	.contraindications{
		width:90%;
		max-width:1000px;
	}

	.missionImg{
		width:90%;
	}

	.font48-26px{
		font-size:26px;
		font-weight:600;
		font-family:'Frank Ruhl Libre';
	}

	.font28-22px{
		font-size:22px;
		font-weight:600;
		font-family:'Frank Ruhl Libre';
	}

	.font18-16px{
		font-size:16px;
		font-weight:400;
		font-family:'Frank Ruhl Libre';
	}

	.flex-column-650{
		flex-direction:column;
	}

	.width-100-15{
		width:100%;
	}

	.width-100-85{
		width:100%;
	}

	.width-100-93{
		width:100%;
	}

	.paddingTop50{
		padding-top:60px;
	}

	.font38-22{
		font-size:22px;
	}

	.font30-18{
		font-size:18px;
	}

	.mainRightText{
		font-family:'Frank Ruhl Libre';
		width:20%;
	}

	.mainLeftText{
		font-family:'Frank Ruhl Libre';
	}

	.lmove {
		opacity:0;
		transform:translateX(0px);
		transition:all 1s;
	}

	.rmove {
		opacity:0;
		transform:translateX(0px);
		transition:all 1s;
	}

	.press-youtube {
		align-self:center;
	}

	.tailInformation {
		display:flex;
		flex-direction:column;
	}
	.tailcompanyinfo p:first-child {
		display:flex;
		flex-direction: column;
		line-height:20px;
	}	
	.tailcompanyinfo p {
		margin-bottom:8px;
	}
}

@media (max-width:1000px) {
	.rArea {
		width:80%;
		display:flex;
		flex-direction:column-reverse;
	}

	.lArea {
		width:80%;
		display:flex;
		flex-direction:column;
	}

	.rlAreaText{
		width:100%;
		padding:10% 0;
	}

	.rlText2{
		font-size:28px;
		font-family:'Frank Ruhl Libre';
	}

	.rlAreaImg{
		width:100%;
		padding:2%;
	}
}

@media (min-width:1000px) {
	.rArea {
		display:flex;
		width:80%;
	}

	.lArea {
		width:80%;
		display:flex;
	}

	.rlAreaText{
		width:50%;max-width:600px;padding:5%;
	}

	.rlText2{
		font-size:40px;
		line-height:1.1em;
		font-family:'Frank Ruhl Libre';
	}

	.rlAreaImg{
		width:30%;max-width:600px;padding:2%;
	}
}
