
.top-btn > div {
	background-image: url(../img/sub/sub06/t-btn1.png);
}
.top-btn > div:nth-child(2) {
	background-image: url(../img/sub/sub06/t-btn2.png);
}

.intro-box {
    margin: 0 auto !important;
    padding: 0 !important;
}

.portfolio-section {
    margin-top: 100px !important;
}

.img-item1 {
    background-image: url(../img/sub/sub06/ex-j1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-item2 {
    background-image: url(../img/sub/sub06/ex-j2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-item3 {
    background-image: url(../img/sub/sub06/ex-j3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img-item4 {
    background-image: url(../img/sub/sub06/ex-j4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img-item5 {
    background-image: url(../img/sub/sub06/ex-j5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img-item6 {
    background-image: url(../img/sub/sub06/ex-j6.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.intro-img2-lower{
    display: flex;
    gap: 20px;
    width: 100%;
    height: auto;
    justify-content: flex-end;
}

/* 지속적인 flip 애니메이션 */
.continuous-flip-right {
    animation: flipRight 3s infinite;
}

.continuous-flip-left {
    animation: flipLeft 3s infinite;
}

/* 딜레이 설정 */
.img-item1 { animation-delay: 0.1s; }
.img-item2 { animation-delay: 0.3s; }
.img-item3 { animation-delay: 0.5s; }
.img-item4 { animation-delay: 0.7s; }
.img-item5 { animation-delay: 0.9s; }
.img-item6 { animation-delay: 1.1s; }

@keyframes flipRight {
    0%, 70% { transform: rotateY(0deg); }
    35% { transform: rotateY(90deg); }
}

@keyframes flipLeft {
    0%, 70% { transform: rotateY(0deg); }
    35% { transform: rotateY(-90deg); }
}


/*우편 프로세스*/
.process-container-section{
    margin: 220px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}

/* .process-container-section > div{
    width: 100%;
    margin-top: 40px;
} */
.process-container-section h2{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.process-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 140px;
}

.process-card {
    flex: 0.5;
    max-width: 550px;
    min-width: 300px;
    border-radius: 15px;
    color: rgb(44, 44, 44);
    text-align: left;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    overflow: hidden;
    height: 220px;
    display: flex;
    border: 3px solid transparent;
}

.process-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 3px solid #f8d030;
}

.process-card:hover .text-section {
    transform: scale(1.05);
}

.process-card:hover .image-section::before {
    transform: translate(-50%, -50%) scale(1.05);
}

.process-card.option1 {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
}

.process-card.option2 {
    /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); */
}

.image-section {
    flex: 1.1;
    background-size: cover;
    background-position: center;
    position: relative;
    clip-path: polygon(0 0, 75% 0, 55% 100%, 0 100%);
}

.image-section.prepared {
    background-image: url(../img/sub/sub06/ex-p1.png);
    background-size: cover;
    background-position:right;
}


.image-section.create {
    background-image: url(../img/sub/sub06/ex-j2.jpg);
    background-size: cover;
    background-position:right
}


.text-section {
    flex: 1.5;
    padding: 30px 25px 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0 auto 20px;
    border: 3px solid rgba(255,255,255,0.3);
}

.process-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.process-subtitle {
    font-size: 1em;
    margin-bottom: 12px;
    opacity: 0.9;
    font-weight: 600;
}

.process-description {
    font-size: 0.9em;
    opacity: 0.8;
    line-height: 1.4;
}

.arrow-down {
    text-align: center;
    margin: 30px 0;
    font-size: 2em;
    color: #f8d030;
}

.service-flow {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 5px solid #f8d030;
}

.final-message {
    font-size: 1.2em;
    color: #333;
    font-weight: 500;
}

.process-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0 auto 20px;
    border: 3px solid rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .process-container {
        flex-direction: column;
        align-items: center;
    }
    
    .process-card {
        max-width: 100%;
        flex-direction: column;
        height: auto;
    }
    
    .image-section {
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0 50%);
        height: 150px;
    }
    
    .text-section {
        padding: 20px;
        text-align: center;
    }
    
    .service-section {
        padding: 30px 20px;
    }
    
    h2 {
        font-size: 2em;
    }
}
/*우편프로세스 fin*/

.customerQnA {
    background-color: rgb(206, 219, 235);
    padding:40px 0;
    margin-top: 140px;
    width: 100%;
    overflow: hidden;
}

.customerQnA-in{
    /* max-width: 1500px; */
    margin: 0 auto;
    display: flex;
    /* overflow: hidden; */
}

.scroll-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.scroll-track {
    display: flex;
    flex-direction: row;
    gap: 20px;
    animation: scroll-left 60s linear infinite;
    width: max-content;
    margin-top: 40px;
}

.scroll-track:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.scroll-box {
    padding: 48px 20px;
    width: 400px;
    height: 140px;
    flex-shrink: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #dce9f5;
}

.scroll-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.scroll-box span {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
}


.customerQnA-txtBox {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.customerQnA-txtBox div:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    color: #0056D3;
}

.customerQnA-txtBox {
    font-size: 18px;
    font-weight: 500;
    color: #414141;
    text-align: center;
    line-height: 1.6;
}

/*factory-container*/

.factory-container {
    background-color: #f8f9fa;
    border-radius: 30px;
    padding: 60px 20px;
    margin: 40px auto;
    max-width: 1600px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.factory-container-in-tit {
    text-align: center;
    margin-bottom: 40px;
}

.factory-container-in-tit span {
    color: red;
    font-size: 18px;
    display: block;
    margin-bottom: 40px;
    font-weight: 600;
}

.factory-container-in-txt{
    margin-top: 60px;
    justify-content: center;
    display: flex;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #706e6d;
    line-height: 1.6;
}

.factory-container-in-tit h2 {
    color: #2e2e2e;
    font-size: 2.2em;
    font-weight: bold;
}

.factory-container-in-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.factory-container-in-item-box {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.factory-container-in-item-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.factory-gif {
    width: 100%;
    height: 180px;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.factory-container-in-item-box span {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 1.4;
}

.gif1{
    background-image: url(../img/sub/sub06/video/dm-1.png);
}
.gif2{
    background-image: url(../img/sub/sub06/video/dm-2.png);
}
.gif3{
    background-image: url(../img/sub/sub06/video/dm-3.png);
}
.gif4{
    background-image: url(../img/sub/sub06/video/dm-4.png);
}
.gif5{
    background-image: url(../img/sub/sub06/video/dm-1.png);
}

@media (max-width: 768px) {
    .factory-container-in-item {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .factory-container-in-item-box {
        padding: 20px;
    }
    
    .factory-gif {
        height: 150px;
    }
    
    .factory-container {
        padding: 40px 20px;
    }
}
/*factory-container fin*/

/*customerQnA fin*/
.sec2-02{
    margin-top: 120px;
    width: 100%;
}

.s02-tit{
    margin: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.tit{
    line-height: 1.7;
    font-size: 36px;  
    font-weight: 700;
    color: #313a47;
    margin-bottom: 20px;
}
.tit strong {
    font-weight: 700;
}

.solution-box {
    margin-bottom: 80px;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.solution-box .box1{
    border-radius: 10px;
    padding: 10px;
    width: 320px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 상단 정렬로 변경 */
    align-items: center;
}
.box1 .box1-img{
    border-radius: 10px;
    overflow: hidden;
    height: 275px;
    width: 100%;
}


.box1-in {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 0 2px;
}

.box1-in strong{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.box1-in .box1-in-p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color:#909499;
    word-break: break-word;
    word-break: normal;
    display: flex;
    flex-direction: column;
}


.banner-section{
    display: flex;
    flex-direction: column;
    color: white;
}
.section-inner{
    padding:10% 15%;
}

.banner-content {
    display: flex;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.banner-content span {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.7;
}


.banner-btn a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.portfolio_title{
    padding:100px 0px 0px 0px;
    display: flex;
    flex-direction: column;

}
.portfolio_title h1{
    text-align: center;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1px;
    font-size: 60px;
    color: #f8d030;
}
.portfolio_title span {
    font-size: 24px;
    color: rgb(180, 180, 180);
    margin: 20px auto;
    width: 100%;
    text-align: center;

}

.portfolio_title strong {
    color :white;
    font-weight: 800;
}

.portfolio_boxs{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.portfolio_img_box1 {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.portfolio_img_box2 {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.portfolio-track {
    display: flex;
    flex-direction: row;
    gap: 18px;
    animation: portfolio-scroll 30s linear infinite;
    width: max-content;
}

.portfolio-track:hover {
    animation-play-state: paused;
}

/* 두 번째 track은 더 느리게 스크롤 */
.portfolio_img_box2 .portfolio-track {
    animation: portfolio-scroll-slow 65s linear infinite;
}

.pl-btn-box{

    height: 100px;
    margin-top: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pl-btn{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 0 auto;
    background-color: #88f8ad;
    border-radius: 30px;
    padding: 20px;
}

.pl-btn a {
    text-decoration: none;
    color: inherit;
}


@keyframes portfolio-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes portfolio-scroll-slow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-70%);
    }
}

.portfolio_img {
    width: 330px;
    height: 246px;
    background-color: #333;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 12px;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.3),
        0 4px 10px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.portfolio_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
    pointer-events: none;
    border-radius: 12px;
}

.portfolio_img:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.4),
        0 8px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.img1{
    background-image: url(../../data/bbsData/1679284273&&BBSFILEphotogallery.jpg);
}
.img2{
    background-image: url(../../data/bbsData/1679284442&&BBSFILEphotogallery.jpg);
}
.img3{
    background-image: url(../../data/bbsData/1679284407&&BBSFILEphotogallery.jpg);
}
.img4{
    background-image: url(../../data/bbsData/1679284350&&BBSFILEphotogallery.jpg);
}
.img5{
    background-image: url(../../data/bbsData/1679284327&&BBSFILEphotogallery.jpg);
}
.img6{
    background-image: url(../../data/bbsData/1679284307&&BBSFILEphotogallery.jpg);
}
.img7{
    background-image: url(../../data/bbsData/1679284273&&BBSFILEphotogallery.jpg);
}
.img8{
    background-image: url(../../data/bbsData/1679284068&&BBSFILEphotogallery.jpg);
}
.img9{
    background-image: url(../../data/bbsData/1679284149&&BBSFILEphotogallery.jpg);
}
.img10{
    background-image: url(../../data/bbsData/1679284027&&BBSFILEphotogallery.jpg);
}
.img11{
    background-image: url(../../data/bbsData/1679284098&&BBSFILEphotogallery.jpg);
}
.img12{
    background-image: url(../../data/bbsData/1679282690&&BBSFILEphotogallery.jpg);
}

/* 반응형 디자인 */
@media (max-width: 1200px) {
    .scroll-box {
        width: 800px;
        padding: 15px;
    }
    
    .scroll-track {
        gap: 15px;
        animation-duration: 45s;
    }
}

@media (max-width: 768px) {
    .scroll-box {
        width: 600px;
        padding: 12px;
    }
    
    .scroll-track {
        gap: 12px;
        animation-duration: 40s;
    }
    
    .scroll-box span {
        font-size: 14px;
    }
    .customerQnA{
        background-color: #fff;
        margin-top: 30px;
        padding:0;
    }
}

@media (max-width: 480px) {
    .sec2-in{
        padding:20px;
    }
    .intro {
        height: 40vh;
        padding:40px 0px !important;
        display: flex;
        flex-direction: column;
        gap: 34px;
    }
    .intro-txt{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .intro h2 {
        font-size: 26px !important;
    }
    .intro-txt h3{
        font-size: 18px !important;
        word-break: keep-all;
    }
    .intro-box {
        width: 100%;
        margin: 0 auto;
        padding: 100px 20px !important;
    }
    .intro-box .intro-img{
        display: flex;
        flex-direction: column;
        padding: 0 4px;
        margin: 0 auto;
    }
    .intro-box .intro-img img{
        width: 100%;
        height: 100%;
    }

    .intro-txt2 h2{
        font-size: 20px;
        word-break: break-all;
        margin-bottom: 10px;
    }
    .intro-txt2 h3{
        font-size: 18px;
    }
    .intro-txt2 br {
        display: none;
    }
    .intro-txt2 h4{
        font-size: 16px;
        line-height: normal;
    }

    .intro-txt2 h4 span {
        display: block;
        margin-bottom: 0px;
    }

    .scroll-box {
        width: 250px;
        padding: 10px;
        height: 100px;
        word-break: keep-all;
    }
    
    .scroll-track {
        gap: 10px;
        animation-duration: 35s;
    }
    
    .scroll-box span {
        font-size: 13px;
    }
    .customerQnA-txtBox {
        font-size: 16px;
        word-break: keep-all;
    }
    .sec2-02{
        margin:70px auto;
    }
    .s02-tit .tit{
        font-size: 23px;
    }
    .solution-box{
        display: flex;
        flex-direction: column;
    }
    .section-inner{
        padding:0;
        word-break: break-all;
    }
    .section-inner p {
        font-size: 18px;
    }
}

/*업종 스크롤*/
.industry {
    position: relative;
    background-color: rgba(0, 0, 0, 0.815);
    overflow: hidden;
    min-height: 100vh;
}

.industry_section_bg {
    background-image: url(../img/bg-cube1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.industry_section_bg_color {
    background-color: rgba(0, 0, 0, 0.815);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a5000000,endColorstr=#a5000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a5000000,endColorstr=#a5000000);
    zoom: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.industry-scroll-in{
    position: relative;
    z-index: 3;
    padding: 80px 0;
}

.banner-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    padding: 60px 20px;
}

.banner-content span {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-bottom: 40px;
}

.banner-btn {
    margin-top: 30px;
}

.banner-btn a {
    display: inline-block;
    background: linear-gradient(135deg, #4935ff, #f7931e);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.banner-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
}


.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding:20px 0;
    position: relative;
    word-break: keep-all;
    color: white;
}

.scroll-content {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    word-break: keep-all;
}
.content-dub {
    display: inline-block;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
}

.content-dub span {
    display: inline-block;
    margin:0 40px;
    vertical-align: middle;
}

.line1 .scroll-content {
    animation: scroll-left 60s linear infinite;
}

.line2 .scroll-content {
    animation: scroll-left 60s linear infinite;
    animation-direction: reverse;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}





/* 반응형 디자인 */
@media (max-width: 1200px) {
    .scroll-box {
        width: 800px;
        padding: 15px;
    }
    
    .scroll-track {
        gap: 15px;
        animation-duration: 45s;
    }
}

@media (max-width: 768px) {
    .scroll-box {
        width: 600px;
        padding: 12px;
    }
    
    .scroll-track {
        gap: 12px;
        animation-duration: 40s;
    }
    
    .scroll-box span {
        font-size: 14px;
    }
    .customerQnA{
        background-color: #fff;
        margin-top: 30px;
        padding:0;
    }
}

@media (max-width: 480px) {
    .sec2-02{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .process-container-section {
        margin : 80px 0;
        padding: 0 20px;
    }
    .process-container-section h2{
        font-size: 23px;
        line-height: 1.5;
    }
    .process-container{
        margin-top: 40px;
    }
    .sec2-in{
        max-width: 100%;
        overflow: hidden;
        /* padding:20px; */
    }
    .intro-section {
        height: 60vh;
    }
    .intro {
        margin-bottom: 30px;
    }
    
    .portfolio-section {
        border-radius: 0;
        margin-top: -60px;
        max-width: 100%;
        /* border: 20px solid red; */
    }
    
    .portfolio_title  h1 {
        font-size: 32px;
        font-weight: 500;
    }
    .portfolio_title span {
        font-size: 18px;
        word-break: keep-all;
        line-height: 1.8;
    }

    .intro h2 {
        font-size: 20px;
    }
    .intro-txt h3{
        font-size: 23px;
        word-break: break-all;
    }
    .intro-box {
        width: 100%;
        margin: 0 auto;
    }
    .intro-box .intro-img{
        display: flex;
        flex-direction: column;
        padding: 0 4px;
        margin: 0 auto;
    }
    .intro-box .intro-img img{
        width: 100%;
        height: 100%;
    }

    .intro-txt2 {
       width: 100%;
       text-align: center;
       line-height: 1.8;
    }

    .intro-txt2 h2{
        font-size: 20px;
        word-break: break-all;
        margin-bottom: 10px;
    }
    .intro-txt2 h3{
        font-size: 18px;
    }
    .intro-txt2 br {
        display: none;
    }
    .intro-txt2 h4{
        font-size: 16px;
        line-height: normal;
    }

    .intro-txt2 h4 span {
        display: block;
        margin-bottom: 0px;
    }

    .portfolio_img {
        width: 150px;
        height: 130px;
    }
    .portfolio{
        min-height: 0;
    }

    .scroll-box {
        width: 250px;
        padding: 10px;
        height: 100px;
        word-break: keep-all;
    }
    
    .scroll-track {
        gap: 10px;
        animation-duration: 35s;
    }

    .factory-container-in-tit span {
        margin-bottom: 10px;
    }
    .factory-container-in-tit h2 {
        font-size: 23px;
        line-height: 1.5;
        word-break: break-all;
    }
    .factory-container-in-item-box span {
        font-size: 14px;
    }
    .factory-container-in-txt{
        word-break: break-all;
        font-size: 16px;
    }

    .customerQnA-in{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

    .customerQnA-txtBox div:nth-child(1) {
        font-size: 23px;
    }
    
    .scroll-box span {
        font-size: 13px;
    }
    .customerQnA-txtBox {
        font-size: 16px;
        word-break: keep-all;
    }
    .sec2-02{
        margin:70px auto;
    }
    .s02-tit .tit{
        font-size: 23px;
    }
    .solution-box{
        display: flex;
        flex-direction: column;
    }
    .section-inner{
        padding:0;
        word-break: break-all;
    }
    .section-inner p {
        font-size: 18px;
    }

    .industry-scroll-in{
        padding: 40px 0;
    }

    .content-dub{
        font-size: 18px;
    }
    .content-dub span{
        margin:0 12px;
    }

    .banner-content{
        padding: 40px 20px;
    }

    .banner-content span {
        font-size: 20px;
        margin-bottom: 20px;
    }

}
