.brand h3{
	font-size: 2.9rem;
	font-weight: 500;
} 
.brand h4{
	font-size: 2rem;
	font-weight: 500;
} 
p{
	font-size: 1.1rem;
}
.brand_padding{
	padding: 70px 0;
}
.brand p.topPadding{
	padding-top: 20px;
}
/*---------topBanner---------*/
	.topBanner img{
		display: block;
		width: 100%;
	}
	.topBanner .topBanner_m{
		display: none;
	}
/*---------winning-----------*/
	.winning{
		background-size: 100% auto;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.winning p{
		max-width: 520px;
		margin: 0 auto;
	}
	.winning img{
		margin-top: 20px;
	}
/*---------composition-------*/
	.composition{
		background-color: #eff4ee;
	}
	.composition_slider{
		width: 90%;
		max-width: 1400px;
		margin: 60px auto 20px;
		text-align: center;
	}
	.composition_slider .owl-item{
		padding: 5px 0;
	}
	.composition_slider .owl-stage{
		margin: 0 auto;
	}
	.composition_slider .item{
		position: relative;
		border: 1px solid #ddd;
		text-align: left;
		padding: 30px 15px 30px 25px;
		display: block;
		min-height: 265px;
		direction: rtl;
	}
	.composition_slider .item:after{
		content: "";
		position: absolute;
		width: calc(100% + 4px);
		height: 0;
		background-color: #415c53;
		bottom: -1px;
		left: -2px;
	}
	.composition_slider .center .item{
		background-color: #fff;
		border-color: #fff;
		box-shadow: 0px 0px 7px rgba(0,0,0,.4);
	}
	.composition_slider .center .item:after{
		height: 10px;
	}
	.composition_slider .col60{
		padding-right: 10px;
		direction: ltr;
	}
	.composition_slider .col60 p:nth-child(1){
		font-size: 1.1rem;
		padding-bottom: 3px;
		padding-top: 10px;
	}
	.composition_slider .col60 p:nth-child(2){
		font-size: 1rem;
	}
	.composition_slider .col40{
		direction: ltr;
	}
	.composition_slider .photo{
		width: 100%;
		height: 0;
		padding-top: 100%;
		margin-left: auto;
		background-size: cover;
		background-position: center;
	}
	.composition_slider .name{
		background-color: #ddd;
		padding: 10px 5px; 
	}
	.composition_slider .owl-prev,
	.composition_slider .owl-next{
		position: absolute;
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		background-size: cover;
		background-position: center;
	}
	.composition_slider .owl-prev:hover,
	.composition_slider .owl-next:hover{
		opacity: .5;
	}
	.composition_slider .owl-prev{
		left: -50px;
		background-image: url(../img/icon/next-01.png);
	}
	.composition_slider .owl-next{
		right: -50px;
		background-image: url(../img/icon/next-02.png);
	}
	.composition_slider .owl-dots{
		margin-top: 15px;
	}
	.composition_slider .owl-dot{
		width: 10px;
		height: 10px;
		border-radius: 50%;
		display: inline-block;
		margin: 0 5px;
		background-color: #aaa;
	}
	.composition_slider .owl-dot.active{
		background-color: #415c53;
	}
	.composition_slider .item,
	.composition_slider .item:after{
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
/*---------video-------------*/
	.video_box{
		position: relative;
	    width: 100%;
	    height: 0;
	    padding-top: 56.25%;
	}
	.video_box iframe{
		position: absolute;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
/*---------RAUSCH------------*/
	/*raush_problem*/
		.raush_problem ul.problem_list{
			padding-top: 30px;
			padding-bottom: 80px;
		}
		.raush_problem ul.problem_list a{
			font-size: 1.2rem;
			font-weight: 500;
			color: #415c53;
			-webkit-transition: all .25s ease;
			   -moz-transition: all .25s ease;
			    -ms-transition: all .25s ease;
			     -o-transition: all .25s ease;
			        transition: all .25s ease;
		}
		.raush_problem ul.problem_list a:hover{
			color: #29332b;
		}
		.raush_problem.brand_padding{
			padding-bottom: 0;
		}
		.raush_problem .problem_circle{
			display: block;
			margin: 0 auto;
			width: 90%;
		}
	/*raush_solve*/
		.raush_solve .row{
			padding-top: 60px;
		}
		.raush_solve .left{
			padding-right: 30px;
		}
	/*raush_story*/
		.raush_story{
			background-size: cover;
			background-position: center;
		}
		.raush_story .left{
			width: 55%;
			min-height: 200px;
			padding-right: 20px;
		}
		.raush_story .right{
			width: 45%;
		}
		.raush_story .introduction{
			background-color: #eff4ee;
			min-height: 50px;
			padding: 50px 0 50px 15px ;
		}
		.raush_story .introduction p{
			max-width: 650px;
			margin-left: auto;
			padding-right: 43px;
		}
		.raush_story .text{
			max-width: 650px;
			padding-top: 40px;
			margin-left: auto;
		}
		.raush_story .text p{
			padding-right: 43px;
		}
		.raush_story .right img{
			width: 100%;
			max-width: 860px;
		}
/*---------GHERGAL-----------*/
	/*tab*/
		.brands_tabs{
			position: relative;
			text-align: center;
			z-index: 3;
			box-shadow: 0px -10px 30px rgba(0,0,0,.4);
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.brands_tabs a{
			position: relative;
			padding: 18px 20px;
			width: 33.33333333%;
			max-width: 400px;
		}
		.brands_tabs a p{
			font-size: 1.3rem;
			letter-spacing: .1em;
			line-height: 1.4em;
		}
		.brands_tabs a small{
			font-size: 1rem;
			letter-spacing: .15em;
			font-weight: 300;
		}
		.brands_tabs a.active,
		.brands_tabs a:hover{
			background-color: rgba(65,92,83,1);
		}
		.brands_tabs a:after{
			content: "";
			position: absolute;
			width: 100%;
			height: 0px;
			bottom: -0px;
			left: 0;
			background-image: url(../img/icon/btn-triangle-01.png);
			background-size: 100% 100%;
			background-position: center;
		}
		.brands_tabs a.active:after{
			height: 20px;
			bottom: -20px;
		}
		.brands_tabs a:after,
		.brands_tabs a{
			-webkit-transition: all .25s ease;
			   -moz-transition: all .25s ease;
			    -ms-transition: all .25s ease;
			     -o-transition: all .25s ease;
			        transition: all .25s ease;
		}
		/*ul.tab_list li{
			display: none;
		}
		ul.tab_list li.active{
			display: block;
		}*/
	/*promise*/
		.promise{
			background-image: url(../img/brand/phergal/leaf_bg-01.jpg);
		    background-size: cover;
		    background-position: center;
		    padding: 80px 0; 
		}
	/*video*/
		.video{
			padding: 80px 0;
			/*display: none;*/
		}
		.video .hair p{
			font-size: 2.3rem;
			font-weight: 500;
			line-height: 1.6em;
		}
		.video .hair p.name{
			color: #fff;
			background-color: rgba(65,92,83,1);
			display: inline-block;
			padding: 0 15px;
			letter-spacing: .2em;
			margin-top: 120px;
		}
		.video .yotube{
			padding-top: 50px;
		}
		.video .playBox{
			position: relative;
			width: 100%;
			height: 0;
			padding-top: 56.25%;
		}
		.video .playBox iframe{
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
		}
		.video .play_slider{
			padding: 25px 40px 0;
		}
		.video .play_slider .item{
			padding: 20px 20px 30px;
			cursor: pointer;
		}
		.video .play_slider .item.active{
			background-color: #90a294;
		}
		.video .play_slider .item.active p{
			color: #fff;
		}
		.video .play_slider .owl-prev,
		.video .play_slider .owl-next{
			position: absolute;
			width: 32px;
			height:32px;
			top: 0;
			bottom: 0;
			margin: auto 0;
			background-size: cover;
			background-position: center;
		}
		.video .play_slider .owl-prev{
			left: 0;
			background-image: url(../img/icon/next-01.png);
		}
		.video .play_slider .owl-next{
			right: 0;
			background-image: url(../img/icon/next-02.png);
		}
	/*kv*/
		.kv {
			position: relative;
			background-image: url(../img/brand/phergal/PHERGAL.jpg);
			background-size: cover;
			background-position: center;
			color: #fff;
			overflow: hidden;
		}
		.kv .playBtn{
			position: absolute;
			width: 160px;
			height: 160px;
			background-image: url(../img/brand/icon-play-01.png);
			background-size: cover;
			background-position: center;
			top: 0;
			bottom: 0;
			right: 20%;
			margin: auto 0;
			cursor: pointer;
			z-index: 3;
			-webkit-transition: all .25s ease;
			   -moz-transition: all .25s ease;
			    -ms-transition: all .25s ease;
			     -o-transition: all .25s ease;
			        transition: all .25s ease;
		}
		.kv .playBtn:hover{
			-moz-transform:scale(1.05);
			-webkit-transform:scale(1.05);
			-o-transform:scale(1.05);
			-ms-transform:scale(1.05);
			transform:scale(1.05);
		}
		.kv:before{
			content: "";
			position: absolute;
			width: 64%;
			height: 140%;
			background-color: rgba(41,51,43,.7);
			top: -20%;
			left: -10%;
			-moz-transform:rotate(-8deg);
			-webkit-transform:rotate(-8deg);
			-o-transform:rotate(-8deg);
			-ms-transform:rotate(-8deg);
			transform:rotate(-8deg);
		}
		.kv .w1200{
			padding: 100px 0 80px; 
		}
		.brand .kv h4{
			font-size: 1.3rem;
			margin-top: 20px;
			margin-bottom: 30px;
		}
		.kv .line{
			width: 40px;
			height: 1px;
			background-color: #fff;
			display: inline-block;
			margin: 30px 0 25px;
		}
		.kv li{
			position: relative;
			font-size: 1.1rem;
			letter-spacing: .1em;
			line-height: 1.8em;
			padding-left: 15px;
			margin-bottom: 8px;
		}
		.kv li:before{
			content: '';
			position: absolute;
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background-color: #fff;
			top: 14px;
			left: 0;
		}
		.brand .kv h2{
			display: inline-block;
			background-color: rgba(65,92,83,1);
			font-size: 3rem;
			font-weight: 500;
			padding: 0 20px;
			line-height: 1.6em;
			vertical-align: middle;
			margin-right: 15px;
			letter-spacing: .15em;
		}
		.brand .kv h3{
			font-size: 1.7rem;
			display: inline-block;
			vertical-align: middle;
		}
	/*lightbox*/
		#hd_lightbox{
			width: 100%;
			height: 100vh;
			position: fixed;
			top: 0;
			left: 0;
			display: none;
			z-index: 10;
		}
		.hd_filter{
			width: 100%;
			height: 100%;
			background:rgba(0,0,0,.7);
		}
		.hd_box{
			width: 90%;
			max-width: 1200px;
			height: 90%;
			background: #fff;
			position: absolute;
			top: 0;right: 0;bottom: 0;left: 0;
			margin:auto;
			box-sizing: border-box;
		}
		.hd_close{
			position: absolute;
			top: 15px;right: 10px;
			cursor: pointer;
		}
		.hd_close > span{
			display: block;
			width: 20px;
			height: 3px;
			background: #777777;
			-webkit-border-radius: 1.5px;
			-moz-border-radius: 1.5px;
			border-radius: 1.5px;
		}
		.hd_close > span:first-child{
			-webkit-transform: rotateZ(45deg);
			   -moz-transform: rotateZ(45deg);
				-ms-transform: rotateZ(45deg);
				 -o-transform: rotateZ(45deg);
					transform: rotateZ(45deg);
		}
		.hd_close > span:last-child{
			-webkit-transform: rotateZ(-45deg) translate(2px,-2px);
			   -moz-transform: rotateZ(-45deg) translate(2px,-2px);
				-ms-transform: rotateZ(-45deg) translate(2px,-2px);
				 -o-transform: rotateZ(-45deg) translate(2px,-2px);
					transform: rotateZ(-45deg) translate(2px,-2px);
		}
		#hd .hd_product,
		#hd .hd_info{
			display: inline-block;
			vertical-align: middle;
		}
		.hd_info{
			margin-left: 6.25%;
			width: 50%;
			min-width: 150px;			
		}
		.hd_list{
			max-height: 186px;
			margin:30px 0 50px;
		}
		.hd_list li{
			padding-top: 8px;
		}
		.hd_num{
			display: inline-block;
			font-family: "Segoe UI", "Hind Siliguri", "Microsoft JhengHei", "Arial";
			text-align: center;
			font-size: 0.75rem;
			line-height: 19px;
			width: 19px;
			height: 19px;
			border:1px solid #999999;
			color:white;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			vertical-align: top;
		}
		.hd_num ~p{
			display: inline-block;
			font-size: 0.875rem;
			margin:5px 15px;
			vertical-align: top;
			box-sizing: border-box;
			text-align: left;
			width: calc(100% - 51px);
			line-height: 8px;
		}
		.hd_box > img{
			position: absolute;
			right: 40px;
			bottom: 60px;
		}
		.hd_box iframe{
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			margin: auto;
			width: 90%;
			height: 90%;
		}		
	/*brands_vitalstyl*/
		.vitalstyl_01{
			padding: 80px 0;
			overflow: hidden;
			position: relative;
		}
		.vitalstyl_01 img{
			position: absolute;
			width: 35%;
			top: 0;
			right: 0;
			margin-top: 90px;
			max-width: 700px !important;
		}
		.vitalstyl_01 .txt{
			padding-right: 33%;
		}
		.vitalstyl_02{
			padding-top: 80px;
			background-color: #faf9f5;
		}
		.vitalstyl_02 .f45{
			vertical-align: middle;
		}
		.vitalstyl_02 .f55{
			padding-left: 20px;
			vertical-align: middle;
		}
		.vitalstyl_02 small{
			display: block;
			font-size: 1rem;
			font-weight: 500;
			margin-top: 30px;
		}
	/*brands_naturtint*/
		.naturtint_01{
			position: relative;
			padding: 80px 0;
		}
		.naturtint_01 .txt{
			padding-left: 50%;
		}
		.naturtint_01 .video_block{
			position: absolute;
			left: 0;
			width: 45%;
			top: 60px;
			z-index: 2;
		}
		.naturtint_02{
			position: relative;
			padding: 100px 0 150px;
			background-color: #f7f9f8;
		}
		.naturtint_02.right{
			margin-top: 40px;
		}
		.naturtint_02 .txt{
			width: 50%;
		}
		.naturtint_02.right .txt{
margin-left: 50%;
		}
		.naturtint_02 small{
			display: block;
			margin-top: 30px;
			font-size: 1rem;
		}
		.naturtint_02 img{
			position: absolute;
			width: 35%;
			top: 0;
			right: 0;
			max-width: 700px !important;
		}
		.naturtint_02.right img{
			left:0;
		}
		.naturtint_03{
			position: relative;
			padding: 100px 0 150px;
			background-color: #f7f9f8;
		}
		.naturtint_03 .txt{
			width: 50%;
		}
		.naturtint_03 small{
			display: block;
			margin-top: 30px;
			font-size: 1rem;
		}
		.naturtint_03 img{
			position: absolute;
			top: -100px;
			right: 52%;
			width: 58%;
		}
	/*brands_cleare*/
		.cleare_01{
			position: relative;
			padding: 80px 0 100px;
		}
		.cleare_01 .txt{
			width: 50%;
		}
		.cleare_01 .video_block{
			position: absolute;
			width: 45%;
			top: 60px;
			right: 0;
			max-width: 760px;
			z-index: 2;
		}
		.cleare_02{
			position: relative;
			padding: 100px 0 150px;
			background-color: #f7f9f8;
		}
		.cleare_02 .txt{
			width: 50%;
		}
		.cleare_02 small{
			display: block;
			margin-top: 30px;
			font-size: 1rem;
		}
		.cleare_02 img{
			position: absolute;
			top: -100px;
			left: 52%;
			width: 58%;
		}
/*---------RWD---------------*/
	@media screen and (max-width: 1440px){
		.brand_padding {
		    padding: 50px 0;
		}
		.brand h3{
			font-size: 2.1rem;
		}
		.brand h4{
			font-size: 1.7rem;
		}
		.composition_slider .item {
		    padding: 20px 8px 20px 15px;
		    min-height: 275px;
		}
		/*RAUSCH*/
			.raush_story .introduction {
			    padding: 30px 0 30px 15px;
			}
			.raush_story .text p {
			    padding-right: 0;
			}
			.raush_story .introduction p{
				padding-right: 20px;
			}
			.raush_story .text{
				padding-top: 30px;
			}
			.raush_problem ul.problem_list{
				max-width: 900px;
				margin: 0 auto;
			}
			.raush_solve .row {
			    padding-top: 40px;
			}
		/*GHERGAL*/
			.brands_tabs a {
			    padding: 8px 10px 12px;
			}
			.promise{
				background-position: right center;
			}
			.vitalstyl_01,
			.naturtint_01,
			.cleare_01 {
			    padding: 60px 0;
			}
			.vitalstyl_01 .txt {
			    padding-right: 42%;
			}
			.vitalstyl_01 img {
			    width: 41%;
			}
			.vitalstyl_02 {
			    padding-top: 60px;
			}
			.naturtint_02{
				overflow: hidden;
			}
		
				.naturtint_02.right img{
					left: 0;
				}
			.naturtint_02 img{
				width: 48%;
				top: -50px;
			}
			.naturtint_02 {
			    padding: 80px 0 120px;
			}
			.cleare_02{
				overflow: hidden;
				padding: 100px 0 100px;
			}
			.cleare_02 img{
				width: 47%;
			}
			.kv .w1200 {
			    padding: 80px 0 70px;
			}
			.kv .line {
			    margin: 25px 0 20px;
			}
	}
	@media screen and (max-width: 1280px){
		p{
			font-size: 1rem;
		}
		.brand_padding {
		    padding: 40px 0;
		}
		.brand h3{
			font-size: 1.8rem;
		}
		.brand h4{
			font-size: 1.5rem;
		}
		.winning img {
		    margin-top: 10px;
		}
		.composition_slider{
			max-width: 800px;
			margin: 40px auto 20px;
		}
		.composition_slider .col60{
			width: 100%;
			margin-left: 0;
			text-align: center;
		}
		.composition_slider .col40{
			display: block;
			width: 100%;
			max-width: 150px;
			margin: 0 auto;
		}
		.composition_slider .item {
		    padding: 20px 8px;
		    min-height: 400px;
		}
		.composition_slider .name {
		    padding: 6px 5px;
		}
		/*RAUSCH*/
			.raush_story .text{
				padding-left: 15px;
			}
			.raush_story .introduction {
			    padding: 20px 0 20px 15px;
			}
			.raush_story .text {
			    padding-top: 20px;
			}
			.raush_story p.topPadding {
			    padding-top: 10px;
			}
			.raush_solve .left {
			    padding-right: 15px;
			}
			.raush_solve .row {
			    padding-top: 30px;
			}
		/*GHERGAL*/
			.video {
			    padding: 60px 0;
			}
			.video .hair p.name{
				margin-top: 80px;
			}
			.video .hair p{
				font-size: 1.8rem;
			}
			.vitalstyl_01 img {
			    margin-top: 172px;
			}
			.vitalstyl_02 small,
			.naturtint_02 small,
			.cleare_02 small {
			    margin-top: 20px;
			}
			.vitalstyl_02 {
			    padding-top: 40px;
			}
			.naturtint_01 .txt {
			    padding-left: 48%;
			}
			.naturtint_02 img {
			    top: 0;
			}
			.naturtint_02 {
			    padding: 40px 0 130px;
			}
			.cleare_02 {
			    padding: 60px 0 100px;
			}
			.cleare_02 img{
				top: -30px;
			}
			.brand .kv h4 {
			    font-size: 1.2rem;
			}
	}
	@media screen and (max-width: 1023px){
		.brand p.topPadding {
		    padding-top: 12px;
		}
		.composition_slider{
			margin: 20px auto 0;
		}
		.composition_slider .item {
		    padding: 15px 8px;
		}
		.composition_slider .col40{
			max-width: 120px;
		}
		/*RAUSCH*/
			.raush_story .left,
			.raush_story .right{
				width: 100%;
				padding: 0;
			}
			.raush_story .introduction{
				width: 80%;
				padding-left: 30px;
			}
			.raush_story .text{
				margin: 0 auto;
				width: 90%;
				padding-bottom: 20px;
				padding-left: 0;
				max-width: 600px;
			}
			.raush_story .right img{
				width: 90%;
				display: block;
				margin: 0 auto;
				max-width: 600px;
			}
			.raush_problem ul.problem_list {
			    padding-bottom: 50px;
			}
			.raush_solve .left {
			    padding-right: 10px;
			}
			.raush_solve .row {
			    padding-top: 20px;
			}
		/*GHERGAL*/
			.promise{
				padding: 50px 0;
			}
			.video {
			    padding: 40px 0;
			}
			.video .hair p.name{
				margin-top: 40px;
				padding: 0 6px;
			}
			.video .hair p{
				font-size: 1.2rem;
			}
			.video .play_slider .item {
			    padding: 12px 10px 25px;
			}
			.video .play_slider {
			    padding: 18px 34px 0;
			}
			.vitalstyl_01{
				padding: 0 0 30px;
			}
			.vitalstyl_01 .txt{
				padding-right: 0;
			}
			.vitalstyl_01 img{
				position: relative;
				left: auto;
				top: auto;
				width: 100%;
				margin-top: 0;
				margin-bottom: 20px;
				max-width: 100% !important;
			}
			.vitalstyl_02,
			.naturtint_01,
			.cleare_01 {
			    padding: 40px 0;
			}
			.naturtint_02 {
			    padding: 30px 0 60px;
			}
			.cleare_02 {
			    padding: 40px 0 60px;
			}
			.kv .w1200 {
			    padding: 50px 0 40px;
			}
			.brand .kv h2{
				padding: 0 10px;
				font-size: 2.2rem;
			}
			.brand .kv h3 {
			    font-size: 1.3rem;
			}
			.kv li{
				font-size: 1rem;
			}
			.kv .line {
			    margin: 20px 0 14px;
			}
			.kv .playBtn {
			    height: 120px;
			    width: 120px;
			    right: 16%;
			}
	}
	@media screen and (max-width: 768px){
		.brand_padding {
		    padding: 30px 0;
		}
		.brand p.topPadding {
		    padding-top: 8px;
		}
		.topBanner .topBanner_pc{
			display: none;
		}
		.topBanner .topBanner_m{
			display: block;
		}
		.composition_slider .owl-nav{
			display: none;
		}
		.composition_slider .owl-dots{
			margin-top: 0;
		}
		.composition_slider .owl-dot{
			width: 9px;
			height: 9px;
		}
		.composition_slider {
		    width: 100%;
		    max-width: 480px;
		}
		.composition_slider .item{
			min-height: 370px;
		}
		/*RAUSCH*/
			.raush_problem ul.problem_list {
			    max-width: 350px;
			    padding-bottom: 30px;
			    padding-top: 10px;
			}
			.raush_problem ul.problem_list li{
				width: 33.3333%;
				padding: 10px 0;
			}
			.raush_problem ul.problem_list li a{
				font-size: 1.1rem;
			}
			.raush_problem .problem_circle{
				width: 100%;
			}
			.raush_solve{
				text-align: center;
			}
			.raush_solve .col50{
				width: 100%;
				margin-left: 0;
			}
			.raush_solve .left{
				padding-right: 0;
				padding-bottom: 15px;
			}
			.raush_solve .right img{
				width: 100%;
				max-width: 450px;
			}
		/*GHERGAL*/
			.brands_tabs a small {
			    font-size: 12px;
			    opacity: .8;
			}
			.brands_tabs a {
			    padding: 8px 6px 12px;
			}
			.video {
			    padding: 25px 0;
			}
			.video .hair .f40,
			.video .hair .f60{
				width: 100%;
			}
			.video .hair .f40{
				margin-bottom: 10px;
			}
			.video .hair p.name{
				margin-top: 0;
			}
			.video .yotube {
			    padding-top: 30px;
			}
			.vitalstyl_02 .f55,
			.vitalstyl_02 .f45{
				width: 100%;
			}
			.vitalstyl_02 .f55{
				margin-top: 20px;
			}
			.vitalstyl_02,
			.naturtint_01,
			.cleare_01 {
			    padding: 25px 0;
			}
			.naturtint_01 .txt{
				padding-left: 0;
			}
			.naturtint_01 .video_block,
			.cleare_01 .video_block{
				position: relative;
				left: auto;
				top: auto;
				width: 90%;
				margin: 0 auto;
				margin-top: 15px;
			}
			.naturtint_02 .txt{
				width: 100%;
			}
			.naturtint_02 img,
			.cleare_02 img{
				position: relative;
				width: 100%;
				top: auto;
				left: auto;
				max-width: 500px;
			}
			.naturtint_02 {
			    padding: 25px 0;
			}
			.cleare_01 .txt,
			.cleare_02 .txt{
				width: 100%;
			}
			.kv .col50{
				width: 100%;
				background-color: rgba(41,51,43,.7);
				padding: 15px;
			}
			.kv .playBtn{
				position: relative;
				top: auto;
				right: auto;
				margin:  50px auto;
			}
			.kv:before{
				display: none;
			}
			.kv .w1200 {
			    padding: 30px 0 0;
			}
			.kv li:before{
				top: 9px;
			}
	}
	@media screen and (max-width: 480px){
		.brand h3{
			font-size: 1.6rem;
		}
		.brand h4{
			font-size: 1.3rem;
		}
		.composition_slider {
		    max-width: 250px;
		}
		.composition_slider .item {
		    min-height: 335px;
		}
		/*RAUSCH*/
			.raush_story .introduction{
				width: 100%;
				padding-left: 15px;
			}
			.raush_story.brand_padding{
				padding-top: 0;
			}
		/*GHERGAL*/	
			.promise {
			    padding: 30px 0;
			}
			.video .play_slider .owl-prev, .video .play_slider .owl-next {
			    width: 24px;
			    height: 24px;
			}
			.video .play_slider {
			    padding: 12px 25px 0;
			}
			.video .yotube {
			    padding-top: 15px;
			}
			.video .play_slider .item {
		    	padding: 5px 5px 15px;
		    }
			.vitalstyl_01 img{
				margin-bottom: 10px;
			}
			.vitalstyl_01 {
			    padding: 0 0 20px;
			}
			.brand .kv h4 {
			    font-size: 1.1rem;
			    margin-top: 12px;
			}
			.kv li{
				margin-bottom: 4px;
			}
			.kv .col50{
				padding: 10px;
			}
			.kv .playBtn {
			    margin: 30px auto;
			}
	}
	@media screen and (max-width: 400px){
		.brand_padding {
		    padding: 20px 0;
		}
		.composition_slider .item {
		    min-height: 325px;
		}
		/*RAUSCH*/
			.raush_story .text {
			    padding-bottom: 10px;
			}
			.raush_solve .row {
			    padding-top: 10px;
			}
		/*GHERGAL*/	
			.brand .kv h2{
				margin-right: 10px;
			}
			.brand .kv h3 {
			    font-size: 1.2rem;
			}
			.kv .line {
			    margin: 12px 0 8px;
			}
	}
