* {
padding: 0;
margin: 0;
font-family: 'Montserrat', sans-serif;
}

body {
background: #eae8d7;
}

.point {
color: #8d4242 !important;
}

.target-section {
width: 100%;
height: 100vh;
transition: background 0.5s;
position:relative;
}

.target-section .row {
position: relative;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}

.target-section h2 {
font-size: 6rem;
line-height: 1.2;
text-align: left;
z-index: 99;
color: #fff;
}

.section1 .circle {
position: absolute;
top: 18%;
left: 56%;
width: 600px;
height: 600px;
background: rgba(255,255,255,0.5);
border-radius: 100%;
}

.section1 .mouse {
position: absolute;
bottom: 8%;
width: 40px;
height: 65px;
border: 5px solid #73726d;
border-radius: 24px;
opacity: 0.4;
}

.section1 .mouse:before {
content: '';
display: block;
position: absolute;
top: 25%;
left: 45%;
width: 5px;
height: 13px;
background: #73726d;
border-radius: 10px;
}

.section1 .mouse a {
display: block;
width: 100%;
height: 100%;
}

.target-section .rectangle div {
position: absolute;
font-size: 1.3rem;
font-weight: 400;
color: #fff;
}

.target-section .rectangle .left_top {
top: 4%;
left: 3%;
}

.target-section .rectangle .left_top:before {
content:'kim so yeon';
}

.target-section .rectangle .right_top {
top: 4%;
right: 3%;
}

.target-section .rectangle .right_top:before{
content:'2020';
}

.target-section .rectangle .left_bottom {
bottom: 4%;
left: 2%;
}

.target-section .rectangle .right_bottom {
bottom: 4%;
right: 2%;
}

.target-section .rectangle .right_bottom:before{
content:'work place';
}

.section2.active {
background: #a49e90;
}

.section3.active {
background: #73726d;
}

.section4.active {
background: #a49e90;
}

.section5.active {
background: #73726d;
}

.section6.active {
background: #eae8d7;
}

/*animate.css*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
visibility: visible;
}

to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}

.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}

.stripes {
display: flex;
}

.stripes .stripe {
width: 20%;
height: 0;
}

.stripes .stripe.animate_down {
height: 100vh;
}

#s1 {
background: #c49d9e;
}

#s2 {
background: #d0b3b5;
}

#s3 {
background: #decacb;
}

#s4 {
background: #e7d2cf;
}

#s5 {
background: #f3e0d9;
}


.animate_down {
animation: fadeIn 1s forwards ease-in;
transition: 2s ease-in-out;
}

.section6 .row{
position: absolute;
top: 0;
left: 0;
width:100%;
}