	.pcNone{display:none;}
	.mNone{display:block;}
	
	/* 서브 공통 */
.content-wrap {
    width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center; 
	}

	.content-wrap .inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 100px;
        width: 100%;
		max-width: 1200px;
        margin: 100px auto 150px;
}

/* .content-wrap h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--color-black);
} */

/* Sub Tab Styles */
.sub-tap {
	width: 100%;
	background-color: #fff;
    /* border-bottom: 1px solid #ddd; */
}
.sub-tap .inner {
	    width: 100%;
		max-width: 1200px;
		margin: 0 auto;
        border-bottom: 1px solid #DCDCDC;
	}
.sub-tap .inner .tap-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
	overflow-y: hidden;
}
.sub-tap .inner .tap-wrap a {
	color: #636363;
	padding: 21px 0;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	width: 100%;
	text-align: center;
}
.sub-tap .inner .tap-wrap a.active {
	color: #F2682E;
}
.sub-tap .inner .tap-wrap a.active::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #F2682E;
}
.img-box img{
	object-fit: cover; 
}
/* Category Tabs Styles - 공통 스타일 */
.category01-tabs,
.category02-tabs,
.category03-tabs {
    width: 1200px;
    margin: 50px auto 0;
}
.category01-tabs .tab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}
.category02-tabs .tab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}
.category03-tabs .tab-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}
.category01-tabs .tab-list li,
.category02-tabs .tab-list li,
.category03-tabs .tab-list li {
    margin: 0;
    position: relative;
}
.category01-tabs .tab-list li a,
.category02-tabs .tab-list li a,
.category03-tabs .tab-list li a {
    display: block;
    /* padding: 13px 0; */
	height:50px;
	line-height:50px;
    text-decoration: none;
    color: #636363;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transition: all 0.3s ease;
}
.category01-tabs .tab-list li.active a,
.category02-tabs .tab-list li.active a,
.category03-tabs .tab-list li.active a {
    background: #F2682E;
    color: #fff;
    border-color: #F2682E;
    z-index: 1;
    font-weight: 700;
    position: relative;
}
.category01-tabs .tab-list li a:hover,
.category02-tabs .tab-list li a:hover,
.category03-tabs .tab-list li a:hover {
    background: #F2682E;
    color: #fff;
    border-color: #F2682E;
    z-index: 1;
    position: relative;
}
.sub-tap .inner .tap-wrap {
    overflow-y: hidden;
}
/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .sub-tap .inner .tap-wrap {
        width: fit-content;
        min-width: 100%;
    }
    .sub-tap .inner .tap-wrap a {
        width: 300px;
        flex-shrink: 0;
    }
    .category01-tabs,
    .category02-tabs,
    .category03-tabs {
        width: 100%;
        padding: 0 20px;
    }
    .category01-tabs .tab-list,
    .category02-tabs .tab-list,
    .category03-tabs .tab-list {
        grid-template-columns: 1fr;
        border: none;
    }
    .category01-tabs .tab-list li a,
    .category02-tabs .tab-list li a,
    .category03-tabs .tab-list li a {
        border: 1px solid #ddd;
        margin-bottom: -1px;
    }
}

@media screen and (max-width: 768px) {

    .sub-tap .inner .tap-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }
    .sub-tap .inner .tap-wrap a {
        width: 300px;
        flex-shrink: 0;
        white-space: nowrap;
    }
    .category01-tabs .tab-list li a,
    .category02-tabs .tab-list li a,
    .category03-tabs .tab-list li a{
        font-size: 15px;
    }
    .category01-tabs .tab-list li.active a,
    .category02-tabs .tab-list li.active a,
    .category03-tabs .tab-list li.active a{
        font-size: 15px;
        font-weight: 700;
    }
}

/* Company > Board */
.board .inner {
    gap: 0;
}

.board .inner .txt-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 100px 100px 50px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.board .inner .txt-box h3 {
    font-size: 23px;
    font-weight: 700;
    color: var(--color-black);
}

.board .inner .txt-box p {
    font-size: 18px;
    color: var(--color-black);
    line-height: 1.4em;
}

.board .inner .txt-box h4 {
    padding-top: 50px;
    font-size: 18px;
    color: #8A8A8A;
    line-height: 1.4em;
    text-align: right;
}

.board .inner .sub-title {
		width: 100%;
		text-align: left;
    padding-bottom: 50px;
		border-bottom: 1px #DCDCDC solid;
	}

.board .inner .sub-title h3 {
    font-size: 30px;
		color: #000;
    font-weight: 500;
}

.board .inner .sub-title p {
    font-size: 20px;
    color: #9d9d9d;
    font-weight: 400;
}

.board .inner .sub-title2 {
    text-align: center;
    word-break: keep-all;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 75px;
}

.board .inner .sub-title2 h3 {
    font-size: 25px;
    color: #f2682e;
    font-weight: 600;
    padding-bottom: 10px;
}

.board .inner .sub-title2 p {
    width: 67%;
    margin: 0 auto;
    font-size: 16px;
    color: #494949;
    font-weight: 400;
}

.board .inner .service-cont {
		width: 100%;
		margin: 0 auto;
	}

.board .inner .service-cont .service-box {
    padding-bottom: 100px;
}

.board .inner .service-cont .service-box .service-tit {
    font-size: 30px;
		color: #000;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 50px;
}

.board .inner .service-cont .service-box .service-tit::before {
    content: '';
    display: block;
    width: 20px;
    height: 5px;
    background-color: #f2682e;
    border-radius: 20px;
    flex-shrink: 0;
}

.board .inner .service-cont .service-box .service-list .ul > li {
    padding-bottom: 10px;
}

.board .inner .service-cont .service-box .service-list .list-tit {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
}

.board .inner .service-cont .service-box .service-list .list-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

