	@charset "utf-8";

/*-------------------------------------------------
Author : WB,Seo
Create date : 2023. 02. 03.
Last update : 9999. 03. 29. 10:47
-------------------------------------------------*/

/* ==================================
    MOBILE
=================================== */
/* ============= BUSINESS === */
.tech-visual-inner {
    position: relative;
    padding: 161px 4.533% 0;
    height: 600px;
    color: #fff;
    background: url(/image/business/visual_m.jpg) no-repeat center/110%;
}
#visual.loaded .tech-visual-inner {
    background-size: 100%;
    transition: background-size 3s cubic-bezier(0.65, 0, 0.35, 1);
}
.tech-visual-inner .page-divide-area .page-name {
    position: relative;
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 700;
}
.tech-visual-inner .page-divide-area .page-name:after {
    position: absolute;
    top: 50%; right: -27px; transform: translate(100%,-50%);
    content: '';
    width: 92px; height: 3px;
    background: #fff;
}
.tech-visual-inner .tab-box {
    position: absolute;
    bottom: 70px; right: 4.533%;
}
.tech-visual-inner .tab-box li {text-align: right;}
.tech-visual-inner .tab-box li:nth-child(n+2) {margin-top: 28px;}
.tech-visual-inner .tab-box li a {
    display: inline-block;
    font-size: 2.3rem; color: #fff;
    font-weight: 300;
}
.tech-visual-inner .tab-box li.now-page a {font-weight: 700;}
.prod-inner .prod-item {display: none;}
.prod-inner .prod-item.active {display: block;}
.prod-inner .title-area {
    margin: 0;
    padding: 0;
}
.prod-inner h4 {
    font-size: 2.3rem;
    font-weight: 700;
    text-align: left;
}
.prod-inner h4:after {
    display: block;
    width: 28px; height: 2px;
    content: '';
    margin: 16px 0 31px;
    background: #000;
}
.prod-inner .img-box img {width: 100%;}
.prod-inner .img-box.lower {margin-top: 32px;}
.prod-inner .left-box .cont-box .cont {
    margin-top: 23px;
    font-size: 1.6rem;
    line-height: 20px;
    white-space: pre-line;
}
.prod-inner .right-box {margin-top: 41px;}
.prod-inner .img-box.lower {margin-top: 32px;}


