/*  Interview  */
#modal_001.custom-pin{
    width: 158.69px;
    height: 36px;
}
#modal_001.custom-pin::before{
    display: block;
    position: absolute;
    width: 158.69px;
    height: 36px;
    border-radius: 26.46px;
    background-color: rgba(255, 113, 16, .5);
    animation: iv 1.5s ease-in-out infinite;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    content: '';
}
#modal_001.custom-pin::after{
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(/assets/pin_img/interview_btn.svg) no-repeat 0 / 100% auto;
	cursor: pointer;
    content: '';
}
/*  Portfolio  */
#modal_002.custom-pin{
    width: 158.69px;
    height: 36px;
}
#modal_002.custom-pin::before{
    display: block;
    position: absolute;
    width: 158.69px;
    height: 36px;
    border-radius: 26.46px;
    background-color: rgba(255, 113, 16, .5);
    animation: pf 1.5s ease-in-out infinite;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    content: '';
}
#modal_002.custom-pin::after{
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(/assets/pin_img/pf_btn.svg) no-repeat 0 / 100% auto;
	cursor: pointer;
    content: '';
}
/*  CV  */
#modal_003.custom-pin{
    width: 263.08px;
    height: 36px;
}
#modal_003.custom-pin::before{
    display: block;
    position: absolute;
    width: 263.08px;
    height: 36px;
    border-radius: 26.46px;
    background-color: rgba(255, 113, 16, .5);
    animation: cv 1.5s ease-in-out infinite;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    content: '';
}
#modal_003.custom-pin::after{
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(/assets/pin_img/cv_ex_btn.svg) no-repeat 0 / 100% auto;
	cursor: pointer;
    content: '';
}

/*  Esquisse  */
#modal_004.custom-pin{
    width: 185.7px;
    height: 36px;
}
#modal_004.custom-pin::before{
    display: block;
    position: absolute;
    width: 185.7px;
    height: 36px;
    border-radius: 26.46px;
    background-color: rgba(255, 113, 16, .5);
    animation: eq 1.5s ease-in-out infinite;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    content: '';
}
#modal_004.custom-pin::after{
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(/assets/pin_img/esquisse_btn.svg) no-repeat 0 / 100% auto;
	cursor: pointer;
    content: '';
}


/* interview ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes iv {
    0% {
      width: 158.69px;
	  height: 36px;
    }
    50% {
      width: 175.61px;
	  height: 52.92px;
    }
}  
/* portfolio ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes pf {
    0% {
      width: 158.69px;
	  height: 36px;
    }
    50% {
      width: 175.61px;
	  height: 52.92px;
    }
}  
/* cv ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes cv {
    0% {
      width: 263.08px;
	  height: 36px;
    }
    50% {
      width: 280px;
	  height: 52.92px;
    }
}
/* esquisse ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes eq {
    0% {
      width: 185.7px;
	  height: 36px;
    }
    50% {
      width: 202.62px;
	  height: 52.92px;
    }
}  