/* Company > About Us */
.inner .txt-box {
		display: flex;
		flex-direction: column;
    gap: 50px;
    padding: 100px 100px 50px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.inner .txt-box h3 {
    font-size: 23px;
    font-weight: 700;
    color: var(--color-black);
}

.inner .txt-box p {
    font-size: 18px;
    color: var(--color-black);
    line-height: 1.4em;
}

.inner .txt-box h4 {
    padding-top: 50px;
    font-size: 18px;
    color: #8A8A8A;
    line-height: 1.4em;
    text-align: right;
}

.inner .sub-title {
    width: 100%;
    text-align: left;
    padding: 0 0 50px 0;
    border-bottom: 1px #DCDCDC solid;
}

.inner .sub-title h3 {
		font-size: 35px;
		color: #000;
		font-weight: 800;
	}

.inner .sub-title p {
    font-size: 20px;
    color: #9d9d9d;
		font-weight: 400;
}

/* Company > History */
.history .inner {
    align-items: unset;
    gap: 50px;
}

	.history .inner .history-list {
		gap: 50px;
		display: flex;
		flex-direction: column;
	}

.history .inner ul > li {
    display: flex;
    text-align: left;
    gap: 50px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.history .inner .history-list > li > .year {
    color: #f2682e;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

/* History dots */
.history-list .desc {
    position: relative;
}

.history-list .desc::before {
    display: none;
}

/* Orange circles */
.history-list-first li:first-child .desc::before,  /* 2025 */
.history-list-second li:first-child .desc::before  /* 2019 */ {
    display: block;
    content: '';
    position: absolute;
    left: -50px;
    top: -4px;
    width: 13px;
    height: 13px;
    background-color: #F2682E;
    border-radius: 50%;
    z-index: 1;
}
.history-list-second li:first-child .desc::before {
    top: 0px;
}
/* Gray circle */
.history-list-first li:nth-child(6) .desc::before /* 2020 */{
    display: block;
    content: '';
    position: absolute;
    left: -50px;
    top: 75px;
    width: 13px;
    height: 13px;
    background-color: #C8C8C8;
    border-radius: 50%;
    z-index: 1;
}
.history-list-second li:last-child .desc::before /* 2011 */ {
    display: block;
    content: '';
    position: absolute;
    left: -50px;
    top: -2px;
    width: 13px;
    height: 13px;
    background-color: #C8C8C8;
    border-radius: 50%;
    z-index: 1;
}
	/* Company > Location */
.location .inner {
    gap: 0;
    padding: 150px 30px;
}

.location .inner .txt-box {
    width: 100%;
}

.location .inner .txt-box .address {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.location .inner .txt-box .address::after {
    content: "";
    width: 80px;
    height: 2px;
    background: var(--color-theme);
    position: absolute;
    top: -2px;
    left: 0;
}

.location .inner .txt-box .address .tit {
    width: 90px;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black);
}

.location .inner .txt-box .address .cont {
    width: calc(100% - 110px);
    font-size: 18px;
    color: #464646;
}

.location .inner .txt-box .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px 0;
}

.location .inner .txt-box .info .item {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 24px;
}

.location .inner .txt-box .info .item .icon {
    width: 23px;
    height: 100%;
    background: url("/images/sub/company/location_tel.svg") no-repeat 50% 50%;
}

.location .inner .txt-box .info .item:nth-child(2) .icon {
    background: url("/images/sub/company/location_fax.svg") no-repeat 50% 50%;
}

.location .inner .txt-box .info .item:nth-child(3) .icon {
    background: url("/images/sub/company/location_mail.svg") no-repeat 50% 50%;
}

.location .inner .txt-box .info .item .txt {
    width: calc(100% - 38px);
    color: var(--color-black);
}

.location .inner iframe {
    width: 100%;
    height: 400px;
}
/* .content-wrap .inner {
    margin: 100px auto 0;
} */
/* Media Queries */
@media (max-width: 1200px) {
    .inner2 .mission-wrap .mission-box p {
			padding: 10px 20px 10px;
		}
    .inner2 .mission-wrap {
			width: 98%;
		}
    .inner2 {
			width: 98%;
			max-width: 100%;
		}
	}

@media (max-width: 758px) {
    .inner .flex-wrap {
			flex-direction: column;
		}
    .inner2 .mission-wrap .mission-box p {
			padding: 10px 20px 10px;
		}
    .inner2 .mission-wrap {
			width: 98%;
		}
    .inner2 {
        display: none;
    }
}

@media (max-width: 320px) {

    /* About Us */
    .inner .sub-title {
        width: 100%;
        text-align: left;
        padding-bottom: 50px;
        border-bottom: 1px #DCDCDC solid;
    }
    .inner .sub-title h3 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    .inner .sub-title p {
        font-size: 13px;
        color: #9d9d9d;
        font-weight: 400;
    }
    
    .inner .sub-title2 h3 {
        font-size: 23px;
        color: #f2682e;
        font-weight: 600;
        padding-bottom: 10px;
    }
    .inner .sub-title2 p {
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
        color: #494949;
        font-weight: 400;
    }
    
    .inner2 {
        display: none;
    }
    
    .inner .img-box {
        padding-bottom: 0;
    }
    .inner .img-box .img-cont {
        width: 90%;
    }
    /* .inner .img-box .img-cont h3 {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        padding-bottom: 15px;
    } */
    .inner .img-box .img-cont p {
        font-size: 13px;
        color: #9d9d9d;
        font-weight: 400;
    }
    
    /* History */
    .content-wrap .inner {
        gap: 30px;
    }
    .history .inner .history-list > li {
        margin: 20px;
    }
    .history .inner .history-list .first_li {
        margin: 20px;
    }
    .history .inner .history-list .last_li {
        margin: 20px 0 0 0;
    }
    .history .inner .sub-title h3 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    .history .inner .sub-title p {
        font-size: 13px;
        color: #9d9d9d;
        font-weight: 400;
    }
    
    .history .inner ul > li {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
    }
    
    .history .inner .history-list > li > .year {
        text-align: left;
        font-size: 16px;
    }
    .history .inner .history-list > li > .year > br {
        display: none;
    }
    .content-wrap .img-cont h3.slogan {
        padding: 50px 0 10px 0;
    }
}

/* Company > About Us */
.content-wrap .img-box {
    width: 100%;
    margin: 0 auto;
}

.content-wrap .img-cont {
    text-align: left;
    word-break: keep-all;
    margin: 50px 0 0 0; 
}

.content-wrap .img-cont h3 {
    font-size: 35px;
    color: #F2682E;
    font-weight: 600;
    padding-bottom: 15px;
}

.content-wrap .img-cont h3.slogan {
    padding: 50px 0 20px 0;
}

.content-wrap .img-cont p {
    font-size: 20px;
    color: #636363;
    font-weight: 400;
    line-height: 30px;
}
.content-wrap .inner2 .img-cont {
    margin: 0;
}
.content-wrap .inner2 .img-cont h3 {
    padding-bottom: 20px;
}

.content-wrap .inner2 .img-cont p {
    color: #fff;
}
.inner2 {
		width: 100%;
		background-image: url('/images/sub/company/aboutimg_2.jpg');
        padding: 132.5px 0;
		display: flex;
        align-items: center;
        justify-content: center;
}
@media (max-width: 768px) {
    .inner .vision-wrap {
		gap: 30px;
    }

    .inner .vision-wrap .vision-box,
    .inner .vision-wrap .slogan-box {
        padding: 30px;
    }

    .inner .vision-wrap h3 {
        font-size: 20px;
    }

    .inner .vision-wrap .quote {
        font-size: 16px;
    }

    .inner .vision-wrap p {
        font-size: 14px;
    }
}

/* Company > Client */
.client-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 15px;
    padding: 0 0 150px 0;
}

.client-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 192px;
}

.client-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 45px 34px;
    transition: all 0.3s ease;
}

.client-box:hover img {
    border-color: #ddd;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.client-box p {
    font-size: 18px;
    line-height: 100%;
    color: #727272;
    text-align: center;
    transition: color 0.3s ease;
}

.client-box a {
    text-align: center;
}

.client-box:hover a {
    color: #333;
}

@media (max-width: 1200px) {
    .client-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .client-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .client-box img {
        max-width: 200px;
    }

    .client-box p {
        font-size: 13px;
    }
}

