/**************************************************
 * PAGE | R&D
 **************************************************/
.container__tit {
    line-height: 48px;
    font-size: 32px;
}

.desc {
    line-height: 27px;
    font-size: 18px;
    color: #4c5159;
}

.line {
    border-bottom: 1px solid #f4f8fe;
}

.about.strategy {
    padding: 120px 0 164px;
}

.about.strategy .img {
    margin: -14px 0;
}

.about .laboratory {
    display: flex;
    align-items: center;
}

.about .laboratory:nth-child(2) {
    padding: 80px 0;
    margin: 80px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.about .laboratory .txt {
    width: calc(100% - 575px);
}

.about .laboratory .txt.l-left {
    padding-right: 44px;
}

.about .laboratory .txt.l-right {
    padding-left: 44px;
}

.about .laboratory .txt .title {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -.66px;
}

.about .laboratory .txt .desc {
    margin: 24px 0;
    color: #727b8b;
}

.about .laboratory .txt .major {
    padding: 24px 36px;
    border-radius: 4px;
    background-color: #f4f8fe;
    color: #727b8b;
}

.about .laboratory .txt .major p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.about .laboratory .txt .major ul {
    display: flex;
}

.about .laboratory .txt .major ul li {
    display: flex;
    color: #727b8b;
    font-size: 16px;
}

.about .laboratory .txt .major ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 8px);
    margin: 0 24px;
    background-color: #d8ddeb;
    transform: translateY(4px);
}

.about .laboratory .txt .major ul li:first-child:before {
    display: none;
}

/** perfomance **/
.perfomance .new_goods {
    display: flex;
    padding: 40px 0 40px 110px;
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(39, 110, 241, 0.1);
    align-items: center;
}

.perfomance .new_goods .txt {
    width: 810px;
    padding-left: 134px;
    padding-right: 80px;
}

.perfomance .new_goods .txt .name {
    line-height: 48px;
    font-weight: 600;
    font-size: 32px;
}

.perfomance .new_goods .txt .sub {
    margin: 12px 0 24px;
    line-height: 27px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -.48px;
    color: #276ef1;
}

.perfomance .new_goods .txt .desc li {
    position: relative;
    padding-left: 12px;
    letter-spacing: -.4px;
}

.perfomance .new_goods .txt .desc li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a3abc0;
}

.perfomance .bar-nav {
    margin-bottom: 48px;
}

.perfomance .bar-nav ul li a {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -.56px;
    cursor: default;
}

.perfomance .perfomance__cont .perfomance__year {
    position: relative;
    float: left;
    width: 190px;
}

.perfomance .perfomance__cont .perfomance__year::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 20.5px;
    width: 1px;
    height: calc(100% - 21px);
    background-color: #eeeeee;
}

.perfomance .perfomance__cont .perfomance__year ol li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 200px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    color: #276ef1;
}

.perfomance .perfomance__cont .perfomance__year ol li::before, .perfomance .perfomance__cont .perfomance__year ol li::after {
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
}

.perfomance .perfomance__cont .perfomance__year ol li::before {
    top: 1px;
    right: 0;
    width: 41px;
    height: 41px;
    background-color: rgba(39, 110, 241, 0.2);
}

.perfomance .perfomance__cont .perfomance__year ol li::after {
    top: 13px;
    right: 12px;
    width: 17px;
    height: 17px;
    background-color: #276ef1;
}

.perfomance .perfomance__cont .perfomance__year ol li:last-child {
    height: 160px;
}

.perfomance .perfomance__cont .perfomance__desc {
    float: left;
    width: calc(100% - 190px);
    padding-left: 48px;
}

.perfomance .perfomance__cont .perfomance__desc ol {
    height: 100%;
}

.perfomance .perfomance__cont .perfomance__desc ol li {
    margin-bottom: 40px;
}

.perfomance .perfomance__cont .perfomance__desc ol li:last-child {
    margin-bottom: 0;
}

.perfomance .perfomance__cont .perfomance__desc ol li::after {
    content: '';
    display: block;
    clear: both;
}

.perfomance .perfomance__cont .perfomance__desc ol li .img {
    overflow: hidden;
    float: left;
    width: 240px;
    height: 160px;
    border-radius: 16px;
}

.perfomance .perfomance__cont .perfomance__desc ol li .txt {
    display: flex;
    float: left;
    width: calc(100% - 240px);
    height: 160px;
    padding-left: 24px;
    align-items: center;
}

