.activePage a {
    background-color: #ed174d !important;
    color: white !important;
}

.hv-header .sub-gnb .menu li.active > a.d2 > span > span {
    background-color: white;
}

.activeLink a {
    font-weight: bold;
    color: #ed174d !important;
}
.activeLink a span span {
    background-color: #ed174d !important;
}

main {
    margin-top: 90px;
}
main .subTitle {
    background: #202020;
    position: relative;
    overflow: hidden;
}
main .subTitle section {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 1196px;
    display: flex;
    justify-content: end;
}
main .subTitle div {
    max-width: 1920px;
    height: 293px;
    margin: 0 auto;
}
main .subTitle div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boardInfo {
    margin-bottom: 16px;
}
.boardInfo h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.6px;
}
.boardInfo p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -0.6px;
    color: #ed174d;
    margin-top: 6px;
}

.boardWrap {
    width: 1160px;
    margin: 90px auto 130px;
}

.boardWrap .breadcrumb {
    justify-content: end;
    padding-top: 12px;
}
.boardWrap > div {
    margin-top: 48px;
}
.boardWrap .boardTitle {
    text-align: center;
    margin-bottom: 56px;
}
.boardWrap .boardTitle h2 {
    font-size: 38px;
    letter-spacing: -0.6px;
    font-weight: bold;
    margin-bottom: 20px;
}
.boardWrap .boardTitle > div {
    width: 107px;
    margin: 0 auto;
    height: 5px;
    border-radius: 100px;
    background-color: #ed174d;
}
.boardWrap .boardTitle > p {
    font-weight: 300;
    font-size: 16px;
    color: #767676;
    margin-top: 40px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb img {
    display: block;
}
.breadcrumb.breadcrumb_black li a {
    color: black;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.6px;
}
.breadcrumb.breadcrumb_black li a.point {
    color: black;
    font-weight: 500;
}
.breadcrumb.breadcrumb_black li a:hover {
    text-decoration: underline;
}
.breadcrumb li a {
    color: #b8b7c4;
    font-size: 15px;
    letter-spacing: -0.6px;
    font-weight: 400;
}
.breadcrumb li a.point {
    color: white;
    font-weight: bold;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

.broTitle {
    position: relative;
}
.broTitle a {
    position: absolute;
    right: 362px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 312px;
    height: 80px;
    display: block;
}

.broTitle img {
    width: 100%;
}

.broTitle a img:nth-child(2) {
    display: none;
}
.broTitle a:hover img:nth-child(1) {
    display: none;
}
.broTitle a:hover img:nth-child(2) {
    display: block;
}

#subTab {
    border-bottom: 1px solid #ededed;
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    overflow: hidden;
}
#subTab #tabWrap {
    width: 1196px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
#subTab #tabWrap button {
    padding: 25px 0;
    border-bottom: 2px solid white;
    font-weight: 500;
    color: #a9a9a9;
}
#subTab #tabWrap button.on {
    border-bottom: 2px solid black;
    font-weight: 700;
    color: black;
}

#subTab #tabWrap button:not(.on):hover {
    border-bottom: 2px solid white !important;
    font-weight: 700 !important;
    color: black !important;
}