.history-wrap {
    padding: 0 0 150px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.history-list {
    position: relative;
}

.history-list::before {
    content: '';
    position: absolute;
    left: 103px;
    top: 18px;
    bottom: 0;
    width: 1px;
    background-color: #F2682E;
}
.history-list-second::before {
    top: 20.5px;
}
/* First list vertical line */
.history-list-first::before {
    height: 93%;
}

/* Second list vertical line */
.history-list-second::before {
    height: 93%;
}

.history-list li {
    display: flex;
    gap: 90px;
    margin-bottom: 50px;
    position: relative;
}

.history-list li:last-child {
    margin-bottom: 0;
    align-items: flex-end;
}

.history-list .year {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #F2682E;
}

.history-list .desc {
    flex: 1;
    position: relative;
}

.history-list .desc::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 12px;
    width: 11px;
    height: 11px;
    background-color: #FF6B00;
    border-radius: 50%;
}

.history-list .desc p {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
}

/* Company > Offices */
.office-wrap {
    width: 100%;
}

.office-tab {
    display: flex;
		justify-content: center;
    margin: 0 0 100px 0;
}

.office-tab li {
    /* padding: 13px 0; */
	height:50px;
	line-height:50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    cursor: pointer;
    border: 1px solid #E5E5E7;
    transition: all 0.3s ease;
}
/* .office-tab li.active {
    border-bottom: 2px solid #F2682E;
    color: #fff;
} */
.office-tab li.active {
    color: #FFFFFF;
    font-weight: 700;
    background-color: #F2682E;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

/* Office Head */
.office-head {
    width: 100%;
    /* padding: 0 0 253px 0; */
}

.office-head .head-title h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
}
.office-head .head-title p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    color: #808080;
}
.office-head .head-title {
    display: flex;
    flex-direction: column;
    margin: 100px 0 50px 0;
    gap: 10px;
}
.map-wrap {
    width: 100%;
    margin-bottom: 50px;
}

.map-wrap iframe {
    width: 100%;
    height: 600px;
    border: 0;
}

@media screen and (max-width: 768px) {
    .map-wrap {
        width: 100%;
        position: relative;
        padding-bottom: 69%; /* 1:1 비율을 위한 패딩 */
        height: 0;
        overflow: hidden;
    }
    
    .map-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.info-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-box dl {
    display: flex;
    gap: 30px;
}

.info-box dl:last-child {
    border-bottom: none;
}

.info-box dt {
    width: 200px;
    font-weight: 700;
	font-size: 20px;
    line-height: 35px;
	color: #000;
}

.info-box dd {
    flex: 1;
    font-size: 20px;
    line-height: 35px;
	font-weight: 400;
    color: #000;
}

/* Distributor Local */
.distributor-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 100px 0 60px 0;
}

.distributor-box {
    width: 100%;
    padding: 0 0 100px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #DCDCDC;
}
.distributor-box:last-child {
    border-bottom: none;
}
.distributor-box h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 900;
    color: #000000;
    margin-bottom: 50px;
}

.agency-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 153px;
}
.agency-info:last-child {
    margin: 50px 0 0 0;
}
.agency-info .mt-100 {
    margin: 100px 0 0 0;
}
.distributor-box .info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.distributor-box .info .company {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #4D4D4D;
}
.distributor-box .info .contact {
    margin: 67px 0 10px 0;
}

.distributor-box:nth-child(2) .info .contact {
    margin: 86px 0 10px 0;
}

.distributor-box .info .contact p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #4D4D4D;
}

.distributor-box .info .address {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #4D4D4D;
}

@media screen and (max-width: 768px) {


    .agency-info {
        flex-direction: column;
        min-height: auto;
        align-items: start;
    }

    .distributor-box .info {
        gap: 20px;
    }

    .distributor-box .qr-code {
        width: 100%;
        height: 200px;
    }

    .distributor-box .info .company {
        font-size: 16px;
    }

    .distributor-box .info .contact p,
    .distributor-box .info .address {
        font-size: 16px;
        line-height: 23px;
    }
    .history-wrap {
        padding: 0 0 80px 0;
    }
    .history-list-first::before {
        height: 87%;
    }
}

/* Safety Tab Content Styles */
.tab-title {
    width: 100%;
    margin-bottom: 30px;
}

.tab-title h3 {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    margin: 0 0 50px 0;
}
.tab-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #636363;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    height: 200px;
    display: flex;
    align-items: center;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #3E3E3E;
    margin: 100px 0 50px 0;
    position: relative;
    padding-left: 35px;
}
.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 5px;
    background-color: #F2682E;
    border-radius: 20px;
}

.section-title-light {
    font-size: 30px;
    font-weight: 300;
    color: #3E3E3E;
    margin: 100px 0 50px 0;
    position: relative;
    padding-left: 35px;
}
.section-title-light::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 5px;
    background-color: #F2682E;
    border-radius: 20px;
}


/* System Overview Section */
.system-overview {
    margin-bottom: 70px;
}

.overview-content {
    display: flex;
    flex-direction: column;
		gap: 50px;
}

.overview-images {
    display: flex;
    justify-content: space-between;
}

.overview-features {
    flex: 1;
}

.overview-features h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
}

.overview-features ul {
    padding-left: 27px;
    margin: 10px 0 30px 0;
}

.overview-features ul li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    list-style: disc;
}

/* Key Benefits Section */
.key-benefits {
    margin-bottom: 70px;
}

.benefits-content {
	display: flex;
	flex-direction: column;
    gap: 30px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.benefit-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    min-width: 180px;
}

.benefit-item p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin: 0;
}

/* System Summary */
.system-summary {
    margin: 50px 0;
}

.system-summary p {
    font-size: 16px;
    color: #636363;
    line-height: 1.6;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .overview-content {
        flex-direction: column;
    }
    
    .overview-images {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .tab-title h3 {
        font-size: 25px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .overview-images {
        grid-template-columns: 1fr;
    }
    
    .overview-images img:last-child {
        grid-column: auto;
    }
    
    .benefits-content {
        grid-template-columns: 1fr;
    }
    
    .benefit-item {
        flex-direction: column;
        gap: 5px;
    }

    .benefit-item h5 {
        min-width: auto;
    }
}

/* Common Content Section Styles */


.image-gallery {
    display: flex;
    justify-content: space-between;
}

.feature-list {
    flex: 1;
}

.feature-list h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}

.feature-list h5:first-child {
    margin-top: 0;
}

.feature-list ul {
    padding-left: 27px;
    margin: 10px 0 30px 0;
}

.feature-list-30 ul {
    margin: 30px 0;
}
.feature-list ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    list-style: disc;
}
.feature-list-gray ul li {
    position: relative; 
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
    list-style: disc;
}
.feature-list ul:last-child {
    margin-bottom: 0;
}
.feature-list-16 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 50px 0 0 0;
}
.feature-list-16 h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
}
/* Secondary Section (Benefits) Styles */
.secondary-section .section-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section-content-custom50 {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.section-content-custom30 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.secondary-section .image-gallery {
    display: flex;
    justify-content: space-between;
}


.section-content {
    display: flex;
    gap: 50px;
}

/* Primary Section (Overview) Styles */
.primary-section .section-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.info-item {
    display: flex;
    flex-direction: column;
}

.info-item h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 35px;
}

.info-item p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
}

/* Content Summary */
.content-summary {
    margin: 30px 0 0 0;
}

.content-summary p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
}
.section-content-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    /* color: #636363; */
}
.section-content-text2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #636363;
    margin: 0 0 30px 0;
}
.section-content.content4 {
    gap: 20px;
}

