.c-research {
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }

.profile {
    padding: 15px;
    text-align: center;
    background-color: transparent;
    border-radius: 5px;
    flex: 1; 
    margin-top: 0px; 
    margin-bottom: 10px;
}

.profile-name {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.container-research {
    width: 65%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0 auto;
    text-align: left;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.ftco-departments {
    font-size: 30px;
    text-align: left;
}

.research-title {
    font-size: 20px;
    text-align: center; 
    margin-bottom: 0px; 
    font-weight: bold; 
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    color: rgb(52, 49, 49);
}
.research-subtitle {
    font-size: 16px; 
    text-align: center; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding-top: 0px;
    color: red;

}

.research-content {
    font-size: 15px;
    text-align: left;
    padding-top: 20px;
    padding-left: 5px;
    line-height: 1.5;
    color: rgb(52, 49, 49);

}

.bullet-indent {
    padding-left: 1em;     
    text-indent: -1em;
    margin-top: 0px;
    margin-bottom: 0px;
  }

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
.image-gallery img {
width: 45%;
height: auto;
margin: 10px;
display: block;
}

@media (max-width: 992px) {
    .image-gallery img {
      max-width: 45%;
    }
  }
  
@media (max-width: 600px) {
.image-gallery img {
    max-width: 90%;
}
}







.row {
    font-size: 18px;
    margin-left: 1px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

hr {
    width: 65%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.research-topics {
    width: 65%;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10px;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.flex-container img {
    flex: 1;
}

.text-box {
    flex: 3.5;
    margin-left: 0px;
}

/* 여기부터 */
.circle-label-wrapper {
    position: relative;
    width: 115px;
    height: 115px;
    margin: 0 auto;
    border: 0;
}

.circle-img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    z-index: 1;
}

.circle-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 115px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    z-index: 1;
}
  /* 여기까지 팀리더라벨링 */