/* ========================================
   Custom CSS - 덕산 로봇
   원본소스에서 추출한 커스텀 스타일
======================================== */

/* Main 배경 */
main {
    background: #111526;
}

/* 스마트 팝업 마진 */
.app-smart-popup {
    margin-top: 14rem !important;
}

@media all and (max-width: 1024px) {
    .app-smart-popup {
        margin-top:8rem !important;
    }

    :nth-child(1 of .app-smart-popup) {
        margin-top: 16rem !important;
    }

    :nth-child(2 of .app-smart-popup) {
        margin-top: 12rem !important;
    }
}

/* UBTECH 폰트 */
@font-face {
    font-family: 'UBTECH-LIGHT';
    src: url(/web/upload/font/UBTECH-LIGHT.OTF);
}

@font-face {
    font-family: 'UBTECH-REGULAR';
    src: url(/web/upload/font/UBTECH-REGULAR.OTF);
}

@font-face {
    font-family: 'UBTECH-BOLD';
    src: url(/web/upload/font/UBTECH-BOLD.OTF);
}

/* AOS 커스텀 애니메이션 */
[data-aos="fade-up"].my-fade-up30 {
    transform: translateY(3rem);
}

[data-aos="fade-up"].my-fade-up50 {
    transform: translateY(5rem);
}

[data-aos="fade-down"].my-fade-down30 {
    transform: translateY(-3rem);
}

[data-aos="fade-down"].my-fade-down50 {
    transform: translateY(-5rem);
}

[data-aos].aos-init:not(.aos-animate) {
    opacity: 0 !important;
    visibility: hidden !important;
}

[data-aos].aos-animate {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Contents 영역 */
#contents {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 5rem;
}

@media all and (max-width: 1024px) {
    #contents {
        padding-top:5rem;
    }
}

#contents2 {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 5rem;
}

@media all and (max-width: 1024px) {
    #contents2 {
        width:92%;
        padding-top: 5rem;
    }
}

/* Title Box 스타일 */
.title_bo {
    text-align: center;
}

.title_bo .tt {
    padding: 3rem 0 0;
}

.title_bo .tt font {
    color: #000;
    font-size: 2.8rem;
    font-weight: 700;
}

.title_bo p {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 1.4rem 0 4.5rem;
}

.title_bo p span {
    color: #f8040e;
}

@media all and (max-width: 1024px) {
    .title_bo .tt {
        padding:10rem 0 0;
    }

    .title_bo .tt font {
        color: #000;
        font-size: 2.4rem;
    }

    .title_bo p {
        font-size: 1.1rem;
        font-weight: 300;
        padding: 0.5rem 0 2rem;
    }
}

/* Title Box 2 스타일 */
.title_bo2 {
    text-align: center;
}

.title_bo2 .tit {
    color: #000;
    font-size: 4.5rem;
    font-weight: 700;
    padding: 22rem 0 0;
}

.title_bo2 .tit font {
    color: #000;
}

.title_bo2 .tx {
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    padding: 1.8rem 0 7.5rem;
}

.title_bo2 .tx br.pc {
    display: none;
}

@media all and (max-width: 1024px) {
    .title_bo2 .tit {
        font-size:2.4rem;
        padding: 10rem 0 0;
    }

    .title_bo2 .tx {
        font-size: 1.1rem;
        line-height: 1.4rem;
        padding: 0.5rem 0 2rem;
    }

    .title_bo2 .tx br.pc {
        display: block;
    }
}

