/* ////////////////profile/////////////////////// */

#profile {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url(../image/back1.png);
  background-color: #C1A99B;
  padding: 0px !important;
  overflow: hidden;
}
.profile-back{
  position: absolute;
  left: -73%;
  width: 50%;
  height: 100%;
  background-color: #BCA5AE;
  transition: 1s;
}
.profile-back>img{
  position: absolute;
  left: 100%;
  height: 100%;
}

/* .profile-back:after{
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../image/profile/paper4.png) no-repeat center;
} */
.profile-in{
  position: relative;
  width: 1400px;
  height: 100vh;
  margin: auto;
  /* border: 1px solid #000; */
}
.deco{
  position: absolute;
  left: -8%;
  top: 10%;
  transform: rotate(5deg);
  opacity: 0;
  transition: 0.5s;
}


/* photo */
.profile-photo{
  position: absolute;
  top: -10%;
  /* top: 0; */
  width: 600px;
  height: 915px;
  transform: rotate(-3deg);
  background-color: #fff;
  opacity: 0;
  transition: 1s;
  box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
}


.profile-photo>img:nth-of-type(1){
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 550px;
}
.tape{
  position: absolute;
  bottom: 20%;
  left: -28%;
  height: 70px;
  opacity: 0;
  transform: rotate(5deg);
  transition: 0.5s;
}

.profile-photo-in{
  position: absolute;
  left: 50%;
  bottom: 1%;
  transform: translateX(-50%);
  width: 530px;
  height: 130px;
  /* border: 1px solid #000; */
}
.profile-photo-in>p:nth-child(1){
  text-transform: capitalize;
  border-bottom: 1px solid #BCA5AE;
  font-size: 23px;
}
.profile-photo-in-in{
  padding-top: 8px;
  padding-left: 40px;
  display: flex;
  /* font-family: 'Noto Sans KR', sans-serif; */
}
.profile-photo-in-in>.left{
  width: 80px;
  text-transform: uppercase;
  font-size: 14px;
  color: #554149;
}
.profile-photo-in-in>.left>li{
  height: 27px;
  /* border: 1px solid #000; */
  line-height: 27px;
}
.profile-photo-in-in>.right>li{
  height: 27px;
  /* border: 1px solid #000; */
  line-height: 22px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 17px;
}
.profile-photo-in-in>.right>li>span{
  font-size: 13px;
  color: rgb(155, 155, 155);
  font-family: 'Noto Sans KR', sans-serif;
}

/* skill */
.profile-skill{
  opacity: 0;
  position: absolute;
  top: -2%;
  right: -10%;
  width: 800px;
  height: 395px;
  transform: rotate(-3deg);
  transform-origin: left top;
  background-color: #fff;
  box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 20px;
  transition: 1s;
}
.memo2{
  opacity: 0;
  position: absolute;
  right: -10%;
  top: 15%;
  width: 320px;
  filter: drop-shadow(-2px 2px 2px rgba(0,0,0,0.2));
  transform: rotate(-0.8deg);
  transition: 0.5s;
  cursor: pointer;
}
.memo_desc{
  opacity: 0;
  position: absolute;
  right: -10%;
  top: 15%;
  width: 320px;
  transform: rotate(0.8deg);
  transition: 0.5s;
  padding: 55px 40px 40px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #554149;
}
.memo_desc.active{
  opacity: 1;
  right: -2%;
  top: 15%;
}
.memo_desc.hover{
  top: 13%;
}
.clip{
  opacity: 0;
  position: absolute;
  right: 25%;
  top: 0%;
  height: 50px;
  transition: 0.5s;
}
.clip.active{
  opacity: 1;
  top: 10%;
}
.clip.hover{ /* 나중에 쓰여야 적용됨 */
  top: 8%;
}
/* .profile-skill:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/profile/paper2.png) center center;
  background-size: cover;
  z-index: -1;
} */
.profile-skill>p:nth-child(1){
  text-transform: uppercase;
  border-bottom: 1px solid #BCA5AE;
  font-size: 20px;
  padding-bottom: 5px;
}

