@charset "utf-8";
@import url("default.css");
@import url("navbar.css");
@import url("style.css");
@import url("light.css");
@import url("contents.css");
@import url("font/NotoSans.css");


body::-webkit-scrollbar {
    width: 8px;
    /* 스크롤바의 너비 */
}

body::-webkit-scrollbar-thumb {
    height: 20%;
    /* 스크롤바의 길이 */
    background: #d7d7d7;
    /* 스크롤바의 색상 */
    /* border-radius: 5px; */
}

body::-webkit-scrollbar-track {
    background: #f6f6f6;

}


#wrap {
    position: relative;
    width: 100%;
    height: 100%;
}


.con_wrap {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 65px;
}

.main_contents {
    margin: 0 auto;
    /* padding-top: 790px; */
}

.banner_gap {
    margin-bottom: 2rem;
}


.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vod {
    position: relative;
    width: 48.5%;
    float: left;
    border: 1px solid #ccc;
}


.vod_title {
    position: absolute;
    font-weight: 900;
    font-size: 2rem;
    color: #fff;
    top: 1.8rem;
    left: 2.5rem;
}

.devops {
    float: right;
    position: relative;
    width: 48.5%;
    border: 1px solid #ccc;
}

.devops_body {
    position: absolute;
    top: 1.8rem;
    left: 2.5rem;
}

.dev_title {
    font-weight: 900;
    font-size: 1.8rem;
    color: #333;
    letter-spacing: -.08rem;
    padding-bottom: 1.3rem;
}

.dev_title span {
    color: #ed6603;
}

.dev_text {
    width: 60%;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: justify;
    letter-spacing: -.06rem;
}

.btn_arrow {
    margin-top: 1.5rem;
    width: 7%;
    height: 19px;
    background: url(../img/arrow.png) no-repeat;
    background-size: 100%;
}


.footer {
    overflow: hidden;
    position: relative;
    /* top: 80px; */
    width: 100%;
    background-color: #2d2d2d;
}

.sub_footer {
    overflow: hidden;
    position: relative;
    /* top: 980px; */
    width: 100%;
    background-color: #2d2d2d;
}

.footer_contents {
    top: 1.5rem;
    margin: 0 auto;
    position: relative;
    background: url("../img/footer_bg.png") no-repeat top right;
    color: #c7c7c7;
    font-size: 0.7rem;
    padding-bottom: 2.5rem;
}

.footer_link {
    margin-bottom: 1rem;
    background: url(../img/footer-line.jpg) no-repeat 101px 4px;
}

.footer_link a {
    color: #c7c7c7;
    margin: 0 1rem;

}

.footer_link a:first-child {
    margin-left: 0;
}

.sider_con {
    position: relative;
    width: 96%;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 2.3vh;
}

.gs_bg1 {
    background: url("../img/gsbox_1.png")no-repeat;
}

.gs_bg2 {
    background: url("../img/gsbox_2.png")no-repeat;
}

.gs_bg3 {
    background: url("../img/gsbox_3.png")no-repeat;
}

.gs_bg4 {
    background: url("../img/gsbox_4.png")no-repeat;
}

.gs_bg5 {
    background: url("../img/gsbox_5.png")no-repeat;
}

.gs_bg6 {
    background: url("../img/gsbox_6.png")no-repeat;
}

.product_box {
    float: left;
    width: 34%;
}

.product_box img {
    width: 100%;
}

.gs_product {
    float: left;
    position: relative;
    width: 60%;
    padding-left: 5%;
    text-align: left;
}

.gs_product:after {
    clear: both;
}

.gs_title .co1 {
    display: block;
    color: #ed6603;
    font-size: 1.5rem;
}

.gs_title .co1 {
    display: block;
    color: #ed6603;
    font-size: 1.5rem;
}

.gs_title .co2 {
    display: block;
    color: #7163ba;
    font-size: 1.5rem;
}

.gs_title .co3 {
    display: block;
    color: #25303b;
    font-size: 1.5rem;
}

.gs_title .co4 {
    display: block;
    color: #6fa415;
    font-size: 1.5rem;
}

.gs_title .co5 {
    display: block;
    color: #1973bf;
    font-size: 1.5rem;
}

.gs_title .co6 {
    display: block;
    color: #377374;
    font-size: 1.5rem;
}

.gs_title {
    color: #333;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.3rem;
    margin: 0 0 .7rem 0;
    padding: .7rem 0 0 0;
}

.gs_number {
    position: relative;
    color: #888;
    font-size: .8rem;
    margin: 0 0 .7rem 0;
}

