.int-wrapper {
	background-image: url("../img/int-back1.png"),url("../img/int-back2.png");
	background-repeat: repeat;
}

.flex-wrap {
	flex-wrap: wrap;
	justify-content: space-around;
	display: flex;
	margin-top: 60px;
}

.int-mv {
	background-position: center;
	display: flex;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
}

.int-head {
	background: #fff;
	font-family: "PGyoIWA-Bd";
	font-size: 5rem;
	width: 33%;
	margin: 3rem auto;
	align-items: center;
	padding: ;
	text-align: center;
}

.int-box{
	width: 45%;
	position: relative;
    margin-bottom: 15px;
    max-height: 250px;
    overflow: hidden;
}

.puzzle {
	width: 10%;
	z-index: 1;
}

.puzzle1 {
	position: absolute;
	top: 2rem;
	left: -7.5rem;
}

.puzzle2 {
	position: absolute;
	right: -15rem;
	top: -4.5rem;
}

.puzzle3 {
	position: absolute;
	left: -6rem;
	bottom: 0;
}

.puzzle4 {
	position: absolute;
	right: -9rem;
	bottom: 0;
}

.int-position {
	background:linear-gradient(to right, #64A3E6, #EE8CBA);
	color: #fff;
	width: 65%;
	position: absolute;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.int-position:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -20px;
	border-style: solid;
	border-width: 50px 0 0 20px;
	border-color: transparent transparent transparent #EE8CBA;
}

.int-img {
	margin-top: 3rem;
	width: 100%;
}

.int-web:hover {
	color: #AA98D0;
	opacity: 0.8;
}

.int-second:hover {
	color: #AA98D0;
	opacity: 0.8;
}

.int-brand:hover {
	color: #35FFD7;
	opacity: 0.8;
}

.int-integrate:hover {
	color: #35FFD7;
	opacity: 0.8;
}

.int-mv-img {
	width: 100%;
}

.int-content {
	position: relative;
}

@media screen and (max-width:1024px){
.puzzle1 {
  top: -10rem;
  left: -0.5rem;
}

.puzzle2 {
  right: 0rem;
  top: -6.5rem;
}

.puzzle3 {
    left: 0;
    bottom: 0;
}

.puzzle4 {
    bottom: 0;
    right: 0;
}

}

@media screen and (max-width: 559px){
	body {
		width: 100%;
	}

	.int-mv {
		width: 100%;
	}

	.int-head {
		font-size: 6vw;
		width: 50%;
	}

	.int-box {
		width: 90%;
		margin: 3vw 0;
	}

.puzzle {
	width: 15%;
}

.puzzle1 {
	top: -6rem;
	left: 0;
}

.puzzle2 {
	top: -2.5rem;
	right: 0;
}

.puzzle3 {
	left: 0;
}

.puzzle4 {
	bottom: -2rem;
	right: 0;
}


}