.component-description h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
.component-description p {
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    word-break: keep-all;
}
.key-components02 {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.key-components02 .info-item {
    display: flex;
    flex-direction: column;
}
.br-pc {
    display: block;
}
.benefits-intro {
    color: #636363;
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
}
.benefits-intro-mt100 {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    margin: 100px 0 0 0;
}
.benefits-intro-mt20 {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0 0;
}
.benefits-content .section-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.caption-with-arrow {
    display: none;
}

/* Specification Table Styles */
.spec-table {
    width: 100%;
    border-collapse: collapse;
}

.spec-table td {
    padding: 27px 0 27px 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.spec-table td:first-child {
    width: 400px;
    font-weight: 400;
    background-color: #FAFAFA;
    border: 1px solid #CECECE;

}

.spec-table td:last-child {
    color: #000;
    border: 1px solid #CECECE;
}

.spec-table2 {
    width: 100%;
    border-collapse: collapse;
}

.spec-table2 td {
    padding: 12.5px 0 12.5px 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}

.spec-table2 td:nth-child(odd) {
    width: 281px;
    background-color: #FAFAFA;
    border: 1px solid #CECECE;

}

.spec-table2 td:nth-child(even) {
    width: 319px;
    background-color: #FFFFFF;
    border: 1px solid #CECECE;
}
/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .primary-section .section-content {
        flex-direction: column;
    }
    
    .image-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 22px;
    }
    
    .image-gallery {
        grid-template-columns: 1fr;
    }
    
    .image-gallery img:last-child {
        grid-column: auto;
    }
    
    .info-item {
        flex-direction: column;
        gap: 5px;
    }
    
    .info-item h5 {
        min-width: auto;
    }

    .secondary-section .image-gallery {
        grid-template-columns: 1fr;
    }
    .feature-list-gray ul li {
        color: #000;
    }
}


@media screen and (max-width: 768px) {
    .spec-table td {
        padding: 15px 10px;
        font-size: 16px;
        line-height: 23px;
    }
    
    .spec-table td:first-child {
        width: 45%;
    }
    .spec-table2 td {
        padding: 15px 10px;
        font-size: 16px;
        line-height: 23px;
    }
    
    .spec-table2 td:first-child {
        width: 45%;
    }
    .section-content-text {
        font-size: 16px;
        line-height: 23px;
    }
}


@media screen and (max-width: 768px) {
    .tab-layout {
        align-items: unset !important;
    }
    .tc-specs-image {
        display: flex;
        flex-direction: column;
    }
    .tc-spec-table-type5-wrap-inner {
        display: flex;
        flex-direction: column;
    }
    .tc-spec-table .tc-spec-table-type5 td {
        width: auto;
    }
    .info-item p {
        color:#000;
    }
}
@media screen and (max-width: 768px) {
    .br-pc {
		display: none;
	}
}

.feature-list-custom  {
    flex: 1;
}

.feature-list-custom h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
}

.feature-list-custom h5:first-child {
    margin-top: 0;
}

.feature-list-custom ul {
    padding-left: 27px;
    margin: 0 0 30px 0;
}

.feature-list-custom-30 ul {
    margin: 30px 0;
}
.feature-list-custom ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    list-style: disc;
}
.feature-list-custom ul:last-child {
    margin-bottom: 0;
}

/* Thermal Camera Content Styles */
.tc-wrap {
    flex: 1;
    min-width: 0;
}

.tc-wrap .tc-header {
    padding: 69.5px 0;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.tc-wrap .tc-title {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #000;
}

.tc-wrap .tc-subtitle {
    font-size: 30px;
    font-weight: 300;
    color: #000;
}

.tc-wrap .tc-section {
    display: flex;
    flex-direction: column;
}

.tc-wrap .tc-content {
    display: flex;
    align-items: flex-start;
}

.tc-wrap .tc-text-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tc-wrap .tc-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tc-wrap .tc-img img {
			max-width: 100%;
    height: auto;
}

.tc-wrap .tc-emphasis {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.tc-wrap .tc-desc {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #808080;
    /* margin-top: 20px; */
}

.tc-wrap .tc-release {
    margin: 30px 0;
    border-radius: 4px;
}

.tc-wrap .tc-section h4 {
    font-size: 30px;
    font-weight: 500;
    color: #3E3E3E;
    margin: 50px 0;
    position: relative;
    padding-left: 35px;
}

.tc-wrap .tc-section h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 5px;
    background-color: #F2682E;
    border-radius: 20px;
}

.tc-release-list {
    display: flex;
	flex-direction: column;
    gap: 20px;
}

.tc-release-item {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #808080;
}

.tc-point {
    padding: 25px 20px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.tc-point-title {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    color: #F2682E;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    
}

.tc-point-title::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/images/sub/material-symbols_check-box-outline-rounded.svg') no-repeat center;
}

.tc-point-list {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 10px;
    line-height: 18px;
}

.tc-point-item {
    position: relative;
    padding-left: 12px;
    color: #636363;
    font-size: 16px;
    line-height: 25px;
}

.tc-point-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #808080;
}

.tc-specs {
    margin-top: 50px;
    display: flex;
    gap: 20px;
}

.tc-specs-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 23px;
}

.tc-specs-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    line-height: 23px;
}

.tc-specs-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tc-specs-image img {
    width: auto;
    height: auto;
    max-width: none;
}

.tc-spec-table {
    width: 100%;
    
}
.tc-spec-table-wrap h4 {
    font-size: 30px;
    font-weight: 500;
    color: #3E3E3E;
    margin: 100px 0 50px 0;
    position: relative;
    padding-left: 35px;
}

.tc-spec-table-wrap h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 5px;
    background-color: #F2682E;
    border-radius: 20px;
}

.tc-spec-table-wrap tr {
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
}
.tc-spec-table-wrap2 {
    width: 870px;
}
.tc-spec-table-wrap2 h4 {
    font-size: 30px;
    font-weight: 500;
    color: #3E3E3E;
    margin: 100px 0 50px 0;
    position: relative;
    padding-left: 35px;
}

.tc-spec-table-wrap2 h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 5px;
    background-color: #F2682E;
    border-radius: 20px;
}

.tc-spec-table-wrap2 tr {
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
}
.tc-spec-table td {
    padding: 12.5px 30px;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
}

.tc-spec-table tr:first-child {
    border-top: 2px solid #000;
}

.tc-spec-table tr:last-child {
    border-bottom: 2px solid #000;
}

.tc-spec-table td:first-child {
    width: 280px;
    height: 50px;
    background: #FAFAFA;
    font-weight: 400;
}

.tc-spec-table .tc-spec-table-type2 td {
    text-align: center;
}

.tc-spec-table .tc-spec-table-type2 td:first-child {
    padding: 12.5px 30px;
    text-align: left;
    background-color: #FAFAFA;
}

.tc-spec-table .tc-spec-table-type2 td:nth-child(3) {
    border-left: 1px solid #CECECE;
}

.tc-spec-table .tc-spec-table-type2 tr:first-child td {
    background-color: #E3E3E3;
    font-weight: 600;
}

.tc-spec-table .tc-spec-table-type2 tr:first-child td:nth-child(3) {
    border-left: none;
}

.tc-spec-table tr .tc-spec-table-type2 td:nth-child(2) {
    text-align: center;
}