.gs_number:after {
    content: "";
    display: block;
    clear: both;

}

.number_title {
    line-height: .8rem;
    font-weight: 700;
    float: left;
}

.number_title span {
    display: block;
    font-size: .6rem;
}

.number_txt {
    float: left;
    padding: 0 0 0 .4rem;
    font-weight: 600;
}

.number_txt2 {
    position: relative;
    float: left;
    top: -.15rem;
    padding: 0 0 0 .4rem;
    font-weight: 600;
}

.gs_btn {
    background: #444;
    color: #fff;
    padding: .4rem
}

.sub_visual1 {
    position: relative;
    width: 100%;
    height: 265px;
    margin-top: 85px;
    background: #000 url("../img/sub_visual1.jpg") no-repeat center;
    overflow: hidden;
}

.sub_visual2 {
    position: relative;
    width: 100%;
    height: 265px;
    margin-top: 85px;
    background: #000 url("../img/sub_visual2.jpg") no-repeat center;
    overflow: hidden;
}

.sub_visual3 {
    position: relative;
    width: 100%;
    height: 265px;
    margin-top: 85px;
    background: #000 url("../img/sub_visual3.jpg") no-repeat center;
    overflow: hidden;
}

.sub_visual4 {
    position: relative;
    width: 100%;
    height: 265px;
    margin-top: 85px;
    background: #000 url("../img/sub_visual4.jpg") no-repeat center;
    overflow: hidden;
}

.sub_visual5 {
    position: relative;
    width: 100%;
    height: 265px;
    margin-top: 85px;
    background: #000 url("../img/sub_visual5.jpg") no-repeat center;
    overflow: hidden;
}

.sub_visual6 {
    position: relative;
    width: 100%;
    height: 265px;
    margin-top: 85px;
    background: #000 url("../img/sub_visual6.jpg") no-repeat center;
    overflow: hidden;
}

.sub_visual_con {
    position: relative;
    margin: 0 auto;
    left: 12%;
    color: #fff;
}

.subtitle {
    position: relative;
    font-size: 2.5rem;
    font-weight: 600;
    top: 11vh;
}

.subt_caption {
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    top: 8vh;
}

.ctle_wrap {
    position: relative;
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #e8e8e8;
}

.sub_wrap {
    position: relative;
    margin-bottom: 20px;
    margin-top: 50px;
}

.sub_contents {
    margin: 0 auto;
}

.sub_contents h4 {
    color: #333;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 6.5vh;
}

.sub_contents .tit {
    display: block;
    color: #333;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 6.5vh;
}

.sub_contents .tit_m {
    display: none;
}


.resign-wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5vh 0 1.5vh 1.7rem;
    color: #555;
    font-size: 1rem;
    background: url(../img/person.png) no-repeat 0 2.7vh;
}



.sub_contents h4::first-letter {
    color: #057c52;
}

.ctle_con {
    width: 1450px;
    margin: 0 auto;
}

.c_home {
    position: relative;
    text-align: center;
    border-left: 1px solid #e8e8e8;
    /* border-right:1px solid #e8e8e8; */
    height: 58px;
    width: 78px;
    display: inline-block;
    top: -13px;
}

.c_home img {
    position: relative;
    display: inline-block;
    top: 18px;

}

.banner-wrap {
    width: 100%;
    margin: 0 auto;
}

.banner-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    /* padding: 20px; */
    gap: 20px;
}

.product {
    /* flex: 1 1 200px; */
    /* max-width: 220px; */
    border: 1px solid #ccc;
    padding: 2px;
    text-align: center;
}

.product img {
    width: 100%;
    height: auto;
    max-height: 130px;
    object-fit: contain;
    /* margin-bottom: 10px; */
}

.gs-title {
    position: relative;
    width: 100%;
    background: #318cd9;

}

.gs-title div {
    position: relative;
    display: inline-block;
}

.gs-in1 {
    padding: 10px 0 10px 10px;
}

.gs-in2 {
    position: relative;
    top: -18px;
}

.b-r {
    border-right: 1px solid #c8c8c8;
}

.container {
    display: block;
}

.container2 {
    display: none;
}

