header.top-header,.header-cover,.top-header .header-left{
	mix-blend-mode: difference;
}
.top-header .menu ul li a{
	color:#fff;
}
.top-header .logo a svg{
	fill:#ffffff;
}


.about-section{
    display:flex;
    flex-direction: column;
    width: 100%;
}

.about-section .about-list{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.about-section .about-list .about-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 740px;
    position: relative;
}
.about-section .about-list .about-left::before{
    content: "";
    position: absolute;
    width: 497px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 32.41%, rgba(0, 0, 0, 0) 90.1%);
}


.about-section .about-list .about-left .about-img{
    height: 100%;
    width: 100%;
}
.about-section .about-list .about-left .about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .about-list .about-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	/* padding-bottom: 80px; */
    padding-left: 56px;
}

.about-section .about-list .about-right .about-right-cover{
    max-width: 340px;
}

.about-section .about-list .about-right .about-right-cover p.border{
    padding: 16px 0;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}

.about-section .about-list:nth-child(even) .about-left::before{
    content: none;
}

.about-section .about-list:nth-child(even) .about-right{
    order:1;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 56px;
}
.about-section .about-list:nth-child(even) .about-left{
    order:2;
}

.about-section .about-list:nth-child(even) .about-left .about-img{
    height: 100%;
}
.about-section .about-list .about-right .about-right-cover h2{
    margin-bottom: 24px;
}

@media screen and (min-width:1280px){

    .about-section .about-list .about-right .about-right-cover h2{
        margin-bottom: 1.875vw;
    }

    .about-section .about-list .about-right{
        padding-left: 4.375vw;
		/* padding-bottom: 4.69vw; */

    }
    .about-section .about-list .about-right .about-right-cover{
        max-width: 26.563vw;
    }

    .about-section .about-list:nth-child(even) .about-right{
        padding-right: 4.375vw;
        padding-left: 0px;
    }
    .about-section .about-list .about-left{
        height: 57.813vw;
    }
    .about-section .about-list .about-left::before{
        width: 38.828vw;
    }
}

@media screen and (max-width:1279px){
    .about-section .about-list:nth-child(even) .about-right{
        padding-right: 36px;
    }
    .about-section .about-list .about-right .about-right-cover{
        max-width: 300px;
    }
}


@media screen and (max-width:1023px){

    .about-section .about-list .about-left::before{
        width: 100%;
    }
	.about-section .about-list .about-left{
		height:600px;
	}

	header.top-header, .header-cover, .top-header .header-left{
		    mix-blend-mode: inherit;
	}
	.top-header .logo a svg{
		fill:#111111;
	}
	.top-header .menu ul li a{
		color:#111111;
	}


	.about-section .about-list:last-child .about-right {
		padding-top: 30px;
	}

}


@media screen and (max-width:767px){
    .about-section .about-list{
        flex-direction: column;
    }
    .about-section .about-list .about-left,.about-section .about-list .about-right{
        width: 100%;

    }
    .about-section .about-list:nth-child(even) .about-left{
        order: 2;
    }
    .about-section .about-list:nth-child(even) .about-right{
        order: 1;
    }
    .about-section .about-list .about-right .about-right-cover{
        max-width: 100%;
        padding: 40px 15px 45px;
    }
    .about-section .about-list .about-right{
        padding-left: 0px;
    }
    .about-section .about-list .about-left{
        height: 432px;
    }
    .about-section .about-list:nth-child(even) .about-left .about-img{
        height: 432px;
    }
    .about-section .about-list:nth-child(even) .about-right{
        padding-right: 0px;
    }

    .about-section .about-list .about-left{
        order:2;
    }
    .about-right-cover p:last-child{
        margin: 0px;
    }

		.about-section .about-list:last-child .about-right { padding-top: 0; }
		.about-section .about-list .about-right { padding-bottom: 20px;}

}