.tc-spec-table tr .tc-spec-table-type2 td:nth-child(3) {
    text-align: center;
}

.tc-spec-table .tc-spec-table-type3 tr:first-child td {
    background-color: #E3E3E3;
    font-weight: 600;
}

.tc-spec-table .tc-spec-table-type3 td {
    padding: 12.5px 0;
    text-align: center;
}

.tc-spec-table .tc-spec-table-type3 td:first-child {
    padding: 12.5px 30px;
    text-align: left;
    background-color: #FAFAFA;
}

.tc-spec-table .tc-spec-table-type3 td:nth-child(3),
.tc-spec-table .tc-spec-table-type3 td:nth-child(4),
.tc-spec-table .tc-spec-table-type3 td:nth-child(5) {
    border-left: 1px solid #CECECE;
}
.tc-spec-table .tc-spec-table-type4 td {
    text-align: center;
}
.tc-spec-table .tc-spec-table-type4 tr:first-child td {
    background-color: #E3E3E3;
}
.tc-spec-table .tc-spec-table-type4 td:first-child {
    padding: 12.5px 30px;
    text-align: left;
    background-color: #FAFAFA;
}

.tc-spec-table .tc-spec-table-type4 td:nth-child(3) {
    border-left: 1px solid #CECECE;
}

.tc-spec-table .tc-spec-table-type4 tr:first-child td {
    background-color: #E3E3E3;
    font-weight: 600;
}
.tc-spec-table-type5-wrap-inner {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}
.tc-spec-table-type5-wrap-inner-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 551px;
}
.tc-spec-table-type5-wrap-inner-item:last-child {
    min-width: 516px;
}
.tc-spec-table .tc-spec-table-type5 td {
    padding: 12.5px 0 12.5px 30px;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    width: 350px;
}

.tc-spec-table .tc-spec-table-type5 tr:first-child {
    border-top: 1px solid #CECECE;
}

.tc-spec-table .tc-spec-table-type5 tr:last-child {
    border-bottom: 1px solid #CECECE;
}

.tc-spec-table .tc-spec-table-type5 td:first-child {
    width: 201px;
    height: 50px;
    background: #FAFAFA;
    font-weight: 400;
}

.tc-thermal-images {
    margin-top: 0;
}

.tc-thermal-images h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 50px 0 15px 0;
    display: flex;
    flex-direction: column;
}
.tc-thermal-images-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 23px;
}

.tc-thermal-images-grid {
    display: flex;
    gap: 15px;
}