/*============== responsive ===============*/
/* @media screen and (max-width: 375px) { */
@media all and (min-width:320px) and (max-width:760px) {

    .gs-title {
        height: 11vh;

    }

    .container {
        display: none;
    }

    .container2 {
        display: block;
    }

    .sub_visual1 {
        background: #000 url("../img/sub_visual1-m.jpg") no-repeat right;
    }

    .sub_visual2 {
        background: #000 url("../img/sub_visual2-m.jpg") no-repeat right;
    }

    .sub_visual3 {
        background: #000 url("../img/sub_visual3-m.jpg") no-repeat right;
    }

    .sub_visual4 {
        background: #000 url("../img/sub_visual4-m.jpg") no-repeat right;
    }

    .sub_visual5 {
        background: #000 url("../img/sub_visual5-m.jpg") no-repeat right;
    }

    .sub_visual6 {
        background: #000 url("../img/sub_visual6-m.jpg") no-repeat right;
    }

    .gs-in2 {
        width: 87%;
        padding-left: 3rem;
        padding-top: .5vh;
    }

    .gs-in1 img {
        width: 85%;
    }

    .b-r {
        border-right: none;
    }

    .banner-wrap {
        width: 98%;
        margin: 0 auto;
    }

    .product {
        max-width: 100%;
    }

    .product-container {
        display: grid;
        gap: 15px;
    }

    .main_contents {
        width: calc(100vw - 8px);
    }

    .con_wrap {
        margin-bottom: 45px;
    }

    .sub_wrap {
        margin-top: 30px;
    }

    .sub_contents h4 {
        margin-bottom: 3vh;
        font-size: 1.8rem;
        line-height: 5.6vh;
    }

    .sub_contents .tit {
        display: none;
    }

    .sub_contents .tit_m {
        display: block;
        text-align: center;
        margin-bottom: 3vh;
        font-size: 1.8rem;
        line-height: 4.8vh;
        letter-spacing: -.08rem;
    }

    .vod {
        width: calc(100vw - 8px);
        margin-bottom: 2rem;
    }

    .vod img {
        width: 100%;
    }

    .banner_gap {
        width: 98%;
        margin: 0 auto;
        padding-bottom: 1.5rem;
    }


    .devops_body {
        left: 1.5rem;
        top: 3vh;
    }

    .devops {
        width: calc(100vw - 8px);
        background-size: contain;
    }

    .devops img {
        width: 100%;
    }

    .sub_contents {
        width: calc(100vw - 8px);
    }



    .dev_title {
        font-size: 1.3rem;
    }

    .dev_text {
        width: 75%;
        font-size: .85rem;
    }

    .footer_contents {
        width: calc(100vw - 8px);
        background: none;
    }

    .footer_link {
        display: none;

    }

    .footer_add {
        display: none;
    }

    .footer_copy {
        text-align: center;
    }

    .slick-prev {
        display: none !important;
    }

    .slick-next {
        display: none !important;
    }

    .sider_box {
        border: 1px solid #fff000;
        /* height: 29vh; */
    }

    .slick-slide {
        margin: 0px 10px;
    }

    .slide img {
        width: 100%;
    }

    .gs_bg1 {
        background-size: 38% 80%;
    }

    .gs_bg2 {
        background-size: 38% 80%;
    }

    .gs_bg3 {
        background-size: 38% 80%;
    }

    .gs_bg4 {
        background-size: 38% 80%;
    }

    .gs_bg5 {
        background-size: 38% 80%;
    }

    .gs_bg6 {
        background-size: 38% 80%;
    }

    .subtitle {
        font-size: 2.4rem;
        text-align: center;
        top: 16vh;
    }

    .ctle_wrap {
        display: none;
    }

    .subt_caption {
        display: none;
    }

    .sub_visual_con {
        width: 100%;
        left: 0;
    }

    .gs_number {
        display: none;
    }
}

/* @media screen and (max-width: 768px) { */
@media all and (min-width:761px) and (max-width:1023px) {}


@media screen and (min-width: 1024px) {
    .main_contents {
        width: 1450px;
    }

    .footer_contents {
        width: 1450px;
    }

    .sub_contents {
        width: 1450px;
    }

    .ctle_con {
        width: 1450px;
    }
}


.modal_btn {
    display: block;
    margin: 40px auto;
    padding: 10px 20px;
    background-color: royalblue;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.modal_btn:hover {
    box-shadow: 3px 4px 11px 0px #00000040;
}

/*모달 팝업 영역 스타일링*/
.modal {
    /*팝업 배경*/
    display: none;
    /*평소에는 보이지 않도록*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.modal .modal_popup {
    /*팝업*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
}

.modal .modal_popup .close_btn {
    display: block;
    padding: 10px 20px;
    background-color: rgb(116, 0, 0);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.modal.on {
    display: block;
}

.gap_navi {
    margin-left: 5px;
}