@charset "utf-8";

.content__title { max-width: 1000px; margin-left: auto; margin-right: auto; }
.sub-visual .main-title { font-size: clamp(34px,3.64vw,70px); }

.depth2-tab.type-2 .tab__item { width: 220px; }

.about__area .text-box .text { word-break: keep-all; }
.about-text .text-box .text p { font-size: 18px; }
.business__list .text-box .title { font-size: 24px; }
.business__list .text-box .text { font-size: 16px; }
.greeting__wrap .title { font-size: 40px; }
.vision-main .left .box p { font-size: clamp(18px, 1.56vw, 30px); }
.d-process__wrap .card-title__item .title-box { font-size: 18px; }
.simulation__wrap .card-title__item .title-box { height: 85px; font-size: 18px; }
.esg-card__list > li { row-gap: 20px; height: auto; }
.esg-card__list > li.first .top > p { font-size: clamp(18px,1.25vw,24px); }
.esg-info__item .text-box > p { word-break: keep-all; }
.esg-info__item .img-box > .img > .label { font-size: 15px; }
.table-item table thead th { padding: 0 10px; font-size: 17px; }
.table-item table tbody th, .table-item table td { padding: 10px; font-size: 16px; }
.method__item > p { font-size: 20px; }
.system-card__list > li.bg-img .title { line-height: 1.3; }
.system-card__list > li.bg-img::after { background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 14%, #111 100%); }

@media screen and (max-width: 1660px) {
    .about-text .text-box .text p { font-size: clamp(14px,1.084vw,18px) }
    .greeting__wrap .title { font-size: clamp(24px, 2.4vw, 40px); }
    .contact__list .name { font-size: 22px; }
    .system-card__list > li .title { font-size: 20px; }
}
@media screen and (max-width: 1400px) {
    .business__list .text-box { min-height: 150px; }
    .about__area .process .list > li > p { font-size: 16px; }
    .system-card__list > li .title { font-size: 16px; }
}
@media screen and (max-width: 1200px) {
    .about-main .about-text { padding: 60px 40px 40px; }
    .about-text .text-box .text p { font-size: clamp(14px, 1.5vw, 18px); }
    .tab-type-box .tab__item { font-size: 15px; }
    .contact__list .name { padding: 0 15px; font-size: 20px; }
    .product_list .info__list .info__item .label { width: 90px; }
    .product_list .info__list .info__item .text { width: calc(100% - 90px); }
    .esg-card__list > li.first .top > p { font-size: 18px; }
    .table-item table thead th { padding: 0 5px; font-size: 15px; }
    .table-item table tbody th, .table-item table td { padding: 10px 5px; font-size: 14px; }
    .d-process__wrap .card-title__item .title-box { height: 55px; font-size: 16px; }
    .simulation__wrap .card-title__item .title-box { font-size: 15px; }
    .about__area .process .list > li > p { font-size: 14px; }
}
@media screen and (max-width: 1024px) {
    .depth2-tab.type-2 .tab__item { width: 120px; height: 40px; }
    .about-main .about-text { padding: 40px 30px; }
    .vision-main .left .box p { font-size: 20px; }
    .esg-info__item .title-box .button-box .btn { width: 300px; padding: 0 10px; }
    .simulation__wrap .card-title__item .title-box { font-size: 14px; }
}

@media screen and (max-width: 768px) {
    .business__list .text-box { min-height: initial; }
    .product__content .table-item table thead th { padding: 0 5px; }
    .vision-main .left .box p { width: calc(100% - 60px); }
    .vision-main .left .box p > br { display: none; }
    .d-process__wrap .card-title__item .title-box { height: 50px; font-size: 14px; }
    .simulation__wrap .card-title__item .title-box { height: 75px; font-size: 16px; }
    .esg-card__list > li { min-height: 300px; }
    .esg-card__list > li.first .top > p { font-size: 16px; }
    .esg-info__item .img-box > .img > .label { font-size: 14px; }
    .social__content .esg-card__list > li.first { height: auto; }
    .career .board_box table .tag-row .flex .tag { min-width: initial; font-size: 13px; }
    .system-card__list > li .title { font-size: 14px; }
}
@media screen and (max-width: 640px) {
    .contact__list .name { padding: 0; }
}
@media screen and (max-width: 500px) {
    .method__item > p { font-size: 15px; }
    .about__area .process .list { gap: 20px; }
    .about__area .process .list > li { width: calc((100% - 60px) / 4); }
    .about__area .process .list > li:not(:last-child) .icon-box::after { right: -16px; }
    .about__area .process .list > li > p { font-size: 13px; }
    .recruitment__content .view_ctn .tit ul { flex-direction: column; align-items: flex-start; }
}