/*클라우드바론*/
.cloud_con {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box * {
    font-family: 'Noto Sans KR', sans-serif;
}

.cloud_con .cloud_box .sub_title > p {
    font-size: 1.125rem;
    color: #888;
    margin-top: 50px;
    line-height: 28px;
}

.cloud_con .cloud_box .sub_title > p span {
    color: #f6821c;
    position: relative;
}

.cloud_con .cloud_box .sub_title > p span::after {
    content: '';
    width: 102%;
    height: 15px;
    background: #fff1df;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/*클라우드란?*/
.cloud_con .cloud_box .cloud_page_01 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_img_box {
    width: 100%;
    max-width: 580px;
    float: left;
    display: inline-block;
    margin-right: 50px;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_img_box > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cloud_con .cloud_box .cloud_video_wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 100px;
}

.cloud_con .cloud_box .cloud_video_wrap > .cloud_video_box {
    width: 100%;
    max-width: 800px;
    height: auto;
    position: relative;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_video_wrap > .cloud_video_box > video {
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: middle;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box {
    width: -webkit-calc((100% - 51px) - 580px);
    width: calc((100% - 51px) - 580px);
    max-width: 530px;
    float: left;
    padding-left: 50px;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 65px;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob:last-of-type {
    margin-bottom: 0;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_title > .circle {
    width: 27px;
    height: 27px;
    border: 1px solid #12416d;
    background-color: #fff;
    border-radius: 5rem;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_title > .circle > span {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 5rem;
    background-color: #12416d;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_title > h2 {
    float: left;
    font-size: 1.875rem;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    line-height: 1.9rem;
    letter-spacing: -2px;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_txt {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_txt > p {
    letter-spacing: -1px;
    word-break: keep-all;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 35px;
}

@media all and (max-width: 1281px) {
    .cloud_con .cloud_box .cloud_page_01 > .cloud_img_box {
        max-width: 450px;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box {
        width: -webkit-calc((100% - 51px) - 450px);
        width: calc((100% - 51px) - 450px);
        max-width: 100%;
    }
}

@media all and (max-width: 1025px) {
    .cloud_con .cloud_box .cloud_page_01 > .cloud_img_box {
        max-width: 350px;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box {
        width: -webkit-calc((100% - 51px) - 350px);
        width: calc((100% - 51px) - 350px);
        padding-left: 40px;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob {
        margin-bottom: 35px;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_title > .circle {
        margin-top: 2px;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_title > h2 {
        font-size: 1.5rem;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_txt > p {
        font-size: 1rem;
        line-height: 27px;
    }
}

@media all and (max-width: 801px) {
    .cloud_con .cloud_box .cloud_page_01 > .cloud_img_box {
        margin: 0 auto;
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 50px;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

@media all and (max-width: 481px) {
    .cloud_con .cloud_box .cloud_video_wrap {
        margin-bottom: 50px;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_title > h2 {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_txt > p {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 321px) {
    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_title {
        margin-bottom: 10px;
    }

    .cloud_con .cloud_box .cloud_page_01 > .cloud_attr_box > .cloud_attr_ob > .cloud_attr_txt > p {
        font-size: 0.75rem;
        line-height: 20px;
    }
}
/*클라우드란? end*/

/*클라우드 장점*/
.cloud_con .cloud_box .cloud_page_02 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt * {
    font-family: 'Noto Sans KR', sans-serif;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h2 {
    font-size: 1.35rem;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: -1.5px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h4 {
    font-size: 1.35rem;
    font-weight: 300;
    letter-spacing: -1.5px;
    line-height: 40px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h4 > span {
    font-weight: 500;
    color: #116cb2;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_img {
    width: 100%;
    max-width: 580px;
    text-align: center;
    float: left;
    margin-right: 50px;
    margin-top: 60px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_img > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_list {
    width: -webkit-calc((100% - 51px) - 580px);
    width: calc((100% - 51px) - 580px);
    height: auto;
    position: relative;
    float: left;
    margin-top: 30px;
    padding-left: 50px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_list .cloud_vdi_list_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob:last-of-type {
    margin-bottom: 0;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title {
    width: 100%;
    height: 44px;
    border-radius: 5rem;
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title * {
    font-family: 'Noto Sans KR', sans-serif;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title_01 {
    background-color: #6d88b4;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title_02 {
    background-color: #4b5671;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title_03 {
    background-color: #20819f;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title_04 {
    background-color: #02acb4;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title > span {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    top: 0;
    left: 0;
    border-radius: 5rem;
    color: #fff;
    font-size: 1.125rem;
    line-height: 44px;
    letter-spacing: -1px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title > h2 {
    line-height: 44px;
    font-size: 1.125rem;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 300;

}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_cont {
    padding-left: 40px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_cont > li {
    font-size: 1.125rem;
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-weight: 300;
    display: inline-block;
    margin-right: 15px;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_cont > li:last-of-type {
    margin-bottom: 0;
}

.cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_cont > li > span {
    color: #901818;
}

@media all and (max-width: 1025px) {
    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt {
        margin-bottom: 30px;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h2,
    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h4 {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h4 {
        font-size: 1rem;
        line-height: 23px;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_img {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-right: 0;
        float: none;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_list {
        width: 100%;
        padding-left: 0;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob {
        width: -webkit-calc((100% - 31px) / 2);
        width: calc((100% - 31px) / 2);
        margin-right: 30px;
        float: left;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob:nth-of-type(2n) {
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_cont > li {
        font-size: 1rem;
    }
}

@media all and (max-width: 801px) {
    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob {
        width: -webkit-calc((100% - 31px) / 2);
        width: calc((100% - 31px) / 2);
        margin-right: 30px;
        padding: 0;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob:nth-of-type(2n) {
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title {
        padding-left: 60px;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_cont {
        padding-left: 50px;
    }
}

@media all and (max-width: 621px) {
    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_box .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob {
        width: 100%;
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h2,
    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h4 {
        font-size: 1rem;
    }
}

@media all and (max-width: 481px) {

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h2,
    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_txt > h4 {
        font-size: 0.938rem;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_title > h2 {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_cont > li {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 321px) {
    .cloud_con .cloud_box .cloud_page_02 .cloud_vdi_list .cloud_vdi_list_box > .cloud_vdi_list_ob > .list_cont > li {
        font-size: 0.75rem;
        margin-bottom: 0;
    }
}

/*클라우드 장점 end*/

/*클라우드 서비스*/
.cloud_con .cloud_box .cloud_page_03 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt {
    width: 100%;
    max-width: 600px;
    text-align: left;
    float: left;
    margin-right: 50px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt * {
    font-family: 'Noto Sans KR', sans-serif;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > h2 {
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 2.1rem;
    margin-bottom: 35px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > p {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: -1.5px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > h3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: -1.5px;
    color: #116cb2;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con {
    width: -webkit-calc((100% - 51px) - 600px);
    width: calc((100% - 51px) - 600px);
    height: auto;
    float: left;
    padding-left: 35px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li {
    width: -webkit-calc((100% - 21px) / 2);
    width: calc((100% - 21px) / 2);
    float: left;
    margin-right: 20px;
    background-color: #81d2eb;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li:nth-of-type(2n) {
    margin-right: 0;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li > .list_icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 60px;
    float: left;
    text-align: center;
    line-height: 70px;
    padding: 15px;
    margin-right: 34px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li > .list_icon > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li > .list_name {
    width: -webkit-calc((100% - 51px) - 100px);
    width: calc((100% - 51px) - 100px);
    float: left;
    margin-top: 21px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box_en > li > .list_name {
    margin-top: 34px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li > .list_name > h2 {
    color: #183a44;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -1px;
}

.cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li > .list_name > h2 > span {
    font-weight: 500;
    font-size: 1.313rem;
}

@media all and (max-width: 1281px) {
    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob > .list_name {
        height: 230px;
    }
}

@media all and (max-width: 1025px) {
    .cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt {
        max-width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > h2 {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > p {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > h3 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > h3::before {
        max-width: 446px;
        top: 8px;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con {
        width: 100%;
        padding-left: 0;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list {
        margin-bottom: 50px;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob {
        width: -webkit-calc((100% - 91px) / 4);
        width: calc((100% - 91px) / 4);
        margin-right: 30px;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob > .list_icon {
        max-width: 100px;
        top: -56px;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob > .list_name {
        max-width: 180px;
        height: 180px;
        margin: 0 auto;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob > .list_name > h2 {
        font-size: 1.25rem;
        line-height: 30px;
        padding-top: 70px;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_txt_02 > h3 {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_txt_02 > p {
        font-size: 1rem;
    }
}

@media all and (max-width: 801px) {
    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob {
        width: -webkit-calc((100% - 31px) / 2);
        width: calc((100% - 31px) / 2);
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob:nth-of-type(1),
    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob:nth-of-type(2) {
        margin-bottom: 100px;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 621px) {
    .cloud_con .cloud_box .cloud_page_03 > .survice_txt_02 > h3 {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li {
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width: 481px) {
    .cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > h2 {
        font-size: 1.45rem;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_txt > h2 {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_txt > p {
        font-size: 0.938rem;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_txt > h3 {
        font-size: 0.938rem;
        font-weight: 400;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_txt > h3::before {
        content: none;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob > .list_name {
        width: 130px;
        height: 130px;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob > .list_name > h2 {
        font-size: 1rem;
        padding-top: 50px;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_list > .survice_list_box > .survice_list_ob > .list_icon {
        max-width: 70px;
        top: -36px;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_txt_02 > h3 {
        font-size: 0.938rem;
    }

    .cloud_con .cloud_box .cloud_page_03 > .survice_txt_02 > p {
        font-size: 0.938rem;
        line-height: normal;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li > .list_name > h2 {
        font-size: 0.875rem;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con .survice_list_con .survice_list_box > li > .list_name > h2 > span {
        font-size: 1rem;
    }
}

@media all and (max-width: 321px) {
    .cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > p {
        font-size: 0.75rem;
    }

    .cloud_con .cloud_box .cloud_page_03 .survice_con > .survice_txt > h3 {
        font-size: 0.75rem;
    }
}

/*클라우드 서비스 end*/

/*바론*/
.cloud_con .cloud_box .cloud_page_04 {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_title {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_title > h2 {
    font-size: 2.813rem;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_title > h2 > span {
    font-weight: 600;
    color: #14608d;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_img {
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 50px;
    margin-top: 40px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_img > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 30px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_img > .baron_img_txt {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_img > .baron_img_txt > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    margin-bottom: 33px;
    letter-spacing: -1.5px;
    word-break: keep-all;
    line-height: 40px;
}

.cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 {
    width: 100%;
    text-align: justify;
}

.cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    margin-bottom: 33px;
    letter-spacing: -1.5px;
}

.cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > h3 > span {
    font-weight: 500;
    color: #3e3a9a;
}

.cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > p {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -1.5px;
    line-height: 30px;
}

.cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > p > span {
    font-size: 1rem;
    color: #c1c1c1;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt {
    width: -webkit-calc((100% - 51px) - 600px);
    width: calc((100% - 51px) - 600px);
    height: auto;
    float: left;
    padding-left: 35px;
    position: relative;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 15px;
    background-color: #81d2eb;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li:last-of-type {
    margin-bottom: 0;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li > .baron_icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    float: left;
    text-align: center;
    padding: 15px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li > .baron_icon > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li > .baron_stat_txt {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
    margin-top: 13px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li > .baron_stat_txt > h2 {
    font-size: 1.313rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #183a44;
    margin-bottom: 5px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li > .baron_stat_txt > p {
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: 300;
    opacity: 0.7;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > p {
    font-size: 1.35rem;
    font-weight: 100;
    letter-spacing: -1.5px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > p > span {
    font-weight: 500;
    color: #5b9bd5;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_img {
    width: 100%;
    margin-right: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_img > img {
    width: auto;
    max-width: 80%;
    vertical-align: middle;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_img_txt {
    width: 100%;
    max-width: 600px;
    margin-right: 50px;
    float: left;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_img_txt > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    margin-bottom: 33px;
    letter-spacing: -1.5px;
    text-align: justify;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_img_txt > .baron_img_pic {
    width: 100%;
    height: 320px;
    position: relative;
    background-image: url(../img/cloud_pic_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box {
    width: -webkit-calc((100% - 51px) - 600px);
    width: calc((100% - 51px) - 600px);
    padding-left: 35px;
    height: auto;
    position: relative;
    float: left;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 15px;
    background-color: #81d2eb;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li:last-of-type {
    margin-bottom: 0;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > span {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    float: left;
    text-align: center;
    padding: 15px;
    display: block;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > span > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > .speed_txt {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
    margin-top: 13px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > .speed_txt > h3 {
    font-size: 1.313rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #183a44;
    margin-bottom: 5px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > .speed_txt > p {
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: 300;
    opacity: 0.7;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_img {
    width: 100%;
    max-width: 600px;
    margin-right: 50px;
    float: left;
    text-align: center;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_img > img {
    width: auto;
    max-width: 478px;
    vertical-align: middle;
    margin-bottom: 50px;
    text-align: center;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list {
    width: -webkit-calc((100% - 51px) - 600px);
    width: calc((100% - 51px) - 600px);
    height: auto;
    position: relative;
    float: left;
    padding-left: 35px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 15px;
    background-color: #81d2eb;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li:last-of-type {
    margin-bottom: 0;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li > .number {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    float: left;
    text-align: center;
    padding: 15px;
    display: block;
    margin-right: 30px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li > .number > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 3rem;
    color: #000;
    font-weight: 800;
    line-height: 65px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li > .exe_cont {
    width: -webkit-calc((100% - 31px) - 100px);
    width: calc((100% - 31px) - 100px);
    float: left;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > h2 {
    font-size: 1.313rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #183a44;
    margin-bottom: 5px;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > .exe_list {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > .exe_list > li {
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: 300;
    opacity: 0.7;
}

@media all and (max-width: 1025px) {
    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_img {
        max-width: 100%;
        text-align: center;
        float: none;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li {
        width: -webkit-calc((100% - 21px) / 2);
        width: calc((100% - 21px) / 2);
        margin-right: 20px;
        float: left;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 {
        margin-bottom: 80px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > p {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_img {
        margin-top: 0;
        max-width: 100%;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_img > img {
        max-width: 90%;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_img_txt {
        max-width: 100%;
        float: none;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_img_txt > p {
        text-align: center;
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_img_txt > .baron_img_pic {
        display: none;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box {
        width: 100%;
        padding-left: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li {
        width: -webkit-calc((100% - 21px) / 2);
        width: calc((100% - 21px) / 2);
        float: left;
        margin-right: 20px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 {
        text-align: center;
        margin-bottom: 30px;
    }

    .cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > h3 {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > p {
        font-size: 1rem;
        line-height: 27px;
    }

    .cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > p > span {
        font-size: 0.938rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt {
        width: 100%;
        padding-left: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li {
        width: -webkit-calc((100% - 21px) / 2);
        width: calc((100% - 21px) / 2);
        margin-right: 20px;
        float: left;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > .speed_txt > h3 {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > h2 {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > .exe_list > li {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .number {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .number > p {
        font-size: 4.5rem;
        line-height: 94px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .exe_cont {
        width: -webkit-calc((100% - 21px) - 150px);
        width: calc((100% - 21px) - 150px);
    }
}

@media all and (max-width: 801px) {
    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li {
        width: 100%;
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li {
        width: 100%;
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 70px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .number {
        width: 75px;
        height: 75px;
        margin-right: 60px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .number > p {
        font-size: 3.688rem;
        line-height: 69px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .exe_cont {
        padding-top: 0;
    }

}

@media all and (max-width: 621px) {
    .cloud_con .cloud_box .cloud_page_04 {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #dbdbdb;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li {
        width: 100%;
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .m_baron_img {
        margin-bottom: 40px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > p {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > .circle {
        margin-right: 20px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > .speed_txt > h3 {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_speed_list_box > li > .speed_txt > p {
        font-size: 0.875rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_img {
        margin-bottom: 70px;
    }
}

@media all and (max-width: 481px) {
    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_img > img {
        max-width: 100%;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_title > h2 {
        font-size: 2rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > p {
        font-size: 0.938rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .number {
        margin-right: 30px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .exe_cont {
        width: -webkit-calc((100% - 31px) - 75px);
        width: calc((100% - 31px) - 75px);
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > h2 {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > .exe_list > li {
        font-size: 0.938rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li > .baron_stat_txt > h2 {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_tech_list > .baron_txt > .baron_txt_box > li > .baron_stat_txt > p {
        font-size: 0.875rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > h2 {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_con > .baron_exe_list > .baron_exe_list_box > li > .exe_cont > .exe_list > li {
        font-size: 0.875rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_img_txt > p {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 321px) {
    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .number {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .number > p {
        font-size: 2.5rem;
        line-height: 46px;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_exe_list > .baron_exe_list_box > li > .exe_cont {
        width: -webkit-calc((100% - 16px) - 50px);
        width: calc((100% - 16px) - 50px);
    }

    .cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > h3 {
        font-size: 1.125rem;
    }

    .cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > p {
        font-size: 0.75rem;
    }

    .cloud_con .cloud_box .cloud_page_04 .baron_img .survice_txt_02 > p > span {
        font-size: 0.75rem;
    }

    .cloud_con .cloud_box .cloud_page_04 > .baron_speed > .baron_speed_list > .baron_img_txt > p {
        font-size: 0.75rem;
    }
}

/*바론 end*/

/*특징-안정성*/
.cloud_con .cloud_box .cloud_page_05 {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box .m_cloud_page_05 {
    display: none;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_title > h2 {
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 2.1rem;
    margin-bottom: 42px;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list {
    width: 100%;
    max-width: 574px;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #ccecff;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob:last-of-type {
    margin-bottom: 0;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .circle {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    float: left;
    text-align: center;
    padding: 15px;
    display: block;
    margin-right: 30px;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .circle > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 3rem;
    color: #000;
    font-weight: 800;
    line-height: 65px;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .stat_cont {
    width: -webkit-calc((100% - 81px) - 75px);
    width: calc((100% - 81px) - 75px);
    float: left;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .stat_cont > h2 {
    font-size: 1.313rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 5px;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .stat_cont > .stat_sub_list {
    width: 100%;
    height: auto;
    position: relative;
}

.cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .stat_cont > .stat_sub_list > li {
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: 300;
    color: #000;
    opacity: 0.7;
    margin-right: 15px;
}

@media all and (max-width: 1025px) {
    .cloud_con .cloud_box .cloud_page_05 > .stat_title > h2 {
        font-size: 1.75rem;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_list {
        max-width: 100%;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box {
        width: 100%;
        overflow: hidden;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob {
        width: -webkit-calc((100% - 21px) / 2);
        width: calc((100% - 21px) / 2);
        margin-right: 20px;
        float: left;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob:nth-of-type(2n) {
        margin-right: 0;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .stat_cont > h2 {
        font-size: 1.25rem;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .stat_cont > .stat_sub_list > li {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_05 {
        display: none;
    }

    .cloud_con .cloud_box .m_cloud_page_05 {
        display: block;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_title {
        text-align: center;
    }
}

@media all and (max-width: 801px) {
    .cloud_con .cloud_box .cloud_page_05 > .stat_title {
        margin-bottom: 30px;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob {
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width: 481px) {
    .cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .stat_cont > h2 {
        font-size: 1rem;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_list > .stat_list_box > .stat_list_ob > .stat_cont > .stat_sub_list > li {
        font-size: 0.875rem;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .cloud_con .cloud_box .cloud_page_05 > .stat_title > h2 {
        font-size: 1.45rem;
    }
}

@media all and (max-width: 321px) {}

/*특징-안정성 end*/

/*클라우드바론 end*/

/*비대면가상오피스*/
.virtual_con {
    width: 100%;
    height: auto;
    position: relative;
}

.virtual_con .virtual_box {
    width: 100%;
    height: auto;
    position: relative;
}

.virtual_con .virtual_box * {
    font-family: 'Noto Sans KR', sans-serif;
}

.virtual_con .virtual_box .sub_title > p {
    font-size: 1.125rem;
    color: #888;
    margin-top: 50px;
    line-height: 28px;
}

.virtual_con .virtual_box .sub_title > p span {
    color: #f6821c;
    position: relative;
}

.virtual_con .virtual_box .sub_title > p span::after {
    content: '';
    width: 102%;
    height: 15px;
    background: #fff1df;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.virtual_con .virtual_box .sub_title > img {
    margin-bottom: 50px;
    max-width: 100%;
}

/*가상오피스 내용*/
.virtual_con .virtual_box > .virtual_page_01 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_txt_01 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 10px;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_txt_01 > p {
    font-size: 1.35rem;
    font-weight: 300;
    letter-spacing: -1.5px;
    line-height: 40px;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_img_01 {
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 50px;
    text-align: center;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_img_01 > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 {
    width: -webkit-calc((100% - 51px) - 600px);
    width: calc((100% - 51px) - 600px);
    float: left;
    padding-left: 35px;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    background-color: #81d2eb;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li:last-of-type {
    margin-bottom: 0;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li > span {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #fff;
    float: left;
    margin-right: 34px;
    padding: 15px;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li > span > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li > p {
    width: -webkit-calc((100% - 35px) - 100px);
    width: calc((100% - 35px) - 100px);
    font-size: 1.313rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #183a44;
    margin-bottom: 5px;
    float: left;
    line-height: 80px;
}

.virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li > p.line_p {
    line-height: 100px;
    margin-bottom: 0;
    font-size: 1.563rem;
}

@media all and (max-width: 1025px) {
    .virtual_con .virtual_box > .virtual_page_01 > .virtual_txt_01 > p {
        font-size: 1.25rem;
        line-height: 35px;
    }

    .virtual_con .virtual_box > .virtual_page_01 > .virtual_txt_01 > p > br {
        display: none;
    }

    .virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_img_01 {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
        float: none;
    }

    .virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li {
        width: -webkit-calc((100% - 21px) / 2);
        width: calc((100% - 21px) / 2);
        margin-right: 20px;
        float: left;
    }

    .virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 801px) {
    .virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li {
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width: 621px) {}

@media all and (max-width: 481px) {
    .virtual_con .virtual_box > .virtual_page_01 > .virtual_txt_01 > p {
        font-size: 0.938rem;
        line-height: 30px;
    }

    .virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li > p {
        font-size: 1rem;
        line-height: 32px;
        margin-top: 24px;
    }

    .virtual_con .virtual_box > .virtual_page_01 > .virtual_img_box > .virtual_list_01 > li > p.line_p {
        font-size: 1rem;
        margin-top: 0;
    }
}

@media all and (max-width: 321px) {
    .virtual_con .virtual_box > .virtual_page_01 > .virtual_txt_01 > p {
        font-size: 0.75rem;
        line-height: 20px;
    }
}

/*가상오피스 내용 end*/

/*가상오피스 제품소개*/
.virtual_con .virtual_box > .virtual_page_02 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.virtual_con .virtual_box > .virtual_page_02 > .virtual_title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.virtual_con .virtual_box > .virtual_page_02 > .virtual_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.virtual_con .virtual_box > .virtual_page_02 > .virtual_img_02 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.virtual_con .virtual_box > .virtual_page_02 > .virtual_img_02 > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-top: 60px;
}

.virtual_con .virtual_box > .virtual_page_02 > .virtual_img_02 > img.mo_img {
    display: none;
}

@media all and (max-width: 1025px) {
    .virtual_con .virtual_box > .virtual_page_02 > .virtual_title > h2 {
        font-size: 1.75rem;
    }
}

@media all and (max-width: 621px) {
    .virtual_con .virtual_box > .virtual_page_02 > .virtual_img_02 > img.pc_img {
        display: none;
    }
    
    .virtual_con .virtual_box > .virtual_page_02 > .virtual_img_02 > img.mo_img {
        display: block;
    }
}

@media all and (max-width: 481px) {
    .virtual_con .virtual_box > .virtual_page_02 > .virtual_title > h2 {
        font-size: 1.25rem;
    }
}

@media all and (max-width: 321px) {
    .virtual_con .virtual_box > .virtual_page_02 > .virtual_img_02 > img {
        margin-top: 40px;
    }
}

/*가상오피스 제품소개 end*/

/*가상오피스 특장점*/
.virtual_con .virtual_box > .virtual_page_03 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_img_03 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_img_03 > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_img_03 > img.m_img {
    display: none;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 30px;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob {
    width: -webkit-calc((100% - 51px) / 2);
    width: calc((100% - 51px) / 2);
    height: auto;
    position: relative;
    overflow: hidden;
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
    padding: 15px;
    background-color: #81d2eb;
    border-radius: 10px;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob:nth-of-type(2n) {
    margin-right: 0;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob > .number {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    float: left;
    text-align: center;
    padding: 15px;
    display: block;
    margin-right: 30px;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob > .number > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 3rem;
    color: #000;
    font-weight: 800;
    line-height: 65px;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob > .cont {
    width: -webkit-calc((100% - 31px) - 100px);
    width: calc((100% - 31px) - 100px);
    height: auto;
    position: relative;
    float: left;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob > .cont > h3 {
    font-size: 1.313rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #183a44;
    margin-bottom: 5px;
}

.virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob > .cont > p {
    font-size: 1rem;
    letter-spacing: -1px;
    font-weight: 300;
    opacity: 0.7;
}

.virtual_con .virtual_box > .virtual_page_04 {
    width: 100%;
    height: auto;
    position: relative;
}

.virtual_con .virtual_box > .virtual_page_04 > .virtual_title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.virtual_con .virtual_box > .virtual_page_04 > .virtual_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.virtual_con .virtual_box > .virtual_page_04 > .virtual_img_04 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.virtual_con .virtual_box > .virtual_page_04 > .virtual_img_04 > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 25px;
}

.virtual_con .virtual_box > .virtual_page_04 > .virtual_img_04 > p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -1px;
}

.virtual_con .virtual_box > .virtual_page_04 > .virtual_txt_04 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.virtual_con .virtual_box > .virtual_page_04 > .virtual_txt_04 > p {
    font-size: 1.35rem;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: -1px;
}

/* 링크버튼 */
.link {
    width: 60%;
    height: auto;
    margin: 50px auto;
    background: #12416d;
    text-align: center;
    padding: 20px;
    display: flex;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.link > img {
    padding-bottom: 5px;
}

.link > a { 
    display: block;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    font-size: 1.25rem;
}

@media all and (max-width: 1025px) {
    .virtual_con .virtual_box > .virtual_page_04 > .virtual_txt_04 > p {
        font-size: 1.25rem;
        line-height: 35px;
    }

    .virtual_con .virtual_box > .virtual_page_04 > .virtual_txt_04 > p > br {
        display: none;
    }
}

@media all and (max-width: 801px) {
    .virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 {
        padding: 0;
    }

    .virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 621px) {
    .virtual_con .virtual_box > .virtual_page_03 > .virtual_img_03 > img.pc_img {
        display: none;
    }
    
    .virtual_con .virtual_box > .virtual_page_03 > .virtual_img_03 > img.m_img {
        display: inline-block;
    }

    .link {
        width: 100%;
    }
}

@media all and (max-width: 481px) {
    .virtual_con .virtual_box > .virtual_page_03 > .virtual_title > h2 {
        font-size: 1.45rem;
    }

    .virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob > .cont > h3 {
        font-size: 1rem;
        line-height: 25px;
    }

    .virtual_con .virtual_box > .virtual_page_03 > .virtual_ul_01 > .virtual_ul_box > .virtual_ul_ob > .cont > p {
        font-size: 0.875rem;
    }

    .virtual_con .virtual_box > .virtual_page_04 > .virtual_title > h2 {
        font-size: 1.45rem;
    }

    .virtual_con .virtual_box > .virtual_page_04 > .virtual_txt_04 > p {
        font-size: 1rem;
        line-height: 30px;
    }

    .link > a {
        font-size: 1.125rem;
    }
}

@media all and (max-width: 321px) {
    .virtual_con .virtual_box > .virtual_page_04 > .virtual_img_04 > p {
        font-size: 0.75rem;
    }

    .virtual_con .virtual_box > .virtual_page_04 > .virtual_txt_04 > p {
        font-size: 0.75rem;
        line-height: 20px;
    }

    .link {
        flex-direction: column;
    }

    .link > a {
        padding-left: 0;
        padding-top: 10px;
        font-size: 1rem;
    }
}
/*가상오피스 특장점end*/
/*비대면가상오피스 end*/

/*스마트오피스*/
.smart_con {
    width: 100%;
    height: auto;
    position: relative;
}

.smart_con .smart_box {
    width: 100%;
    height: auto;
    position: relative;
}

.smart_con .smart_box * {
    font-family: 'Noto Sans KR', sans-serif;
}

/*스마트오피스란?*/
.smart_page_01 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.smart_page_01 .smart_mean_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.smart_page_01 .smart_mean_box > .smart_lt_box {
    width: 600px;
    height: auto;
    float: left;
    margin-right: 50px;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li {
    width: -webkit-calc((100% - 16px) / 4);
    width: calc((100% - 16px) / 4);
    margin-right: 5px;
    float: left;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li:last-of-type {
    margin-right: 0;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .category {
    width: 100%;
    height: 39px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li.list_ob_01 > .category {
    background-color: #116cb2;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li.list_ob_02 > .category {
    background-color: #494b4a;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .category > p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 39px;
    letter-spacing: -1px;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li.list_ob_01 > .category > p {
    color: #b7e0ff;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li.list_ob_02 > .category > p {
    color: #b2afae;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .icon {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .icon > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .txt {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .txt > h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .txt > h3 > span {
    color: #116cb2;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .txt > p {
    text-align: center;
    font-size: 1.063rem;
    color: #000;
    font-weight: 300;
    letter-spacing: -1px;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_slogan {
    width: 100%;
    height: auto;
    text-align: center;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_slogan > p {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #81d2eb;
    border-radius: 10px;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_slogan > p:last-of-type {
    margin-bottom: 0;
}

.smart_page_01 .smart_mean_box > .smart_lt_box > .smart_slogan > p > span {
    font-weight: 500;
    color: #116cb2;
}

.smart_page_01 .smart_mean_box > .smart_gt_box {
    width: -webkit-calc((100% - 51px) - 600px);
    width: calc((100% - 51px) - 600px);
    height: auto;
    float: left;
    padding-left: 35px;
}

.smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_title {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_title > .circle {
    width: 27px;
    height: 27px;
    border: 1px solid #12416d;
    background-color: #fff;
    border-radius: 5rem;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}

.smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_title > .circle > span {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 5rem;
    background-color: #12416d;
}

.smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_title > h2 {
    float: left;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.9rem;
    letter-spacing: -2px;
}

.smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_txt {
    width: 100%;
    height: auto;
    position: relative;
}

.smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_txt > p {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -1px;
    word-break: keep-all;
    margin-bottom: 35px;
    line-height: 35px;
}

.smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_txt > p:last-of-type {
    margin-bottom: 0;
}

@media all and (max-width: 1281px) {}

@media all and (max-width: 1025px) {
    .smart_page_01 .smart_mean_box > .smart_lt_box {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    .smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .txt > p {
        font-size: 1rem;
    }

    .smart_page_01 .smart_mean_box > .smart_gt_box {
        padding-left: 0;
        width: 100%;
    }

    .smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_title > h2 {
        font-size: 1.5rem;
    }

    .smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_txt > p {
        font-size: 1rem;
        line-height: 27px;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 621px) {
    .smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .txt > p {
        font-size: 0.938rem;
        line-height: 23px;
    }
}

@media all and (max-width: 481px) {
    .smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .category > p {
        font-size: 0.875rem;
    }

    .smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .txt > p {
        font-size: 0.875rem;
    }

    .smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_txt > p {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 321px) {
    .smart_page_01 .smart_mean_box > .smart_lt_box > .smart_stat_box > li > .category > p {
        font-size: 0.75rem;
        line-height: 20px;
    }

    .smart_page_01 .smart_mean_box > .smart_gt_box > .smart_attr_txt > p {
        font-size: 0.75rem;
        line-height: 20px;
    }
}

/*스마트오피스란? end*/

/*특장점*/
.smart_page_02 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.smart_page_02 > .smart_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.smart_page_02 > .smart_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.smart_page_02 > .smart_txt_02 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}

.smart_page_02 > .smart_txt_02 > h3 {
    font-size: 1.35rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 40px;
}

.smart_page_02 > .smart_cont {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.smart_page_02 > .smart_cont > .smart_img_con {
    width: 100%;
    max-width: 600px;
    height: auto;
    float: left;
    position: relative;
    margin-right: 50px;
}

.smart_page_02 > .smart_cont > .smart_img_con > .smart_img_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.smart_page_02 > .smart_cont > .smart_img_con > .smart_img_box > li {
    width: -webkit-calc((100% - 25px) / 2);
    width: calc((100% - 25px) / 2);
    height: auto;
    position: relative;
    float: left;
    margin-right: 25px;
    text-align: center;
}

.smart_page_02 > .smart_cont > .smart_img_con > .smart_img_box > li:last-of-type {
    margin-right: 0;
}

.smart_page_02 > .smart_cont > .smart_img_con > .smart_img_box > li > img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
}

.smart_page_02 > .smart_cont > .smart_img_con > .smart_img_box_02 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.smart_page_02 > .smart_cont > .smart_img_con > .smart_img_box_02 > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
}

.smart_page_02 > .smart_cont > .smart_img_con > .smart_img_box_02 > p {
    font-size: 1.5rem;
    font-weight: 300;
}

.smart_page_02 > .smart_cont > .smart_img_con > .smart_img_box_02 > p > span {
    color: #116cb2;
    font-weight: 600;
    letter-spacing: -1px;
}

.smart_page_02 > .smart_cont > .smart_txt_box {
    width: -webkit-calc((100% - 51px) - 600px);
    width: calc((100% - 51px) - 600px);
    height: auto;
    float: left;
    padding-left: 35px;
}

.smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #81d2eb;
    border-radius: 10px;
}

.smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob:last-of-type {
    margin-bottom: 0;
}

.smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob > .smart_img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    float: left;
    text-align: center;
    padding: 15px;
    display: block;
    margin-right: 30px;
}

.smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob > .smart_img > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob > .txt {
    width: -webkit-calc((100% - 31px) - 100px);
    width: calc((100% - 31px) - 100px);
    float: left;
}

.smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob > .txt > h2 {
    font-size: 1.313rem;
    font-weight: 500;
    color: #183a44;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob > .txt > p {
    font-size: 1rem;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: -1px;
}

@media all and (max-width: 1025px) {
    .smart_page_02 > .smart_title {
        margin-bottom: 30px;
    }

    .smart_page_02 > .smart_title > h2 {
        font-size: 1.75rem;
    }

    .smart_page_02 > .smart_txt_02 > h3 {
        font-size: 1.25rem;
        line-height: 35px;
    }

    .smart_page_02 > .smart_cont > .smart_img_con {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .smart_page_02 > .smart_cont > .smart_txt_box {
        width: 100%;
        padding-left: 0;
    }

    .smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob {
        width: -webkit-calc((100% - 21px) / 2);
        width: calc((100% - 21px) / 2);
        margin-right: 20px;
        float: left;
    }

    .smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 801px) {
    .smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob {
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width: 621px) {}

@media all and (max-width: 481px) {
    .smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob > .txt > h2 {
        font-size: 1rem;
        line-height: 35px;
    }

    .smart_page_02 > .smart_cont > .smart_txt_box > .smart_txt_ob > .txt > p {
        font-size: 0.875rem;
        line-height: 23px;
    }

    .smart_page_02 > .smart_txt_02 > h3 {
        font-size: 0.938rem;
        line-height: 35px;
    }

    .smart_page_02 > .smart_txt_02 > h3 > br {
        display: none;
    }
}

@media all and (max-width: 321px) {
    .smart_page_02 > .smart_txt_02 > h3 {
        font-size: 0.75rem;
        line-height: 20px;
    }
}

/*특장점 end*/

/*구축사례*/
.smart_page_03 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 160px;
}

.smart_page_03 > .smart_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.smart_page_03 > .smart_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.smart_page_03 > .smart_txt_03 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.smart_page_03 > .smart_txt_03 > h3 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 40px;
}

.smart_page_03 > .smart_platform {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.smart_page_03 > .smart_platform > .latform_box_01 {
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
    float: left;
    margin-top: 73px;
}

.smart_page_03 > .smart_platform > .latform_box_01 > .platform_ob {
    padding: 30px;
    width: 100%;
    height: auto;
    border: 1px solid #678ccf;
    text-align: justify;
    border-radius: 10px;
    overflow: hidden;
}

.smart_page_03 > .smart_platform > .latform_box_01 > .platform_ob > span {
    display: block;
    float: left;
    width: 140px;
}

.smart_page_03 > .smart_platform > .latform_box_01 > .platform_ob > span > img {
    width: auto;
    max-width: 100%;
}

.smart_page_03 > .smart_platform > .latform_box_01 > .platform_ob > p {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    font-size: 1rem;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    float: left;
    padding-left: 15px;
    word-break: keep-all;
    text-align: left;
}

.smart_page_03 > .smart_platform > .smart_img_box_03 {
    width: auto;
    height: auto;
    position: relative;
    display: table;
    margin: 0 30px;
    margin-bottom: 40px;
    float: left;
    margin-top: 143px;
}

.smart_page_03 > .smart_platform > .smart_img_box_03 > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.smart_page_03 > .smart_platform > .smart_img_box_03 > img.arrows {
    position: relative;
    width: 40px;
}

.smart_page_03 > .smart_platform > .platform_box_02 {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob {
    width: 100%;
    max-width: 488px;
    height: auto;
    border: 1px solid #678ccf;
    border-radius: 10px;
    text-align: justify;
    padding: 30px;
    margin-bottom: 15px;
    overflow: hidden;
}

.smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob:last-of-type {
    margin-right: 0;
}

.smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob > span {
    display: block;
    width: 140px;
    float: left;
}

.smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob > span > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob > p {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    font-size: 1rem;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    float: left;
    padding-left: 15px;
    padding-top: 20px;
    word-break: keep-all;
    text-align: left;
}

.smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob:last-of-type {
    margin-bottom: 0;
}

@media all and (max-width: 1281px) {
    .smart_page_03 > .smart_platform > .latform_box_01 {
        margin-top: 0;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .smart_page_03 > .smart_platform > .smart_img_box_03 {
        margin: 0 auto;
        position: relative;
        float: none;
        margin-bottom: 60px;
    }

    .smart_page_03 > .smart_platform > .smart_img_box_03 > img.arrows {
        position: absolute;
        top: 73px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 64px;
    }
}

@media all and (max-width: 1025px) {
    .smart_page_03 > .smart_title {
        margin-bottom: 30px;
    }

    .smart_page_03 > .smart_title > h2 {
        font-size: 1.75rem;
    }

    .smart_page_03 > .smart_txt_03 > h3 {
        font-size: 1.25rem;
        line-height: 35px;
    }

    .smart_page_03 > .smart_platform > .latform_box_01 {
        margin-top: 0;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .smart_page_03 > .smart_platform > .smart_img_box_03 {
        margin: 0 auto;
        position: relative;
        float: none;
        margin-bottom: 60px;
    }

    .smart_page_03 > .smart_platform > .smart_img_box_03 > img.arrows {
        position: absolute;
        top: 73px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 64px;
    }
}

@media all and (max-width: 801px) {}

@media all and (max-width: 621px) {}

@media all and (max-width: 481px) {
    .smart_page_03 > .smart_txt_03 > h3 {
        font-size: 0.938rem;
        line-height: 35px;
    }
    
    .smart_page_03 > .smart_platform > .latform_box_01 > .platform_ob {
        padding: 15px;
    }

    .smart_page_03 > .smart_platform > .latform_box_01 > .platform_ob > span {
        display: table;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }

    .smart_page_03 > .smart_platform > .latform_box_01 > .platform_ob > p {
        font-size: 0.938rem;
        line-height: 25px;
        float: none;
        width: 100%;
        padding-left: 0;
    }
    
    .smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob {
        padding: 15px;
    }
    
    .smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob > span {
        display: table;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }

    .smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob > p {
        font-size: 0.93rem;
        line-height: 25px;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
}

@media all and (max-width: 321px) {
    .smart_page_03 > .smart_txt_03 > h3 {
        font-size: 0.75rem;
        line-height: 20px;
    }

    .smart_page_03 > .smart_platform > .latform_box_01 > .platform_ob > p {
        font-size: 0.75rem;
        line-height: 20px;
    }

    .smart_page_03 > .smart_platform > .platform_box_02 > .platform_ob > p {
        font-size: 0.75rem;
        line-height: 20px;
    }
}

/*구축사례 end*/

/*구축 고객사*/
.smart_page_04 {
    width: 100%;
    height: auto;
    position: relative;
}

.smart_page_04 > .smart_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.smart_page_04 > .smart_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.smart_page_04 > .patner_list {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.smart_page_04 > .patner_list > li {
    width: -webkit-calc((100% - 26px) / 3);
    width: calc((100% - 26px) / 3);
    height: 185px;
    border: 1px solid #dddddd;
    margin-right: 13px;
    float: left;
    line-height: 185px;
    margin-bottom: 13px;
    text-align: center;
}

.smart_page_04 > .patner_list > li:nth-of-type(3n) {
    margin-right: 0;
}

.smart_page_04 > .patner_list > li > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 1025px) {
    .smart_page_04 > .smart_title {
        margin-bottom: 30px;
    }

    .smart_page_04 > .smart_title > h2 {
        font-size: 1.75rem;
    }

    .smart_page_04 > .patner_list > li {
        margin-bottom: 13px;
    }

    .smart_page_04 > .patner_list > li {
        padding: 0 15px;
    }

    .smart_page_04 > .patner_list > li > img {
        width: 100%;
        max-width: 200px;
    }
}

@media all and (max-width: 621px) {
    .smart_page_04 > .patner_list > li {
        width: -webkit-calc((100% - 14px) / 2);
        width: calc((100% - 14px) / 2);
    }

    .smart_page_04 > .patner_list > li:nth-of-type(3n) {
        margin-right: 13px;
    }

    .smart_page_04 > .patner_list > li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 481px) {
    .smart_page_04 > .smart_title > h2 {
        font-size: 1.25rem;
    }

    .smart_page_04 > .patner_list > li {
        height: 130px;
        line-height: 130px;
    }
}

/*구축 고객사 end*/

/*스마트오피스 end*/

/*재택근무솔루션*/
.homejob_con {
    width: 100%;
    height: auto;
    position: relative;
}

.homejob_con .homejob_box {
    width: 100%;
    height: auto;
    position: relative;
}

.homejob_con .homejob_box * {
    font-family: 'Noto Sans KR', sans-serif;
}

/*재택근무술루션-내용*/

.home_page_01 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.home_page_01 .homejob_info {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.home_page_01 .homejob_info .homjob_img_box {
    width: 100%;
    max-width: 600px;
    float: left;
    margin-right: 50px;
}

.home_page_01 .homejob_info .homjob_img_box > .homjob_img_bg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}

.home_page_01 .homejob_info .homjob_img_box > .homjob_img_bg > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.home_page_01 .homejob_info .homejob_info_txt {
    width: -webkit-calc((100% - 51px) - 600px);
    width: calc((100% - 51px) - 600px);
    float: left;
}

.home_page_01 .homejob_info .homejob_info_txt > h2 {
    font-size: 1.875rem;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
    line-height: 1.9rem;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.home_page_01 .homejob_info .homejob_info_txt > h2 > span {
    color: #f6821c;
    font-weight: 500;
    position: relative;
}

.home_page_01 .homejob_info .homejob_info_txt > h2 > span::after {
    content: '';
    width: 103%;
    height: 22px;
    background-color: #ffe2e2;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.home_page_01 .homejob_info .homejob_info_txt > h3 {
    font-size: 1.35rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.home_page_01 .homejob_info .homejob_info_txt > h3 > span {
    font-weight: 500;
    color: #3e3a9a;
}

.home_page_01 .homejob_info .homejob_info_txt > p {
    letter-spacing: -1px;
    word-break: keep-all;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 15px;
}

.home_page_01 .homejob_info .homejob_info_txt > h4 {
    font-size: 1.35rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.home_page_01 .homejob_info .homejob_info_txt > h4 > span {
    font-weight: 500;
}

.home_page_01 .homejob_info .homejob_info_txt > h4 > span.color1 {
    color: #f6821c;
}

.home_page_01 .homejob_info .homejob_info_txt > h4 > span.color2 {
    color: #3e3a9a;
}

@media all and (max-width: 1025px) {
    .home_page_01 .homejob_info .homjob_img_box {
        float: none;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .home_page_01 .homejob_info .homejob_info_txt {
        width: 100%;
        text-align: center;
    }

    .home_page_01 .homejob_info .homejob_info_txt br {
        display: none;
    }
}

@media all and (max-width: 801px) {
    .home_page_01 .homejob_info .homejob_info_txt > h2 {
        font-size: 1.75rem;
    }

    .home_page_01 .homejob_info .homejob_info_txt > h2 > span::after {
        content: none;
    }

    .home_page_01 .homejob_info .homejob_info_txt > h3 {
        font-size: 1.25rem;
    }

    .home_page_01 .homejob_info .homejob_info_txt > p {
        font-size: 1rem;
        line-height: 27px;
    }

    .home_page_01 .homejob_info .homejob_info_txt > h4 {
        font-size: 1.25rem;
    }
}

@media all and (max-width: 621px) {
    .home_page_01 .homejob_info .homejob_info_txt > h3 {
        font-size: 1rem;
    }

    .home_page_01 .homejob_info .homejob_info_txt > h4 {
        font-size: 1rem;
    }
}

@media all and (max-width: 481px) {
    .home_page_01 .homejob_info .homejob_info_txt > h2 {
        font-size: 1.25rem;
    }

    .home_page_01 .homejob_info .homejob_info_txt > h3 {
        font-size: 0.938rem;
    }

    .home_page_01 .homejob_info .homejob_info_txt > p {
        font-size: 0.938rem;
    }

    .home_page_01 .homejob_info .homejob_info_txt > h4 {
        font-size: 0.938rem;
    }
}

@media all and (max-width: 321px) {
    .home_page_01 .homejob_info .homejob_info_txt > h2 {
        font-size: 1.125rem;
    }

    .home_page_01 .homejob_info .homejob_info_txt > h3 {
        font-size: 0.75rem;
    }

    .home_page_01 .homejob_info .homejob_info_txt > p {
        font-size: 0.75rem;
        line-height: 20px;
    }

    .home_page_01 .homejob_info .homejob_info_txt > h4 {
        font-size: 0.75rem;
    }
}

/*재택근무술루션-내용 end*/

/*재택근무술루션-기능*/
.home_page_02 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.home_page_02 > .homejob_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.home_page_02 > .homejob_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.home_page_02 > .function_img_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.home_page_02 > .function_img_box img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.home_page_02 > .function_img_box .m_show {
    display: none;
    text-align: center;
}

@media all and (max-width: 801px) {
    .home_page_02 > .homejob_title > h2 {
        font-size: 1.75rem;
    }
}

@media all and (max-width: 621px) {
    .home_page_02 > .function_img_box .pc_show {
        display: none;
    }

    .home_page_02 > .function_img_box .m_show {
        display: block;
    }
}

/*재택근무술루션-기능 end*/

/*재택근무술루션-구성도*/
.home_page_03 {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.home_page_03 > .homejob_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.home_page_03 > .homejob_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.home_page_03 > .network_img_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    position: relative;
    text-align: center;
}

.home_page_03 > .network_img_box img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.home_page_03 > .network_img_box .m_show {
    display: none;
    text-align: center;
}

@media all and (max-width: 801px) {
    .home_page_03 > .homejob_title > h2 {
        font-size: 1.75rem;
    }
}

@media all and (max-width: 621px) {
    .home_page_03 > .network_img_box .pc_show {
        display: none;
    }

    .home_page_03 > .network_img_box .m_show {
        display: block;
    }
}

/*재택근무술루션-구성도 end*/

.home_page_04 {
    width: 100%;
    height: auto;
    position: relative;
}

.home_page_04 > .homejob_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.home_page_04 > .homejob_title > h2 {
    font-size: 2.063rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.home_page_04 > .patner_list {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.home_page_04 > .patner_list > li {
    width: -webkit-calc((100% - 26px) / 3);
    width: calc((100% - 26px) / 3);
    height: 185px;
    border: 1px solid #dddddd;
    margin-right: 13px;
    float: left;
    line-height: 185px;
    margin-bottom: 13px;
    text-align: center;
    padding: 0 25px;
}

.home_page_04 > .patner_list > li:nth-of-type(3n) {
    margin-right: 0;
}

.home_page_04 > .patner_list > li > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 801px) {
    .home_page_04 > .homejob_title > h2 {
        font-size: 1.75rem;
    }
}

@media all and (max-width: 621px) {
    .home_page_04 > .patner_list > li {
        width: -webkit-calc((100% - 14px) / 2);
        width: calc((100% - 14px) / 2);
    }

    .home_page_04 > .patner_list > li:nth-of-type(3n) {
        margin-right: 13px;
    }

    .home_page_04 > .patner_list > li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 481px) {
    .home_page_04 > .homejob_title > h2 {
        font-size: 1.25rem;
    }

    .home_page_04 > .patner_list > li {
        height: 130px;
        line-height: 130px;
    }

    .home_page_04 > .patner_list > li {
        padding: 0 5px;
    }
}




/*재택근무솔루션 end*/