.tc-thermal-images-grid img {
    width: 100%;
    height: auto;
}
.pc-only {
    display: block;
}
.mo-only {
    display: none;
}
.office-wrap .pc-only {
    display: flex;
}
.office-wrap .mo-only {
    display: none;
}
@media screen and (max-width: 1200px) {
	.pcNone{display:block;}
	.mNone{display:none;}
	/* .content-wrap .inner{
		margin-top:0;
	} */
	.category01-tabs .tab-list li a, .category02-tabs .tab-list li a, .category03-tabs .tab-list li a{
		text-align:left;
		padding-left:20px;
	}
	.category01-tabs, .category02-tabs, .category03-tabs{
		margin-top:30px;
	}
	.sub-visual .inner div p{
		color:#D8D8D8 !important;
	}
	.last-title{
		color:#F2682E !important;
	}

    .tc-wrap .tc-content {
        flex-direction: column;
    }
    
    .tc-wrap .tc-img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
		.content-wrap .inner {
        padding: 0 16px;
    }
    .inner2 {
        padding: 132.5px 16px;
    }
}
@media screen and (max-width: 993px) {
    .history-list-first::before {
        height: 88%;
    }
}
@media screen and (max-width: 768px) {
	/* .search{display:none !important;} */

    .tc-specs {
        flex-direction: column;
        gap: 30px;
    }

    .tc-thermal-images-grid {
        grid-template-columns: 1fr;
    }

    .tc-point {
        padding: 20px;
    }
    .history-list .desc p {
        font-size: 15px;
    }
    .office-tab {
        flex-direction: column;
    }
    .office-tab li {
        font-size: 14px;
        font-weight: 400;
        padding: 15px 20px;
        width: 100%;
        text-align: left;
        height: 45px;
        line-height: 100%;
    }
    .office-tab li.active{ 
        font-weight: 700;
    }
    .office-wrap .mo-only {
        display: flex;
        margin: 50px 0 0 0;
    }
    .office-wrap .pc-only {
        display: none;
    }
    .office-head .head-title {
        margin: 50px 0 20px 0;
    }
    .info-box dl {
        flex-direction: column;
    }
    .map-wrap {
        margin-bottom: 20px;
    }
    .info-box dl {
        gap: 5px;
    }
    .office-head {
        padding: 0 0 100px 0;
    }
    .distributor-wrap {
        padding: 50px 0 80px 0;
    }
    .distributor-box h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .distributor-box .info .contact {
        margin: 40px 0 10px 0;
    }
    .distributor-box {
        padding: 0 0 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .distributor-box .info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .distributor-box .info .address {
        text-align: center;
    }
    .distributor-box .qr-code {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tc-specs-image img {
        max-width: 100%;
    }
    .tc-release-item {
        color: #000;
    }
    .tc-release-item strong {
        font-weight: 400;
    }
    .tc-spec-table-wrap2 h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .secondary-section .section-content {
        gap: 10px;
    }
    .tc-wrap .tc-header {
        padding : 45px 0;
    }
    .tc-point {
        margin: 30px 0;
    }

    .tc-point-title {
        position: relative;
        cursor: pointer;
        padding-right: 30px;
        margin-bottom: 0;
        user-select: none;
        color: #3D3D3D;
        font-size: 16px;
        line-height: 23px;
    }

    .tc-point-title:before {
        filter: brightness(0);
    }

    .tc-point-title:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        line-height: 1;
        transition: transform 0.3s ease;
    }

    .tc-point-title.active:after {
        transform: translateY(-50%) rotate(45deg);
    }

    .tc-point-list {
        display: none;
        margin-top: 15px;
    }

    .tc-point-list.show {
        display: block;
    }
    .tc-release-list {
        gap: 10px;
    }
    .tc-spec-table-wrap h4 {
        margin: 50px 0 30px 0;
    }
    .tc-spec-table td:first-child {
        width: 183px;
        font-weight: 400;
    }
    .tc-spec-table tr:first-child {
        border-top: 1px solid #000;
    }
    .tc-spec-table td {
        border: none;
    }
    .tc-spec-table tr:last-child {
        border-bottom: 1px solid #000;
    }
       .tc-thermal-images h5 {
        font-size: 16px;
        line-height: 18px;
        margin: 50px 0 20px 0;
    }
    .tc-spec-table .tc-spec-table-type2 td:first-child {
        font-weight: 400;
    }
    .tc-spec-table .tc-spec-table-type2 tr:first-child td {
        font-weight: 400;
    }
    .tc-spec-table .tc-spec-table-type3 tr:first-child td {
        font-weight: 400;
    }
    .tc-spec-table .tc-spec-table-type3 td:first-child {
        font-weight: 400;
    }
    .tc-spec-table .tc-spec-table-type4 tr:first-child td {
        font-weight: 400;
    }
    .tc-spec-table .tc-spec-table-type4 td:first-child {
        font-weight: 400;
    }

}

@media screen and (max-width: 575px) {
    .pc-only {
        display: none;
    }
    .mo-only {
        display: inline-block;
    }
    .inner .sub-title h3 {
        font-size: 25px;
        font-weight: 900;
        line-height: 100%;
    }
    .inner .sub-title {
        padding: 0 0 30px 0;
    }
		.content-wrap .inner {
        padding: 0 16px !important;
    }
    .content-wrap .inner {
        gap: 30px;
    }
    .content-wrap .img-cont {
        margin: 20px 0 50px 0;
    }
    .content-wrap .img-cont h3 {
        font-size: 20px;
        line-height: 100%;
    }
    .content-wrap .img-cont p {
        font-size: 16px;
        line-height: 20px;
    }

    .inner2 {
        max-width: 1920px; 
        padding: 80px 20px;
    }
    .content-wrap .inner2 .img-cont h3 {
        padding-bottom: 10px;
    }
    .content-wrap .inner2 .img-cont strong {
        font-weight: 400;
    }
    .history-list li {
        margin-bottom: 35px;
    }
    .history-list .desc p {
        line-height: 100%;
        font-size: 16px;
        line-height: 23px;
    }
    .history-list li {
        margin-bottom: 60px;
    }
    .content-wrap .inner {
        margin: 60px auto 0;
    }
    .category01-tabs, .category02-tabs, .category03-tabs {
        padding: 0 16px;
    }
    .category01-tabs .tab-list li  a,
    .category02-tabs .tab-list li a,
    .category03-tabs .tab-list li a {
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0 15px 20px;
        width: 100%;
        text-align: left;
        height: 45px;
        line-height: 100%;
    }
    .category01-tabs .tab-list li.active a,
    .category02-tabs .tab-list li.active a,
    .category03-tabs .tab-list li.active a {
        font-size: 14px;
        font-weight: 400;
    }
    .tc-spec-table td {
        padding: 10px 16px;
        font-size: 16px;
        line-height: 23px;
    }

}
@media screen and (max-width: 480px) {
    .history-list .year {
        text-align: left;
        font-size: 20px;
        line-height: 100%;
        margin-left: 20px;
    }
    .history-list .desc {
        padding-left: 30px;
    }
    .history-list-first li:first-child .desc::before, .history-list-second li:first-child .desc::before {
        left: 0px;
        top: -32px;
        width: 10px;
        height: 10px;

    }
    
    .history-list-first li:nth-child(6) .desc::before {
        left: 0px;
        width: 10px;
        height: 10px;
        top: -34px;

    }
    .history-list-second li:last-child .desc::before {
        left: 0px;
        width: 10px;
        height: 10px;
        top: 7px;
    }
    .history-list::before {
        left: 4px;
        top: 22px;
    }
    .history-list li {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .history-list .desc {
        padding-left: 20px;
    }
    .history-list li:last-child {
        align-items: flex-start;
    }
    .history-list .desc p {
        font-size: 16px;
        line-height: 23px;
    }
    .history-list li {
        margin-bottom: 50px;
    }
    .history-list-first::before {
        height: 83%;
    }
    .history-list-second::before {
        height: 96%;
    }
    .office-head .head-title h4 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .office-head .head-title p {
        font-size: 16px;
        line-height: 23px;
    }
    .info-box dt {
        font-size: 16px;
        line-height: 23px;
    }
    .info-box dd {
        font-size: 16px;
        line-height: 23px;
        color: #636363;
    }
    .info-box {
        gap: 20px;
    }
    .distributor-box h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .agency-info:last-child {
        margin: 30px 0 0 0;
    }
    .distributor-box .info .contact {
        margin: 0;
    }
    .distributor-box:nth-child(2) .info .contact {
        margin: 0;
    }
    .distributor-box .qr-code {
        height: 100%;
    }
    .distributor-box {
        padding: 0 0 50px 0;
    }
    .distributor-box:last-child {
        padding: 0 0 50px 0;
    }
    .distributor-wrap {
        gap: 50px;
    }
    
    .tab-title h3 {
        margin: 0 0 30px 0;
        font-size: 20px;
    }
    .tab-description {
        background-color: #fafafa;
        padding: 30px 16px;
    }
    .tab-description p {
        font-size: 16px;
        border-top: none;
        border-bottom: none;
        line-height: 23px;
        height: 100%;
        color: #808080;
    }
    .section-title {
        font-size: 18px;
        margin: 50px 0 30px 0;
        color: #000;
        line-height: 25px;
    }
    .feature-list h5 {
        font-size: 16px;
        line-height: 23px;
    }
    .feature-list ul li {
        font-size: 16px;
        line-height: 23px;
    }
    .feature-list ul {
        padding-left: 20px;
        margin: 5px 0 10px 0;
    }
    .primary-section .section-content {
        gap: 30px;
    }
    .info-item h5 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        line-height: 23px;
    }
    .info-item p {
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
    }
    .info-item p strong {
        color: #000;
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
    }
    .section-content-custom50 {
        gap: 20px;
    }

    .image-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0 0 0;
    }
    .client-box img {
        padding: 30px 15px;
    }
    .client-box p {
        font-size: 16px;
        line-height: 23px;
    }
    .client-box {
        height: 180px;
    }
    .sub-tap .inner .tap-wrap a {
        padding: 15px 0;
        font-size: 13px;
    }
    .tc-point-item {
        position: relative;
        padding-left: 12px;
        color: #000;
        font-size: 16px;
        line-height: 23px;
    } 
    .tc-point-item {
        font-size: 16px;
        line-height: 23px;
    }
    .distributor-box {
        padding: 0 0 30px 0;
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .distributor-box .info {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .distributor-box .info .address {
        text-align: start;
    }
    .distributor-box .qr-code {
        display: flex;
        align-items: start;    
        justify-content: start;
        margin-top: 20px;
    }
}
@media screen and (max-width: 422px) { 
    .history-list-first::before {
        height: 81%;
    }
    .history-list-second::before {
        height: 96%;
    }
}
@media screen and (max-width: 320px) {
    .client-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 10px;
    }

    .client-box img {
        width: 100%;
        padding: 10px;
        height: 100px;
    }
    .client-box {
        gap: 5px;
        height: 180px;
    }
    .client-box p {
        font-size: 16px;
        line-height: 23px;
        text-decoration: none;
    }
    .client-wrap {
        padding: 0 0 100px 0;
    }
    .history-list-first::before {
        height: 81%;
    }
    .history-list-second::before {
        height: 96%;
    }
    .inner2 {
        background-image: url('/images/sub/company/aboutimg_3.png');
        background-repeat: no-repeat;
    }
    .map-wrap iframe {
        height: 200px;
    }
}

/* Radar Level Transmitter Specifications */
.radar-spec-container {
    margin-top: 30px;
}
.radar-spec-container2 {
    margin-top: 50px;
}
.radar-spec-section {
    margin-bottom: 30px;
}

.radar-spec-section h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}

.radar-spec-content {
    display: flex;
    align-items: flex-end;
}

.radar-spec-image img {
    width: 100%;
    height: auto;
}

