.tech-list-section {
    padding-bottom: 50px;
}

.tech-intro {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.tech-intro-container {
    position: relative;
    display: flex;
    width: 100%;
    height: 570px;
}
.tech-intro-front {
    position: absolute;
    z-index: 2;
    width: 1620px;
    top: 0;
    height: 628px;
    left: 50%;
    transform: translateX(-50%);
}
.tech-intro-left {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    background: url('../img/technology/techleftmain.png') no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 106px 0 55px 115px;
}
.tech-intro-left-inner {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    margin-top: 64px;
}
.tech-intro-sub-title {
    font-size: 17px;
    margin-bottom: 60px;
    color: #fff;
}

.tech-intro-title-img {
    margin-bottom: 25px;
    max-width: 418px;
}

.tech-intro-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 800px;
    height: 460px;
}

.tech-intro-desc {
    font-size: 17px;
    line-height: 20px;
    color: #fff;
}

.tech-intro-feature {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.tech-intro-feature img {
    max-width: 125px;
}

.tech-intro-right {
    width: 50%;
    position: relative;
    background: #000;
}

.feature-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech-intro-induction {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 10;
}

.tech-intro-induction img {
    max-width: 1314px;
    height: 430px;
    display: block;
}


/* tech-list */
.tech-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.tech-header:first-child {
    padding-top: 47px;
}
.tech-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 63px;
    padding-top: 80px;
}
.tech-icon img{
    max-height: 133px;
    height: 100%;
}
.tech-subtitle {
    font-size: 44px;
    font-weight: bold;
}

/* 공통 tech info 스타일 */
.tech-content-01 {
    margin-top: 86px;
}

.tech-info-subtitle {
    font-size: 45px;
    line-height: 53px;
    font-weight: bold;
}

.tech-info-description {
    font-size: 26px;
    line-height: 29px;
}

/* AI Ring 섹션 스타일 */
.tech-content-01-info {
    display: flex;
    justify-content: space-between;
}

.tech-content-01-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tech-content-01-left-icon {
    max-width: 210px;
}
.tech-content-01-left .tech-info-subtitle {
    margin: 48px 0 41px 0;
    font-size: 51px
}
.tech-content-01-left-img img {
    max-width: 540px;
    height: auto;
}

.tech-content-01-right img {
    max-width: 785px;
    height: auto;
}

.tech-content-01-sub {
    margin-top: 111px;
}

.tech-content-01-sub-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}

.tech-content-01-sub-desc {
    font-size: 26px;
    line-height: 29px;
    margin: 25px 0 91px 0;
}

.tech-content-01-sub img {
    max-width: 1920px;
    height: auto;
}

/* 압력솥 밥짓기 섹션 */
.tech-content-02 {
    margin-top: 94px;
}

.tech-content-02-top-img {
    margin-bottom: 60px;
}

.tech-content-02-top-img img {
    width: 100%;
    height: auto;
}
.tech-content-02-middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.tech-content-02-middle-info {
    display: flex;
    flex-direction: column;
    gap: 41px;
    padding-top: 35px;
}

.tech-content-02-right {
    display: flex;
    gap: 40px;
}
.tech-content-02-right__images {
    display: flex;
    flex-direction: column;
    gap: 37px;
    align-items: flex-end;
}

.tech-content-02-right__images img:first-child {
    max-width: 460px;
    height: auto;
}
.tech-content-02-right__images img:last-child {
    max-width: 457px;
    height: auto;
}
.tech-content-02-right__sub {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
}
.tech-content-02-right__sub-icon {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.allok-icon {
    margin-top: 32px;
    gap: 30px;
}
.tech-content-02-right__sub-icon img {
    max-width: 126px;
}
.tech-content-02-right__sub-icon img.allok-icon {
    max-width: 279px;
}

.tech-content-02-right__sub-icon p {
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}
.tech-content-02-right__sub-desc {
    font-size: 24px;
    line-height: 32px;
}
.tech-content-02-graph {
    margin-top: 20px;
}

.tech-content-02-graph .graph-title {
    font-size: 31px;
    font-weight: bold;
}

.tech-content-02-graph .graph-subtitle {
    font-size: 22px;
    margin-top: 15px;
}

.tech-content-02-graph .graph-image {
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    padding: 20px;
}

.tech-content-02-graph .graph-image img {
    width: 100%;
    height: auto;
}

.tech-content-02-graph .graph-labels {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tech-content-02-graph .graph-labels span {
    position: absolute;
    font-size: 18px;
}

.label-boiling {
    top: 0;
    left: 25%;
}

.label-steaming {
    top: 0;
    left: 50%;
}

.label-nurungji {
    top: 0;
    right: 16%;
}

/* 콰트로 프리존 섹션 */
.tech-content-03 {
    margin-top: 136px;
}
.tech-content-03 .tech-info-subtitle {
    margin: 62px 0 40px 0;
}
.freezone-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.freezone-left-icon img{
    max-width: 298px;
}
.freezone-images img {
    width: 540px;
    height: auto;
}
.freezone-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.freezone-right {
    position: relative;
}
.freezone-right img {
    max-width: 818px;
    height: auto;
}

.freezone-info-bottom {
    margin-top: 85px;
    margin-bottom: 85px;
}
.freezone-products{
    margin-top: 80px;
}

.freezone-info-caption {
    float: right;
    margin-top: 20px;
    font-size: 26px;
    color: gray;
    margin-right: 70px;
    margin-bottom: 80px;
}

/* 3.4 초고화력 섹션 */
.tech-content-04 {
    margin-top: 140px;
}
.tech-content-04-right-icon img {
    max-width: 279px;
}
.tech-content-04-right {
    padding-right: 30px;
}
.tech-content-04-right .tech-info-subtitle {
    margin: 56px 0 41px 0;
}
.fire-products .tech-info-subtitle {
    margin-bottom: 27px;
}
.fire-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.fire-info-upper {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 996px;
    height: auto;
}
.fire-info-left img{
    max-width: 700px;
    height: auto;
}

.fire-products{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 80px;
    padding-left: 40px;
    gap: 380px;
}
.fire-products img{
    max-width: 510px;
    height: auto;
}

.highlight {
    color: #ea6000  ;
}