.title2 > p,
.title_5 {
    color: var(--Focus, #ed174d);
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 200% */
    letter-spacing: -0.5px;
}

.title2 > h2,
.title_6 {
    color: var(--Basic_text, #222);
    font-family: "Noto Sans KR";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 125% */
    letter-spacing: -0.5px;
}

.title2.title2_white > h2 {
    color: white;
}

.suggestionList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    text-align: center;
    margin-top: 40px;
}

.suggestionList_4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.suggestionList > li {
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.suggestionList_4 > li {
    border-radius: 20px;
}

.suggestionList > li > div {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.suggestionList > li > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suggestionList > li > p {
    color: var(--Basic_text, #222);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px; /* 155.556% */
    letter-spacing: -1px;
    padding: 33px 0 39px;
}

.suggestionList > li > p strong {
    font-weight: 700;
}

.expectationList {
    display: flex;
    justify-content: end;
    margin-top: 91.5px;
    color: white;
    gap: 95px;
    text-align: center;
}

.expectationList > li > p {
    margin-top: 37px;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 133.333% */
    letter-spacing: -1px;
}

.expectationList > li > p strong {
    font-weight: 700;
}

.la_info {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 90px 0 98px;
}

.la_info .title2 {
    margin-bottom: 0;
}

.la_info > a {
    display: flex;
}

.la_info > a > img:nth-child(2) {
    display: none;
}
.la_info > a:hover > img:nth-child(1) {
    display: none;
}
.la_info > a:hover > img:nth-child(2) {
    display: block;
}

.call-layer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.call-layer > a {
    display: flex;
    width: 312px;
}

.call-layer > a img {
    width: 100%;
}

.call-layer > a > img:nth-child(2) {
    display: none;
}

.call-layer > a:hover > img:nth-child(1) {
    display: none;
}

.call-layer > a:hover > img:nth-child(2) {
    display: block;
}

.call-layer h2 {
    color: #fff;
    font-family: "Noto Sans KR";
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1px;
}

.call-layer h2 strong {
    display: block;
    font-weight: 700;
}

.callInfo {
    display: flex;
    align-items: center;
    gap: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 46px;
}

.callInfo > li:nth-child(1) {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}

.callInfo > li:nth-child(1) > section {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 14px;
}

.callInfo > li:nth-child(1) > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.callInfo > li:nth-child(2) {
    opacity: 0.6;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.callInfo .r {
    font-family: "Roboto";
}

.tableTop {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.tableTop.tableTopRight {
    justify-content: end;
}

.tableTop.tableTopRight .tabTnb {
    color: var(--T_GRAY, #4a4c58);
    text-align: right;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1px;
}

.tableTitle {
    color: var(--BG_DK, #222);
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tabTnb {
    color: var(--T_GRAY, #4a4c58);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lgTable {
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    margin-top: 22px;
    border-collapse: collapse;
}

.lgTable thead th {
    background-color: #d1d1db;
    color: var(--T_GRAY, #4a4c58);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    padding: 14px 0;
    border: 1px solid #e8eaec;
}

.lgTable thead th.thTitle {
    font-size: 20px;
    font-weight: 700;
    padding: 18px 0;
}

.lgTable tbody th {
    background: #f3f3f8;
    color: #222;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 159.091% */
}

.lgTable tbody td,
.lgTable tbody th {
    border: 1px solid #d1d1db;
}

.lgTable tbody td {
    color: #4a4c58;
    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 181.818% */
    padding: 22px 30px;
    border-right: none;
}

.lgTable_4 tbody td:last-of-type,
.lgTable_4 thead th:last-of-type {
    border-right: none !important;
}

.lgTable_4 tbody td:first-of-type,
.lgTable_4 thead th:first-of-type {
    border-left: none !important;
}

.lgTable tbody th {
    border-left: none;
}

.lgTable tbody td:last-of-type {
    border-bottom: none;
}

.lgTable tbody td ul li::before {
    content: "•";
    color: #4a4c58;
    margin-right: 15px;
}

.lgTable_2 {
    margin-top: 12px;
}

.lgTable_3 thead th {
    background-color: #f3f3f8;
    padding: 15px 0;
    color: var(--T_GRAY, #4a4c58);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
}

.tableSubTitle {
    color: var(--Basic_text, #222);
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    margin: 58px 0 63px;
}

.tableBtTip {
    color: var(--T_GRAY, #4a4c58);
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1px;
    margin-top: 17px;
}

.lgTable_2 tbody td,
.lgTable_2 tbody th {
    border: none;
    border-right: 1px solid #e8eaec;
}

.lgTable_2 tbody th {
    border-left: 1px solid #e8eaec;
}

.lgTable_2 tbody th {
    color: var(--T_GRAY, #4a4c58);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    padding: 14px 0;
}

.lgTable_3 tbody th {
    color: var(--T_GRAY, #4a4c58);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
}

.lgTable_2 tbody td {
    color: #565656;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 0;
}

.lgTable_3 tbody td {
    padding: 19px 0;
}

.tableGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
}

.tableText {
    color: #818089;
    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 163.636% */
    margin: 6px 0 0 37px;
}

.contentList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 22px;
}

.contentList > li {
    border-radius: 20px;
    background: #f3f3f8;
    padding: 35px 0 35px 40px;
    display: flex;
    gap: 46px;
}

.contentList > li img {
    flex: none;
}

.contentList > li > div {
    padding-top: 38px;
}
.contentList > li h5 {
    color: #343434;
    font-family: "Noto Sans KR";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.169px;
}

.contentList > li p {
    color: var(--sub_blue_5, #767781);
    font-family: "Noto Sans KR";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 140% */
    letter-spacing: -1.169px;
    margin-top: 12px;
}

.oneStrong {
    margin-top: 14px;
    display: block;
}

.schollList {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 30px;
    margin-top: 40px;
}

#tabBtns {
    border-bottom: 1px solid #d1d1db;
    display: flex;
    align-items: center;
    gap: 48px;
}

#tabBtns > button {
    padding: 27px 0;
    position: relative;
    color: #a9a9a9;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
}

#tabBtns > button.on {
    color: #222;
    font-weight: 700;
}

#tabBtns > button > span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f3f3f8;
}

#tabBtns > button.on > span {
    background: #222;
}

.tabWrap_p {
    color: var(--Basic_text, #222);
    font-family: "Noto Sans KR";
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 147.368% */
    letter-spacing: -1px;
}

.tabWrap_ol {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 25px;
}

.tabWrap_ol > li {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 25px 25px 40px;
    display: flex;
    justify-content: space-between;
}

.tabWrap_ol > li > div {
    margin-top: 7px;
}

.tabWrap_ol > li > section {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.tabWrap_ol > li > section > div {
    display: flex;
}

.tabWrap_ol > li > div > p {
    color: var(--45444A-_b1, #45444a);
    font-family: "Noto Sans KR";
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.169px;
    margin-bottom: 20px;
}

.tabWrap_ol > li > div > div {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #818089;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -1.169px;
}

.tabWrap_ol > li > div > div > div {
    width: 1px;
    height: 12px;
    background-color: #818089;
}

.suggestionList_sm > li > p {
    padding: 24px 0;
}

.suggestionList_lg > li > p {
    color: var(--Basic_text, #222);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 158.333% */
    letter-spacing: -1px;
    padding: 30px 0;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.grid3 p {
    text-align: center;
    color: var(--Basic_text, #222);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    margin-top: 20px;
}
.grid2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.grid2.shadow {
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.05));
}

.expectationList_5 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 124px;
}

.expectationList_5 > li > p {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 131.579% */
    letter-spacing: -1px;
}

.expectationList_5 > li > p strong {
    font-weight: 700;
}

.expectationList_4 {
    justify-content: space-between;
    gap: 0;
}

.setGrid_2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.setGrid_2 > li {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 37px 40px;
    display: flex;
    align-items: start;
    gap: 44px;
    justify-content: space-between;
}

.setGrid_2 > li > p {
    color: var(--Basic_text, #222);
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex: none;
}

.setGrid_2 > li > div {
    margin-top: 4px;
}

.setGrid_2 > li > div > p {
    color: var(--45444A-_b1, #45444a);
    font-family: "Noto Sans KR";
    font-size: 19px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    margin-bottom: 37px;
}

.cctvList > p {
    color: var(--Basic_text, #222);
    font-family: "Noto Sans KR";
    font-size: 22.4px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.6px;
    margin-bottom: 24px;
}

.cctvList > p span {
    color: var(--Focus, #ed174d);
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.6px;
}

.cctvList > img {
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.05));
}

.suggestionList_title li > section {
    padding: 20px 0 34px;
}

.suggestionList_title li > section > p:nth-child(1) {
    color: var(--Basic_text, #222);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.209px;
}

.suggestionList_title li > section > p:nth-child(2) {
    color: var(--45444A-_b1, #45444a);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.6px;
    margin-top: 14px;
}

.table_tip {
    color: #4a4c58;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1px;
    margin-top: 7px;
}

.lgTable_5 thead th,
.lgTable_5 tbody td {
    border-bottom: 1px solid #d1d1db !important;
}

.suggestionList_tb {
    margin-top: 0;
}

.suggestionList_tb > li > p {
    padding: 18px 0;
}

.grid_2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.suggestionList_title > li > p {
    padding: 50px 0 54px;
    color: var(--Basic_text, #222);
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px; /* 116.667% */
    letter-spacing: -1px;
}

.conList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 282px;
    margin-top: 262px;
}

.conList > li {
    padding-top: 225px;
    border-radius: 20px;
    background: #f3f3f8;
    position: relative;
}

.conList > li > img {
    position: absolute;
    left: 50%;
    top: -182px;
    transform: translateX(-50%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.conList > li > div {
    padding: 0 0 40px 40px;
}

.conList > li > div > p {
    color: #222;
    font-family: "Noto Sans KR";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.conList > li > div > ul {
    color: #818089;
    font-family: "Noto Sans KR";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 170.588% */
    letter-spacing: -1.169px;
    margin-top: 20px;
}

.conList > li > div > ul > li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.conList > li > div > ul > li.start {
    align-items: start;
}

.conList > li > div > ul > li.start > div {
    margin-top: 10px;
}

.conList > li > div > ul > li > div {
    width: 1px;
    height: 12px;
    background-color: #818089;
    opacity: 0.7;
}

.conList_2 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    flex: 1;
}

.conList_2 > li {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
}

.conList_2 > li > img {
    flex: none;
}

.conList_2 > li > div {
    padding: 40px;
    flex: 1;
}

.conList_2 > li > div > p:nth-child(1) {
    color: var(--Basic_text, #222);
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.826px;
    margin-bottom: 10px;
}

.conList_2 > li > div > p:nth-child(2) {
    color: #4a4c58;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 143.75% */
    letter-spacing: -0.848px;
}

.lgTable tbody tr:last-of-type th {
    border-bottom: none !important;
}

.liDisc {
    margin-top: 66px;
}

.liDisc3 {
    margin-top: 78px;
}

.liDisc > li {
    display: flex;
    gap: 12px;
    border-bottom: 1px dashed #d1d1db;
    padding: 24px 0;
}

.liDisc > li:first-of-type {
    padding-top: 0;
}

.liDisc,
.liDisc2 > li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.liDisc > li > p {
    width: 6px;
    height: 6px;
    background: #ed174d;
    border-radius: 50%;
    flex: none;
    margin-top: 9px;
}

.liDisc > li > div > p:nth-child(1) {
    color: var(--Basic_text, #222);
    font-family: "Noto Sans KR";
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 22.8px */
    letter-spacing: -0.8px;
    margin-bottom: 9px;
}

.liDisc > li > div > p:nth-child(2) {
    color: var(--45444A-_b1, #45444a);
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px; /* 150% */
    letter-spacing: -0.8px;
}

.tenP {
    color: var(--Basic_text, #222) !important;
    font-family: "Noto Sans KR" !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important; /* 22.8px */
    letter-spacing: -0.8px !important;
    margin-bottom: 0 !important;
}

.lgTable_5 tbody tr:last-of-type td,
.lgTable_5 tbody tr:last-of-type th {
    border-bottom: none !important;
}

.ul4_2 {
    display: flex;
}

.ul4_2 > li:not(.line) {
    width: 312px;
    padding-left: 34px;
}

.ul4_2 .line {
    width: 1px;
    height: 120px;
    background: #d1d1db;
    margin-top: 9px;
}

.ul4_2 .p2 {
    color: var(--T_Title, #000);
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    margin: 10px 0;
}

.ul4_2 .p3 {
    color: var(--81808-ab-2, #81808a);
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
}

.ul4_2 > li > div {
    height: 40px;
}

.ty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ty p {
    color: #222;
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