.radar-spec-table {
    flex: 1;
    border-collapse: collapse;
    width: 100%;
}
.radar-spec-table td {
    padding: 12px 50px;
    border: 1px solid #ddd;
}

.radar-spec-table td:first-child {
    background-color: #f8f8f8;
    font-weight: 400;
    width: 300px;
    border-left: none;
    font-size: 16px;
    line-height: 25px;
}

.radar-spec-table2 {
    flex: 1;
    border-collapse: collapse;
    width: 100%;
}
.radar-spec-table2 td {
    padding: 12.5px 50px;
    border: 1px solid #ddd;
    border-right: none;
}

.radar-spec-table2 td:first-child {
    background-color: #f8f8f8;
    font-weight: 700;
    /* width: 241px; */
    border-left: none;
    font-size: 16px;
    line-height: 25px;
    padding: 12px 30px;
}
@media screen and (max-width: 990px) {
    .radar-spec-content {
        flex-direction: column;
            gap: 10px;
    }
    .radar-spec-image {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .radar-spec-content {
        flex-direction: column;
        gap:0;
    }

    .radar-spec-image {
        flex: none;
        /* width: 100%; */
        /* max-width: 330px; */
        margin: 0 auto 10px;
    }
}

/* Heat Flux Sensor Images */
.heat-flux-images {
    display: flex;
    gap: 20px;
    margin: 50px 0;
}

.heat-flux-item {
    display: flex;
    flex-direction: column;
}
.heat-flux-item p{
    text-align: center;
}
.heat-flux-item-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.heat-flux-caption {
    font-size: 16px;
    color: #808080;
    text-align: center;
}
.border-line {
    width: 100%;
    height: 1px;
    background-color: #DCDCDC;
}
@media screen and (max-width: 768px) {
    .heat-flux-images {
        flex-direction: column;
        gap: 20px;
    }

    .heat-flux-item {
        max-width: 100%;
    }
}

/* Thermocouple Table Styles */
.thermocouple-table-wrap {
    margin: 50px 0;
}
.thermocouple-table-wrap2 {
    margin: 50px 0;
}

.thermocouple-table {
    width: 100%;
    border-collapse: collapse;
}

.thermocouple-table tr:first-child {
    background-color: #E3E3E3;
}
.thermocouple-table2 tr:first-child {
    background-color: #E3E3E3;
}
.thermocouple-table td {
    padding: 12.5px 30px;
    border: 1px solid #CECECE;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-align: left;
}
.thermocouple-table tr td:first-child {
   width: 240px;
}
.thermocouple-table tr:last-child td:last-child {
    padding: 0 30px;
}
.thermocouple-table tr:first-child td {
    font-weight: 600;
}

.thermocouple-images {
    margin-top: 30px;
}

.thermocouple-image-row {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.thermocouple-image-row img {
    width: 300px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .thermocouple-table td {
        padding: 10px 15px;
        font-size: 14px;
    }

    .thermocouple-image-row {
        flex-direction: column;
        align-items: center;
    }

    .thermocouple-image-row img {
        width: 100%;
        max-width: 300px;
    }
}

/* Tolerance Table Styles */
.tolerance-table-wrap {
    margin: 30px 0;
    overflow-x: auto;
}

.tolerance-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.tolerance-table tr:first-child td {
    background-color: #E3E3E3;
    font-weight: 600;
    border-right: none;
}

.tolerance-table td {
    padding: 12.5px 0 12.5px 50px;
    border: 1px solid #CECECE;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-align: left;
}

.tolerance-table tr td:first-child {
    width: 80px;
    padding: 0;
    text-align: center;
}

.tolerance-table tr td:nth-child(2) {
    width: 396px;
    padding: 15px 50px;
}
.tolerance-table tr td:nth-child(3) {
    padding: 15px 50px;
}
.tolerance-table tr:first-child td:nth-child(2) {
    width: 396px;
    text-align: center;
    padding: 12.5px 0;
}
.tolerance-table tr:first-child td{
    background-color: #E3E3E3;
}
@media screen and (max-width: 768px) {
    .tolerance-table td {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .tolerance-table tr td:first-child {
        width: 80px;
    }
    
    .tolerance-table tr td:nth-child(2) {
        width: 150px;
    }
}

.tc-thermal-images2 {
    margin-top: 50px;
    display: flex;
    gap: 15px;
}

.tc-thermal-images2 h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: #000;
    display: flex;
    flex-direction: column;
}

.tc-thermal-images2 .tc-thermal-images-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 23px;
}

.tc-thermal-images2 .tc-thermal-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.tc-thermal-images2 .tc-thermal-images-grid:last-child {
    grid-template-columns: repeat(2, 1fr);
}

.tc-thermal-images2 .tc-thermal-images-grid img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
    .tc-thermal-images2 h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tc-thermal-images2 .tc-thermal-images-subtitle {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
        line-height: 23px;
    }

    .tc-thermal-images2 .tc-thermal-images-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 15px;
    }

    .tc-thermal-images2 .tc-thermal-images-grid:last-child {
        grid-template-columns: 1fr;
    }
}

/* Inquiry Form Styles */
.inquiry-form-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 150px 0;
}

.inquiry-form {
    background: #FAFAFA;
    padding: 30px 50px;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.inquiry-form-group {
    display: flex;
}

.inquiry-form-group label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #000;
    width: 100%;
    max-width: 200px;
}

.inquiry-form-group .required {
    color: #FF0000;
    font-size: 15px;
    font-weight: 700;
}

.inquiry-form-group input[type="text"],
.inquiry-form-group input[type="tel"],
.inquiry-form-group input[type="email"],
.inquiry-form-group input[type="password"],
.inquiry-form-group select,
.inquiry-form-group textarea {
    width: 100%;
    height: 60px;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #636363;
    background: #fff;
    font-family: Roboto;
}

.inquiry-form-group input::placeholder,
.inquiry-form-group textarea::placeholder {
    color: #999;
}

.inquiry-form-group textarea {
    height: 200px;
    resize: none;
}

