/*---------------------공통---------------------*/
.product_section {
	padding:0 !important;
	background-repeat: no-repeat !important;
	background-size:100% auto !important;
    overflow: hidden;
}
.product_copy .product_copy_top h1{
	font-size:60px;
	font-family: 'Roboto-T', 'NotoSansKR-T';
	letter-spacing:-1px;
	color:#e4002b;
	word-break: keep-all;
	padding-bottom:20px;
}
.product_copy .product_copy_bottom h5{
	font-size:20px;
	line-height:18px;
	font-family: 'Roboto-L', 'NotoSansKR-L';
	letter-spacing:-1px;
	word-break: keep-all;
}
.section_clear {
    padding: 7% 0;
}
/*---------------------공통---------------------*/



/*---------------------section_01---------------------*/
.product01_img{
}
.product01_img img {
	max-width: 1050px;
    width: 80%;
}
.product01_copy {
	position:absolute;
	right:10%;
	top:40%
}
@media screen and (max-width:1535px){
	.product01_copy {
		left:20%;
		top:10%
	}
}
/*---------------------section_01---------------------*/





/*---------------------section_02---------------------*/
.product_section02 {
	height:837px;
	background-position:center bottom !important;
}
.product02_copy {
	position:absolute;
    z-index: 1;
	top:7%;
	left:22%;
}
@media screen and (max-width:1580px){
	.product_section02 {
		height:680px;
	}
}
@media screen and (max-width:710px){
	.product_section02 {
		height:479px;
	}
}
@media screen and (max-width:580px){
	.product_section02 {
		height:399px;
	}
}
/*---------------------section_02---------------------*/





/*---------------------section_03---------------------*/
.product03_img{
	overflow:hidden;
	-webkit-transition:2s all;
	transition:2s all;
}
.product03_img img {
    float: right;
    margin-right:20%;
    width:30%;
	max-width: 770px;
}
.product03_copy {
	position:absolute;
	left:20%;
	z-index:1;
}
.product03_copy:nth-child(2) {
    margin-top: 20%;
}
.product03_copy:nth-child(3) {
    margin-top: 40%;
}
.product03_copy_bottom {
	position:relative;
	left: 53%;
    padding-top: 5%;
}
@media screen and (max-width:1580px){
	.product_section03 {
		height:1776px;
	}
	.product03_img img {
	    margin-right:5%;
	}
	.product03_copy {
		left:10%;
		z-index:1;
	}
	.product03_copy_bottom {
	    float: right;
    	left: -20px;
	}
}
@media screen and (max-width:980px){
	.product_section03 {
		height:1316px;
	}
}
@media screen and (max-width:710px){
	.product_section03 {
		height:785px;
	}
	.product03_copy {
	    max-width: 255px;
	}
	.product03_copy h1{
		margin-bottom:0;
		padding-bottom:10px !important;
	}
	.product03_copy h5{
		line-height:18px !important;
		margin:0;
	}
	.product03_img img {
	    width:58%;
	    margin-right:-10%;
	    
	}
	.product03_img {
	    position:absolute;
	    top:0;
	    right:0;
	}
	.product03_copy_bottom {
	    display:none;
	}
	.product03_copy:nth-child(2) {
	    margin-top: 50px;
	}
	.product03_copy:nth-child(3) {
	    margin-top: 50px;
	}
}
@media screen and (max-width:580px){
	.product03_copy {
	    max-width: 188px;
	}
	.product03_copy h1{
		margin-bottom:0;
		padding-bottom:10px !important;
	}
	.product03_copy h5{
		line-height:18px !important;
		margin:0;
	}
	.product_section03 {
	    height: 655px;
	}
	.product03_img img {
	    width:276px;
	    margin-right:-12%;
	}
	.product03_img {
	    right:0;
	}
}
/*---------------------section_03---------------------*/




/*---------------------section_04---------------------*/
.product04_copy {
	position:absolute;
	top:35%;
	left:37%;
	z-index:2;
}
@media screen and (max-width:1580px){
		.product04_copy {
		position:relative !important;
		left:0 !important;
		text-align:center;
	}
}
@media screen and (max-width:980px){

}
@media screen and (max-width:710px){
	.product04_copy {
		left:0 !important;
		text-align:center;
	}
}
@media screen and (max-width:580px){
	.product04_img {
		width:100%;
	}
}
/*---------------------section_04---------------------*/




/*---------------------section_05---------------------*/
.product_section05 {
	height:1350px;
	overflow:visible !important;
}
.product05_copy {
	position:absolute;
	top:27%;
	left:50%;
    transform: translateX(-50%);
    min-width:380px;
}
.product05_img {
	position:absolute;
	top:47%;
	left:50%;
	transform: translateX(-50%);
}
@media screen and (max-width:1580px){
	.product05_copy {
		top:10%;
	}
	.product05_img {
		top:28%;
	}
}
@media screen and (max-width:980px){
	.product_section05 {
	    height: 850px;
	}
	.product05_copy {
		top:-50px;
	}
	.product05_img {
		top:22%;
		width:40%;
	}
}
@media screen and (max-width:710px){
	.product_section05 {
		margin-top:10%;
	    height: 750px;
	}
	.product05_copy {
		position:absolute !important;
		top:-30px;
		left:50% !important;
		text-align:center;
	}
	.product05_img {
		top:25%;
		width:40%;
	}	
}
@media screen and (max-width:580px){
	.product_section05 {
	    height: 450px;
	}
	.product05_copy {
		top:-50px;
	}
	.product05_img {
		top:22%;
		min-width:250px;
	}	
}
/*---------------------section_05---------------------*/





/*---------------------section_06---------------------*/
.product06_copy {
	float:left;
	margin-left:10%;
}
.product06_img {
	float:right;
}
@media screen and (max-width:1580px){
}
@media screen and (max-width:980px){
}
@media screen and (max-width:710px){
}
@media screen and (max-width:580px){
}
/*---------------------section_06---------------------*/





/*---------------------section_07---------------------*/
.product07_copy {
	padding-top:10%;
    margin: 0 auto;
    width: 100%;
    max-width:580px;
}
.product07_img {
	padding-top:5%;
	width:60%;
	max-width:584px;
	margin:0 auto;
}
@media screen and (max-width:1580px){
	.product07_copy {
		text-align:center;
		left:0 !important;
	}
	.product_section07 {
		background:none !important;
	}
}
@media screen and (max-width:980px){
}
@media screen and (max-width:710px){
}
@media screen and (max-width:580px){
}
/*---------------------section_07---------------------*/



/*---------------------section_08---------------------*/
.product_section08 {
	overflow:visible !important;
}
.product08_copy {
	position:absolute;
	top:-30%;
    left:22%;
    z-index:1;
}
.product08_img {
	width:80%;
	max-width:1354px;
	margin:0 auto;
}
@media screen and (max-width:1580px){
	.product08_copy {
		position:relative;
		text-align:center;
	    left:0 !important;
	}
}
@media screen and (max-width:980px){
}
@media screen and (max-width:710px){
}
@media screen and (max-width:580px){
}
/*---------------------section_08---------------------*/





























@media screen and (max-width:980px){
	.product_copy .product_copy_top h1{
		font-size:40px;
	}
	.product_copy .product_copy_bottom h5{
		font-size:16px;
		line-height:16px;
	}
}
@media screen and (max-width:710px){
	.product_copy {
		position:relative;
		left:5%;
	}
}
@media screen and (max-width:580px){
	.product_copy .product_copy_top h1{
		font-size:30px;
	}
	.product_copy .product_copy_bottom h5{
		font-size:14px;
		line-height:13px;
	}
}