/* Dimmed 영역 */
.dimmed {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/* 반응형 헬퍼 클래스 */
@media all and (max-width: 767px) {
    .RTI,.RTB,.RTIB {
        display:none !important;
    }

    .RMB {
        display: block !important;
    }

    .RMI {
        display: inline !important;
    }

    .RMIB {
        display: inline-block !important;
    }

    body {
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}

@media all and (max-width: 1024px) {
    .RWI,.RW,.RWB,.RWIB {
        display:none !important;
    }

    .RTMB {
        display: block !important;
    }

    .RTMI {
        display: inline-block !important;
    }
}

@media all and (min-width: 768px) and (max-width:1024px) {
    .RMI,.RMB,.RMIB {
        display:none !important;
    }

    .RTI {
        display: inline !important;
    }

    .RTB {
        display: block !important;
    }

    .RTIB {
        display: inline-block !important;
    }
}

@media all and (min-width: 1025px) {
    .RMI,.RMB,.RMIB,.RTI,.RTB,.RTIB,.RTMI,.RTMB {
        display:none !important;
    }

    .RWI {
        display: inline !important;
    }

    .RWB {
        display: block !important;
    }

    .RWIB {
        display: inline-block !important;
    }

    #container {
        width: 100%;
        min-height: 70rem;
    }
}

/* im100 헬퍼 */
.im100 {
    width: 100%;
}

.im100 img {
    width: 100%;
}

.tit_box {
    width: 100%;
    position: relative;
}

.tit_box .tx {
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 100;
    text-shadow: 0.1rem 0.1rem 1rem rgba(0,0,0,1);
}

.tit_box .tx p {
    font-weight: 700;
    font-size: 8rem;
    line-height: 10.6rem;
    padding-top: 8%;
    text-shadow: 0.1rem 0.1rem 1.2rem rgba(0,0,0,0.3);
}

.tit_box img {
    width: 100%;
    vertical-align: middle;
}

.tit_video {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000
}

.tit_video .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.tit_video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tit_video .pc_video {
    display: block;
}

.tit_video .mobile_video {
    display: none;
}

.tit_video .tx-positioner {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    z-index: 9;
}

.tit_video .tx-wrapper {
    display: inline-block;
    transform-origin: center center;
}

.tit_video .tx {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.9vw;
    font-weight: 100;
    text-shadow: 0.1rem 0.1rem 1rem rgba(0,0,0,1);
}

.tit_video .tx p {
    font-weight: 700;
    font-size: 4.1vw;
    line-height: 5.4vw;
    text-shadow: 0.1rem 0.1rem 1.2rem rgba(0,0,0,0.3);
}

@media screen and (max-width: 1024px) {
    .tit_video .pc_video {
        display: none;
    }

    .tit_video .mobile_video {
        display: block;
        padding-bottom: 177%;
    }

    .tit_video .tx {
        font-size: 3.3vw;
        line-height: 4.5vw;
        font-weight: 100;
        width: 80%;
        margin: 0 auto;
        text-shadow: 0.1rem 0.1rem 0.6rem rgba(0,0,0,1);
    }

    .tit_video .tx br {
        display: none
    }

    .tit_video .tx p {
        font-size: 7vw;
        line-height: 10vw;
        text-shadow: 0.1rem 0.1rem 0.8rem rgba(0,0,0,0.3);
    }
}

#product_box {
}

#product_box .inner {
    width: 80%;
    margin: 0 auto;
}

#product_box .tx01 {
    color: #000;
    font-size: 4.5rem;
    line-height: 5.5rem;
    font-weight: 700;
    padding-top: 7vw
}

#product_box .tx02 {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 300;
    padding-top: 0.6vw
}

#product_box .tx03 {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 300;
    padding: 7vw 0 2vw
}

#product_box .tx03 span {
    color: #00a5e4;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700
}

#product_box .tx03 p {
    color: #000;
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    #product_box .inner {
        width:90%;
        margin: 0 auto;
    }

    #product_box .tx01 {
        font-size: 2.2rem;
        line-height: 2.6rem;
        padding-top: 10vw
    }

    #product_box .tx02 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        padding-top: 2vw
    }

    #product_box .tx02 br.non {
        display: none
    }

    #product_box .tx03 {
        font-size: 1.1rem;
        line-height: 1.6rem;
        padding: 10vw 0 4vw
    }

    #product_box .tx03 span {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    #product_box .tx03 p {
        font-size: 2.4rem;
        line-height: 2.8rem;
        padding-bottom: 1vw
    }
}

#product_box .list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2.6rem;
    margin: 0 auto;
    padding-bottom: 7vw;
}

#product_box .list .item {
    position: relative;
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 3rem;
    padding-bottom: 131.11%;
    background: #f7f7f7
}

#product_box .list .item img.main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

#product_box .list .item .banner-text {
    position: absolute;
    bottom: 9%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    transition: opacity 0.2s ease-in-out;
    font-size: 1.4rem !important;
    font-weight: 300;
    color: #000;
}

#product_box .list .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

#product_box .list .item .detail-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    padding: 0 3rem;
    height: 4.2rem;
    line-height: 3.8rem;
    border: 0.2rem solid #fff;
    box-sizing: border-box;
    border-radius: 3rem;
    color: #fff;
    font-weight: 200;
    font-size: 1.2rem;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
}