.inquiry-form-group select {
    appearance: none;
    background-image: url("/images/sub/inquiry_arrow-up-2.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding:13px 20px;
}

.inquiry-file-upload {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inquiry-file-btn {
    padding: 16px 20px;
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    color: #A8A8A8;
    cursor: pointer;
    width: 300px;
    border: none;
    text-align: left;
}

.inquiry-file-text {
    font-size: 13px;
    color: #A8A8A8;
}

.inquiry-file-input {
    display: none;
}

.inquiry-form-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.inquiry-back-btn {
    padding: 15px 20.5px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inquiry-submit-btn {
    padding: 16px 151px;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .inquiry-form-wrap {
        padding: 30px 16px;
    }

    .inquiry-form {
        padding: 20px;
    }

    .inquiry-form-buttons {
        flex-direction: column;
    }

    .inquiry-back-btn,
    .inquiry-submit-btn {
        width: 100%;
    }
}

/* Contact Links */
.contact-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0 0 100px 0;
}

.contact-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 585px;
    height: 300px;
    background: #FAFAFA;
    border-radius: 5px;
    text-decoration: none;
    padding: 80px 50px;
    transition: all 0.3s ease;
}

.contact-link-item:hover .contact-link-text {
    color: #F2682E;
}

.contact-link-item:hover .contact-link-icon img {
    filter: invert(45%) sepia(82%) saturate(1044%) hue-rotate(338deg) brightness(98%) contrast(94%);
}

.contact-link-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-link-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-link-text {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contact-links {
        flex-direction: column;
        gap: 20px;
        margin:0;
        padding: 0;
        width: 100%;
    }

    .contact-link-item {
        width: 100%;
        height: auto;
        padding: 30px;
        gap: 20px;
        flex-direction: row;
    }

    .contact-link-icon {
        width: 60px;
        height: 60px;
    }

    .contact-link-text {
        font-size: 16px;
    }
     .tc-wrap .tc-section h4 {
        margin: 50px 0 30px;
        font-size: 18px;
        line-height: 25px;
    }
    
}


/* 2025-04-23 */
@media screen and (max-width: 1200px) {
    /* .info-item p {
        color:#808080;
    } */
    .contact-link-item {
        width: 100%;
    }
}



@media screen and (max-width: 425px){
    .tc-thermal-images-grid {
        display: flex;
        flex-direction: column;
    }
    .tc-spec-table td {
        padding: 12.5px 20px;
    }

}
.rtd-table-wrap {
	overflow-x: auto;
}

.rtd-table {
	width: 100%;
	border-collapse: collapse;
}

.rtd-table td {
	padding: 12px 20px;
	border: 1px solid #CECECE;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}

.rtd-table tr td:first-child {
	background-color: #FAFAFA;
	border-left: none;
	width: 235px;
    font-weight: 700;
}
.rtd-table tr td:last-child {
	border-right: none;
}
/* RTD Specifications Styles */
.rtd-spec-wrap {
	display: flex;
	gap: 50px;
	margin: 30px 0;
}

.rtd-spec-image {
	flex: 0 0 300px;
}

.rtd-spec-image img {
	width: 100%;
	height: auto;
}

.rtd-spec-table-wrap {
	flex: 1;
}

.rtd-spec-table {
	width: 100%;
	border-collapse: collapse;
}

.rtd-spec-table td {
	padding: 12px 20px;
	border: 1px solid #CECECE;
}

.rtd-spec-table td:first-child {
	background-color: #FAFAFA;
	width: 200px;
}

/* Ordering Information Styles */
.ordering-info-wrap {
	margin: 30px 0;
}

.order-code-header {
	background: #F2682E;
	color: white;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.code-boxes {
	display: flex;
	gap: 10px;
}

.code-box {
	width: 30px;
	height: 30px;
	background: white;
}
.order-code-table-wrap {
    display: flex;
    gap: 30px;
	margin-bottom: 23px;
}
.order-code-table-wrap:last-child {
	margin-bottom: 0;
}
.order-code-details {
    margin-top: 0;
}
.order-code-table-wrap-item {
    width: 500px;
}
.order-code-table-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
	line-height: 18px;
}
.order-code-table-title span {
    color: #F2682E;
}
.order-code-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 23px;
}

.order-code-table:last-child {
    margin-bottom: 0;
}

.order-code-table tr td {
    padding: 0 0 0 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    border-right: none;
    border-left: none;
}

.order-code-table tr td:nth-child(odd) {
    background-color: #f9f9f9;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 8px 5px;
}

.order-code-table tr td:nth-child(even) {
    width: 200px;
}
.advantages ul li {
	font-size: 20px;
	line-height: 35px;
}
@media screen and (max-width: 768px) {
    .order-code-table-wrap {
        flex-direction: column;
    }
    
    .order-code-table-wrap-item {
        width: 100%;
    }
}

/* Silicon Carbide Well Styles */
.silicon-carbide-wrap {
}

.silicon-carbide-wrap .description {
	line-height: 1.6;
}

.advantages {
	margin: 50px 0 0 0;
}

.advantages h5 {
	margin-bottom: 10px;
	font-weight: 600;
    font-size: 20px;
    line-height: 18px;
}
.advantages ul {
	padding: 0 0 0 25px;
}
.advantages ul li {
	list-style-type: disc;
}

.advantages li {
	margin-bottom: 10px;
}

.silicon-carbide-image {
	margin-top: 50px;
	display: flex;
	align-items: flex-end;
}

.silicon-carbide-image img {
	width: 100%;
	height: 100%;
}

/* RTD Description Styles */
.rtd-description-wrap {
	margin: 30px 0;
}

.winding-types {
	margin-top: 30px;
}

.winding-types h5 {
	margin: 20px 0 10px;
	font-weight: 600;
}

.winding-types p {
	margin-bottom: 20px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.rtd-spec-wrap {
		flex-direction: column;
	}
	
	.rtd-spec-image {
		flex: none;
		max-width: 100%;
	}
	
	.order-code-header {
		flex-direction: column;
		align-items: flex-start;
	}

}
.advantages li:first-child {
    margin-bottom: 0;
}

/* Mounting Type, Element Wire Type, Protection Tube & Sheath Out Diameter 테이블 */
.order-code-table-wrap > div:not(.order-code-table-wrap-item) .order-code-table tr td:nth-child(even) {
    width: 270px;
}

@media screen and (max-width: 768px) {
    .order-code-table-wrap {
        flex-direction: column;
    }
    
    .order-code-table-wrap-item {
        width: 100%;
    }

    .order-code-table tr td:nth-child(even),
    .order-code-table-wrap > div:not(.order-code-table-wrap-item) .order-code-table tr td:nth-child(even) {
        width: auto;
    }
}
.image-gallery .image-contain img{
    object-fit: contain;
}

@media screen and (max-width: 480px) {
    .contact-link-icon {
        width: 30px;
        height: 30px;
    }
    .tolerance-table tr td:nth-child(2) {
        padding: 7.5px 20px;
    }
    .tolerance-table tr td:nth-child(3) {
        padding: 7.5px 20px;
    }
    
}
@media screen and (max-width: 768px) {
    .inquiry-form-group {
        flex-direction: column;
    }
    .inquiry-form-group label {
        margin-bottom: 11.5px;
        font-size: 13px;
        font-weight: 700;
    }
    .inquiry-form {
        padding: 15px 10px;
    }
    .inquiry-form-group input[type="text"], .inquiry-form-group input[type="tel"], .inquiry-form-group input[type="email"], .inquiry-form-group select, .inquiry-form-group textarea {
        padding: 16px 15px;
    }
    .content-wrap .inner {
        width: 100%;
    }
    .image-gallery .caption-with-arrow {
        display: flex;
        text-align: start;
        font-size: 13px;
        line-height: 25px;
        font-weight: 400;
        align-items: center;
        gap: 5px;
        color: #000;
        background-color: #fff;
    }
    .image-gallery .caption-with-arrow img {
        width: 12px;
        height: 12px;
    }
    .caption-with-arrow {
        display: flex;
        text-align: start;
        font-size: 10px;
        line-height: 25px;
        font-weight: 400;
        align-items: center;
        gap: 5px;
        color: #000;
        background-color: #FAFAFA;
    }
    .caption-with-arrow img {
        width: 12px;
        height: 12px;
    }
    .contact-links {
        gap: 10px;
    }
	.img-box img{
		width:100%;
	}
}
.tab-content{
    width:100%;
    /* padding-bottom: 100px; */
}