.skill-bottom{
  width: 100%;
  height: calc(100% - 30px);
  display: flex;
}
.skill-menu{
  padding-top: 10px;
  width: 120px;
  height: 100%;
  border-right: 1px solid #BCA5AE;
}
.skill-menu>li{
  position: relative;
  width: 100%;
  height: 46px;
  /* border-bottom: 2px solid #e589b4; */
  font-size: 13px;
  color: rgb(70, 70, 70);
  /* border: 1px solid #000; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.skill-menu>li:nth-child(5){
  font-size: 14px;
  padding-top: 20px;
}
.skill-menu>li>img{
  height: 28px;
  margin: 0 3px;
}
.percent{
  padding-top: 10px;
  width: 400px;
  height: 100%;
  /* border: 1px solid #000; */
}
.percent>li{
  position: relative;
  width: 60%;
  height: 46px;
  margin-left: 15px;
  /* border: 1px solid #000; */
  font-size: 12px;
  line-height: 47px;
  text-indent: 250px;
  color: #554149;
}
.percent>li:last-child{
  width: 70% !important;
  height: 110px;
  text-indent: 0px !important;
  padding-top: 10px;
  padding-left: 8px;
  display: flex;
  flex-flow: row wrap;

}
.theOther{
  position: relative;
}
.percent>li>p>img{
  height: 53px;
  /* margin: 0 10px; */
}
.percent>li>p:nth-child(2)>img{
  margin: 0 7px;
}
.percent>li>p:nth-child(3)>img{
  height: 40px;
  margin: 7px 7px 0;
  background-color: black;
  border-radius: 5px;
}
.percent>li>p:nth-child(4)>img{
  height: 39px;
  margin-top: 7px;
}
.percent>li>p:nth-child(5)>img{
  height: 48px;
  margin-top: 5px;
}
.percent>li>p:nth-child(6)>img{
  height: 40px;
  margin: 10px 20px;
}
.percent>li>p:nth-child(7)>img{
  height: 40px;
  margin: 10px 4px;
}
.percent>li>p:nth-child(8)>img{
  height: 38px;
  margin: 11px 25px;
}

.percent>li>p>span{
  position: absolute;  
  opacity: 0;
}
.theOther>span:after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #F9F4E1;
}
.theOther:nth-child(1)>span,
.theOther:nth-child(2)>span,
.theOther:nth-child(3)>span,
.theOther:nth-child(4)>span{
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F9F4E1;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}

.theOther:nth-child(1)>span:after,
.theOther:nth-child(2)>span:after,
.theOther:nth-child(3)>span:after,
.theOther:nth-child(4)>span:after{
  bottom: -5px;
}
.theOther:nth-child(4)>span{
  width: 150px;
}
.theOther:hover span{
  opacity: 1;
}

.theOther:nth-child(5)>span,
.theOther:nth-child(6)>span,
.theOther:nth-child(7)>span,
.theOther:nth-child(8)>span{
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffefd8;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}
.theOther:nth-child(7)>span{
  width: 90px;
}
.theOther:nth-child(8)>span{
  width: 110px;
}
.theOther:nth-child(5)>span:after,
.theOther:nth-child(6)>span:after,
.theOther:nth-child(7)>span:after,
.theOther:nth-child(8)>span:after{
  top: -5px;
  z-index: -1;
}
/* .theOther:hover{
  transform: rotateY(360deg);
  transition: 1s;
} */
.percent>li:not(:last-child)::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 15px;
  background-color: rgba(188, 165, 174,0.3);
  border-radius: 5px;
}
.percent>li:after{ /* 실제수치 */
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  width: 0%;
  transform: translateY(-50%);
  height: 15px;
  /* background-color: rgba(201, 86, 130, 0.9); */
  background-color: #dba62a;
  border-radius: 2px;
  transition: 0.5s;
}
.percent>li.active:nth-child(1):after{width:88%;}
.percent>li.active:nth-child(2):after{width:78%;}
.percent>li.active:nth-child(3):after{width:88%;}
.percent>li.active:nth-child(4):after{width:78%;}



/* education */
.profile-edu{
  opacity: 0;
  position: absolute;
  top: 48%;
  right: -11.8%;
  width: 800px;
  transform: rotate(-3deg);
  transform-origin: left top;
  height: 180px;
  background-color: #fff;
  box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
  padding: 20px;
  transition: 1s;
}

