/* root */
:root {
    /* font */
    --sub-title-font-size: clamp(30px, 3vw, 60px);
    --sm-font-size: 16px;
    --md-font-size: clamp(18px, 2vw, 20px);
    --lg-font-size: clamp(22px, 2.1vw, 32px);

    /* color */
    --sub-point-color: #00bbbb;
    --sub-bg-color: #f8f8f8;
}

/* common */

.material-sub-title {
    font-size: var(--lg-font-size);
    margin-bottom: 70px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
    background-color: var(--sub-point-color);
    color: #fff;
    margin-bottom: 43px;
}
.material-sub-title-desc {
    font-size: var(--sm-font-size);
    margin-bottom: 85px;
}
/* ------------------------------- 2_2_3 ------------------------------- */
.bgimg-wrap-OSAT {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/bg03.png);
}

/***hbe-500 표 시작***/
.information-table-wrap {
    width: 70%;
    height: 80%;
    margin-top: 80px;
}

.information-table-wrap > table {
    width: 100%;
    height: 100%;
    border-top: 2px solid var(--black-color);
    font-size: var(--text-font);
    text-align: center;
    line-height: 26px;
    font-weight: var(--font-light-weight);
    line-height: 26px;
}

.information-table-wrap > table th,
.information-table-wrap > table td {
    padding: 30px 0;
    border-bottom: 1px solid var(--gray-color-1);
}

.information-wrap {
    display: flex;
}