.perfomance .perfomance__cont .perfomance__desc ol li .txt p {
    display: block;
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
}

.perfomance .perfomance__cont .perfomance__desc ol li .txt p b {
    font-weight: 500;
    color: #276ef1;
}

.perfomance .perfomance__cont .perfomance__desc ol li .txt p span {
    display: block;
    margin-top: 8px;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    color: #727b8b;
}

.perfomance .perfomance__cont .perfomance__desc ol li .txt p img {
    width: 38px;
    margin-top: 16px;
}

/** pipeline **/
.pipeline .container__tit {
    margin-bottom: 56px;
}

.pipeline .process ol {
    position: relative;
    height: 100%;
}

.pipeline .process ol::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 1px;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #276ef1, #1ee4db 92%);
}

.pipeline .process ol li {
    float: left;
    width: 25%;
}

.pipeline .process ol li:nth-child(1) .num {
    background-color: #276ef1;
}

.pipeline .process ol li:nth-child(2) .num {
    background-color: #2592eb;
}

.pipeline .process ol li:nth-child(3) .num {
    background-color: #21bbe3;
}

.pipeline .process ol li:nth-child(4) .num {
    background-color: #1fd9dd;
}

.pipeline .process ol li .num {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20.5px;
    font-size: 18px;
    letter-spacing: -.36px;
    color: #ffffff;
}

.pipeline .process ol li .title {
    margin: 32px 0 8px;
    line-height: 44px;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -.5px;
}

.pipeline .process ol li .explain {
    padding-right: 24px;
    line-height: 30px;
    font-size: 22px;
    letter-spacing: -.5px;
    color: #727b8b;
}

.pipeline .content_header h3 {
    display: inline-block;
}

.pipeline .content_header .update {
    float: right;
    margin-top: 36px;
    line-height: 27px;
    font-weight: 600;
    font-size: 18px;
    color: #727b8b;
}

.pipeline .content_header .update span {
    font-weight: normal;
    color: #276ef1;
}

.pipeline .content_body {
    padding: 24px 0 0;
}

.pipeline .pipeline__table {
    border-top: 2px solid #4e5a71;
    border-bottom: 2px solid #4e5a71;
}

.pipeline .pipeline__table ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12%;
    min-height: 80px;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.pipeline .pipeline__table ul li:nth-child(-n+2) {
    width: 14%;
}

.pipeline .pipeline__table .thead {
    display: flex;
}

.pipeline .pipeline__table .tbody {
    display: flex;
}

.pipeline .pipeline__table .tbody li {
    position: relative;
}

.pipeline .pipeline__table .tbody li:first-child {
    color: #727b8b;
}

.pipeline .pipeline__table .tbody li:nth-child(2) {
    font-weight: 400;
    justify-content: flex-start;
    text-align: left;
}

.pipeline .pipeline__table .tbody li.line::before {
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: -50%;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pipeline .pipeline__table .tbody li .check {
    overflow: hidden;
    z-index: 10;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgba(39, 110, 241, 0.2);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    text-indent: 100%;
}

.pipeline .pipeline__table .tbody li .check::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #276ef1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pipeline .pipeline__table .tbody li p {
    line-height: 27px;
    padding: 12px 0 0;
}

/* 의약품 접근성 */
.container.pull-both {
    padding: 0 168px;
}

.sec_header {
    display: flex;
    padding-bottom: 40px;
}

.sec_header h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

.sec_body h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.sec_body *:first-child {
    margin-top: 0;
}

.sec_body p {
    margin-top: 24px;
    color: #4c5159;
    font-size: 18px;
    line-height: 27px;
}

.sec_body .img-group {
    margin-top: 24px;
}

.sec_body .hr {
    margin: 40px 0;
    height: 1px;
    background-color: #e0e0e0;
}

.sec_body .img-group .row {
    display: flex;
}

.sec_body .img-group .row + .row {
    margin-top: 24px;
}

.sec_body .img-group .img {
    width: 100%;
}

.sec_body .img-group .img img {
    display: block;
    width: 100%;
    max-width: none;
}

.sec_body .img-group .img + .img {
    margin-left: 24px;
}

.sec.column {
    display: flex;
}

.sec.column .sec_header {
    padding-right: 24px;
    padding-bottom: 0;
}

.sec.column .sec_body {
    flex: none;
    width: 720px;
    margin-left: auto;
}

.bg-wrapper {
    padding: 120px 0;
    background-color: #f4f8fe;
}

.container + .bg-wrapper {
    margin-top: 120px;
}