/* 임상연구코디네이터 page */
.service-topbox{
    width: 100%;
    height: 280px;
    border: 10px solid #F9F9F9;
    display: flex;
    align-items: center;
    padding: 0 80px;
    gap: 80px;
}
.service-topbox>p,
.service-topbox>.out-link-div>p{
    font-size: 18px;
    line-height: 28px;
}
/* .service-list>p::before{
    content: "";
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #111;
    margin-right: 4px;
} */
.service-list>p{
    word-break: keep-all;
}
.important-mark{
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.important-mark .item-wrap{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #319A88;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.important-mark>p{
    color: #319A88;
}
.crc-step .step-tbox-wrap,
.document-step .step-tbox-wrap{
    height: 140px;
}
.step-tbox-wrap{
    border: 1px solid #ddd;
    width: 100%;
    height: 120px;
    padding: 20px 72px;
    display: flex;
    align-items: center;
}
.step-icon{
    width: 108px;
}
.step-txt-box dt,
.step-txt-box dt>span{
    font-size: 20px;
    font-weight: 700;
}
.step-txt-box dd{
    margin-top: 12px;
    line-height: 24px;
}

.step-tit1{
    color: #99CA3C;
}
.step-tit2{
    color: #319A88;
}
.five-step .step-tit4{
    color: #385CAD;
}
.step-tit3,
.five-step .step-tit4{
    color: #0F59C5;
}
.step-tit4,
.five-step .step-tit5{
    color: #16233B;
}

.step-txt-box dd>p{
    display: flex;
    align-self: center;
    gap: 8px;
    margin-top: 10px;
}
.step-dd-bold{
    font-weight: 700;
}
.step-arrow{
    margin: 10px 0;
    text-align: center;
}


/* 모니터링실 page */
.out-link-div>a{
    display: flex;
    height: 48px;
    width: min(20rem, 30rem) !important;
    padding: 0 32px;
    background: #0F59C5;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    transition: all .2s;
    border: 1px solid #0F59C5;
    margin-top: 20px;
}
.out-link-div>a::after{
    content: "";
    display: block;
    background: url(../images/main/btn-white-aw.png) no-repeat;
    width: 19px;
    height: 16px;
}
.out-link-div>a:hover{
    color: #0F59C5;
    border: 1px solid #0F59C5;
    background: #fff;
}
.out-link-div>a:hover::after{
    content: "";
    display: block;
    background: url(../images/main/btn-arrow.png) no-repeat;
    width: 19px;
    height: 16px;
}


.horiz-td-dv{
    padding: 20px 0;
}
.horiz-td-dv>strong{
    font-weight: bold;
}
.horiz-td-dv>p{
    margin-top: 10px;
}
.horiz-td-dv>p a>img{
    margin-left: 5px;
    vertical-align: -2px;
}
.service-list .map-img{
    border: 1px solid #ccc;
    margin-top: 20px;
}
.service-dw-box{
    width: 100%;
    height: 80px;
    background: #F9F9F9;
    border-top: 1px solid #111;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.service-dw-box>p{
    font-weight: 700;
}
.sublist-tit>span{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}

/* 문서보관 page */
.document-tb table{
    margin-bottom: 8px;
}
.document-tb table tr>th{
    text-align: left;
    padding: 0 28px;
}
.step-box-inner{
    display: flex;
    align-items: center;
    width:100%;
}
.document-con .service-dw-box{
    margin-top: 20px;
}

/* 임상시험약국 page */
.flow-box{
    background: #F9F9F9;
    padding: 32px 56px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 24px;
}
.flow-box>li{
    border: 1px solid #898C8E;
    padding: 0 22px;
    white-space: nowrap;
    height: 44px;
    display: flex;
    align-items: center;
    width: 23%;
    gap: 8px;
    background: #fff;
}
.flow-box .flow-num{
    min-width: 18px;
    height: 18px;
    background: #0F59C5;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2rem 4rem;
  background-color: #f9f9f9;
}
.flow__list .flow__item {
  width: 100%;
  height: 100%;
  padding: .5rem 0 .5rem 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #898C8E;
  background-color: #fff;
}
.flow__list .flow__item .flow__num {
  min-width: 1.125rem;
  height: 1.125rem;
  background-color: #0f59c5;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
/* 연구자문 page */
.consulting-con .flow__item{
    justify-content: center;
    padding : .5rem 0;
}
.consulting-con .common-tb tr>td{
    text-align: center;
}
.consulting-con .flex-step{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}