@charset "utf-8";




#header_wrap { background: rgba(255, 255, 255, 0.8); } 

/* aboutUs section1 공통 */
.subWrapper .sec1 {
    width: 100%;
    height: 100vh;
    background: url(/img/subsidiary/about_s1_bg.jpg)no-repeat center center;
    background-size: cover;
}
.sec1 .main_icons .box {
    position: relative;
    width: 47vw;
    height: 32vw;
    background: url(/img/subsidiary/about_s1_line.png)no-repeat center center;
    background-size: cover;
}

.sec1 .main_icons .box img {
    width: auto;
    height: auto;
}

.sec1 .main_icons .box .center_icon img {
    width: 100%;
    height: 100%;
}

.sec1 .main_icons .icon {
    position: absolute;
    overflow: hidden;
}

.sec1 .icon .i_box {
    position: relative;
}

.sec1 .icon01 .i_box {
    left: -100%;
    transition: all 0.5s ease-in-out;
}

.sec1 .icon02 .i_box {
    right: -100%;
    transition: all 0.1s 0.5s ease-in-out;
}

.sec1 .icon03 .i_box {
    right: -500px;
    transition: all 0.2s 0.5s ease-in-out;
}

.sec1 .icon04 .i_box {
    left: -500px;
    transition: all 0.4s 0.5s ease-in-out;
}

.sec1 .icon05 .i_box {
    left: -106px;
    transition: all 0.5s 0.5s ease-in-out;
}
.sec1 .icon06 .i_box {
    right: -500px;
    transition: all 0.7s 0.5s ease-in-out;
}

.sec1 .main_icons.move .icon01 .i_box {
    left: 0;
    transform: scale(1);
}

.sec1 .main_icons.move .icon02 .i_box {
    right: 0;
    transform: scale(1);
}

.sec1 .main_icons.move .icon03 .i_box {
    right: 0;
    transform: scale(1);
}

.sec1 .main_icons.move .icon04 .i_box {
    left: 0;
    transform: scale(1);
}

.sec1 .main_icons.move .icon05 .i_box {
    left: 0;
    transform: scale(1);
}
.sec1 .main_icons.move .icon06 .i_box {
    right: 0;
    transform: scale(1);
}
.sec1 .main_icons .icon01 {
    bottom: 40%;
    left: 32%;
}
.sec1 .main_icons .icon01 img {
    width: 11vw;
}
.sec1 .main_icons .icon02 {
    top: 19%;
    right: -3%;
}
.sec1 .main_icons .icon02 img {
    width: 6vw;
}
.sec1 .main_icons .icon03 {
    top: -8%;
    right: 17%;
}
.sec1 .main_icons .icon03 img {
    width: 5vw;
}
.sec1 .main_icons .icon04 {
    top: -7%;
    left: 13%;
}

.sec1 .main_icons .icon04 img {
    width: 17vw;
}
.sec1 .main_icons .icon05 {
    top: 50%;
    left: -4%;
}
.sec1 .main_icons .icon05 img {
    width: 5vw;
}
.sec1 .main_icons .icon06 {
    right: 10%;
    bottom: -4%;
}
.sec1 .main_icons .icon06 img {
    width: 16vw;
}

/* 회사소개 section2 */
.show1024 {
    display: none;
}
.sec2 {
    background: #eee;
}

.top_tit {
    height: 30vh;
    margin-top: 7vh;
    text-align: center;

}
.sec2 .top_tit {
    padding-top: 0;
}
.top_tit > .title {
    font-weight: 300;
    font-size: 15px;
}

.top_tit > .title > b {
    font-weight: 700;
}

.top_tit > h3 {
    display: inline-block;
    position: relative;
    padding: 0 35px;
    font-weight: 300;
    font-size: 35px;
}

.top_tit > h3 > b {
    font-weight: 700;
}

.top_tit > h3:before {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgba(51,109,255,0.15);
    content: '';
}
.top_tit > .text {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-top: 1vw;
}
.top_tit > .text > b {
    color: #336dff;
    font-weight: 700;
}
.system_box {
    position: relative;
    width: 1320px;
    height: 54vh;
    margin: 0 auto;
}
.sec2 .system_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec2 .box_cont {
    position: relative;
    max-width: 270px;
    width: 25%;
    padding: 1% 0;
    border: 1px solid #336dff;
    background: #fff;
    margin-bottom: 70px;
}

.box_cont .tit {
    color: #336dff;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
}
.box_cont .line {
    width: 28px;
    height: 2px;
    margin: 15px auto;
    background: #336dff;

}
.box_cont .desc {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}
.sec2 .box_cont:after {
    position: absolute;
    width: 60px;
    height: 64px;
    content: "";
    background-size: 100% 100%;
    background-position: center center;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.sec2 .box_cont:nth-child(n+1):nth-child(-n+3):after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background-image: url("/img/about/step_arrow.png");
}
.sec2 .box_cont:nth-child(4):after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/img/about/step_arrow_down.png");
}
.sec2 .box_cont:nth-child(n+5):nth-child(-n+7):after {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    background-image: url("/img/about/step_arrow_left.png");
}

.sec2 .box_cont.show:after {
    opacity: 0.7;
}

.sec2 .box_cont.hide .box_cont {
    transition: left 0s 0s ease, opacity 0s 0s ease;
}
.sec2 .box_cont.cont01 {
    order: 1;
}
.sec2 .box_cont.cont02 {
    order: 2;
}
.sec2 .box_cont.cont03 {
    order: 3;
}
.sec2 .box_cont.cont04 {
    order: 4;
}
.sec2 .box_cont.cont05 {
    order: 8;
}
.sec2 .box_cont.cont06 {
    order: 7;
}
.sec2 .box_cont.cont07 {
    order: 6;
}
.sec2 .box_cont.cont08 {
    order: 5;
}