/* ==================================
    PC
=================================== */
@media screen and (min-width:1084px){
    /* ============= BUSINESS === */
    .tech-visual-inner {
        padding: 317px 0 0;
        height: 1089px;
        background-image: url(/image/business/visual.jpg);
    }
    .tech-visual-inner .business-map-area {
        position: relative;
        width: 1184px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tech-visual-inner .business-map-area:after {
        position: absolute;
        bottom: 0; left: 0;
        content: '';
        width: 100vw; height: 1px;
        background: #fff;
        opacity: 0.5;
    }
    .tech-visual-inner .business-map-area h3 {
        padding-left: 12px;
        font-size: 2.5rem;
        font-weight: 700;
    }
    .tech-visual-inner .business-map-area .map {display: flex;}
    .tech-visual-inner .business-map-area li a {
        display: block;
        padding: 15px 25px;
        font-size: 2rem; color: #fff;
        text-align: center;
    }
    .tech-visual-inner .business-map-area li.now-page a {
        position: relative;
        color: #fdf51b;
    }
    .tech-visual-inner .business-map-area li.now-page a:after {
        position: absolute;
        content: '';
        width: 100%; height: 2px;
        bottom: 0; left: 0;
        background: #fdf51b;
    }
    .tech-visual-inner .page-divide-area {
        display: flex;
        width: 990px;
        margin: 153px auto 0;
        align-items: center;
        justify-content: space-between;
    }
    .tech-visual-inner .page-divide-area .page-name {
        display: inline-block;
        font-size: 6rem;
    }
    .tech-visual-inner .page-divide-area .page-name:after {
        top: auto; bottom: -10px; left: 50%; transform: translate(-50%, 0);
        width: 100%; height: 5px;
    }
    .tech-visual-inner .tab-box {
        position: static;
        width: 336px;
    }
    .tech-visual-inner .tab-box li {text-align: center;}
    .tech-visual-inner .tab-box li:nth-child(n+2) {margin-top: 50px;}
    .tech-visual-inner .tab-box li a {font-size: 2.6rem;}
    .tech-visual-inner .tab-box li.now-page a {
        font-size: 4.2rem;
        font-weight: 700;
        transition: font-size .5s;
    }
    .prod-inner {padding-top: 154px;}
    .prod-inner .img-area {
        display: flex;
        justify-content: space-between;
    }
	.prod-inner .img-box.lower {margin-top: 46px;}
    .prod-inner :is(.left-box, .right-box) {width: 571px;}
    .prod-inner .left-box .cont-box .cont {
        margin-top: 30px;
        font-size: 1.8rem;
        line-height: 24px;
    }
    .prod-inner .right-box {margin-top: 0;}
}


/* 수정 테스트 */
.main.test .tech-visual-inner {
    /* color: #333; */
}

.main.test .tech-visual-inner {
    background: url(/image/business/tech_test_img.jpg) no-repeat center/contain;
    background-size: contain;
    height: 100vh;
}

.main.test .tech-visual-inner .product_name {
    font-size: 40px;
    max-width: 1150px;
    /* background: #000; */
    margin: 0px auto 100px;
}

.main.sub-service.test .sub-common-inner {
}

.main.sub-service.test .sub-common-inner ul { 
}
.main.sub-service.test .sub-common-inner ul li {
 
}
.main.sub-service.test .sub-common-inner ul li a {
    border: 1px solid #000;
    margin: 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main.sub-service.test .sub-common-inner ul li a .img {
    border: 1px solid #000;
    width: 600px;
    height: 700px;
    position: relative;
}
.main.sub-service.test .sub-common-inner ul li a .img img {
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main.sub-service.test .sub-common-inner ul li a .text {
    width: 600px;
    border: 1px solid #000;
    font-size: 22px;
}
.main.sub-service.test .sub-common-inner ul li:nth-child(2n) a .text {
}
.main.sub-service.test .sub-common-inner ul li a .text .prod_subtit {
    color: #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
}
.main.sub-service.test .sub-common-inner ul li a .text .prod_subtit {}


.tech-visual-inner.info {
    background: url('/image/business/tech01_visual_bg.jpg') no-repeat top/120%;
    /* background-image: url('/image/business/tech01_visual_bg.jpg'); */
    height: 960px;
}

.tech-visual-inner.info.tab02 {
    background-image: url('/image/business/tech04_visual_bg_new.jpg');
}

.tech-visual-inner.info.tab03 {
    background-image: url('/image/business/tech03_visual_bg.jpg');
}

.tech-visual-inner.info.tab04 {
    background-image: url('/image/business/tech02_visual_bg-before.jpg');
}

.tech-visual-inner.info .title {
    max-width: 1200px;
    margin: 0 auto;
}

.tech-visual-inner.info nav {
    width: 100%;
    margin-top: 130px;
    border-top: 1px solid rgba(255,255,255,0.4);
}

.tech-visual-inner.info ol {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tech-visual-inner.info nav li {
    width: 25%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    
}

.tech-visual-inner.info nav li .active {
    border-top: 2px solid #fdf51b;
    font-weight: 500;
    color: #fdf51b;
}

.tech-visual-inner.info nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    height: 100%;
    transition: all 0.3s;
}

.tech-visual-inner.info nav a:hover {
    background-color: rgba(0,0,0,0.3);
    
}

.product_content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 100px;
}

.product_content li:nth-child(2n) {
    flex-direction: row-reverse;
}

.product_content li:not(:last-child) {
    margin-bottom: 130px;
}

.product_content .img_box {
    width: 600px;
    height: 480px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.product_content .img_box img {
    width: 100%;
    height: 100%;
}

.product_content .text {
    width: calc(100% - 600px);
}
.product_content .text i {
    font-size: 2rem;
    color: #d0d0d0;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.product_content .text h5 {
    font-size: 4.4rem;
    margin-bottom: 60px;
    font-weight: 700;
}

.product_content .text p {
    font-size: 2rem;
    line-height: 1.8;
}

@media screen and (max-width:1300px){
    .tech-visual-inner.info {
        height: 670px;
        padding: 200px 0 0;
    }
    .tech-visual-inner.info nav {
        margin-top: 90px;
    }

    .tech-visual-inner.info ol {
        width: calc(100% - 30px);
    }

    .tech-visual-inner.info nav li {
        font-size: 2.3rem;
    }

    .tech-visual-inner.info .title h2 {
        height: 100px;
        margin-left: 10%;
    }
    .tech-visual-inner.info .title img {
        height: 100%;
    }

    .product_content_wrap.prod-inner {
        padding-top: 100px;
    }

    
}

@media screen and (max-width:960px){
    .tech-visual-inner.info {
        height: 460px;
        padding: 100px 0 0;
    }

    .tech-visual-inner.info .title h2 {
        height: 75px;
    }
}

@media screen and (max-width:1084px){
    .product_content li {
        gap: 0 50px;
    }

    .product_content .text h5 {
        font-size: 3.4rem;
    }

    .product_content .text i,
    .product_content .text p {
        font-size: 1.8rem;
    }

    .product_content .img_box {
        width: 450px;
        height: 360px;
    }

    .product_content .text {
        width: calc(100% - 450px);
    }
}

@media screen and (max-width:960px) {
    .m_none {display: none;}
}

@media screen and (max-width:820px) {
    #visual.loaded .tech-visual-inner {
        background-size: cover;
    }

    .tech-visual-inner.info .title h2 {
        height: 65px;
    }

    .tech-visual-inner.info {
        padding: 140px 0 0;
    }

    .tech-visual-inner.info nav {
        margin-top: 40px;
    }

    .tech-visual-inner.info {
        height: 380px;
    }

    .tech-visual-inner.info nav li {
        font-size: 2rem;
    }

    .product_content li {
        display: block;
    }
    .product_content .img_box {
        margin: 0 auto 30px;
    }

    .product_content .text {
        width: calc(100% - 30px);
        text-align: center;

    }

    .m_none {
        display: block;
    }
    
    .product_content .text p {
        line-height: 1.4;
    }

    .product_content .text h5 {
        margin-bottom: 30px;
    }

    .product_content li:not(:last-child) {
        margin-bottom: 60px;
    }
}