.pc_nav > ul > li:nth-of-type(1) > a {
    color: #37b296;
}
/* intro03_title */
.intro03_title {
    position: relative;
}
.intro03_title h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0px;
}
.intro03_menu {
    border-bottom: 1px solid #c3c3c3;
    display: flex;
    justify-content: center;
}
.intro03_menu a {
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    padding: 0px 40px;
    display: inline-block;
    line-height: 70px;
    position: relative;
    transition: all 0.2s;
}
.intro03_menu a.active {
    font-weight: 700;
    color: #1d1919;
}
.intro03_menu a:hover {
    color: #1d1919;
    font-weight: 700;
}
.intro03_menu a.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1d1919;
    left: 0px;
    bottom: 0px;
}
.intro03_con01 {
    padding: 137px 0px 99px;
}

.intro03_con01 > div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0px 100px;
}

.intro03_con01 h2 {
    font-size: 48px;
    font-weight: 700;
    color: #727272;
    line-height: 72px;
}

.intro03_con01 h2 > span {
    color: #1d1919;
}

.intro03_con01 p {
    font-size: 20px;
    font-weight: 400;
    color: #1d1919;
    line-height: 36px;
}
.intro03_con04 {
    padding-top: 144px;
    padding-bottom: 272px;
}
.intro03_con04_wrap {
    max-width: 1252px;
    width: 100%;
    margin: 0 auto;
}
.intro03_con04_title {
    display: flex;
    margin-bottom: 99px;
    justify-content: space-between;
    align-items: flex-end;
}
.intro03_con04_title h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: #727272;
}
.intro03_con04_title h2 > span {
    color: #191919;
}
.intro03_con04_title p {
    font-size: 20px;
    font-weight: 400;
    color: #1d1919;
    line-height: 36px;
}
.intro03_con04_box {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.intro03_con04_box > div {
    position: relative;
}
.intro03_con04_box > div > span {
    position: absolute;
    width: 66px;
    line-height: 66px;
    display: inline-block;
    background-color: #2f3032;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.intro03_con04_box > div > div {
    background-color: #37b296;
    padding: 18px 0px;
    text-align: center;
}
.intro03_con04_box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}
.intro03_con04_box p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

/* 260318 추가 */
.info_list {
    margin-top: 40px;
}

.info_list li {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 36px;
}

.info_list li span {
    font-weight: bold;
    color: #E83120;
}