/*회사소개 section3 */
.sec3 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fff;
}
.sec3 .blueBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    background: #336dff;
}
.sec3 .title {
    letter-spacing: 10px;
}
.sec3 .text {
    position: relative;
}
.aboutUs1 .sec3 .text:before {
    position: absolute;
    top: 50px;
    left: 31%;
    color: rgba(69,73,81,0.1);
    font-weight: 500;
    font-size: 100px;
    font-family: "ONE-MOBILE-POP";
    content: '“';
}
.aboutUs1 .sec3 .text:after {
    position: absolute;
    top: 50px;
    right: 31%;
    color: rgba(69, 73, 81, 0.1);
    font-weight: 500;
    font-size: 100px;
    font-family: "ONE-MOBILE-POP";
    content: '”';
}
.sec3 .system_box {
    padding-top: 4%;
}
.sec3 .system_box > ul {
    display: flex;
    justify-content: space-between;
}
.sec3 .box_cont {
    position: relative;
    width: 21vw;
    padding: 5% 0;
    border: 1px solid #336dff;
    background: #fff;
    max-width: 310px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.sec3 .box_cont .line_tit {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 85%;
    height: 40px;
    border: 1px solid #336dff;
    background: #fff;
    color: #336dff;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 20px;
}

.sec3 .box_cont .icon {
    width: 103px;
    height: 100px;
    margin: 0 auto;
}

.sec3 .box_cont .icon img {
    object-fit: contain;
}

.sec3 .box_cont .tit {
    margin-top: 20px;
    margin-bottom: 40px;
}

.sec3 .box_cont .desc {
    font-family: "Noto Sans KR";
}
/* 회사소개 section4 */

.sec4 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(/img/about/about_s4_bg.jpg)no-repeat center center;
    background-size: inherit;
}
.sec4 .top_tit {

    height: 10vh;
}
.sec4 li {
    margin-right: 3%;
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 2s 0.1s cubic-bezier(0.22, 0.93, 0, 1);
    transition: opacity 0.5s 0.1s, -webkit-transform 2s 0.1s cubic-bezier(0.22, 0.93, 0, 1);
    transition: opacity 0.5s 0.1s, transform 2s 0.1s cubic-bezier(0.22, 0.93, 0, 1);
    transition: opacity 0.5s 0.1s, transform 2s 0.1s cubic-bezier(0.22, 0.93, 0, 1), -webkit-transform 2s 0.1s cubic-bezier(0.22, 0.93, 0, 1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.org-chart {
    margin-top: 5%;
    padding-bottom: 10%;
}
.sec4 li:last-child {
    margin-right: 0;
}
.sec4 .round {
    display: flex;
    width: 13vw;
    height: 13vw;
    background: #fff;
    text-align: center;
    max-width: 230px;
    max-height: 230px;
    min-width: 130px;
    min-height: 130px;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
}
.sec4 .round img {
    width: auto;
    height: 54px;
    -webkit-transform: translateY(0);
    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s 0.3s cubic-bezier(0, 0, 0.18, 1.055);
}
.sec4 .round h5 {
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    margin-top: 4%;
    text-transform: uppercase;
    -webkit-transform: translateY(0);
    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s 0.3s cubic-bezier(0, 0, 0.18, 1.055);
}

.sec4 .round h5 span {
    display: block;
    font-weight: 300;
    font-size: 23px;
}
.sec4 .ceo {
    position: relative;
    border: 3px solid #336dff;
}

.sec4 .ceo span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    background: transparent;
    animation: animate 2.5s linear infinite;
    transform-origin: left;
}
.sec4 .ceo span:before {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 18px;
    height: 18px;
    background: #336dff;
    content: '';
    border-radius: 50%;
    box-shadow: 0 0 20px #336dff;
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}
.sec4 .ceo h5 {
    color: #336dff;
}

.sec4 .director {
    border: 2px solid #454951;
}

.sec4 .staff {
    margin: 0 auto;
    border: 1px solid #454951;
}
.organizational_chart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
}
.staff_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
/* about section5 - award */
.sec5 {
    padding-bottom: 10%;
}
.sec5 ul.award_wrap li.award_history .award_inner {
    display: flex;
    align-content: center;
    justify-content: center;
}
.sec5 ul.award_wrap li.award_history .award_inner .img {
    height: 500px;
    padding: 0 3vw;
}
.sec5 ul.award_wrap li.award_history .award_inner .img img {
    object-fit: contain;
    box-shadow: 4px 4px 4px rgba(69, 73, 81, 0.3);

}
.slider_cont .sec2_content {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.dm_slide .content01 {
    background: url(/img/subsidiary/sec2_1_bg.jpg)no-repeat;
}
.dm_slide .content02 {
    background: url(/img/subsidiary/about2_s2_02.gif)no-repeat center center;
}
.dm_slide .content03 {
    background: url(/img/subsidiary/about2_s2_03.gif)no-repeat center center;
}
.dm_slide .content04 {
    background: url(/img/subsidiary/sec2_1_bg.jpg)no-repeat;
}
.dm_slide .content01 .device_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.dm_slide .content01 .device_img img {
    display: inline-block;
}
.dm_slide .content01 .device_img > .img {
    position: relative;
    top: 0;
    bottom: 0;
    left: -3vw;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.dm_slide .content01 img.icon {
    position: absolute;
    object-fit: cover;
}
.dm_slide .content01 img.icon01 {
    right: 9vw;
    bottom: 21vw;
    width: 6vw;
    height: auto;
    animation: move01 2s 0.3s infinite alternate cubic-bezier(0.2, 0.02, 0.99, 0.96);
    z-index: 3;
}
.dm_slide .content01 img.icon02 {
    top: 6vw;
    left: 5.5vw;
    width: 6vw;
    height: auto;
    animation: move02 0.5s infinite alternate cubic-bezier(0.2, 0.02, 0.99, 0.96);
    z-index: 0;
}
.dm_slide .content01 img.icon03 {
    bottom: 10vw;
    left: 12vw;
    width: 6vw;
    height: auto;
    animation: move03 2.5s infinite alternate ease;
    z-index: 0;
}
@keyframes move01 {
    0% {
        right: 9vw;
        bottom: 21vw;
    }

    50% {
        right: 11.2vw;
        bottom: 25vw;
    }

    100% {
        right: 13.4vw;
        bottom: 29vw;
    }
}
@keyframes move02 {
    0% {
        transform: rotate(5deg);

    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}
@keyframes move03 {
    0% {
        left: 11vw;
    }
    50% {
        left: 14vw;
    }
    100% {
        left: 11vw;
    }
}
.dm_slide .content03 .device {
    width: 100%;
    height: 100%;
}

.dm_slide .content03 .device_img {
    position: absolute;
    top: 15vw;
    right: 30vw;
    width: 300px;
    height: 245px;
    image-rendering: auto;
    object-fit: contain;
}
.dm_slide .content04 .device {
    position: relative;
}
.dm_slide .content04 .device .device_inner {
    position: absolute;
    top: 50%;
    left: 60%;
    width: 400px;
    transform: translate(-50%,-50%);
    z-index: 50;
    overflow: hidden;
}
.dm_slide .content04 .device .about_sec2_04 {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
}
.dm_slide .content04 .device .swiper-slide {
    width: 275px !important;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: 3px 7px 12px rgb(0 0 0 / 30%);
}
.dm_slide .content04 .device .swiper-slide-active {
    box-shadow: none;
    border-radius: 1em;
}
.dm_slide .content04 .device .swiper-slide .picture {
    overflow: hidden;
}

.inner {
    width: 100%;
    height: 100vh;
    padding: 0 50px;
    margin: 0 auto;
    max-width: 1200px;

}

.sec2_content > div {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.flexReverse > div {
    flex-wrap: wrap-reverse;
}
.slider_cont .device {
    position: relative;

    height: 100vh;
    flex: 0 0 41vw;

}
.slider_cont .device img {
    object-fit: contain;
}
.slider_cont .text {
    flex: 0 0 44vw;
}

.sec2_content .text .text_wrap {
    padding-top: 30px;
    padding-bottom: 5vw;
}

.slider_cont .text_wrap {
    text-align: center;
    z-index: 20;
}

.slider_cont .text_wrap .en {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.slider_cont .text_wrap .logo {
    width: 359px;
    height: 72px;
    margin: 20px auto 35px;
}

.slider_cont .text_wrap .user {
    width: 220px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #454951;
    font-weight: 700;
    font-size: 19px;
    line-height: 40px;
    border-radius: 20px;
}

.slider_cont .text_wrap .tit {
    display: inline-block;
    position: relative;
    padding: 0 1vw;
    font-weight: 300;
    font-size: 23px;
    margin-top: 3vw;
    margin-bottom: 1vw;
    z-index: 2;
}

.slider_cont .text_wrap .tit span {
    font-weight: 700;
}

.slider_cont .text_wrap .tit:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgba(51, 204, 153, 0.3);
    content: '';
    z-index: -1;
}

.slider_cont .text_wrap .desc {
    font-size: 19px;
}

.slider_cont .text_wrap .desc span.bold {
    font-weight: 700;
}

.slider_cont .text_wrap .desc span.light {
    font-weight: 300;
}
.viewMore {
    text-align: center;
}
.viewMore .pcBtn {
    display: inline-block;
    width: 260px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #336dff;
    background: #fff;
    color: #336dff;
    font-weight: 700;
    font-size: 19px;
    line-height: 60px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0, 0.69, 0.57, 1);
}

.viewMore .pcBtn:hover {
    background: #336dff;
    color: #fff;

}
.viewMore .Btn1000 {
    display: none;
    color: #336dff;
    font-weight: 700;
    font-size: 21px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 15vw;
}

/* swiper slide pagination */
.main_pagination {
    margin-bottom: 5vh;
}

.main_pagination .swiper-pagination-bullet {
    position: relative;
    width: 80px;
    height: 2px;
    margin: 0 15px;
    background: #336dff;
    opacity: 0.3;
}

.main_pagination .swiper-pagination-bullet-active {
    background: #336dff;
    opacity: 1;
}

.main_pagination .swiper-pagination-bullet:after {
    position: absolute;
    height: 32px;
    line-height: 43px;
    left: 50%;
    width: 100%;
    color: #336dff;
    font-weight: 600;
    font-size: 17px;
    transform: translateX(-50%);
}

.main_pagination .swiper-pagination-bullet-active:after {
    color: #336dff;
}

.main_pagination .swiper-pagination-bullet:first-child:after {
    content: '1';
}

.main_pagination .swiper-pagination-bullet:nth-child(2):after {
    content: '2';
}

.main_pagination .swiper-pagination-bullet:nth-child(3):after {
    content: '3';
}

.main_pagination .swiper-pagination-bullet:nth-child(4):after {
    content: '4';
}

.main_pagination .swiper-pagination-bullet:nth-child(5):after {
    content: '5';
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
/* 자회사 소개 section3 */
.italic {
    font-family: "Noto Sans KR";
    font-style: italic;
    text-transform: uppercase;
}
.noto {
    font-family: "Noto Sans KR";
}
.dm_cor_slide .content01 {
    background: url(/img/subsidiary/about2_s3_01.gif)no-repeat center center;
    background-size: contain;
}

.dm_cor_slide .content03 .device img {
    position: absolute;
    top: 50%;
    left: 60%;
    width: 35vw;
    max-width: 590px;
    transform: translate(-50%,-50%);
}
.dm_cor_slide .content04 .device_inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.dm_cor_slide .content04 .device_inner > img {
    position: absolute;
    object-fit: contain;
}
.dm_cor_slide .content04 .device_inner > .img03 {
    left: 5vw;
    width: 30vw;

}
.dm_cor_slide .content04 .device_inner > .img02 {
    top: 7vw;
    left: 0;
    width: 29vw;
}
.dm_cor_slide .content04 .device_inner > .img01 {
    top: 11vw;
    left: -3vw;
    width: 28vw;
}
/* 자회사 소개 section4 */
.mp_slide .sec2_content {
    background: #f8f1e8;
}

.mp_slide .text_wrap .logo {
    width: 472px;
    height: 67px;
}

.mp_slide .text_wrap .tit:after {
    background: rgba(196, 177, 151, 0.3);
}
.mp_slide .content01 .device {
    height: auto;
}
.mp_slide .content01 .device img,
.mp_slide .content02 .device img {

    width: 33vw;
    object-fit: contain;
}
.mp_slide .content02 .device img {
    position: absolute;
    right: 0;
}
.mp_slide .content03 .device img {
    position: absolute;
    top: 0;
    right: 5vw;
    width: 110%;
}
.mp_slide .content04 {
    background: url("/img/subsidiary/about2_s4_04_bg.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #F2EEE5;
}
/* .mp_slide .content04 .device .effect {
    position: absolute;
    top: 24vw;
    left: 28vw;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(230, 52, 78, 0.0);
    animation: neon 1.5s ease-in-out infinite alternate;
}
@keyframes neon {
    from {
        width: 10px;
        background: rgba(230, 52, 78, 0.0);
        height: 10px;
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff1177, 0 0 70px #E5314C, 0 0 80px #E5314C, 0 0 100px #E5314C, 0 0 150px #E5314C;
    }

    to {
        width: 30px;
        height: 30px;
        background: transparent;
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff1177, 0 0 35px #E5314C, 0 0 40px #E5314C, 0 0 50px #E5314C, 0 0 75px #E5314C;
    }
} */
.mp_slide .content05 .device_inner img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}
.mp_slide .content05 .device_inner .img01 {
    right: 5vw;
    width: 19vw;
}
.mp_slide .content05 .device_inner .img02 {
    right: 15vw;
    width: 22vw;
}
/* footer */
.footInfo_cont > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;

}

.footInfo_cont > ul li {
    padding: 0 2vw;
    border-right: 1px solid #737a89;
}

.footInfo_cont > ul li:first-child {
    flex: 2.5;
}

.footInfo_cont > ul li:nth-child(2) {
    flex: 1;

}

.footInfo_cont > ul li:nth-child(3) {
    flex: 1;
}

.footInfo_cont > ul li:last-child {
    flex: 1.5;
    border-right: 0;
}
.footInfo_cont > ul li:first-child .info {
    margin-top: 12px;
}

.footInfo_cont > ul li:not(:nth-child(1)) .info {
    margin-top: 30px;
}

.footInfo_cont li a,
.footInfo_cont li span {
    color: #fff;
}

.footInfo_cont li .main_txt {
    font-weight: 700;
    font-size: 23px;
    font-family: 'Montserrat';
}

.footInfo_cont li .sub_txt {
    font-size: 15px;
    margin-right: 5%;
}

.footInfo_cont li .info > div span {
    float: left;
    font-size: 19px;
}

.footInfo_cont li .info > div a {
    float: right;
    width: 100px;
    height: 30px;
    background: #336dff;
    font-size: 15px;
    line-height: 30px;
    font-family: "Noto Sans KR";
    text-align: center;
    border-radius: 5px;

}

.footInfo_cont li .info > div a img {
    width: 18px;
    height: 19px;
    vertical-align: sub;
}

/* media query */
/* width가 1720px이하 */
@media (max-width:1720px) {}
/* width가 1540px이하 */
@media (max-width:1540px) {
    /* 회사소개 section2 */
/*     .system_box { */
/*         width: 1400px; */
/*     } */
    /* 회사소개 section4 */
    .sec4 .round h5 {
        font-size: 21px;
    }
    .sec4 .round h5 span {
        font-size: 19px;
    }
    /* footer */
    .footInfo_cont li .info > div span {
        font-size: 19px;
    }

}
/* width가 1440px이하 */
@media (max-width:1440px) {
    /* s회사소개 ection2 */
    .system_box {
        width: 1200px;
    }
    .sec2 .box_cont {
        width: 21%;
    }
    .sec2 .box_cont.show.cont04,
    .sec2 .box_cont.show.cont05 {
        left: calc(100% - 242px);
    }
    .sec2 .box_cont:after {
        width: 46px;
        height: 44px;
    }
    .box_cont .tit {
        font-size: 21px;
    }
    /* 회사소개 section3 */
    .sec3 .box_cont .line_tit {
        font-size: 14px;
    }

    /* 자회사소개 section2 */
    .slider_cont .text_wrap .logo {
        width: 280px;
        height: auto;
    }
    /* swiper arrow */
    .swiper-button-next {
        right: 3vw;
    }
    .swiper-button-prev {
        left: 3vw;
    }

}
/* width가 1340px이하 */
@media(max-width:1340px) {

    /* 회사소개 section2 */

    .sec2 .box_cont.show.cont04,
    .sec2 .box_cont.show.cont05 {
        left: calc(100% - 230px);
    }
    .box_cont .desc {
        font-size: 15px;
    }
    .sec2 .box_cont.show.cont03 {
        left: 53.5%;
    }

    .sec2 .box_cont.show.cont06 {
        left: 53.5%;
    }
    /* 회사소개 section4 */
    .sec4 li {
        margin-right: 2%;
    }
    .sec4 .round h5 {
        font-size: 19px;
    }
    .sec4 .round img {
        height: 47px;
    }

    /* section2 - cont4 */
    .dm_slide .content04 .device .device_inner {
        left: 50%;
        width: 300px;
    }
    .dm_slide .content04 .device .swiper-slide {
        width: 207px !important;
    }
    .dm_slide .content04 .device .about_sec2_04 {
        left: 50%;
    }
}

/* width가 1200px이하 */
@media (max-width:1200px) {
    /* section1 */
    .sec1 .main_text > h2 {
        font-size: 5vw;
    }
    .sec1 .main_text > p {
        font-size: 2vw;
    }
    .slider_cont .text_wrap .en {
        font-size: 13px;
    }
    .slider_cont .text_wrap .logo {
        width: 250px;
        margin: 1vw auto 3vw;
    }
    .slider_cont .text_wrap .user {
        font-size: 17px;
    }
    /* 회사소개 section2 */
    .system_box {
        width: 1000px;
        padding-top: 3%;
    }
    .sec2 .box_cont {
        width: 208px;
    }
    .sec2 .box_cont.show.cont04,
    .sec2 .box_cont.show.cont05 {
        left: calc(100% - 208px);
    }
    .sec2 .box_cont:after {
        width: 50px;
        height: 48px;
    }
    .box_cont .tit {
        font-size: 19px;
    }
    .sec2 .box_cont.show.cont02,
    .sec2 .box_cont.show.cont07 {
        left: 26.5%;
    }
    .sec2 .box_cont.show.cont03,
    .sec2 .box_cont.show.cont06 {
        left: 53%;
    }
    /* 회사소개 section3 */

    .sec3 .box_cont {
        width: 237px;
    }
    .sec3 .box_cont .icon {
        width: 90px;
        height: 85px;
    }
    .sec3 .box_cont .line_tit {
        font-size: 11px;
        line-height: 39px;
    }
    .aboutUs1 .sec3 .text:after,
    .aboutUs1 .sec3 .text:before {
        font-size: 74px;
    }
    .aboutUs1 .sec3 .text:after {
        right: 23%;
    }
    .aboutUs1 .sec3 .text:before {
        left: 23%;
    }
    /*자회사소개 */

}

/* width가 1024px이하 */
@media (max-width:1024px) {
    .autoHeight.fp-section.fp-table,
    .autoHeight.fp-slide.fp-table {
        display: table;
        width: 100%;
        height: auto !important;
        table-layout: fixed;
    }

    .autoHeight .fp-tableCell {
        display: table-cell;
        width: 100%;
        height: auto !important;
        vertical-align: middle;
    }
    /* 회사소개 section2 */
    .top_tit {
        height: auto;
        margin-top: 7vw;
        margin-bottom: 7vw;
    }
    .scrollable_content {
        padding-bottom: 7vw;
    }
    .hide1024 {
        display: none;
    }
    .show1024 {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .sec2 .box_cont {
        position: static;
        width: 80%;
        height: 200px;
        padding: 5% 1%;
        margin: 0 auto;
    }

    .sec2 .box_cont.last:after {
        width: 0;
    }

    .sec2 .system_box ul {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height: auto;
    }
    .sec2 .box_cont .tit {
        font-size: 21px;
    }
    .sec2 .box_cont .desc {
        font-size: 17px;
        margin-top: 25px;
    }
    .owl-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .owl-item {
        transition: all 1s ease-out;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }
    .owl-item .box_cont {
        opacity: 0.7;
        transform: scale(0.87);
        transition: transform 0.3s 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .owl-item.active.center .box_cont {
        opacity: 1;
        transform: scale(1);

    }
    .owl-theme .owl-dots .owl-dot span {
        display: block;
        width: 4em;
        height: 2px;
        margin: 0 0.5em;
        background: #D6D6D6;
        -webkit-backface-visibility: visible;
        transition: opacity 0.2s ease;
        border-radius: 0;
    }

    .owl-theme .owl-dots {
        text-align: center;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #336dff;
    }
    .sec2 .box_cont:after {
        width: 93px;
        height: 85px;
    }
    .sec2 .box_cont:after {
        opacity: 1;
        transition: none;
    }
    .sec2 .scrollable_content {
        padding-bottom: 15vw;
    }
    /* 회사소개 section3 */
    .sec3 .system_box {
        width: 97%;

    }

    .sec3 .blueBg {
        height: 30vw;
        bottom: -7vw;
    }
    .sec3 .box_cont {
        width: 22vw;
    }
    .box_cont .desc {
        font-size: 13px;
    }
    /* 회사소개 section4 */
    .system_box {
        width: auto;
    }
    .sec4 .round {
        width: 20vw;
        height: 20vw;
    }
    .staff_list li {
        margin: 0 auto;
        text-align: center;
        flex: 1 1 26%;
        align-self: center;
    }
    .staff_list li:nth-child(n+1):nth-child(-n+3) {
        margin-bottom: 3%;
    }
    /* footer */
    .footInfo_cont li .info > div span {
        font-size: 15px;
    }
    .footInfo_cont li .main_txt {
        font-size: 17px;
    }
    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 31px;
    }
    .footInfo_cont li .info > div a {
        width: 80px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }
    .footInfo_cont li .info > div a img {
        width: 15px;
        height: 16px;
    }
    .footInfo_cont > ul li:first-child,
    .footInfo_cont > ul li:last-child,
    .footInfo_cont > ul li:nth-child(2),
    .footInfo_cont > ul li:nth-child(3) {
        flex: 50%;
        margin-bottom: 15px;
    }
    .footInfo_cont > ul li:nth-child(2) {
        border-right: 0;
    }
}
/* width가 1000px이하 */
@media (max-width:1000px) {
    .aboutUs1 .sec4 .top_tit {
        margin-bottom: 0;
    }
    .viewMore {
        margin-top: 2vw;
    }
    /* 자회사소개 */
    .main_pagination {
        margin-bottom: 4vh;
    }
    .viewMore .Btn1000 {
        display: block;
    }
    .viewMore .pcBtn {
        display: none;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .slider_cont .text {
        height: 43%;
        flex: 0 0 100%;
    }
    .slider_cont .device {
        height: 57%;
        flex: 0 0 100%;
        z-index: 10;
    }
    .slider_cont .text_wrap .tit {
        margin-bottom: 2vh;
    }
    .slider_cont .text_wrap .user {
        height: 35px;
        line-height: 35px;
    }

    /* 자회사소개 section2 */
    .dm_slide .content01 .device_img {
        top: 22vh;
        width: 57vh;
        margin: 0 auto;
    }
    .sec2_content .text .text_wrap {
        padding-top: 7vh;
        padding-bottom: 0;
    }
    .dm_slide .content01 img.icon {
        width: 7vw;
        min-width: 60px;
    }
    .dm_slide .content01 img.icon03 {
        bottom: 18vh;
    }
    @keyframes move03 {
        0% {
            left: 23vh;
        }

        50% {
            left: 19vh;
        }

        100% {
            left: 23vh;
        }
    }

    .dm_slide .content01 img.icon02 {
        top: 11vh;
        left: 11vh;
    }

    .dm_slide .content01 img.icon01 {
        right: 11vh;
        bottom: 30vh;
    }

    @keyframes move01 {
        0% {
            right: 11vh;
            bottom: 30vh;
        }

        50% {
            right: 14vh;
            bottom: 35vh;
        }

        100% {
            right: 17vh;
            bottom: 40vh;
        }
    }
    .dm_slide .content02 {
        background: url(/img/subsidiary/about2_s2_02_m.gif)no-repeat;
        background-size: cover;
        background-position: center;
    }

    .dm_slide .content03 {
        background: url(/img/subsidiary/about2_s2_03_m-gif.gif)no-repeat;
        background-size: cover;
        background-position: center;
    }
    .dm_slide .content04 .device .device_inner {
        top: 23vh;
        width: 32vh;
    }
    .dm_slide .content04 .device .about_sec2_04 {
        top: 23vh;

    }
    .dm_slide .content04 .device .swiper-slide {
        width: 22vh !important;
    }
    /* 자회사 소개 section03 */
    .dm_cor_slide .content01 {
        background: url(/img/subsidiary/about2_s3_01_m.gif)no-repeat center center;
        background-size: cover;
    }
    .dm_cor_slide .content04 .device_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90vw;
        transform: translate(-50%,-50%);

    }
    .dm_cor_slide .content03 .device img {
        top: 45%;
        left: 50%;
        width: 55vh;
    }
    .dm_cor_slide .content04 .device_inner > .img03 {
        top: -10vh;
        left: 34vw;
        width: 42vh;

    }
    .dm_cor_slide .content04 .device_inner > .img02 {
        top: -2vh;
        left: 25vw;
        width: 40vh;
    }

    .dm_cor_slide .content04 .device_inner > .img01 {
        top: 3vh;
        left: 19vw;
        width: 39vh;
    }
    /* 자회사 소개 section4 */
    .mp_slide .content01 .device {
        height: 100%;
    }
    .mp_slide .content01 .device img,
    .mp_slide .content02 .device img {
        position: absolute;
        top: 24vh;
        left: 50%;
        width: 50vh;
        height: auto;
        transform: translate(-50%,-50%);
    }
    .mp_slide .content03 .device img {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        object-fit: contain;
    }
    .mp_slide .content04 {
        background: url("/img/subsidiary/about2_s4_04_bgx1000px.jpg") no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .mp_slide .content05 .device_inner .img01 {
        top: 18vh;
        right: 31vw;
        width: 28vh;
    }
    .mp_slide .content05 .device_inner .img02 {
        right: 43vw;
        width: 26vh;
    }

    .sec5 ul.award_wrap li.award_history .award_inner .img {
        height: auto;
        width: 48%;
    }
}
/* width가 768px 이하*/
@media (max-width:768px) {
    /* section1 */
    .sec1 .inner_box {
        flex-wrap: wrap;
        padding-right: 0;
    }
    .sec1 .main_text {
        width: 100%;
        text-align: center;
        margin-bottom: 10vw;
    }
    .sec1 .main_text > h2 {
        font-size: 8vw;
    }
    .sec1 .main_text > p {
        font-size: 3vw;
    }
    .sec1 .main_icons {
        width: 100%;
    }
    .sec1 .main_icons .box {
        width: 83vw;
        height: 56vw;
        margin: 0 auto;
    }
    .business_wrap .sec1 .main_icons .box .icon img {
        width: 19vw;
    }
    .typing {
        top: 11vw;
        left: 33vw;
    }
    .typing li:first-child {
        font-size: 4vw;
    }
    .typing li:last-child {
        font-size: 5vw;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 50px;
        margin: 0 0.2rem;
    }
    /* 회사소개  section1 */

    .sec1 .main_icons .box {
        width: 81vw;
        height: 55vw;
    }
    .sec1 .main_icons .icon img {
        width: 20vw;
    }

    .sec1 .main_icons .icon02 img {
        width: 10vw;
    }
    .sec1 .main_icons .icon03 img {
        width: 10vw;
    }
    .sec1 .main_icons .icon05 img {
        width: 10vw;
    }
    .sec1 .main_icons .icon06 img {
        width: 30vw;
    }
    .top_tit {
        margin-top: 10vw;
    }
    /* 회사소개 section3 */
    .sec3 .system_box > ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sec3 .box_cont {
        width: 41vw;
    }
    .sec3 .box_cont .icon {
        width: 51px;
        height: auto;
        margin-bottom: 3%;
    }
    .sec3 .box_cont {
        padding: 7vw 0 6vw;
        margin-top: 6%;
    }
    .sec3 .system_box {
        padding-top: 0;
        height: auto;
        margin-bottom: 7vw;
    }
    .sec3 .box_cont:first-child,
    .sec3 .box_cont:nth-child(2) {
        margin-top: 0;
    }
    .sec3 .box_cont .tit {
        margin: 2% 0;
    }

    .aboutUs1 .sec3 .text:after,
    .aboutUs1 .sec3 .text:before {
        width: 55px;
    }
    .aboutUs1 .sec3 .text:before {
        left: 8%;
    }
    .aboutUs1 .sec3 .text:after {
        right: 8%;
    }
    /* 회사소개 section4 */
    .sec4 .round {
        width: 25vw;
        height: 25vw;
        margin: 0 auto;
    }
    /* 자회사 소개 */
    .viewMore .Btn1000 {
        padding-right: 6vw;
    }
    .slider_cont .text_wrap .logo {
        width: 210px;
    }
    /* 자회사 소개 section2 */
    .slider_cont .text_wrap .user {
        width: 190px;
    }

    .dm_slide .content01 .device_img {
        top: 26vh;
    }
    /* 자회사 소개 */
    .slider_cont .sec2_content {
        height: calc(var(--vh, 1vh) * 100) !important;
    }
    .dm_cor_slide .content04 .device_inner > .img03 {
        left: 27vw;
    }
    .dm_cor_slide .content04 .device_inner > .img02 {
        top: -1vh;
        left: 16vw;
    }
    .dm_cor_slide .content04 .device_inner > .img01 {
        top: 5vh;
        left: 6vw;
    }

}

/* width가 640px이하 */
@media (max-width:640px) {
    /* 회사소개 section2 */
    .sec2 .box_cont:after {
        width: 76px;
        height: 72px;
    }
    /*회사소개  section3 */
    .top_tit > h3 {
        font-size: 31px;
    }
    /* footer */
    .footInfo_cont li .sub_txt {
        font-size: 13px;
    }
    .footInfo_cont li .info > div span {
        font-size: 14px;
    }
    .footInfo_cont > ul li:first-child .info {
        margin-top: 0;
    }
    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 17px;
    }
    /* 자회사 소개 */
    .viewMore .Btn1000 {
        padding-right: 6vw;
    }

}

/* width가 600px 이하*/
@media (max-width:600px) {
    /* 회사소개 section3 */
    .top_tit > h3 {
        font-size: 23px;
    }
    .box_cont .tit {
        font-size: 17px;
    }
    .sec3 .box_cont .line_tit {
        width: 95%;
        height: 34px;
        line-height: 33px;
    }
    .sec3 .box_cont .icon {
        width: 47px;
        margin-bottom: 5%;
    }
    .box_cont .tit {
        font-size: 15px;
    }
    .top_tit > h3:before {
        height: 15px;
    }

    .aboutUs1 .sec3 .text:after,
    .aboutUs1 .sec3 .text:before {
        width: 40px;
    }
    .aboutUs1 .sec3 .text:before {
        left: 3%;
    }
    .aboutUs1 .sec3 .text:after {
        right: 3%;
    }
    /* 회사소개 section4 */
    .sec4 .round img {
        height: 41px;
    }
    .sec4 .round h5 {
        font-size: 17px;
    }
    .sec4 .round h5 span {
        font-size: 17px;
    }
    .sec4 .ceo span:before {
        position: absolute;
        top: -6px;
        right: -8px;
        width: 14px;
        height: 14px;
        background: #336dff;
        content: '';
        border-radius: 50%;
        box-shadow: 0 0 20px #336dff;
    }
    /* footer */
    .footInfo_cont > ul li:first-child,
    .footInfo_cont > ul li:last-child,
    .footInfo_cont > ul li:nth-child(2),
    .footInfo_cont > ul li:nth-child(3) {
        flex: 100%;
        border-right: 0;
        margin-bottom: 5px;
    }
    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 0;
    }
    /* 자회사 소개 */

    /* 자회사 소개 section3 */
    .dm_cor_slide .content04 .device_inner > .img03 {
        left: 22vw;
    }

    .mp_slide .content05 .device_inner .img01 {
        top: 23vh;
        right: 9vw;
        width: 31vh;
    }
    .mp_slide .content05 .device_inner .img02 {
        right: 33vw;
        width: 26vh;
    }
}

/* width가 500px 이하*/
@media (max-width:500px) {
    .top_tit > h3 {
        font-size: 23px;
    }
    /* section1 */
    .sec1 .main_text {
        margin-bottom: 20vw;
    }
    .sec1 .main_text > h2 {
        font-size: 12vw;
        line-height: 50px;
    }
    .sec1 .main_text > p {
        font-size: 4vw;
    }
    /* 회사소개 section2 */
    .box_cont .tit {
        font-size: 19px;
    }
    .box_cont .tit {
        font-size: 16px;
    }
    .sec2 .box_cont .tit {
        font-size: 14px;
    }
    .top_tit > .text {
        font-size: 14px;
    }

    .box_cont .desc {
        font-size: 13px;
    }
    .sec2 .box_cont .desc {
        font-size: 13px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 40px;
    }
    /* 회사소개 section4 */
    .staff_list li {
        flex: 1 1 34%;
    }
    .sec4 .round {
        width: 30vw;
        height: 30vw;
        min-width: 110px;
        min-height: 110px;
    }
    .sec4 .round h5 {
        font-size: 15px;
        line-height: 17px;
    }
    .sec4 .round h5 span {
        font-size: 15px;
    }
    .sec4 .round img {
        height: 33px;
    }
    /* 자회사 소개 */
    .slider_cont .text_wrap .en {
        font-size: 11px;
    }

    .slider_cont .text_wrap .logo {
        width: 180px;
        margin: 1vh auto 2vh;
    }
    .slider_cont .text_wrap .user {
        height: 30px;
        line-height: 30px;
    }
    .slider_cont .text_wrap .tit {
        font-size: 19px;
    }
    .slider_cont .text_wrap .tit:after {
        height: 16px;
    }
    .slider_cont .text_wrap .desc {
        font-size: 14px;
    }
    .slider_cont .text_wrap .user {
        font-size: 15px;
    }
    .viewMore .Btn1000 {
        font-size: 19px;
    }
    .main_pagination .swiper-pagination-bullet {
        width: 60px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
    .main_pagination .swiper-pagination-bullet:after {
        bottom: -27px;
        font-size: 15px;
    }
    /* 자회사 소개 section2 */
    .dm_slide .content01 .device_img {
        top: 25vh;
    }
    /* 자회사 소개 section3 */
    .dm_cor_slide .content03 .device img {
        width: 47vh;

    }
    /* 자회사 소개 section3 */
    .dm_cor_slide .content04 .device_inner > .img03 {
        left: 15vw;
    }

    .dm_cor_slide .content04 .device_inner > .img02 {
        left: 9vw;

    }
    .dm_cor_slide .content04 .device_inner > .img01 {

        left: 0;
    }
    /* 자회사 소개 section4 */
    .mp_slide .content01 .device img,
    .mp_slide .content02 .device img {
        top: 20vh;
        width: 50vh;

    }
    .mp_slide .content03 .device img {
        object-fit: cover;
    }
}
/* width가 425px이하 */
@media (max-width:426px) {
    /* 회사소개 section2 */
    .top_tit {
        margin-bottom: 7vh;
    }
    .sec2 .box_cont:after {
        width: 58px;
        height: 57px;
    }
    .top_tit > .text {
        font-size: 12px;
        line-height: 19px;
        margin-top: 3vw;
    }
    .top_tit > .title {
        font-size: 14px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 30px;
    }
    .top_tit > h3 {
        padding: 0 15px;
        font-size: 19px;
    }

    .top_tit > h3:before {
        bottom: 0;
        height: 15px;
    }
    /* 회사소개 section3 */
    .aboutUs1 .sec3 .text:after {
        right: -4%;
    }
    .aboutUs1 .sec3 .text:before {
        left: -4%;
    }
    .aboutUs1 .sec3 .text:after,
    .aboutUs1 .sec3 .text:before {
        top: 39px;
        font-size: 56px;
    }
    /* 자회사 소개 section3 */
    .dm_cor_slide .content04 .device_inner > .img03 {
        left: 21vw;
        width: 70vw;
    }

    .dm_cor_slide .content04 .device_inner > .img02 {
        top: -1vh;
        left: 7vw;
        width: 65vw;
    }

    .dm_cor_slide .content04 .device_inner > .img01 {
        top: 5vh;
        left: -4vw;
        width: 60vw;
    }
    /* 자회사 소개 section4 */
    .mp_slide .content01 .device img,
    .mp_slide .content02 .device img {
        top: 26vh;
        width: 43vh;

    }
}

/* width가 400px이하 */
@media (max-width:400px) {
    /* 회사소개 section2 */
    .box_cont .tit {
        font-size: 16px;
    }
    .sec2 .box_cont {
        height: 170px;
    }
    /*회사소개  section3 */
    .sec3 .blueBg {
        height: 73vw;
    }
    .sec3 .box_cont {
        width: 90%;
    }
    .sec3 .box_cont {
        padding: 4vw 0 3vw;
    }
    .sec3 .box_cont .icon {
        display: none;
    }
    .top_tit {
        margin-bottom: 3vw;
    }
    .sec3 .box_cont .line_tit {
        width: 80%;
        top: -15px;
        height: 30px;
        line-height: 30px;
    }
    .sec3 .system_box {
        padding-top: 0;
    }

    .sec3 .box_cont {
        margin-top: 10vw;
    }
    .sec3 .box_cont:first-child,
    .sec3 .box_cont:nth-child(2) {
        margin-top: 10vw;
    }
    /*회사소개 section4 */
    .sec4 .round h5 {
        font-size: 13px;
        line-height: 17px;
    }
    .sec4 .round h5 span {
        font-size: 13px;
    }
    /* 자회사 소개 */
    .slider_cont .text {
        padding: 0 2vw;
    }
    .slider_cont .text_wrap .en {
        font-size: 10px;
    }
    .slider_cont .text_wrap .desc {
        font-size: 11px;
    }
    .slider_cont .text_wrap .logo {
        width: 174px;
    }
    .slider_cont .text_wrap .tit {
        font-size: 16px;
    }
    .viewMore .Btn1000 {
        font-size: 16px;
    }
    .main_pagination .swiper-pagination-bullet {
        width: 50px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
    /* 자회사 소개 section2 */
    .dm_slide .content01 .device_img {
        top: 25vh;
        width: 55vh;
    }
    .dm_slide .content01 img.icon02 {
        top: 10vh;
        left: 11vh;
    }
    /* 자회사 소개 section3 */

    .dm_cor_slide .content03 .device img {
        top: 44%;
        width: 37vh;
    }
    @keyframes move03 {
        0% {
            left: 21vh;
        }

        50% {
            left: 17vh;
        }

        100% {
            left: 21vh;
        }
    }
    .dm_slide .content04 .device .device_inner {
        width: 25vh;
    }
    .dm_slide .content04 .device .swiper-slide {
        width: 17vh !important;
    }
    /* 자회사 소개 section3 */
    .dm_cor_slide .content04 .device_inner > .img03 {
        left: 21vw;
    }

    .dm_cor_slide .content04 .device_inner > .img02 {
        top: -1vh;
        left: 7vw;

    }

    .dm_cor_slide .content04 .device_inner > .img01 {
        top: 5vh;
        left: -4vw;
    }

}

/* width가 320px 이하 */
@media (max-width:320px) {
    /* 회사소개 section2 */
    .top_tit > .text {
        font-size: 11px;
    }
    .top_tit > h3 {
        padding: 0 17px;
        font-size: 17px;
    }
    .top_tit > h3:before {
        height: 14px;
    }
    .slider_cont .text {
        height: auto;
    }
    .sec2 .box_cont {
        width: 82%;
    }
    .sec2 .box_cont:after {
        width: 50px;
        height: 47px;
    }
    .box_cont .desc {
        font-size: 13px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 27px;
    }
    /* footer */
    .tit_wrap h5 {
        font-size: 19px;
    }
    .footInfo_cont li .sub_txt {
        font-size: 11px;
    }
    .footInfo_cont li .info > div span {
        font-size: 13px;
    }
    /* 자회사 소개 */

    .slider_cont .text_wrap .logo {
        width: 144px;
    }
    .slider_cont .text_wrap .tit {
        font-size: 15px;
    }
    .slider_cont .text_wrap .tit:after {
        height: 11px;
    }
    .slider_cont .text_wrap .user {
        width: 160px;
        font-size: 13px;
    }
    .slider_cont .text_wrap .desc {
        font-size: 11px;
    }
    .main_pagination .swiper-pagination-bullet {
        width: 45px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
    /* 자회사 소개 section02 */
    .dm_slide .content01 .device_img {
        top: 23vh;
    }
    .dm_slide .content04 .device .device_inner {
        top: 25vh;
    }
    .dm_slide .content04 .device .about_sec2_04 {
        top: 25vh;
    }

    /* 자회사 소개 section3 */
    .dm_cor_slide .content03 .device img {
        width: 35vh;
    }
    /* 자회사 소개 section4 */
    .mp_slide .content01 .device img,
    .mp_slide .content02 .device img {
        width: 40vh;
    }
    .mp_slide .content05 .device_inner .img01 {

        top: 18vh;

    }
}
/* width가 280px 이하 */
@media (max-width:280px) {}