#product_box .list .item .detail-btn span {
    padding-left: 1rem;
}

#product_box .list li:hover img.main-img {
    opacity: 0;
}

#product_box .list li:hover .bg {
    opacity: 1;
}

#product_box .list li:hover .detail-btn {
    opacity: 1;
}

#product_box .list li:hover .banner-text {
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    #product_box .list {
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
        padding-bottom: 7vw;
    }

    #product_box .list .item {
        border-radius: 1.5rem;
    }

    #product_box .list .item .banner-text {
        bottom: 2%;
        font-size: 1rem !important;
        line-height: 1.2rem !important
    }

    #product_box .list .item .detail-btn {
        width: 60%;
        margin: 0 auto;
        padding: 0 0;
        text-align: center;
        height: 2.6rem;
        line-height: 2.4rem;
        border: 0.1rem solid #fff;
        border-radius: 2rem;
        font-size: 1rem;
    }

    #product_box .list .item .detail-btn span {
        padding-left: 0.6rem
    }
}

@media screen and (min-width: 1025px) {
    #product_box .list .item .banner-text br {
        display:none
    }
}

.cont-inner {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .cont-inner {
        width: 92%;
        margin: 0 auto;
        padding-top: 6rem;
    }
}

.business_slide {
    overflow: hidden;
    position: relative;
    background: #000;
    padding: 0% 0 4%;
}

.business_slide .tit {
    color: rgba(255,255,255,0.14);
    font-size: 8rem;
    font-weight: 700;
    padding: 5.5% 0 3% 10.5%;
}

.business_slide .slide-wrapper {
    margin-left: 10.5%;
    width: 89.5%;
    overflow: hidden;
}

.business_slide .slide-track {
    display: flex;
    will-change: transform;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.business_slide .slide {
    flex: 0 0 74%;
    margin-right: 0%;
    margin-left: -3.8%;
    aspect-ratio: 10 / 4.4;
    background-repeat: no-repeat;
    background-position: 0% center;
    background-size: 60%;
    opacity: 0.4;
    transform: scale(0.9);
    position: relative;
    transition: transform 0.6s ease-in-out,opacity 0.6s ease-in-out;
    z-index: 0;
}

.business_slide .slide.active {
    background-position: 60% center;
    margin-left: 0%;
    background-size: contain;
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.business_slide .txt_area {
    display: none;
    color: #fff;
    text-shadow: 0 0 0.5rem rgba(0,0,0,0.4);
}

.business_slide .slide.active .txt_area {
    display: block;
}

.business_slide .txt_area h2 {
    font-size: 2.4vw;
    line-height: 3vw;
    font-weight: 700;
    padding: 4vw 0 0.4vw;
}

.business_slide .txt_area p {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 100;
    height: 10vw;
    display: block;
}

.business_slide .btn_download {
    color: #fff;
    text-decoration: none;
    background: url(/imgs/ico/download.png) no-repeat right 50%;
    display: inline-block;
}

.business_slide .btn_download span {
    font-size: 1.4rem;
    font-weight: 200;
    padding-right: 2.5rem;
}

.business_slide .pagination {
    text-align: left;
    padding-left: 10.5%;
    margin-top: 4%;
}

.business_slide .pagination span {
    display: inline-block;
    width: 6rem;
    height: 0.3rem;
    background: #00a5e4;
    opacity: 0.43;
    margin-right: 1.5rem;
    transition: none;
    cursor: pointer;
}

.business_slide .pagination span.active {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .business_slide {
        padding:5% 0 10%;
    }

    .business_slide .slide-wrapper {
        margin-left: 8%;
        width: 92%;
    }

    .business_slide .slide {
        flex: 0 0 100%;
        margin-right: 0;
        background-size: cover;
        background-position: center;
    }

    .business_slide .slide.active {
        background-position: 70% center;
    }

    .business_slide .tit {
        font-size: 3.2rem;
        padding: 5.5% 0 3% 8%;
    }

    .business_slide .txt_area h2 {
        font-size: 5vw;
        line-height: 6vw;
        padding: 5vw 0 10vw;
    }

    .business_slide .txt_area p {
        display: none;
    }

    .business_slide .btn_download span {
        font-size: 2.5vw;
        padding-right: 1.5rem;
    }

    .business_slide .pagination {
        padding-left: 8%;
    }

    .business_slide .pagination span {
        width: 3.8rem;
        margin-right: 0.7rem;
    }
}