.product-title-wrap2 {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/*2랩 시작*/
.title-wrap {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 26px;
}

.title-wrap > p {
    width: 100%;
    font-size: var(--title-text-font);
    font-weight: var(--font-bold-weight);
    color: var(--main-color);
}

.title-wrap {
    width: 100%;
    height: 7%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
}

.title-wrap > span {
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
}

/* 2랩 시작 */
.process-cont-wrap {
    width: 100%;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.process-cont-wrap2 {
    width: 100%;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-color-box2 {
    width: 100%;
    height: 664px;
    background-color: var(--sub-point-bg-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.main-color-box2 img {
    width: 80%;
    max-width: 1320px;
}

.main-color-box3 {
    width: 100%;
    height: 500px;
    background-color: var(--sub-point-bg-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.main-color-box3 img {
    width: 80%;
    max-width: 1240px;
}

.hybrid-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hybrid-wrap > p {
    font-size: var(--title-text-font);
    font-weight: var(--font-bold-weight);
    color: var(--black-color);
}

/*3랩 시작*/
.sub-tail-text {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
    margin: 30px 0;
}

/*4랩 시작*/
.process-table-wrap {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-table-wrap > table {
    width: 100%;
    height: 80%;
    font-size: var(--text-font);
    text-align: center;
    border-top: 2px solid var(--black-color);
}

.process-table-wrap > table th {
    /* padding: 20px 0; */
}

.process-table-wrap > table td,
.process-table-wrap > table th {
    border-bottom: 1px solid var(--gray-color-1);
}

/* 5랩 시작 */
.graph-img-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.graph-image-wrap {
    width: 100%;
    object-fit: cover;
}

.graph-image-wrap:nth-child(1) {
    width: 70%;
}

.process-img-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.process-img-wrap img {
    width: 60%;
    margin-bottom: 20px;
}
.graph-index p {
    text-align: center;
    font-size: var(--title-text-font);
    margin-bottom: 30px;
    font-weight: var(--font-bold-weight);
    color: var(--main-color);
}
/* -------------------  2_3_1 ------------------- */
.sub-material-wrap {
}
.material-title {
    width: 100%;
    text-align: center;
}
.material-title h2 {
    font-size: var(--sub-title-font-size);
}
.material-title p {
    font-size: var(--text-font);
}
.material-sub-title-desc strong {
    font-weight: normal;
    font-size: var(--text-font);
}
.material-title img {
    width: 100%;
    margin-bottom: 100px;
}
.material-new-wrap {
    text-align: center;
}
.material-new-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.material-new-item {
    margin-bottom: 170px;
    width: 30%;
}
.material-new-item-desc p {
    font-size: var(--text-font);
}
.material-new-item img {
    border-radius: 30px;
    width: 100%;
}
.material-new-item-desc {
    display: flex;
    gap: 10px;
    width: 80%;
    margin: auto;
    align-items: center;
    margin-top: 15px;
}
.material-new-item-desc span {
    font-weight: bold;
}
.material-new-item-desc p {
    text-align: left;
    line-height: 23px;
}
.material-new-polymers-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 170px;
}
.material-polymers-title {
    display: inline-block;
    position: relative;
    padding: 15px 100px;
    font-size: var(--md-font-size);
    font-weight: bold;
    color: #fff;
    background-color: var(--sub-point-color);
}
.material-polymers-title::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    width: 1px;
    height: 92px;
    background-color: transparent;
    border-right: 1px dashed var(--sub-point-color);
}
.material-polymers-items {
    display: flex;
    margin-top: 170px;
    width: 100%;
    justify-content: space-between;
}
.material-polymers-item {
    width: 148px;
    height: 148px;
    background-color: var(--sub-bg-color);
    border-radius: 30px;
}
.material-polymers-item img {
    margin-top: 25px;
    margin-bottom: 5px;
}
.material-polymers-item p {
    font-size: var(--sm-font-size);
    margin-top: 0;
}
.material-new-polymers-wrap span {
    width: 90%;
    height: 50px;
    position: absolute;
    top: 42%;
    left: 5%;
    border-top: 1px dashed var(--sub-point-color);
    border-right: 1px dashed var(--sub-point-color);
    border-left: 1px dashed var(--sub-point-color);
}

.material-appli-wrap {
    text-align: center;
}
.material-appli-wrap {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 170px;
}
.material-appli-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 50px;
}
.material-appli-item {
    width: 50%;
    height: auto;
    text-align: left;
}
.material-appli-item span {
    margin-bottom: 30px;
    display: block;
    margin-left: 20px;
    font-size: var(--text-font);
}
.material-appli-img-box {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sub-bg-color);
}
.material-core-wrap {
    text-align: center;
    width: 100%;
}
.material-core-table-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.material-core-table {
    width: 50%;
}
.material-core-table-title {
    display: flex;
    align-items: center;
    font-size: var(--text-font);
}
.material-core-table-title span {
    font-weight: bold;
    margin-right: 10px;
    margin-left: 20px;
}
.material-core-table table {
    border-collapse: collapse;
    width: 90%;
    height: 85%;
    border-top: 2px solid #000;
    border-right: none;
    border-left: none;
    border-bottom: none;
    font-size: var(--text-font);
}
.material-core-table table > td {
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
}
.material-core-table td:last-child {
    border-right: none;
}
.material-core-table td:first-child {
    border-left: none;
}

.material-core-table-wrap img {
    width: 50%;
    margin-top: 50px;
}
.material-core-character-wrap {
    margin-top: 50px;
    display: flex;
    width: 100%;
}
.material-core-character-table {
    width: 80%;
    font-size: var(--text-font);
}
.material-core-character-table table {
    border-collapse: collapse;
    width: 90%;
    height: 85%;
    border-top: 2px solid #000;
    border-right: none;
    border-left: none;
    border-bottom: none;
    font-size: var(--text-font);
    text-align: left;
}
.material-core-character-table table > td {
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
}
.material-core-character-table td:last-child {
    border-right: none;
}
.material-core-character-table td:first-child {
    border-left: none;
}
.material-core-character-wrap img {
    width: 20%;
}
.material-core-graph-wrap {
    display: flex;
    font-size: var(--text-font);
    gap: 50px;
}
.material-core-graph-img {
    width: 50%;
}
.material-core-graph-img img {
    width: 100%;
}
/* ------------------------------- 2_2_1 ------------------------------- */

/* 토글 네비게이션바 시작*/

/***WLCSP 박스 이미지 시작***/
.wlcsp-gray-box {
    width: 100%;
    padding: 50px;
    background-color: var(--gray-color-1);
    display: flex;
    border-radius: 50px;
    align-items: center;
    margin: 50px 0;
}

.wlcsp-gray-box-wrap {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.wlcsp-gray-box-wrap p {
    font-size: var(--title-text-font);
    font-weight: var(--font-bold-weight);
    padding: 30px;
}

.icon-list-wrap {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.icon-list-wrap > div > p {
    font-size: var(--text-font);
    text-align: center;
    font-weight: var(--font-light-weight);
}

.icon-list-wrap img {
    width: 80%;
    height: 100%;
    display: flex;
}

.icon-list {
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    line-height: 26px;
}
.icon-list p {
    width: 100%;
    font-size: var(--md-font-size);
}

/*테이블 시작*/
.product-table-wrap {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
}

.product-table-wrap > table {
    width: 100%;
    height: 70%;
    border-top: 2px solid var(--black-color);
    text-align: center;
    font-size: var(--sub-text);
    font-weight: var(--font-light-weight);
}

.product-table-wrap > table td {
    border-top: 1px solid var(--gray-color-1);
}

.right-line {
    border-right: 1px solid var(--gray-color-1);
}

.product-table-wrap2 {
    width: 100%;
    display: flex;
    align-items: center;
}

.product-table-wrap2 > table {
    width: 100%;
    height: 70%;
    text-align: center;
    border-top: 2px solid var(--black-color);
}

.product-table-wrap2 > table th {
    font-size: var(--text-font);
    line-height: 50px;
}

.product-table-wrap2 > table td {
    border-top: 1px solid var(--gray-color-1);
    padding: 20px 0;
}

.product-table-wrap2 > table td img {
    height: 60%;
}

.graph-image-wrap {
    height: 70%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.graph-image-wrap img {
    width: 70%;
    margin-top: 50px;
}

.graph-img01 {
    width: 80%;
}