.profile-edu:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/profile/paper2.png) center center;
  background-size: cover;
  z-index: -1;
}
.profile-edu>p:nth-child(1){
  text-transform: uppercase;
  border-bottom: 1px solid #BCA5AE;
  font-size: 20px;
  padding-bottom: 5px;
}
.edu-bottom{
  width: 100%;
  height: calc(100% - 30px);
  display: flex;
}
.edu-bottom>.left{
  padding-top: 5px;
  width: 150px;
  height: 100%;
  letter-spacing: -0.5px;
  border-right: 1px solid #BCA5AE;
}
.edu-bottom>.left>li{
  position: relative;
  width: 100%;
  height: 27px;
  /* border-bottom: 2px solid #e589b4; */
  font-size: 12px;
  color: #554149;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-dot>li:before{ /* 구멍 */
  content: '';
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #A38F97;
}
.my-dot>li:after{
  content: '';
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 5px;
  background-color: #A38F97;
}

.edu-bottom>.right{
  padding-top: 5px;
  width: 600px;
  height: 100%;
}
.edu-bottom>.right>li{
  /* border: 1px solid #000; */
  width: 100%;
  height: 27px;
  font-weight: 500;
  color: #363334;
  display: flex;
  align-items: center;
  text-indent: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
}
.edu-bottom>.right>li>span{
  font-size: 12px;
  font-weight: 400;
  color: rgb(122, 122, 122);
  font-family: 'Noto Sans KR', sans-serif;
}

/* jQuery */
.profile-back.active{ /* 제이쿼리 */
  left: 0;
}
.profile-skill.active{
  opacity: 1;
  top: 8%;
  right: 0;
}
.profile-photo.active{
  opacity: 1;
  top: 0;
}
.deco.active{ /* 제이쿼리 */
  opacity: 0.4;
}
.tape.active{ /* 제이쿼리 */
  opacity: 0.5;
}
.profile-edu.active{
  opacity: 1;
  top: 52%;
  right: -1.5%;
}
.memo2.active{
  opacity: 1;
  right: -2%;
  top: 15%;
}
.memo2.hover{
  top: 13%;
  filter: drop-shadow(-5px 5px 10px rgba(0,0,0,0.2));
}
.flower{
  position: absolute;
  bottom: 20%;
  left: -20%;
  height: 400px;
  opacity: 0;
  transition: 0.5s;
}

.flower.active{
  bottom: 15%;
  opacity: 1;
}
.flower:hover{
  bottom: 22%;
}
/* profile-text */
/* opacity: 0;
position: absolute;
top: 48%;
right: -11.8%;
width: 800px;
transform: rotate(-3deg);
transform-origin: left top;
height: 180px;
background-color: #fff;
box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
padding: 20px;
transition: 1s; */

/* text */
.profile-text{
  opacity: 0;
  position: absolute;
  top: 83.4%;
  right: -13.7%;
  width: 800px;
  height: 260px;
  transform: rotate(-3deg);
  transform-origin: left top;
  transition: 1s;
  /* background: url(../image/profile/craft.jpg) center center;
  background-size: cover; */
  background: #fff;
  box-shadow: -2px 3px 2px rgba(0,0,0,0.2);
}
.profile-text>img:nth-of-type(1){
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.2));
  z-index: -1;
}
.profile-text>p:nth-of-type(1){
  text-transform: uppercase;
  border-bottom: 1px solid #BCA5AE;
  font-size: 20px;
  padding-bottom: 5px;
  margin: 20px 20px 0;
}
.tape2{
  opacity: 0;
  position: absolute;
  right: -5%;
  top: -30px;
  height: 50px;
  transform: rotate(4deg);
  transition: 0.5s;
}
.tape2.active{
  opacity: 0.7;
  top: -10px;
}

.profile-text.active{
  opacity: 1;
  top: 73.4%;
  right: -2.3%;
}

.profile-text-in{
  padding: 10px 25px;
}
.profile-text-in>p{
  font-family: 'Noto Sans KR', sans-serif;
}
.profile-text-in>p:nth-child(2n+1){
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  color:#554149;
}
.profile-text-in>p>i{
  margin-right: 5px;
}
.profile-text-in>p:nth-child(2n){
  margin-left: 20px;
  margin-bottom: 10px;
  color: rgb(39, 39, 39);
  font-size: 15px;
}