@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');



/* common */
.fwB {
    font-weight: bold;
}

.fw5 {
    font-weight: 500;
}

.fwN {
    font-weight: normal;
}


.btn-float img {
    width: 30px;
    height: 30px;
    transform: scaleY(-1);
}

.press-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height:78px;
}

.btnL {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #b7b7b7;
    background-color: #fff;
    margin-left: 30px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
    cursor:pointer;
}

.btnR {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #b7b7b7;
    background-color: #fff;
    margin-right: 30px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(50%, -50%) scaleX(-1);
    cursor:pointer;
}

.btn-on {
    background-color: #f8f8f8;
}

/* PC (해상도 821 ~)*/

@media all and (min-width:821px) {


    .wrap {
        width: 100%;
        background: #fff;
    }


    /*상단 이미지 영역*/
    .visual-c {
        background-image: url(../img/company/75@3x.jpg);
        background-position: right center;
        background-color: var(--color-gray800);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: calc(100vh - 70px);
        margin: 0 auto;
        padding-top: 70px;
    }

    .wrap-box-text {
        max-width: 1140px;
        margin: 0 auto;
    }

    .box-mText {
        max-width: 1140px;
        margin: 0 auto;
        font-size: 3rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: flex;
        align-items: center;
        height: 90vh;
        padding-left: 20px;
    }



    /* 우리의 혁신기술로 */
    .section-tech-c {
        background-color: #fff;
        max-width: 1140px;
        margin: 150px auto 150px;
        padding: 0 20px;
    }

    .section-tech-title {
        font-size: 50px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 100px;
    }


    .section-tech-box {
        margin: 0 auto 30px;
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .section-tech-boxL {
        background-color: #eeede9;
        width: 49%;
        border-radius: 20px;
        padding: 60px 0 0 0;
        display: flex;
        flex-direction: column;
        background-image: url(../img/company/100@3x.png);
        background-position: right bottom;
        background-size: 70%;
        background-repeat: no-repeat;
    }

    .section-tech-boxR {
        background-color: #d1e1e7;
        width: 49%;
        border-radius: 20px;
        padding: 60px 0 0 0;
        display: flex;
        flex-direction: column;
        background-image: url(../img/company/7784@3x.png);
        background-position: right bottom;
        background-size: 70%;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
    }

    .box-tit {
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1px;
        text-align: left;
        color: #1e1e1e;
        padding: 0 50px;
        word-break: keep-all;
    }

    .box-txt {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        padding: 40px 0 0 50px;
        color: #1e1e1e;
    }

    .box-sTxt-num {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #8e8e8e;
        padding: 40px 0 0 50px;
    }

    .box-sTxt-numP {
        padding-bottom: 170px;
    }

    .box-img {
        display: inline-block;
    }

    .box-img p img {
        object-fit: cover;
    }


    .section-tech-boxB {
        max-width: 1140px;
        width: 100%;
        margin: 50px auto 0;
        border-radius: 20px;
        background-color: rgba(230, 230, 230, 0.6);
        padding: 60px 0 30px 0;
        background-image: url(../img/company/87@3x.png);
        background-position: right bottom;
        background-size: 35%;
        background-repeat: no-repeat;
    }

    .boxColor-txt {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        padding-left: 60px;
    }

    .boxColor-img {
        padding: 30px 30px 0 30px;
        display: flex;
        flex-direction: row;
    }


    /* 우리의 가치 */
    .s-value-c {
        width: 100%;
        background: #f8f8f8;
        padding: 150px 0;
        position: relative;
    }

    .wrap-value-c {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .s-value-title {
        font-size: 50px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 72px;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 40px;
    }

    .s-value-sTitle {
        font-size: 32px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #4e4e4e;
        padding-bottom: 100px;
    }

    .wrap-value-box {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        gap: 30px;
        grid-template-areas:
            "title"
            "description";
        grid-template-columns: 3fr 3fr 3fr;
        justify-content: start;
        align-items: stretch;
        grid-template-rows: minmax(300px, 1fr) minmax(520px, 1fr);
    }

    .value-box1 {
        padding: 50px 40px;
        border-radius: 20px;
        background-color: #fff;
        background-image: url(../img/company/102@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box2 {
        background-color: #e6e8ea;
        padding: 50px 40px;
        border-radius: 20px;
        background-image: url(../img/company/103@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;


    }

    .value-box3 {
        background-color: #fff;
        padding: 50px 40px;
        border-radius: 20px;
        background-image: url(../img/company/104@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box4 {
        background-color: #e5effb;
        padding: 50px 40px;
        border-radius: 20px;
        background-image: url(../img/company/105@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box5 {
        background-color: #fff;
        padding: 50px 40px;
        border-radius: 20px;
        background-image: url(../img/company/106@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box6 {
        background-color: #fffff2;
        padding: 50px 35px;
        border-radius: 20px;
        background-image: url(../img/company/107@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .t-text {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2EBDBA;
    }

    .v-box-title {
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1px;
        text-align: left;
        color: #1e1e1e;
        padding: 50px 0 10px;
        word-break: keep-all;
    }

    .v-box-sTit {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
         word-break: keep-all;
    }

    /* 우리의 가치 */


    /* 주요연혁 */
    .s-history-c {
        width: 100%;
        background-color: #e6e8ea;
    }

    .wrap-history {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        padding: 150px 20px 120px 20px;
        justify-content: space-between;
    }

    .s-history-title {
        max-width: 350px;
        font-size: 50px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-bottom: 10px;
    }

    .s-history-sTit {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-bottom: 50px;
    }

    .wrap-tit{padding-right:50px;}

    .wrap-ymt {
        display: flex;

        max-width:540px;
    }

    .wrap-y {
        border-top: 3px solid #000;
        margin-right: 15px;
        padding-bottom:20px;

    }

    .wrap-y p {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-top: 10px;
    }


    .wrap-mtt {
        position: relative;
        border-top: 1px solid #000;
        padding-top:10px;
        width:100%;

    }

    .wrap-mt{padding-bottom:20px;}

    .w-m {
        position: absolute;
        left: 0;
        width: 40px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #1e1e1e;
    }

    .w-t {
        padding-left:50px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
    }
    .w-t span {
        font-size: 14px;
        color: #8e8e8e;
    }

    .pt10{padding-top:10px;}
    /* 주요연혁 */


    /* 언론보도 */
    .s-news-c {
        width: 100%;
        background-color: #fff;
        padding: 150px 0;
    }

    .wrap-news {
        max-width: 1140px;
        margin: 0 auto;
        position: relative;
    }

    .s-news-title {
        max-width: 1140px;
        margin: 0 auto;
        font-size: 50px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 72px;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 70px;
    }

    .wrap-news-box {
        max-width: 940px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 0 100px;
    }

    .item-news-box {
        border-radius: 20px;
        border: solid 1px #c9c9c9;
        background-color: #fff;
        padding: 30px 25px;

    }

    .wrap-news-box div:nth-child(2) {
        margin: 0 20px;
    }

    .press {
        padding: 3px 6px;
        border-radius: 3px;
        background-color: #737e7d;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: inline;
    }


    .press-text {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        margin: 12px 0 30px 0;
    }

    .press-text a {
        text-decoration: underline;
        color: #1e1e1e;
    }

    .press-date {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #999;
    }

    /* 언론보도 */


    /* 광고제휴문의 */
    .c-contact-c {
        padding: 60px 0;
        background-image: url(../img/company/7445@3x.png);
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrap-contact {
        max-width: 1140px;
        padding: 0 20px;
        margin: 0 auto;
    }


    .contact-title {
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

    .contact-sTitle {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        padding-top: 10px;
    }

    .item-btn-contact {
        background-color: rgba(255, 255, 255, 0.0);
        width: 230px;
        height: 70px;
        border: 1px solid #fff;
        border-radius: 35px;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 70px;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin-top: 40px;
        cursor:pointer;
    }

    .btn-contact a {
        text-decoration: none;
        cursor: pointer;
    }

    /* 광고제휴문의 */


    .btn-float {
        position: fixed;
        z-index: 998;
        bottom: 40px;
        right: 100px;
        width: 62px;
        height: 62px;
        background-color: #737e7d;
        border-radius: 31px;
        display: flex;
        align-content: flex-end;
        justify-content: center;
        align-items: center;
    }

    .dots {
        display:none;
    }
}





/* (해상도 480px ~ 820px)*/
@media all and (min-width:480px) and (max-width:820px) {


    .wrap {
        width: 100%;
        background: #fff;
    }


    /*상단 이미지 영역 tablet*/
    .visual-c {
        background-image: url(../img/company/75@3x.jpg);
        background-position: right center;
        background-color: var(--color-gray800);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: calc(100vh - 70px);
        margin: 0 auto;
        padding-top: 70px;
    }

    .wrap-box-text {
        margin: 0 auto;
    }

    .box-mText {
        margin: 0 auto;
        font-size: 3rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: flex;
        align-items: center;
        height: 90vh;
        padding-left: 20px;
    }



    /* 우리의 혁신기술로  tablet */
    .section-tech-c {
        background-color: #fff;
        max-width: 820px;
        margin: 150px auto 150px;
        padding: 0 20px;
    }

    .section-tech-title {
        font-size: 38px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 50px;
    }


    .section-tech-box {
        border-radius: 20px;
    }


    .section-tech-boxL {
        background-color: #eeede9;
        max-width: 820px;
        width: 100%;
        border-radius: 20px;
        padding: 60px 0;
        background-image: url(../img/company/100@3x.png);
        background-position: right bottom;
        background-size: 35%;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }

    .section-tech-boxR {
        background-color: #d1e1e7;
        max-width: 820px;
        width: 100%;
        border-radius: 20px;
        padding: 60px 0;
        background-image: url(../img/company/7784@3x.png);
        background-position: right bottom;
        background-size: 35%;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }

    .box-tit {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1px;
        text-align: left;
        color: #1e1e1e;
        padding: 0 50px;
        word-break: keep-all;
    }

    .box-txt {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        padding: 40px 50px 0 50px;
        color: #1e1e1e;
    }

    .box-sTxt-num {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #8e8e8e;
        padding: 40px 0 0 50px;
    }

    .box-img {
        display: inline-block;
    }

    .box-img p img {
        object-fit: cover;
    }


    .section-tech-boxB {
        max-width: 820px;
        width: 100%;
        border-radius: 20px;
        background-color: rgba(230, 230, 230, 0.6);
        padding: 60px 0;
        background-image: url(../img/company/87@3x.png);
        background-position: right bottom;
        background-size: 35%;
        background-repeat: no-repeat;
    }

    .boxColor-txt {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        padding-left: 60px;
    }

    .boxColor-img {
        padding: 30px 30px 0 30px;
        display: flex;
        flex-direction: row;
    }

    /* 우리의 혁신기술로  tablet */



    /* 우리의 가치 tablet */
    .s-value-c {
        width: 100%;
        background: #f8f8f8;
        padding: 150px 0;
        position: relative;
    }

    .wrap-value-c {
        margin: 0 auto;
        padding: 0 20px;
    }

    .s-value-title {
        font-size: 38px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 30px;
    }

    .s-value-sTitle {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #4e4e4e;
        padding-bottom: 50px;
    }

    .wrap-value-box {
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        gap: 30px;
        grid-template-areas:
            "title"
            "description";
        grid-template-columns: 1fr 1fr;
        justify-content: start;
        align-items: stretch;
        grid-template-rows: minmax(520px, 1fr) minmax(520px, 1fr) minmax(520px, 1fr);
    }

    .value-box1 {
        padding: 50px 40px;
        border-radius: 20px;
        background-color: #fff;
        background-image: url(../img/company/102@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box2 {
        background-color: #e6e8ea;
        padding: 50px 40px;
        border-radius: 20px;
        background-image: url(../img/company/103@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;


    }

    .value-box3 {
        background-color: #fff;
        padding: 50px 40px;
        border-radius: 20px;
        background-image: url(../img/company/104@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box4 {
        background-color: #e5effb;
        padding: 50px 40px;
        border-radius: 20px;
        background-image: url(../img/company/105@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box5 {
        background-color: #fff;
        padding: 50px 40px;
        border-radius: 20px;
        background-image: url(../img/company/106@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box6 {
        background-color: #fffff2;
        padding: 50px 35px;
        border-radius: 20px;
        background-image: url(../img/company/107@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .t-text {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2EBDBA;
    }

    .v-box-title {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1px;
        text-align: left;
        color: #1e1e1e;
        padding: 50px 0 10px;
    }

    .v-box-sTit {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        word-break: keep-all;
    }

    /* 우리의 가치 */



    /* 주요연혁 */
    .s-history-c {
        width: 100%;
        background-color: #e6e8ea;
    }

    .wrap-history {
        margin: 0 auto;
        padding: 150px 20px 120px 20px;

        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .s-history-title {
        max-width: 350px;
        font-size: 38px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-bottom: 10px;
    }

    .s-history-sTit {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-bottom: 50px;
    }

    .wrap-ymt {
        display: flex;

        max-width:540px;
    }

    .wrap-y {
        border-top: 3px solid #000;
        margin-right: 15px;
        padding-bottom:20px;

    }

    .wrap-y p {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-top: 10px;
    }


    .wrap-mtt {
        position: relative;
        border-top: 1px solid #000;
        padding-top:10px;
        width:100%;

    }

    .wrap-mt{padding-bottom:20px;}

    .w-m {
        position: absolute;
        left: 0;
        width: 40px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #1e1e1e;
    }

    .w-t {
        padding-left:50px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
    }
    .w-t span {
        font-size: 14px;
        color: #8e8e8e;
    }

    .pt10{padding-top:10px;}


    /* 주요연혁 */



    /* 언론보도 */
    .s-news-c {
        width: 100%;
        background-color: #fff;
        padding: 150px 0;
    }

    .wrap-news {
        max-width: 1140px;
        margin: 0 auto;
        position: relative;
    }

    .s-news-title {
        max-width: 1140px;
        margin: 0 auto;
        font-size: 50px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 72px;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 70px;
    }

    .wrap-news-box {
        max-width: 940px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 0 100px;
    }


    .item-news-box {
        border-radius: 20px;
        border: solid 1px #c9c9c9;
        background-color: #fff;
        padding: 30px 25px;

    }




    .press {
        padding: 3px 6px;
        border-radius: 3px;
        background-color: #737e7d;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: inline;
    }


    .press-text {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        margin: 12px 0 30px 0;
    }

    .press-text a {
        text-decoration: underline;
        color: #1e1e1e;
    }

    .press-date {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #999;
    }

    /* 언론보도 */


    /* 광고제휴문의 */
    .c-contact-c {
        padding: 60px 0;
        background-image: url(../img/company/7445@3x.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrap-contact {
        max-width: 1140px;
        padding: 0 20px;
        margin: 0 auto;
    }


    .contact-title {
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

    .contact-sTitle {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        padding-top: 10px;
    }

    .item-btn-contact {
        background-color: rgba(255, 255, 255, 0.0);
        width: 230px;
        height: 70px;
        border: 1px solid #fff;
        border-radius: 35px;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 70px;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin-top: 40px;
    }

    .btn-contact a {
        text-decoration: none;
        cursor: pointer;
    }

    /* 광고제휴문의 */

    .dots {
        display:none;
    }

}






@media all and (min-width:650px) and (max-width:820px) {
    .box-mText {
        margin: 0 auto;
        font-size: 2.5rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: flex;
        align-items: center;
        height: 90vh;
        padding-left: 20px;
    }

    .wrap-news-box div:nth-child(3) {
        display: none;
    }

    .wrap-news-box div:nth-child(2) {
        margin-left: 20px;
    }

}

@media all and (min-width:480px) and (max-width:650px) {

    .value-box1,
    .value-box2,
    .value-box3,
    .value-box4,
    .value-box5,
    .value-box6 {
        padding: 30px 20px;
    }

    .wrap-value-box {
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        gap: 30px;
        grid-template-areas:
            "title"
            "description";
        grid-template-columns: 1fr 1fr;
        justify-content: start;
        align-items: stretch;
        grid-template-rows: minmax(420px, 1fr) minmax(420px, 1fr) minmax(420px, 1fr);
    }


    .list-y {
        display: block;
        padding-right: 5px;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
    }

    .list-m {
        margin-right: 10px;
        min-width: 33px;
    }

    .list-t {
        min-width: 350px;
    }

    .item-list-txt {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: -0.5px;
        text-align: left;
        color: #1e1e1e;
        padding-bottom: 30px;
    }

    .item-list-txt span {
        font-size: 12px;
        color: #8e8e8e;
    }

    .box-mText {
        margin: 0 auto;
        font-size: 2rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: flex;
        align-items: center;
        height: 90vh;
        padding-left: 20px;
    }

    .wrap-news-box div:nth-child(2),
    .wrap-news-box div:nth-child(3) {
        display: none;
    }

}




/* (해상도 ~ 479px)*/
@media all and (max-width:480px) {

    .wrap {
        width: 100%;
        background: #fff;
    }


    /*상단 이미지 영역 tablet*/
    .visual-c {
        background-image: url(../img/company/75@3x.jpg);
        background-position: right center;
        background-color: var(--color-gray800);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 90vh;
        margin: 0 auto;
        padding-top: 70px;
    }

    .wrap-box-text {
        margin: 0 auto;
    }

    .box-mText {
        margin: 0 auto;
        font-size: 32px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: flex;
        align-items: center;
        height: 90vh;
        padding-left: 20px;
    }



    /* 우리의 혁신기술로  tablet */
    .section-tech-c {
        background-color: #fff;
        max-width: 480px;
        margin: 100px auto 100px;
        padding: 0 20px;
    }

    .section-tech-title {
        font-size: 28px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 50px;
    }


    .section-tech-box {
        border-radius: 20px;
    }


    .section-tech-boxL {
        background-color: #eeede9;
        max-width: 480px;
        width: 100%;
        border-radius: 20px;
        padding: 60px 0;
        background-image: url(../img/company/100@3x.png);
        background-position: right bottom;
        background-size: 35%;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }

    .section-tech-boxR {
        background-color: #d1e1e7;
        max-width: 820px;
        width: 100%;
        border-radius: 20px;
        padding: 60px 0;
        background-image: url(../img/company/7784@3x.png);
        background-position: right bottom;
        background-size: 35%;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }

    .box-tit {
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1px;
        text-align: left;
        color: #1e1e1e;
        padding: 0 30px;
        word-break: keep-all;
    }

    .box-txt {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        padding: 20px 30px 0 30px;
        color: #1e1e1e;
    }

    .box-sTxt-num {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #8e8e8e;
        padding: 20px 0 0 30px;
    }

    .box-img {
        display: inline-block;
    }

    .box-img p img {
        object-fit: cover;
    }


    .section-tech-boxB {
        max-width: 480px;
        width: 100%;
        border-radius: 20px;
        background-color: rgba(230, 230, 230, 0.6);
        padding: 60px 0;
        background-image: url(../img/company/87@3x.png);
        background-position: right bottom;
        background-size: 35%;
        background-repeat: no-repeat;
    }

    .boxColor-txt {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        padding-left: 60px;
    }

    .boxColor-img {
        padding: 30px 30px 0 30px;
        display: flex;
        flex-direction: row;
    }

    /* 우리의 혁신기술로  tablet */



    /* 우리의 가치 tablet */
    .s-value-c {
        width: 100%;
        background: #f8f8f8;
        padding: 100px 0;
        position: relative;
    }

    .wrap-value-c {
        margin: 0 auto;
        padding: 0 20px;
    }

    .s-value-title {
        font-size: 28px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 30px;
    }

    .s-value-sTitle {
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #4e4e4e;
        padding-bottom: 50px;
    }

    .wrap-value-box {
        margin: 0 auto;
        display: grid;
        gap: 20px;
        grid-template-areas:
            "title"
            "description";
        grid-template-columns: 1fr 1fr;
        justify-content: start;
        align-items: stretch;
        grid-template-rows: minmax(360px, 1fr) minmax(360px, 1fr) minmax(360px, 1fr);
    }

    .value-box1 {
        padding: 30px 20px;
        border-radius: 20px;
        background-color: #fff;
        background-image: url(../img/company/102@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box2 {
        background-color: #e6e8ea;
        padding: 30px 20px;
        border-radius: 20px;
        background-image: url(../img/company/103@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;


    }

    .value-box3 {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 20px;
        background-image: url(../img/company/104@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box4 {
        background-color: #e5effb;
        padding: 30px 20px;
        border-radius: 20px;
        background-image: url(../img/company/105@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box5 {
        background-color: #fff;
        padding: 30px 20px;
        border-radius: 20px;
        background-image: url(../img/company/106@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .value-box6 {
        background-color: #fffff2;
        padding: 30px 20px;
        border-radius: 20px;
        background-image: url(../img/company/107@3x.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    .t-text {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2EBDBA;
    }

    .v-box-title {
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1px;
        text-align: left;
        color: #1e1e1e;
        padding: 20px 0 10px;
    }

    .v-box-sTit {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
    }

    /* 우리의 가치 */



    /* 주요연혁 */


    .s-history-c {
        width: 100%;
        background-color: #e6e8ea;
    }

    .wrap-history {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0 auto;
        padding: 100px 20px 70px 20px;
    }

    .s-history-title {
        max-width: 350px;
        font-size: 28px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-bottom: 10px;
    }

    .s-history-sTit {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-bottom: 50px;
    }

    .wrap-ymt {
        display: flex;
        max-width:540px;
    }

    .wrap-y {
        border-top: 3px solid #000;
        margin-right: 15px;
        padding-bottom:20px;

    }

    .wrap-y p {
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-top: 10px;
    }


    .wrap-mtt {
        position: relative;
        border-top: 1px solid #000;
        padding-top:10px;
        width:100%;

    }

    .wrap-mt{padding-bottom:20px;}

    .w-m {
        position: absolute;
        left: 0;
        width: 40px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #1e1e1e;
    }

    .w-t {
        padding-left:50px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
    }
    .w-t span {
        font-size: 14px;
        color: #8e8e8e;
    }

    .w-t span a {
        color: #8e8e8e;
    }

    .pt10{padding-top:10px;}


    /*
    .list {
        display: flex;
        padding-bottom: 20px;
    }

    .list div:nth-child(1),
    .list div:nth-child(2) {
        border-top: 3px solid #1e1e1e;
        padding-top: 20px;
    }

    .list div:nth-child(3) {
        border-top: 1px solid #1e1e1e;
        padding-top: 20px;
    }

    .list-y {
        display: block;
        padding-right: 10px;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
    }

    .list-m {
        margin-right: 10px;
        min-width: 40px;
    }

    .list-t {
        min-width: 416px;
    }

    .item-list-txt {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        padding-bottom: 30px;
    }

    .item-list-txt span {
        font-size: 14px;
        color: #8e8e8e;
    }

    .wrap-list div:nth-last-child(1) {
        padding-bottom: 0;
    } */

    /* 주요연혁 */



    /* 언론보도 */
    .s-news-c {
        width: 100%;
        background-color: #fff;
        padding: 100px 0;
    }

    .wrap-news {
        /* max-width: 1140px; */
        margin: 0 auto;
        position: relative;
    }

    .s-news-title {
        max-width: 1140px;
        margin: 0 auto;
        font-size: 28px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #1e1e1e;
        padding-bottom: 40px;
    }

    .wrap-news-box {
        max-width: 940px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 0 80px;
    }


    .item-news-box {
        border-radius: 20px;
        border: solid 1px #c9c9c9;
        background-color: #fff;
        padding: 30px 25px;

    }




    .press {
        padding: 3px 6px;
        border-radius: 3px;
        background-color: #737e7d;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        display: inline;
    }


    .press-text {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        margin: 12px 0 30px 0;
    }

    .press-text a {
        text-decoration: underline;
        color: #1e1e1e;
    }

    .press-date {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #999;
    }

    .wrap-news-box div:nth-child(2),
    .wrap-news-box div:nth-child(3) {
        display: none;
    }

    /* 언론보도 */

    .btnL {
        display:none;
    }

    .btnR {
        display:none;
    }


    /* 광고제휴문의 */
    .c-contact-c {
        padding: 60px 0;
        background-image: url(../img/company/7445@3x.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrap-contact {
        max-width: 1140px;
        padding: 0 20px;
        margin: 0 auto;
    }


    .contact-title {
        font-size: 28px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

    .contact-sTitle {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        padding-top: 10px;
    }

    .item-btn-contact {
        background-color: rgba(255, 255, 255, 0.0);
        width: 180px;
        height: 50px;
        border: 1px solid #fff;
        border-radius: 35px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 50px;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin-top: 40px;
        cursor:pointer;
    }

    .btn-contact a {
        text-decoration: none;
        cursor: pointer;
    }

    /* 광고제휴문의 */

    .dots {
        display:block;
    }

}